@font-face {
    font-family: 'serapineitalic';
    src: url('../fonts/serapine-italic-webfont.woff2') format('woff2'),
         url('../fonts/serapine-italic-webfont.woff') format('woff'),
         url('../fonts/serapine-italic-webfont.ttf') format('truetype'),
         url('../fonts/serapine-italic-webfont.svg#serapineitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #777;
}

* [x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.txtShadow {
    -webkit-text-stroke: 0.1vmin rgba(0,0,0,0.5);
    text-shadow: 0 0 1vmin #000;
}

a, 
a:visited {
    cursor: pointer;
    text-decoration: none;
}
a:visited {
    color: inherit;
}

hr {
    width: 80%;
    border: 0;
    height: 1px;
    background-color: yellowgreen;
    margin: 1vw auto;
}

sup {
    vertical-align: super;
    font-size: small;
}

body {
    background-color: #fff;
    font-size: 1.3vw;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.js-reveal {
    opacity: 1;
    transition: opacity 1s ease-in, margin-top 1s ease-out;
}		
.js-reveal--hidden {
    opacity: 0;
    margin-top: 3vh;
}

.frame-t {
    display: flex;
    width: 10vw;
    font-size: 1.4vw;
    font-weight: 500;
    text-align: left;
    justify-content: flex-start;
    border-radius: 0 0.55vw 70% 0;
    margin: 1vw auto 3vw 0vw;
    padding: 1.3vw 10vw 1.3vw 5vw;
}

@keyframes blurOut {
    from {
        filter: blur(100px);
    } to {
        filter: blur(0px);
    }
}

.toppanelW {
    position: absolute;
    width: 100vw;
}
.toppanelW2 {
    display: flex;
    width: 96vw;
    justify-content: space-between;
    padding: 0.3vw 3vw 0.5vw 1vw;
    background: #c4000d;
    background: -moz-linear-gradient(-33deg,  #c4000d 0%,#ff0015 31%,#005bc4 31.3%,#ff0015 31.5%,#005bc4 32%,#0077ff 100%);
    background: -webkit-linear-gradient(-33deg,  #c4000d 0%,#ff0015 31%,#005bc4 31.3%,#ff0015 31.5%,#005bc4 32%,#0077ff 100%);
    background: linear-gradient(113deg,  #c4000d 0%,#ff0015 31%,#005bc4 31.3%,#ff0015 31.5%,#005bc4 32%,#0077ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4000d', endColorstr='#0077ff',GradientType=1 );
}

#home {
    display: none;
    align-self: center;
    width: 25vw;
}

.homeLogo {
    width: 5vw;
    height: 5vw;
}

.homeTxt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 1vw;
}

#menu {
    position: absolute;
    display: flex;
    right: 3vw;
    animation: blurOut 1s ease-out;
    animation-duration: 2s;
    z-index: 25;
}
.menu-itm {
    color: #fff!important;
    font-size: 1.1vw;
    font-weight: 500;
    padding: 0.5vw 1.25vw;
    margin: 0.75vw;
    background: hsla(212, 100%, 25%, 0.4);
    border-radius: 10vw;
    transition: all 1s ease-out;
}
.menu-itm:hover {
    background: hsla(212, 100%, 45%, 1);
    transition: all .2s ease-out;
}
.menu-lang {
    display: flex;
    background: hsla(355, 100%, 40%, 0.4);
    position: absolute;
    left: 2vw;
    color: #fff!important;
    font-size: 1.1vw;
    font-weight: 500;
    padding: 0.5vw 1.25vw;
    margin: 0.75vw;
    border-radius: 10vw;
    transition: all 1s ease-out;
    z-index: 33;
}
.menu-lang:hover {
    background: hsla(355, 100%, 45%, 1);
}
.menu-icn {
    display: none;
}

.menu-itm2 {
    color: #fff !important;
    font-size: 1.1vw;
    font-weight: 500;
    padding: 0.3vw;
    border-bottom: 0.2vw solid hsla(212, 100%, 100%, .8);
    margin: 0 1vw;
    opacity: 0.9;
}
.menu-itm2:hover {
    opacity: 1;
    border-bottom: 0.2vw solid #fff;
}
.menu-itm2:last-child {
    color: yellow !important;
    border-bottom: 0.2vw solid yellow;
}

.introW {
    display: flex;
    width: 100vw;
    height: 57vw;
}

.introBg {
    display: flex;
    width: 100vw;
    height: 56.25vw;
    margin: 0;
    padding: 0;
}

#introBgVid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 56.25vw;
    margin: 0;
    padding: 0;
    z-index: 11;
}

#introOver {
    background-image: url('../img/sys/dot.png');
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 56.25vw;
    pointer-events: none;
    z-index: 12;
    opacity: 0.5;
}

.intro {
    display: flex;
    margin: 0 auto;
    padding: 1.5vw;
    background: #e6192a;
    align-self: center;
    border-radius: 99vw;
    animation: intro 30s ease-in;
    opacity: 1;
    z-index: 21;
}
@keyframes intro {
    0% {
        opacity: 0;
        filter: blur(100px);
    } 70% {
        opacity: 0;
        filter: blur(100px);
    } 100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1,1);
    }
}
.introLogo {
    width: 11vw;
    height: 11vw;
    margin-right: 0.5vw;
}

