::after,::before {
    text-decoration: inherit;
    vertical-align: inherit
}
b
:where(:root) {
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

:where(body) {
    margin: 0
}

:where(dl,ol,ul) :where(dl,ol,ul) {
    margin: 0
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(nav) :where(ol,ul) {
    list-style-type: none;
    padding: 0
}

:where(nav li)::before {
    content: "\200B";
    float: left
}

:where(pre) {
    font-family: 'Text Me One';
    font-size: 0.1em;
    overflow: auto
}

:where(abbr[title]) {
    text-decoration: underline;
    text-decoration: underline dotted
}

:where(b,strong) {
    font-weight: bolder
}

:where(code,kbd,samp) {
    font-family: monospace,monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio,canvas,iframe,img,svg,video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button,input,select) {
    margin: 0
}

:where(button,[type=button i],[type=reset i],[type=submit i]) {
    -webkit-appearance: button;
    appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    margin: 0;
    resize: vertical
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(details > summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i],[disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0,0,0,0);
    position: absolute
}

.font-face {
    font-family: 'Text Me One';
    letter-spacing: normal;
    src: url("https://fonts.googleapis.com/css?family=Text%20Me%20One") format("truetype")
}

.font.face {
    font-family: "Orbitron";
    Letter-spacing: normal;
    src: url("https://fonts.googleapis.com/css?family=Text%20Me%20One") format("truetype")
}
.normal {
  letter-spacing: normal;
}
.em-wide {
  letter-spacing: 0.1em;
}
.em-wider {
  letter-spacing: 1em;
}
.em-tight {
  letter-spacing: -0.05em;
}
.px-wide {
  letter-spacing: 1px;
}

body {
    background-color: #303030;
    background: url("../images/backgrounds/AN.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Orbitron";
    scrollbar-color: rgba(35,105,47,0.8) rgba(31,31,31,0.65);
    cursor: url("../images/cursors/normal.cur"),auto
}

::selection {
    background: #148d28;
    color: #fff
}

h1,h2,h3 {
    background: linear-gradient(to bottom,#bebebe 0,#777 3%,#232323 55%,#000 55%,#161616 98%,#000 100%);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #000;
    padding: 2px 5px 4px 5px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    font-weight: 500;
    font-family: "Orbitron";
    margin: 0;
    position: relative
}

h1 {
    font-size: 12px
}

h2 {
    font-size: 10px
}

h3 {
    font-size: 9px
}

h4 {
    font-size: 6px
    margin: 0
}

a,p,span {
    text-shadow: 0 0 3px #000
}

p {
    font-size: 10px;
    line-height: 21px
}

a {
    color: #3cda56;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    cursor: url("../images/cursors/link.cur"),auto
}

.text-underline {
    text-decoration: underline
}

.external-links::after {
    content: "";
    display: inline-block;
    background-image: url("/images/external_links.png");
    background-size: contain;
    width: 10px;
    height: 10px;
    margin: 0 3px 0 5px
}

.download-links,.download-links-2 {
    flex-direction: row!important;
    justify-content: center
}

.download-links-2::after,.download-links::after {
    content: "";
    display: inline-block;
    background-image: url("/images/download_links.png");
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 5px
}

#mainContent a:visited {
    color: #139228
}

p {
    margin: 0
}

input[type=range] {
    accent-color: #33c54b
}

#background {
    width: 100%;
    height: 100vh;
    position: absolute
}

#websiteContainer {
    width: 100%;
    max-height: 865px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    max-width: 700px
}

.website-spacers {
    height: 18px
}

#mainHeader {
    background: linear-gradient(180deg,rgba(148,148,148,.9) 0,rgba(71,71,71,.9) 20%,rgba(19,19,19,.9) 40%,rgba(7,7,7,.93) 100%);
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-top: 2px solid #4e4e4e;
    border-radius: 30px 70px 0 0;
    padding: 15px 10px 13px 30px;
    backdrop-filter: blur(1px) saturate(150%);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 10
}

.header-logo-text {
    display: flex;
    align-items: center
}

.header-title {
    color: #fff;
    display: block;
    font-size: 40px;
    margin: -8px 0 -5px 0
}

#logo {
    max-width: 100px;
    margin-right: 10px;
    margin-left: 5px;
    transition-duration: .4s
}

