@font-face {
    font-family: 'base_r';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-Regular.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'base_b';
    src: url('../fonts/grifterbold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/grifterbold.woff') format('woff'); /* Safari, Android, iOS */
}

body {
    overflow-x: hidden;
    /*font-family: 'base_r' !important;*/
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    /*font-family: 'base_b' !important;*/
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}

a:hover {
    color: #A555BA;
}

.field-validation-error {
    color: red;
}

.theme-color {
    background-color: #A555BA
}
.theme-font-color {
    color: #A555BA
}
::selection {
    background: rgba(0, 175, 229, 0.5); /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: rgba(0, 175, 229, 0.5); /* Gecko Browsers */
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    /*color: #212529;*/
}

.icon-back {
    position: absolute;
    right: 0;
    font-size: 28pt;
    color: black;
}
.icon-back :hover {
    color: #00afe5;
}

.form-control {
    border-radius: 0.5rem;
    background-color: lightgrey;
}
.btn-primary {
    background-color: #A555BA;
    border-color: #A555BA;
}
.btn-primary:hover{
    background-color: #A555BA;
    border-color: #A555BA;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #aa65bc !important;
    border-color: #aa65bc !important;
    color: white;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #A555BA;
    border-color: #A555BA;
}
.btn-submit {
    padding: 0.8em 2em !important;
    border-radius: 0;
    font-size: 9pt !important;
    background: #A555BA !important;
    border: 1px solid #A555BA !important;
    box-shadow: none !important;
}
.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 175, 229, 0.5) !important;
}
.text-primary {
    color: #00afe5 !important;
}
.web-dropdown {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width:90%;

    text-align-last: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.web-dropdown option{
    background-color : white;
    color: black;
    border-radius:1rem;
}
#mainNav .navbar-nav .nav-item .nav-link.i-active {
    color: #A555BA !important;
}
#mainNav {
    background-color: rgba(0, 0, 0, 1) !important;
}
#mainNav .navbar-toggler {
    background-color: transparent;
    font-family: 'base_r';
    outline:0;
    padding: 26px 13px;
}
#mainNav .navbar-brand {
    color: white;
    font-family: 'base_r';
}
.timeline > li .timeline-image {
    background-color: #00afe5;
}
/*#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #00cbe3;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #00cbe3;
}*/
a {
    color: #00afe5;
}


.social-icon a {
    text-decoration: none !important;
}
.social-icon img {
    width: 32px;
    /*margin-right: 5px;*/
}

.header-carousel .carousel-item {
    /*max-height: 700px;*/
    /*height: 83vh;*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.carousel-indicators li {
    width: 100px;
    height: 5px;
    /* border-radius: 100%;*/
    background-color: #A555BA;
}

.section-teams .carousel-indicators {
    bottom: -25px;
}

.section-teams .game-title {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    font-size: 30pt;
    font-weight: 600;
    font-family: base_b;
    left: 0;
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 6px #f0f, 0 0 4px #f0f, 0 0 7px #0ff;
}

.section-teams .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #A555BA;
}

.section-teams .carousel-item {
    /*max-height: 630px;*/
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.section-teams .carousel-item img{
   display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width:1200px;
}

.section-event {
    background-color: black;
    color: white;
    min-height: 1000px;
}
.section-legend {
    background-color: #141414;
    color: white;
    min-height: 1500px;
}
.section-legend iframe{
    min-height:255px;
}
.section-title {
    color: lightgray;
    font-size: 40pt;
}
.section-story, .section-teams {
    color: white;
    background-color: #141414
}
.section-story .section-title {
    line-height:1;
}
.section-story iframe{
    width:100%;
}
.section-contactus .section-title {
    line-height: 1;
}
.container-about {
   /* position: relative;
    left: 0;
    right: 0;
    top: -160px;
    background: white;
    color: black;
    width: 80%;
    margin: auto;
    padding: 5em 10em;*/
}

.container-figure {
    /*border: 1px solid white;*/
    text-align: center;
    padding: 2em;
}
#aboutus .container-figure {
    /*border: 1px solid #A555BA;*/
    text-align: left;
    padding: 2em 10%;
    margin: auto;
    box-shadow: 0 0 5px 1px #A555BA;
    /*border: 1px solid gray;*/
    font-size: 11pt;
    font-weight: 600;
}
#aboutus .container-figure p{
    font-family: base_r;
    padding-top: 1rem;
}

#aboutus .effect-text-purple {
    font-size: 16pt;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 6px #f0f, 0 0 4px #f0f, 0 0 7px #0ff;
}