.introTxt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 1.5vw;
}


    /********  NEWS  *******/

#newsW {
    display: flex;
    flex-direction: column;
    width: 99vw;
    padding: 3vw 1vw 7vw 0;
}

.news-itm {
    display: flex;
    width: 90vw;
    margin: 3vw auto;
    justify-content: flex-start;
}

.news-itm-top {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 1vmin 0;
    letter-spacing: 0.1vw;
    background: #0077ff;
    background: -moz-linear-gradient(top,  #0077ff 0%, #005bc4 100%);
    background: -webkit-linear-gradient(top,  #0077ff 0%,#005bc4 100%);
    background: linear-gradient(to bottom,  #0077ff 0%,#005bc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077ff', endColorstr='#005bc4',GradientType=0 );
}

.news-itm-dt {
    display: flex;
    color: #fff;
    font-size: 1vw;
    margin: 0px 17vw;
}

.news-itm-img-annmt {
    display: flex;
    color: #fff;
    font-size: 1vw;
    letter-spacing: 0.3vw;
    width: 45vw;
    text-align: center;
}
.news-itm-img {
    display: flex;
    width: 20vw;
    height: 12.5vw;
    border: 0.2vw solid #005bc4;
    border-top: none;
    border-radius: 0 0 1vw 1vw;
}

.news-itm-rgt {
    display: flex;
    width: 65vw;
    flex-direction: column;
    margin: 0 2vw;
}

.news-itm-ttl {
    width: 100%;
    text-align: left;
    font-size: 1.5vw;
    font-weight: 500;
    padding-bottom: 1vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-itm-txt {
    width: 100%;
    text-align: justify;
    line-height: 150%;
}

.newsArchive {
    color: #0088ff !important;
}


    /********    ABOUT    *******/

#aboutW {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 99vw;
    height: 35vw;
    background: url('../img/sys/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#aboutW * {
    text-shadow: 0 0 0.1vw #000;
}

.aboutWbg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.aboutWbg-hover { 
    background: rgba(0,11,44,0.77);
    transition: all 1s ease;
}
.aboutWbg-scroll { 
    background-color: rgba(0,0,0,0.55);
    transition: all 1s ease-out;
}

#aboutWin {
    display: flex;
    position: absolute;
    justify-content: flex-start;
    width: 99vw;
}

#aboutLst {
    display: flex;
    justify-content: space-around;
    width: 20vw;
    margin: 0 5vw;
    flex-direction: column;
    border-right: 0.1vw solid #fff;
}

.aboutLst-itm {
    margin: 2vw auto;
    padding: 1.5vw 2vw;
    font-size: 1.7vw;
    color: #fff !important;
}

#history {
    display: flex;
    width: 60vw;
    padding: 1vw 2vw;
}

#historyTtl {
    margin: 1vw auto 3vw auto;
    font-size: 1.7vw;
    color: #fff;
}

#historyTxt {
    line-height: 2.7vw;
    color: #e5f7ff;
    font-size: 1.5vw;
}


    /*******  Programs ******/

#programsW {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 99vw;
    padding: 5vw 0;
}

#programs-t {
    color: rgba(255,255,255,0.9);
    border-bottom: 1vw solid hsl(277,100%,50%);
    background: hsl(277,91%,29%);
    background: -moz-linear-gradient(left,  hsl(277,82%,49%) 0%, hsl(277,91%,29%) 90%);
    background: -webkit-linear-gradient(left,  hsl(277,82%,49%) 0%, hsl(277,91%,29%) 90%);
    background: linear-gradient(to right,  hsl(277,82%,49%) 0%, hsl(277,91%,29%) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51616', endColorstr='#8c0707',GradientType=1);
}

.prog-itms {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}

.prog-itm {
    display: flex;
    flex-direction: column;
    width: 10vw;
    transition: all 0.2s ease;
}
.prog-itm:hover {
    transform: scale(1.1);
    transition: all 0.1s linear;
}
.prog-itm:hover > .prog-itm-ttl {
    font-weight: 500;
}