#logo:hover {
    filter: brightness(80%);
    transition-duration: .4s;
    transform: rotate(4deg)
}

.header-motto {
    color: #c9c9c9;
    margin-left: 0px
}

.toggle-buttons-divs {
    display: none;
    align-items: center;
    justify-content: center;
    padding-right: 20px
}

.toggle-buttons-divs span {
    color: #e9e9e9;
    margin-right: 10px
}

#navbarToggleButton {
    margin-right: 5px;
    max-width: 40px;
    cursor: url("../images/cursors/link.cur"),auto
}

#navAndContentContainer {
    display: flex
}

#navigationMenu {
    background: linear-gradient(100deg,rgba(20,20,20,.85) 50%,rgba(27,27,27,.9) 100%);
    border-right: 1px solid #474747;
    border-left: 1px solid #474747;
    border-bottom: 1px solid #474747;
    border-bottom-left-radius: 80px;
    backdrop-filter: blur(1px);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    display: block;
    height: 710px;
    min-width: 160px;
    max-width: 280px;
    padding: 8px 11px 14px 11px;
    overflow: auto
}

.nav-categories {
    background: rgba(26,26,26,.35);
    border: 2px solid #424242;
    display: flex;
    flex-direction: column;
    padding: 3px 3px;
    margin-bottom: 5px
}

.navbar-titles {
    background: linear-gradient(to bottom,#fff 0,rgba(129,129,129,.75) 3%,rgba(56,56,56,.75) 50%,rgba(27,27,27,.75) 50%,rgba(12,12,12,.75) 100%);
    border: 2px solid #000;
    color: #f7f4f4;
    padding-bottom: 1px;
    margin: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: 'Michroma', monospace;
}

.nav-icons {
    height: 20px;
    margin: 1px 2px 0 2px;
    z-index: 1
}

.nav-active,.nav-inactive {
    border: 2px solid #0f0f0f;
    border-radius: 5px;
    color: #eee;
    display: flex;
    align-items: center;
    margin: auto auto 2px auto;
    width: 100%;
    font-size: 10px;
    Letter-spacing: 3px;
    position: relative
}

.nav-active {
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(117,117,117,.2) 20%,rgba(92,92,92,.2) 50%,rgba(29,73,23,.3) 50%,rgba(65,204,60,.7) 100%)!important;
    color: #57fa6f;
    transform: scale(1.03)

}

.nav-inactive {
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(117,117,117,.15) 20%,rgba(92,92,92,.15) 60%,rgba(0,0,0,.3) 60%,rgba(41,41,41,.3) 100%)
}

.nav-inactive:hover {
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(117,117,117,.2) 20%,rgba(92,92,92,.2) 50%,rgba(43,43,43,.3) 50%,rgba(161,161,161,.3) 100%);
    transform: scale(1.03)
}

.nav-active:before,.nav-inactive:before {
    background: linear-gradient(to bottom,rgba(117,117,117,.7) 0,rgba(255,255,255,.1) 100%);
    border-radius: 40px;
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    top: 0;
    left: 5%;
    opacity: .3
}

.nav-categories hr {
    display: none
}

#navigationMenu div {
    display: flex;
    align-items: center
}

.nav-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3px 0
}

.nav-buttons-container img {
    width: 100px;
    height: 35px;
    transition-duration: .4s
}

.nav-buttons-container img:hover {
    filter: brightness(80%);
    transition-duration: .4s
}

.nav-sound-fx-container {
    padding: 2px;
    border-bottom-left-radius: 18px
}

#navSoundToggle,#navThemeChanger {
    background: linear-gradient(to bottom,#fff 0,#9efd96 3%,#32912a 30%,#185815 55%,#0b3112 55%,#1a5c1e 100%);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    border: 1px solid #000;
    color: #fff;
    cursor: url("../images/cursors/link.cur"),auto;
    width: 100%;
    padding: 5px 0;
    transition-duration: .1s;
    position: relative;
    font-size: 12.9px
}

#navThemeChanger {
    border-bottom-left-radius: 13px
}

#navSoundToggle:hover,#navThemeChanger:hover {
    background: linear-gradient(to bottom,#9efd96 0,#32912a 30%,#185815 56%,#0b3112 56%,#31bb3a 100%)
}