#aboutus .effect-text-gold {
    font-size: 33pt;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 4px #fcd041, 0 0 6px #fcd041;
}
/*#aboutus .container-figure::before {
    content: " ";
    position: absolute;
    top: -10px;
    right: 5px;
    border: 1px solid gray;
    left: 25px;
    bottom: 10px;
}*/
.section-manny img {
    max-width: 380px;
    z-index: 2;
    position: relative;
}
.section-manny .container-manny::after {
    content: " ";
    position: absolute;
    top: 9%;
    right: 14%;
    border: 1px solid #A555BA;
    left: 18%;
    bottom: 0;
    box-shadow: 0 0 5px 1px #A555BA;
}
.section-manny .container-manny::before {
    content: " ";
    position: absolute;
    top: 6%;
    right: 16%;
    border: 1px solid #fcd041;
    left: 16%;
    bottom: 3%;
    box-shadow: 0 0 5px 1px #fcd041;
}
#aboutus .container-figure.figure-2 {
    /*border: 1px solid #fcd041;*/
    display: flex;
    box-shadow: 0 0 5px 1px #fcd041;
    border: 1px solid gray;
}
#aboutus .container-figure.figure-2 > .col-12 {
    display: table;
    margin-bottom:1em;
}
#aboutus .container-figure.figure-2 > .col-12 p{
    display:table-cell;
    vertical-align:middle;
    font-family: 'base_b';
    font-size: 28pt;
    line-height: 1.2;
}
.img-figure {
    /*border-radius: 100%;*/
    margin: auto;
    width: 150px;
    height: 150px;
    /*background-color: white;*/
    margin-bottom: 1em;
    background-size: cover;
}
.title-figure {
    font-size: 30pt;
    line-height: 1;
    font-family: 'base_b';
}
.subtitle-figure {
    color: #A555BA;
}

.teams-bar {
    min-height: 130px;
    background-size: cover;
    background-position: center;
    position: relative;
    filter: grayscale(1);
    display: table;
    padding: 0;
}
.teams-bar:hover {
    filter:grayscale(0);
}
.teams-bar .title-container {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.8);
    text-align:center;
}
.teams-bar .title-container .title{
    font-size:20pt;
    text-transform: uppercase;
}
.teams-bar .title-container .summary{
    font-size:12pt;
}
#teams .live {
    position: absolute;
    left: 5px;
    text-shadow: 0px 0px 3px red;
}
.live{
    color:red;
}
.live .icon{
    width: 12px;
    height: 12px;
    border-radius: 2em;
    display: inline-flex;
    border: 6px solid red;
    position: relative;
    top: 1px;
}
.live iframe{
    min-height: 617px;
}
#contentcreator .live iframe {
    min-height: 416px;
}

.news-bar {
    padding-top: 0.5em;
    padding-bottom: 1em;
    border-radius: 0.5em;
    color:white;
}
.news-bar:hover{
    box-shadow: 0 0 8px 1px rebeccapurple;
    color:white;
}
.news-date {
    color: gray;
}
.news-title {
    font-size: 20pt;
    font-style: italic;
    line-height: 1;
}

.section-services img{
    width:100%;
}
.section-services br {
    display:none;
}
.section-services p {
    margin-bottom:3rem;
}
.section-services h3 {
    margin: 10px 0 10px 0;
}

.line-container {
    position: relative;
    height: 40px;
}

.line-title {
    /*background-color: white;*/
    position: absolute;
    z-index: 1;
    font-size: 33pt;
    /*margin-left: 55px;*/
    padding-left: 10px;
    padding-right: 10px;
    color: #A555BA
}

.line-hr {
    height: 30px;
    background-color: #212529;
    position: absolute;
    width: 100%;
    top: 19px;
}

.bg-black {
    background-color: black !important;
    color: white;
}



#news .news-item {
    right: 0;
    margin: 0 0 15px;
    max-width: 300px;
}

#news .news-item .news-link{
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0px 0px 8px 1px #A555BA;
}

#news .news-item .news-link .news-hover,#events .news-item .news-link .news-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(108, 19, 209, 0.9);
}

#news .news-item .news-link .news-hover:hover, #events .news-item .news-link .news-hover:hover {
  opacity: 1;
}

#news .news-item .news-link .news-hover .news-hover-content, #events .news-item .news-link .news-hover .news-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

    #news .news-item .news-link .news-hover .news-hover-content i, #events .news-item .news-link .news-hover .news-hover-content i {
        margin-top: -12px;
    }