.prog-itm img {
    width: 6vw;
    height: 6vw;
    margin-bottom: 0.5vw;
}
.prog-itm:nth-child(2) img {
    width: 6.3vw;
    height: 6.3vw;
    margin-bottom: 0.2vw;
}
.prog-itm:nth-child(5) img {
    width: 5.5vw;
    height: 5.5vw;
    margin-bottom: 1vw;
}

.prog-itm-ttl {
    width: 100%;
    display: flex;
    text-align: center;
    color: #9859c0;
    letter-spacing: 0;
}


    /******** PROJECTS *********/

#projectsW {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 99vw;
    padding: 1vw 1vw 3vw 0;
}

#projects-t {
    color: rgba(255,255,255,0.9);
    border-bottom: 1vw solid hsl(0,100%,50%);
    background: hsl(0,91%,29%);
    background: -moz-linear-gradient(left,  hsl(0,82%,49%) 0%, hsl(0,91%,29%) 90%);
    background: -webkit-linear-gradient(left,  hsl(0,82%,49%) 0%, hsl(0,91%,29%) 90%);
    background: linear-gradient(to right,  hsl(0,82%,49%) 0%, hsl(0,91%,29%) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51616', endColorstr='#8c0707',GradientType=1);
}

.proj-itm {
    display: flex;
    width: 80vw;
    text-align: center;
    margin: 0 auto 2vw auto;
}

.proj-nonCur {
    font-size: 1.3vw;
    color: #aaa;
}
.proj-itm.proj-Cur {
    margin: 0vw auto 2vw auto;
    font-size: 1.4vw;
    color: #777;
}

.Wlink {
    align-self: flex-end;
    margin-right: 10vw;
    font-weight: 500;
    color: #0088ff !important;
    border-left: 0.3vw solid transparent;
    border-right: 0.3vw solid transparent;
    text-align: right;
    padding: 0.25vw 0.75vw;
    transition: all 0.3s ease;
}
.Wlink:hover {
    color: #000 !important;
    border-left-color: #ff0015;
    border-right-color: #0077ff;
    transition: all 0.3s ease;
}


    /********  MEDIA  **********/

#mediaW {
    display: flex;
    width: 100vw;
    height: 44vw;
    justify-content: center;
    align-items: center;
    background: url('../img/sys/mediaBg.jpg');
    background-size: cover;
}

.media {
    display: flex;
    width: 50vw;
}

.media-itm {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.media-itm-img {
    width: 25vw;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: -0.1vw -0.1vw 0.5vw rgba(0,0,0,0.2);
    border-radius: 0.5vw;
    transition: all 0.3s linear;
}
.media-itm-img:hover {
    transform: scale(1.3);
    transition: all 0.3s linear;
    box-shadow: 0 0 2vw 0.2vw #000;
}
#media-itm-img1 {
    margin-left: -13vw;
}
#media-itm-img2 {
    margin: -7vw 0 auto 13vw;
}
#media-itm-img3 {
    margin: -5vw 0 auto -5vw;
}

.media-itm-vid {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.media-itm-vid-over {
    width: 8vw;
    position: absolute;
    pointer-events: none;
}

#gogall {
    margin-top: -3vw;
    right: 0;
    position: absolute;
}


        /********   FOOTER  ******/

#footer {
    background: #09111b;
    display: flex;
    width: 99vw;
    padding: 1vw 0;
    justify-content: space-around;
    font-size: 1vw;
    line-height: 1.5vw;
    align-items: flex-end;
}
#contactus {
    display: flex;
    justify-content: space-between;
    width: 53vw;
}
#felix {
    color: steelblue;
}

        /****** GO TO TOP *******/

#goToTop {
    display: flex;
    width: 5vw;
    height: 5vw;
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    background: #607d8b;
    border-radius: 100vw;
    box-shadow: 0.1vw 0.1vw 1vw #777;
    z-index: 99999;
    transition: all 1s ease;
    visibility: hidden;
    opacity: 0;
    animation: goToTop 2s ease 5;
}
#goToTop img {
    width: 3vw;
}

@keyframes goToTop {
    0% {
        bottom: 2vw;
        opacity: 0;
    } 30% {
        opacity: 1;
    } 70% {
        bottom: 7vw;
        opacity: 1;
    } 100% {
        bottom: 7vw;
        opacity: 0;
    }
}


        /****** CONTAINER  *******/

#container {
    display: flex;
    flex-direction: column;
    width: 90vw;
    min-height: 90vh;
    text-align: justify;
    font-size: 1.3vw;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 180%;
    padding: 5vw;
    background: url('../img/sys/z.png');
}
.cont-ttl {
    width: 100%;
    font-weight: 500;
    text-align: center;
    color: #0077ff;
    font-size: 1.5vw;
    margin-bottom: 3vw;
}