#navSoundToggle:before,#navThemeChanger:before {
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,.5) 100%);
    position: absolute;
    content: "";
    height: 14px;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

#navThemeChanger {
    margin-top: 3px
}

.privacy-category {
    background: 0 0!important;
    border: none!important;
    margin-top: -4px
}

.privacy-policy-link {
    font-size: 10.5px
}

#mainContent {
    background: rgba(39,39,39,.7);
    border-right: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-bottom-right-radius: 5px;
    backdrop-filter: blur(1px) saturate(150%);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    color: #dadada;
    padding: 2px 2px 2px 2px;
    height: 712px;
    width: 93%;
    overflow-y: auto;
    overflow-x: hidden
}

.glass-borders {
    background-image: linear-gradient(rgba(48,48,48,.1),rgba(26,26,26,.1),rgba(26,26,26,.1));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12),inset 0 0 8px rgba(255,255,255,.1),0 5px 5px rgba(0,0,0,.5);
    border: 1px solid #686868;
    padding: 5px;
    margin: 8px auto 8px auto
}

.aero-borders {
    border: 1px solid #4b4b4b
}

.section-banners {
    background: rgba(27,27,27,.796);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    border-bottom: none
}

.section-banners img {
    border-bottom: 1px solid #000;
    width: 100%
}

.styled-containers {
    background: rgba(27,27,27,.83);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    padding: 5mapx 5px 5px 5px;
    max-width: 935px
}

.styled-containers span {
    font-size: 13px
}

.styled-containers-spaced {
    padding: 5px 5px 5px 5px
}

.styled-containers-spaced h2,h3 {
    margin-top: 13px
}

.styled-containers-headers p,.styled-containers-spaced p {
    margin: 5px 5px 0 5px
}

.styled-containers-headers {
    background: rgba(27,27,27,.8);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    border-top: none;
    padding: 3px 10px 10px 10px
}

.styled-containers-layer-2 {
    background: rgba(27,27,27,.635)
}

.gallery-containers {
    padding: 5px
}

.gallery-containers a {
    background: rgba(19,19,19,.8);
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-bottom: 1px solid #131313;
    border-right: 1px solid #424242;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 6px 7px;
    min-height: 100px;
    transition-duration: .2s
}

.gallery-containers a:hover {
    filter: brightness(85%);
    transform: scale(1.02);
    transition-duration: .15s
}

.gallery-containers img {
    border-top: 1px solid #272727;
    border-left: 1px solid #272727;
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    width: 100%
}

.gallery-images-containers {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

#pageNav {
    background: linear-gradient(to bottom,#1a1a1a 50%,#242424 70%,#313131 85%,#3d3d3d 100%);
    position: sticky;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -10px;
    bottom: -10px;
    z-index: 3
}

#pageNav h2 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    width: 96%;
    margin: 7px auto 0 auto
}

.page-swap-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0 0 0
}

.page-swap-div a {
    background: linear-gradient(to bottom,#fff 0,#9efd96 3%,#32912a 30%,#185815 56%,#0b3112 56%,#1a5c1e 100%);
    border: 1px solid #000;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px 7px 15px;
    color: #fff;
    margin: 0 3px;
    transition-duration: .1s;
    line-height: 0;
    position: relative
}

.page-swap-div a:hover {
    background: linear-gradient(to bottom,#fff 0,#9efd96 3%,#32912a 30%,#185815 56%,#0b3112 56%,#31bb3a 100%)
}

.page-swap-div a:before {
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,.5) 100%);
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

.page-swap-div a:visited {
    color: #fff!important
}

.page-swap-div img {
    width: 20px;
    margin-left: 4px;
    margin-bottom: -3px
}

.page-swap-div a:nth-child(2) img {
    margin-right: 4px
}

#spotlight {
    margin-top: 50px;
    margin-bottom: 60px;
    contain: none;
    overflow: visible
}