#news .news-item .news-link .news-hover .news-hover-content h3,
#news .news-item .news-link .news-hover .news-hover-content h4,
#events .news-item .news-link .news-hover .news-hover-content h3,
#events .news-item .news-link .news-hover .news-hover-content h4 {
  margin: 0;
}

#news .news-item .news-caption, #events .news-item .news-caption {
  display: inline-flex;
  width:100%;
}

#news .news-item .news-caption h4, #events .news-item .news-caption h4 {
  margin: 0;
  text-transform: none;
}
.news-detail-img {
    width:100%;
    max-width: 350px;
    margin: 0 25px 15px 0;
}
.news-detail-text {
    display: block;
}
.section-news-detail{
    min-height:90vh;
}
.section-news-detail .carousel-indicators li{
    width : 100%;
    max-width : 150px;
}
.section-news-detail .carousel-indicators {
    bottom: -46px;
     margin-right: 0; 
     margin-left: 0; 
}
/*#news * {
  z-index: 2;
}*/
    .news-mh-container {
    min-height: 500px;
}
.news-title-container {
    padding-left: 0;
    padding-right: 0;
    /*border-right: 1px solid;*/
    color: #A555BA;
}
.news-item-title {
    font-size: 21pt;
    line-height: 1.3;
    display: block;
}
.news-item-subtitle {
    font-size: 7pt;
    line-height: 1.3;
    display: block;
}
.news-item-detail {
    font-size: 9pt;
    line-height: 1.3;
}
.news-item-row iframe{
    max-width:100%;
}


#events .news-item {
    right: 0;
    margin: 0 0 15px;
    /*max-width: 300px;*/
}

#events .news-caption {
    padding: 0;
    display: block !important;
}

#events .news-item-subtitle {
    font-size: 8pt;
}

#events .news-item-title {
    font-size: 30pt;
}

#events .news-item {
    display: inline-flex;
}

#events .news-item .news-link {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding:0;
  box-shadow: 0 0 8px 1px black;
  height:fit-content;
}

#events hr {
    margin-top: 0; 
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid black;
    width: 31%;
}

#events .news-item .news-link .news-hover {
    background: rgba(0, 0, 0, 0.7);
}

.event-title {
    color: white;
    font-size: 16pt;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    padding-left: 0.3em;
    padding-top: 0.1em;
}
.event-game {
    color: #A555BA;
    font-size: 20pt;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.story-mh-container {
    min-height: 500px;
}

.career-mh-container {
    min-height: 650px;
}
.section-career .dropdown-menu a:hover {
    background-color: rgba(0, 175, 229, 0.5);
}
.section-career .dropdown-menu a:active {
    background-color: rgba(0, 175, 229, 1);
}
.career-item-row {
    width: 100%;
    border: none;
    background-color: unset;
    padding: 5px;
    outline: 0 !important;
}
.career-item-row .row{
    border-radius: 1em;
    padding:3px;
}
.career-item-row .row div, .career-item-row .row span{
    border-radius: 1em;
    background-color: transparent !important;
}
.career-item-row :hover{
    background-color: rgba(0, 175, 229, 0.5);
}
.career-item-row :active{
    background-color: rgba(0, 175, 229, 1);
}

.career-form-field-title{

}
.career-form-field-subtitle {
    font-size:9pt;
}
.career-form-input {
    border-style: none;
    border-radius: 0.5rem;
    background-color: lightgrey;
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
}
.section-career-detail h1{
    color: #00afe5;
}
.section-career-detail hr {
    border-color: #00afe5;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.section-career-detail .custom-field-container div{
    padding-right:0;
    padding-left:0;
}


#word_count {
    position: absolute;
    bottom: 2px;
    right: 11px;
    color: grey;
}

.custom-nav-title a {
    height: 100%;
    vertical-align: middle;
}

#home_slider {
    margin-top: 80px;
}

.title-arch {
    font-size: 8pt;
    line-height: 13px;
    display: block;
    margin-top: 5px;
}
.subtitle-arch {
    color: #A555BA;
    font-size: 12pt;
    margin-right: 5px;
}

.container-social-icon img{
    width:32px;
}

#home .carousel-indicators {
    bottom: -50px;
}