table.winners {
    font-size: inherit;
    min-width: 55vw;
    align-self: center;
}
table.winners td {
    padding: 1vw 2vw;
    vertical-align: top;
    border-bottom: 1px solid #ffd5a8;
}

.nopadding {
    padding: 1vw 0vw !important;
}

.newsTop {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}
.newsTitle {
    width: 29vw;
    text-align: left;
    color: #0077ff;
    font-size: 2.5vw;
    line-height: 200%;
    margin-right: 5vw;
}
.newsDate {
    width: 29vw;
    text-align: right;
    font-size: 1.4vw;
    color: #999;
    margin: 2vw 5vw 0 0;
}
.newsImg img {
    width: 55vw;
    height: 34vw;
    border-radius: 18% 0;
    border-bottom: 0.5vw solid #ff0015;
    border-top: 0.5vw solid #0077ff;
}
.news-inheader {
    width: 100%;
    font-weight: 500;
    text-align: center;
    color: #ff8800;
}
.news-inimg-l {
    float: left; 
    width: 70vw;
    height: auto;
    margin: 1vw;
    border: 1px solid #ddd;
}
.news-inimg-r {
    float: right; 
    width: 70vw;
    height: auto;
    margin: 1vw;
    border: 1px solid #ddd;
}

.structure {
    width: 90vw;
    height: auto;
}

.coaches-icn {
    width: 3vw;
    height: auto;
}

.progs {
    padding: 8vw 0;
    border-bottom: 0.1vw solid rgba(152, 89, 192, 0.4);
    width: 100%;
}
.progs:first-child {
    padding: 0 0 5vw 0;   
}
.progs:last-child {
    border: none;
    padding: 5vw 0 0 0;   
}

.progs-block {
    display: flex;
    height: 7vw;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 3vw;
}
.progs-block img {
    height: 7vw;
    width: auto;
    margin: 0 3vw;
}
.progs-ttl {
    display: flex;
    height: 100%;
    font-weight: 400;
    text-align: right;
    color: #9859c0;
    font-size: 1.8vw;
    line-height: 150%;
}

#partners {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.partners-itm {
    display: flex;
    flex-direction: row;
    width: 25vw;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4vw;
}
.partners-itm img {
    width: 6vw;
    margin-right: 1vw;
}
.partners-name {
    width: 18vw;
    text-align: left;
    line-height: 140%;
    font-size: 1.2vw;
}

.newsArc-itm {
    width: 90vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2vw 0;
}
.newsArc-itm img {
    width: 12vw;
    height: 7.5vw;
    box-shadow: 0 0 0.1vw 0.1vw #aaa;
}
.na-ttl {
    width: 52vw;
    height: 5.5vw;
    font-size: 1.4vw;
    text-align: left;
    padding: 1vw 2vw;
    border-right: 1px solid #ddd;
}
.na-date {
    width: 15vw;
    padding: 1vw 3vw;
    font-size: 1.5vw;
}

.paging {
    display: flex;
    width: 100%;
    justify-content: center;
}
.pg {
    font-size: 1.2vw;
    font-weight: 500;
    padding: 1vw;
    line-height: 50%;
}
.pg-txt {
    color: #ff8800 !important;
}
.pg-num {
    color: #0077ff !important;
}
.pg-cur {
    border: 1px solid #aaa;
    border-radius: 50vw;
}

#mediaDiv {
    display: flex;
    width: 100%;
}
.mediaDiv-header {
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-weight: 500;
    margin-bottom: 1vw;
}
.mediaDiv-cont {
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-size: 2vw;
}
.mediaDiv-cont-img {
    width: 20vw;
    height: auto;
    border-left: 0.5vw solid transparent;
    border-right: 0.5vw solid transparent;
    margin: 1vw 0;
    transition: all 0.3s ease-out;
    filter: saturate(70%);
}
.mediaDiv-cont-img:hover {
    border-left-color: #ff0015;
    border-right-color: #0077ff;
    transition: all 0.3s ease-out;
    filter: saturate(110%);
}

#related {
    display: flex;
    font-weight: 500;
    color: #0077FF;
    margin: 3vw 2vw 0 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.related-itm {
    color: #0077ff !important;
    font-weight: 400;
    margin-left: 1vw;
}
.related-itm:before {
    content: "• ";
}
.related-itm:hover:before {
    content: "→ ";
    font-weight: 500;
}

.links {
    display: flex;
    width: 90%;
    align-self: center;
    margin: 1vw;
}
.links-itm {
    color: #0077ff !important;
    font-weight: 500;
    padding: 0 1vw;
    transition: all 0.3s ease;
}
.links-itm:hover {
    color: #000 !important;
    border-left: 0.3vw solid #ff0015;
    border-right: 0.3vw solid #0077ff;
    transition: all 0.3s ease;
}