.spl-header {
    transform: translateY(0);
    margin-top: -51px;
    background: linear-gradient(to bottom,#777 0,#616161 10%,#232323 55%,#000 55%,#000 60%,#202020 100%);
    border-bottom: 1px solid #000;
    padding-left: 7px
}

.spl-next,.spl-prev {
    border-radius: 0
}

.spl-title {
    font-size: 18px;
    text-align: center
}

.spl-footer {
    background: linear-gradient(to bottom,#777 0,#616161 10%,#232323 55%,#000 55%,#000 60%,#202020 100%);
    border-top: 1px solid #000;
    margin-bottom: -60px
}

#themeMenu {
    background: rgba(0,0,0,.6);
    border-left: 1px solid #3b3b3b;
    border-bottom-right-radius: 3px;
    backdrop-filter: blur(1px);
    padding: 8px 0 0 0;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 180px;
    height: 99.2%;
    overflow-y: auto;
    overflow-x: hidden
}

#themeMenu h2 {
    color: #fff;
    margin: 0 10px
}

#themeImages {
    height: 93%;
    padding: 0 10px;
    overflow: auto
}

#themeMenu img {
    border: 1px solid #000;
    cursor: url("../images/cursors/link.cur"),auto;
    max-width: 98.5%;
    margin-top: 5px;
    transition-duration: .2s
}

#themeMenu img:hover {
    transition-duration: .2s;
    filter: brightness(.8)
}

#themeMenu span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: .8em;
    margin: -3px 0 3px 0
}

#themeMenu a {
    background: linear-gradient(to bottom,#ffebeb 0,#fa8c8c 3%,#f31414 55%,#a30909 55%,#eb1717 100%);
    border: 1px solid #790000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px 0 10px;
    padding-bottom: 2px
}

@media (max-width: 750px),(max-height:915px) and (max-width:1000px) {
    .website-spacers {
        display:none
    }

    #background {
        pointer-events: none
    }

    #websiteContainer {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0
    }

    #mainHeader {
        border-top: none;
        border-radius: 0;
        padding: 5px 10px 5px 13px;
        position: fixed;
        top: 0;
        width: 100%
    }

    #logo {
        width: 30px;
        margin-right: 8px;
        margin-left: 0
    }

    .header-title {
        font-size: 20px
    }

    .header-motto {
        display: none
    }

    .toggle-buttons-divs {
        display: block
    }

    #navAndContentContainer {
        position: fixed;
        top: 38px
    }

    #navigationMenu {
        position: absolute;
        border-bottom-left-radius: 0;
        height: calc(100vh - 61px);
        z-index: 10
    }

    #navigationMenu {
        display: none
    }

    #mainContent {
        border-bottom-right-radius: 0;
        height: calc(100vh - 57px)
    }

    #themeMenu {
        top: 38px;
        height: calc(100vh - 40px)
    }

    #themeImages {
        height: calc(100vh - 115px)
    }
}

@media (max-width: 641px) {
    h1 {
        font-size:16px
    }

    h2 {
        font-size: 14px
    }

    h3 {
        font-size: 14px
    }

    #pageNav h2 {
        display: none
    }

    .page-swap-div a {
        padding: 6px 6px 10px 6px;
        font-size: .9em
    }
}

@media (max-width: 370px) {
    h1 {
        font-size:14px
    }

    h2 {
        font-size: 13px
    }

    h3 {
        font-size: 12px
    }

    .page-swap-div a:nth-child(2) {
        display: none
    }
}

@media (max-width: 300px) {
    .header-text span {
        display:none
    }

    .header-text:after {
        color: #fff;
        content: "The FA Archive"
    }

    #mainContent {
        padding: 2px 2px 2px 2px
    }
}

@media (max-width: 244px) {
    .header-text span {
        display:none
    }

    .header-text:after {
        color: #fff;
        content: "FA Archive"
    }
}

@media (max-width: 215px) {
    .header-text span {
        display:none
    }

    .header-text:after {
        content: ""
    }
}

@media (min-width: 800px) {
    #websiteContainer {
        max-width:750px
    }
}

@media (min-width: 880px) {
    #websiteContainer {
        max-width:830px
    }
}

@media (min-width: 900px) {
    #websiteContainer {
        max-width:840px
    }
}

@media (min-width: 961px) {
    #websiteContainer {
        max-width:900px
    }
}

@media (min-width: 1060px) {
    #websiteContainer {
        max-width:1000px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 24px;
    font-family: 'Orbitron';
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #3cda56;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #1a6827
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #3cda56;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #1a6827
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    min-width: 200px;
    max-width: 1130px;
    width: 100%;
    max-height: 90vh!important;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