.section-news {
    position: relative;
    background-color: black;
    color: white;
    text-transform: uppercase;
}
.diagonal-l {
    padding-top: 5em;
    padding-bottom: 5em;
    /*left: -100%;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    box-shadow: 0 0 15px 2px #A555BA;
}
.diagonal-l > .container {
    position: relative;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
}
.diagonal-r {
    padding-top: 5em;
    padding-bottom: 5em;
    /*left: -100%;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    box-shadow: 0 0 15px 2px #A555BA;
}
.diagonal-r > .container {
    position: relative;
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.se-pre-con {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: black;
}

.se-pre-con img {
    max-height: 100%;
    max-width: 200px;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: blinker 1s linear infinite;
}

.navbar-container{
    margin:auto;
}

.summary-aboutus {
    font-size: 16pt;
    line-height: 1.5;
}

.container-map {
    margin-top: 10em;
}
.summary-aboutus-map {
    line-height: 1;
    font-size: 20pt;
    font-weight: 600;
    text-align: right;
    padding-top: 12%;
    font-family:base_b;
}

.cc-title {
    font-size: 20pt;
    text-shadow: 0px 1px -1px #A555BA;
    color: #A555BA;
    text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 6px #f0f, 0 0 4px #f0f, 0 0 7px #0ff;
    font-family: 'base_r';
}
.cc-sub-title {
    font-size: 20pt;
    text-shadow: 0px 1px -1px #A555BA;
    color: #fcd041;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 5px #fcd041, 0 0 10px #fcd041;
    font-family: 'base_r';
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.m-show, .m-show-if {
    display: none !important;
}

@media (max-width: 768px) {
    .se-pre-con img {
        max-width: 40%;
    }
    #aboutus .container-figure.figure-2 {
        display: inline-block;
    }
}

@media(max-width : 575px) {
    .m-hide{
        display:none !important;
    }
    .m-show{
        display:block !important;
    }
    .m-show-if {
        display: inline-flex !important;
    }
    .news-item-row {
        justify-content: center !important;
    }

    .m-spacing {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .line-title {
        margin-left: 25px;
    }
    .line-hr {
        width: 95%;
    }

    .social-icon img {
        width: 40px;
        margin-right: 10px;
    }

    .news-item-subtitle {
        font-size: 9pt;
    }

    .news-item-detail {
        font-size: 10pt;
    }
    .container-content-creator-detail {
        margin-bottom: 0 !important;
        border-bottom: unset !important;
    }
}

@media(max-width : 500px)
{
    .line-title {
         margin-left: 0; 
        font-size: 25pt;
    }
    #events .news-item-title {
        font-size: 20pt;
    }
    .section-contactus{
        min-height:1000px;
    }
    .teams-name{
        font-size:15pt !important;
    }
    #aboutus .container-figure p {
        line-height: 1.5;
    }
}

@media(max-width : 992px) {

    .t-hide{
        display:none;
    }

    .career-item-row .row {
        border: 1px solid lightgrey;
        border-radius: 1em;
        padding: 10px;
    }
}

@media(min-width: 462px) {
    .section-title {
        font-size: 60pt;
    }
}

@media (min-width: 767px) {
  #news .news-item, #events .news-item {
    margin: 0 0 30px;
  }
  .section-news-detail .news-item {
    margin: 0 0 15px !important;
  }
  .news-detail-img {
      width: 100%;
      max-width: 350px;
      margin: 0 25px 15px 0;
      float: left;
  }
  .news-detail-text {
      display: inline;
  }
}

@media (min-width: 992px) {

    .navbar-collapse {
        height: 80px;
    }
    #mainNav {
        padding-top:0;
        padding-bottom:0;
    }

    #mainNav.navbar-shrink {
        background-color: rgba(0, 0, 0, .7) !important;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.75em;
    }
    .custom-nav-title {
        margin: auto;
        min-width: 150px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
    }
    .social-icon {
        margin: auto;
    }
    .social-icon a :hover{
        margin-top:.5em;
    }
    .section-title {
        font-size: 90pt;
    }
    .section-services br {
        display: block;
    }
    .section-services p {
        margin-bottom: 1rem;
    }
    .section-services h3 {
        margin: 0;
    }
}


@media(min-width:1500px) {

    .section-title {
        transform: rotate(-90deg);
        position: absolute;
        font-size: 90pt;
        left: -149pt;
        top: 0;
    }

    .section-services .section-title {
        transform-origin: 52% 204%;
    }
    .section-news .section-title {
        transform-origin: 53% 127%;
    }
    .section-story .section-title {
        transform-origin: 55% 293%;
    }
    .section-career .section-title {
        transform-origin: 53% 190%;
    }
    .section-contactus .section-title {
        transform-origin: 52% 320%;
    }
}

.news-body img {
    max-width: 100% !important;
    height: auto !important;
}


.custom-animate {
    opacity: 0;
    /*visibility: hidden;*/
}

.custom-animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}



@-webkit-keyframes slideOutRight {
    100% {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
}

@keyframes slideOutRight {
    100% {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
}

@-webkit-keyframes slideOutLeft {
    100% {
        opacity: 1;
        visibility: visible;
        right: 100%;
    }
}

@keyframes slideOutLeft {
    100% {
        opacity: 1;
        visibility: visible;
        right: 100%;
    }
}

.slideOutRight {
    /*-webkit-animation: slideOutRight 0.5s forwards;*/
    /*-webkit-animation-delay: 2s;*/
    /*animation: slideOutRight 0.5s forwards;*/
    /*animation-delay: 2s;*/
}

.slideMov {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 116%;
    position: absolute;
    top: -83px;
    background-color: white;
}

#mainNav, footer {
    /*box-shadow: 0 0 15px 2px #A555BA;*/
}

footer{
    background-color:black !important;
}


.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 70px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    opacity: 1;
    height: 70px;
    margin-top: -35px;
}
.carousel-control.left {
    left: 9%;
    margin-left: -70px;
}
.carousel-control.right {
    right: 9%;
    margin-right: -70px;
}
/*.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}*/

/*.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}*/

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 5;
    display: inline-block;
    margin-top: -8px;
    font-family: serif;
    font-size: 70px;
    line-height: 1;
}
.carousel-control .icon-prev:hover,
.carousel-control .icon-next:hover {
    color: #A555BA !important;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

/*.section-story .carousel-item {
    max-height: 400px;
}*/

.container-marquee {
    color: gray;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position: relative;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    margin-top: 16px;
    width: 100%;
    font-style: italic;
    font-weight: 600;
    font-size: 9pt;
}
/*
.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    font-style: italic;
    font-weight: 600;
    font-size: 9pt;
}

.marquee2 span {
    animation-delay: 10s;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}*/
.container-slider-detail {
    position: absolute;
    bottom: 125px;
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
    display: flex;
}
.slider-title {
    color: white;
    font-size: 60pt;
    text-align: left;
    line-height: 1;
    margin-top: auto;
}
.slider-title span{
    display: table-cell;
    vertical-align: middle;
    font-family: 'base_b' !important;
}
.slider-summary {
    margin-top: auto;
}
.slider-summary p{
    white-space: pre-line
}

strong{
    font-weight:600 !important;
}

.margin-last-row{
    margin-bottom:30em;
}

.nav-logo-container{
    margin-right:150px;
}

.footer-logo {
    width: 100%;
    max-width: 280px;
}
.footer-container {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.nav-logo-container img{
    width:80px;
}

#team .underline {
    border-bottom: 1px solid gray;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    width:80%;
}

#team .p-title {
    font-weight: 600;
    font-size: 18pt;
    line-height: 1;
}
#team .p-subtitle {
    color: gray;
    font-size: 10pt;
}

#contentcreator .underline {
    border-bottom: 1px solid gray;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    width: 80%;
}

#contentcreator .p-title {
    font-weight: 600;
    font-size: 18pt;
    line-height: 1;
}
#contentcreator .p-subtitle {
    color: gray;
    font-size: 10pt;
}
#contentcreator a {
    width:30px;
    margin-right:.5em;
}

.container-title {
    line-height: 1.2;
    font-family: 'base_b';
}

#news_slider .carousel-item {
    max-height: 500px;
    background-size: contain;
}
.container {
    max-width: 1600px;
}

.l-t-show{
    display:none !important;
}
.t-show{
    display:none !important;
}

#teams_slider {
    background-image: url('/_Nova/img/home/bg-teams.png');
    padding: 1em;
}
#teams_slider .carousel-item a{
   color:#A555BA;
}

@media (max-width:1500px) {

    #aboutus .container-figure {
        font-size: 11pt;
    }
    #aboutus .effect-text-purple {
        font-size: 16pt;
    }
    #aboutus .container-figure.figure-2 > .col-12 p {
        font-size: 25pt;
    }
    #aboutus .effect-text-gold {
        font-size: 30pt;
    }
    #aboutus .container-figure {
        padding: 2em 7%;
    }

    .carousel-control.left {
        left: 12%;
    }
    .carousel-control.right {
        right: 12%;
    }
    #teams_slider .carousel-control.left {
        left: 75px;
    }
    #teams_slider .carousel-control.right {
        right: 75px;
    }
    #teams_slider .carousel-control .icon-next, #teams_slider .carousel-control .icon-prev {
        width: 23px;
    }
    #teams_slider .carousel-control {
        width: 23px;
    }

    .section-teams .carousel-item {
        padding: 0 35px;
    }
}

@media (max-width:1200px) {

    #aboutus .container-figure {
        font-size: 10pt;
    }

    #aboutus .effect-text-purple {
        font-size: 15pt;
    }

    #aboutus .container-figure.figure-2 > .col-12 p {
        font-size: 18pt;
    }

    #aboutus .effect-text-gold {
        font-size: 25pt;
    }

    #aboutus .container-figure {
        padding: 2em 7%;
    }

    .custom-nav-title {
        min-width: 120px;
    }
    .carousel-control.left {
        left: 15%;
    }

    .carousel-control.right {
        right: 15%;
    }

    .nav-logo-container {
        margin-right: 100px;
    }
    .slider-title {
        font-size: 40pt;
    }
    .live iframe {
        min-height: 516px;
    }
    .l-t-show {
        display: block !important;
    }
    .l-t-hide {
        display: none !important;
    }
}

@media (max-width:991px)
{
    .img-map{
        margin-top:1em;
    }
    .news-title {
        font-size: 22pt;
    }
    .footer-logo {
        max-width: 200px;
    }

    .navbar-container {
        margin: unset;
    }
    .live iframe {
        min-height: 381px;
    }
    .container-about {
        padding: 2em 5em;
    }
    .container-map{
        text-align:left;
    }
    .t-show {
        display: block !important;
    }
    .container-news-detail {
        flex-direction: column-reverse;
    }

    #contentcreator .underline {
        width: 100%;
    }
}

@media (max-width:768px)
{
    .section-story iframe {
        height: 300px;
    }
    .section-teams .carousel-item {
        padding: 0 10px;
    }
    .section-teams .game-title {
        bottom: -8px;
    }
    .section-teams .carousel-indicators {
        bottom: -55px;
    }
    .news-title {
        font-size: 18pt;
    }
    .news-date {
        font-size: 10pt;
    }
    .footer-logo {
        position:relative;
        margin-bottom:3em;
    }
    .margin-last-row {
        margin-bottom: 60em;
    }
    .carousel-control.left {
        left: 0;
        margin-left:0;
    }
    .carousel-control.right {
        right: 0;
        margin-right:0;
    }
    #teams_slider .carousel-control.left {
        margin-left:-70px;
    }
    #teams_slider .carousel-control.right {
        margin-right: -70px;
    }
    .container-slider-detail {
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
    #teams_slider .carousel-control .icon-prev {
        left: 0;
        width: 23px;
    }
    #teams_slider .carousel-control .icon-next {
        right: 0;
        left:unset;
    }
}

@media (min-width:575px)
{
    #team .line-container, #team .line-title {
        padding-left: 0;
    }
    #contentcreator .line-container, #team .line-title {
        padding-left: 0;
    }
}
@media (max-width:574px)
{
    .teams-bar .title-container {
        display: block;
        min-height: 65px;
    }
    .container-about {
        width: 90%;
        padding: 1em 1em;
    }
}

@media (max-width:500px)
{
    .section-story iframe {
        height: 200px;
    }
    .news-title {
        font-size: 15pt;
    }
    .live iframe {
        min-height: 336px;
    }
    .slider-title {
        font-size: 35pt;
    }

    .section-teams .game-title {
        font-size: 15pt;
    }
    #aboutus .container-figure.figure-2 > .col-12 p {
        font-size: 12pt;
        line-height: 1.5;
    }

    #aboutus .effect-text-gold {
        font-size: 13pt;
    }
    #contentcreator .live iframe {
        min-height: 240px;
    }
}

@media (max-width:380px)
{
    .news-title {
        font-size: 15pt;
    }
    .footer-logo {
        max-width: 135px;
    }
    .footer .title {
        font-size: 12pt;
    }
    .footer .subtitle {
        font-size: 8pt;
    }
    .news-title {
        font-size: 12pt;
    }
    .news-date {
        font-size: 8pt;
    }
    .footer-container{
        margin-top:1rem;
    }
    .live iframe {
        min-height: 254px;
    }
    #team .underline {
        width: 100%;
    }
    #contentcreator .underline {
        width: 100%;
    }
   /* .section-story .carousel-item {
        max-height: 220px;
    }*/
}

@media screen and (min-width: 768px) {
    /*  .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }*/
}