/* START DEFAULTS */
body {
    background-color: #fff;
    font-size: 0.9375rem;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    font-family: 'robotoregular';
    font-weight: 300;
    width:100%;
}

p {
    margin: 0 0 15px;
}

i, span, a, input, button, img, div, h3{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background-color: red;
}

::selection {
    color: white;
    background-color: red;
}

table, a, section .heading-section h2{
    user-select: none;
}

b.red{
    color: red;
}

.clear-padding{
    padding: 0 !important;
}

.line-through{
    text-decoration: line-through;
}

.text {
    color: #333333;
}

.color-red{
    color: red;
}

.colorstext {
    color: #5e9a28;
}

.coloricon i {
    color: #5e9a28;
}

.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

.first-section{
    margin-top: 110px !important;
}

.first-section-profile{
    margin-top: 180px !important;
}

.no-action{
    display: inline-flex !important;
    height: auto !important;
}

.no-action:hover{
    border: none !important;
}

.no-action:hover:before, .no-action:hover:after{
    background-color: transparent !important;
    border: none !important;
}

.img-container{
    width: auto;
    height: auto;
}

.img-container img{
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 100px;
    margin: 0 auto;
}

@keyframes showAnimate {
    0%   {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hideAnimate {
    0%   {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.show-animate{
    animation: showAnimate 1.5s linear alternate;
    animation-fill-mode: both;
}

.hide-animate{
    animation: hideAnimate .5s linear alternate;
    animation-fill-mode: both;
}
/* END DEFAULTS */









/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: white;
}











/**********************************
START SECTIONS
***********************************/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    overflow: hidden;
}

.sections .footer {
    padding-bottom: 80px;
}

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
/***********************************
END SECTIONS
***********************************/


/***********************************
START CUBIC LOADER
***********************************/
.loader-container{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 100 !important;
}

.sk-cube-grid {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -50px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}
/***********************************
END CUBIC LOADER
***********************************/



/***********************************
START HORSE SHOE LOADER
***********************************/
#loaders{
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

/* Let's make Loader 1 spin really quickly and then stop */
#loader1 {
    animation: spin 7s linear infinite;
}

#loader1 img{
    width: 100%;
    height:100%;
}

@keyframes spin {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(900deg); }
    90%, 100% {transform: rotateY(1800deg); }
}
/***********************************
END HORSE SHOE LOADER
***********************************/



/***********************************
START CIRCULAR LOADER
***********************************/
.sk-circle {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}
/***********************************
END CIRCULAR LOADER
***********************************/


/***********************************
START SPINNER LOADER
***********************************/

.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/***********************************
END SPINNER LOADER
***********************************/


/***********************************
START BUTTONS
***********************************/
button.snip0076 {
    font-family: 'Roboto', sans-serif;
    border: none;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    margin: 15px 13px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 1em;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button.snip0076 span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}

button.snip0076 i {
    font-size: 17px;
    right: 13px;
    top: 13px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button.snip0076 i.pdf-icon{
    position:relative;
    opacity:1 !important;
    top: 2px;
}

button.snip0076:hover span,
button.snip0076.hover span {
    -webkit-transform: translate3d(-10px, 0px, 0px);
    transform: translate3d(-10px, 0px, 0px);
    opacity: 1;
}

button.snip0076:hover i,
button.snip0076.hover i {
    opacity: 1;
}

button.snip0076:active span {
    -webkit-transform: translate3d(-14px, 0px, 0px);
    transform: translate3d(-14px, 0px, 0px);
}

button.snip0076:active i {
    right: 18px;
}

button.snip0076.blue {
    background-color: #20638f;
}

button.snip0076.red {
    background-color: #c64245;
}

button.snip0076.yellow {
    background-color: #a85913;
}

button.snip0076.green {
    background-color: #4a9000;
}

.ion-android-arrow-forward:before {
    content: "\f30f";
}

.ion, .ionicons{
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
/***********************************
END BUTTONS
***********************************/


/***********************************
START NAVBAR
***********************************/
nav .nav-logo-l{
    height: auto;
}

nav .nav-logo-s{
    height: 36px;
}

nav.dark .header-inner ul li a:hover{
    color: white !important;
}

#navbar {
    background: black !important;
    color: white !important;
    position: fixed !important;
    top: 100px;
    height: 60px;
    line-height: 60px;
    width: 100vw;
    z-index: 10000;
    transition: top .5s;
}

#navbar .logo{
    display: none;
}

#navbar-header {
    background: black !important;
    color: black !important;
    position: fixed !important;
    top: 0 !important;
    display: -webkit-inline-box;
    height: 100px;
    line-height: 45px;
    width: 100vw;
    z-index: 10000;
    transition: height .5s;
}

.navbar-header-active {
    height: 0 !important;
    transition: all .5s;
}

.navbar-active {
    top: 0 !important;
    transition: all .5s;
}

#navbar.navbar-active .logo{
    display: inline-flex;
    transition: display .5s;
}

#navbar-header.navbar-header-active .logo{
    opacity: 0;
    display: none;
    transition: opacity .4s;
}

.nav-wrapper {
    margin: auto;
    text-align: center;
    width: 100%;
} @media(max-width: 768px) {
    .nav-wrapper {
        width: 90%;
    }
} @media(max-width: 638px) {
    .nav-wrapper {
        width: 100%;
    }
}


.logo {
    font-size: 1.5em;
    height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.logo img{
    width: 105px;
    height: 50px;
    z-index: 500000 !important;
}
@media(max-width: 500px) {
    .logo img{
        position: relative;
        left: -20px;
    }
}


#navbar-header .logo img{
    width: 220px;
    height: 100px;
}

#navbar ul {
    display: inline-block;
    /* float: right; */
    list-style: none;
    margin-right: 2px;
    padding-left: 8px;
    margin-top: -2px;
    /* text-align: center; */
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
} @media(max-width: 978px) {
    #navbar ul {
        display: none;
    }
}

#navbar .nav-search{
    display: inline-block;
}

#navbar .nav-search input{
    /* border-top-left-radius:5px; */
    /* border-bottom-left-radius: 5px; */
    padding: 4px;
    padding-right: 0px;
    padding-left: 5px;
    color: white;
    background: #000;
}

#navbar .nav-search button i{
    position: relative;
    top:-7px;
    font-size: 13px;
}

#navbar .nav-search button{
    /* background-color:red; */
    margin-left: -18px;
    height: 28px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 45px;
    position: relative;
    top: 8px;
    padding: 12px;
}


#navbar li {
    display: inline-block;
    padding: 0;
}

#navbar li button{
    background-color: transparent;
    padding:10px;
    border: 1px solid white;
    padding-top:5px;
    padding-bottom:5px;
    border-radius:5px;
    margin: 0px;
}

#navbar li button i{
    margin-right:10px;
}

#navbar li button:hover i{
    transform: rotateZ(360deg)
}

#navbar li button.btn-signup{
    background-color:red;
    border-color:red;
    font-weight:bold;
}

.dropdown-menu>li:first-child {
    padding-top: 0px !important;
}

#navbar .login-icon{
    display: none;
    float: left;
    position: relative;
    top: 5px;
    left: 25px;
}

#navbar li a {
    color: white;
    display: block;
    font-size: 1.05em;
    height: 31px;
    letter-spacing: 1px;
    margin: 0 3px;
    padding: 0 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
    border-radius: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: black;
    font-weight: normal;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

/* Animated Bottom Line */
#navbar li a:before, #navbar li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -1px;
    background: rgb(13, 26, 38);
}

#navbar li a:before {
    left: 0;
    transition: 0.5s;
}

#navbar li a:after {
    background: rgb(255, 255, 255);
    right: 0;
    /* transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

#navbar li a:hover:before {
    background: rgb(255, 255, 255);
    width: 100%;
    transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
    background: transparent;
    width: 100%;
    /* transition: 0s; */
}
#navbar .dropdown-menu {
    background-color:black;
    text-align: center;
    padding: 15px;
    padding-top: 10px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 46px;
    display:none;
}

#navbar .dropdown-menu ul li a:hover, #navbar .dropdown-menu ul li:hover{
    background-color:black !important;
    display:block !important;
}

#navbar .dropdown-menu-li{
    position: relative;
}

.download-section{
    margin-top: 180px;
    text-align: center;
}

.download-section img{
    max-width: 200px;
    max-height: 200px;
}

.group-7-qualifiers{
    margin-top: 200px !important;
}
/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/
@media(max-width: 1144px) {
    .download-section{
        margin-top: 90px;
    }



    #current-shows .shows{
        margin-top: 90px !important;
    }
    .overlay-menu {
        display: flex !important;
    }

    .first-section{
        margin-top: 60px !important;
        padding-top: 0;
    }

    .group-7-qualifiers{
        margin-top: 100px !important;
    }

    .first-section-profile{
        margin-top: 100px !important;
    }

    nav .nav-wrapper .menu{
        display: none;
    }

    .jumbotron {
        top: 60px;
    }

    .about {
        padding: 130px 0 !important;
    }

    .menuIcon {
        cursor: pointer;
        display: block;
        position: fixed;
        right: 15px;
        top: 19px;
        /* background-color: white; */
        height: 23px;
        width: 27px;
        z-index: 10001 !important;
    }

    .nav-search{
        display: none !important;
    }

    #navbar-header .logo img {
        width: 120px;
        height: 70px;
    }

    #navbar .login-icon{
        display: inline-flex;
    }

    #navbar .login-icon:hover{
        cursor: pointer;
    }

    #navbar{
        display: block !important;
        top:0px;
    }

    #navbar-header{
        display: none;
    }

    #navbar ul {
        display: none;
    }

    #navbar .logo {
        display: block;
    }

    /* Icon Bars */
    .icon-bars {
        background: white !important;
        position: absolute;
        left: 1px;
        top: 45%;
        height: 2px;
        width: 20px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    #navbar{
        display: none;
    }

    .search-section{
        padding-top: 40px !important;
    }

    .icon-bars::before {
        background: white !important;
        content: '';
        position: absolute;
        left: 0;
        top: -8px;
        height: 2px;
        width: 20px;
        /*     -webkit-transition: top 0.2s ease 0.3s;
        transition: top 0.2s ease 0.3s; */
        -webkit-transition: 0.3s width 0.4s;
        transition: 0.3s width 0.4s;
    }

    .icon-bars::after {
        margin-top: 0px;
        background: white !important;
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        height: 2px;
        width: 20px;
        /*     -webkit-transition: top 0.2s ease 0.3s;
        transition: top 0.2s ease 0.3s; */
        -webkit-transition: 0.3s width 0.4s;
        transition: 0.3s width 0.4s;
    }

    /* Bars Shadows */
    .icon-bars.overlay {
        background: rgb(97, 114, 129);
        background: rgb(183, 199, 211);1) */
    width: 20px;
        animation: middleBar 3s infinite 0.5s;
        -webkit-animation: middleBar 3s infinite 0.5s;
    } @keyframes middleBar {
          0% {width: 0px}
          50% {width: 20px}
          100% {width: 0px}
      } @-webkit-keyframes middleBar {
            0% {width: 0px}
            50% {width: 20px}
            100% {width: 0px}
        }

    .icon-bars.overlay::before {
        background: rgb(97, 114, 129);
        background: rgb(183, 199, 211);
        width: 10px;
        animation: topBar 3s infinite 0.2s;
        -webkit-animation: topBar 3s infinite 0s;
    } @keyframes topBar {
          0% {width: 0px}
          50% {width: 10px}
          100% {width: 0px}
      } @-webkit-keyframes topBar {
            0% {width: 0px}
            50% {width: 10px}
            100% {width: 0px}
        }

    .icon-bars.overlay::after {
        background: rgb(97, 114, 129);
        background: rgb(183, 199, 211);
        width: 15px;
        animation: bottomBar 3s infinite 1s;
        -webkit-animation: bottomBar 3s infinite 1s;
    } @keyframes bottomBar {
          0% {width: 0px}
          50% {width: 15px}
          100% {width: 0px}
      } @-webkit-keyframes bottomBar {
            0% {width: 0px}
            50% {width: 15px}
            100% {width: 0px}
        }


    /* Toggle Menu Icon */
    .menuIcon.toggle .icon-bars {
        top: 5px;
        transform: translate3d(0, 5px, 0) rotate(135deg);
        transition-delay: 0.1s;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .menuIcon.toggle .icon-bars::before {
        top: 0;
        transition-delay: 0.1s;
        opacity: 0;
    }

    .menuIcon.toggle .icon-bars::after {
        top: 10px;
        transform: translate3d(0, -10px, 0) rotate(-270deg);
        transition-delay: 0.1s;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .menuIcon.toggle .icon-bars.overlay {
        width: 20px;
        opacity: 0;
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }
}


/*======================================================
                   Responsive Mobile Menu
  ======================================================*/
.overlay-menu {
    background: white;
    color: rgb(251, 251, 251);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    overflow-y: scroll;
    transform: translateX(-100%);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

/* width */
.overlay-menu::-webkit-scrollbar {
    display:none;
}

.overlay-menu ul, .overlay-menu li {
    display: block;
    position: relative;
}

.overlay-menu ul{
    position: absolute;
    top: 75px;
    padding-left: 0;
}

.overlay-menu li a {
    display: block;
    font-size: 1.4em;
    letter-spacing: 4px;
    /* opacity: 0; */
    padding: 23px 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    /*   -webkit-transition: 0.2s opacity 0.2s ease-out;
    transition: 0.2s opacity 0.2s ease-out; */
}

.overlay-menu .overlay-dropdown-menu-li .dropdown-menu{
    box-shadow:none;
    background-color: transparent;
    position:relative;
    top: -15px;
    left: 5px;
    display: none;
    float: none;
    border-left:5px solid black;
    border-radius: 0;
}

.overlay-menu .overlay-dropdown-menu-li a:hover{
    border: none;
    cursor: pointer;
}

.overlay-menu .overlay-dropdown-menu-li .dropdown-menu a{
    text-align: left;
    font-size: 20px;
    line-height: 22px;
}

.overlay-menu .overlay-dropdown-menu-li .dropdown-menu li a{
    border-radius: 0;
}

.overlay-menu .overlay-dropdown-menu-li .dropdown-menu li a:hover{
    color: black;
    background-color:transparent;
    border: none;
    border-radius: 0;
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
    color: black;
    border-bottom: 1px solid black;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
/***********************************
END NAVBAR
***********************************/


/***********************************
START LEAGUES
***********************************/


/***********************************
END LEAGUES
***********************************/

#leagues{
    padding-top: 150px;
    background-color: white;
}

#leagues .heading-section:hover .border-heading {
    width: 140px !important;
}

@media(max-width:917px){
    #leagues .heading-section h2{
        font-size:27px;
    }

    #leagues .heading-section:hover .border-heading {
        width: 310px !important;
    }
}

/***********************************
START ABOUT GROUP 7
***********************************/
#about-group-7{
    padding-top: 150px;
    background-color: white;
}

#about-group-7 .heading-section:hover .border-heading {
    width: 400px !important;
}

@media(max-width:917px){
    #about-group-7 .heading-section h2{
        font-size:27px;
    }
    #about-group-7 .heading-section:hover .border-heading {
        width: 310px !important;
    }
}

#about-group-7 .about-group-7-img-container, #about-group-7 .about-group-7-img-container-img{
    width: auto !important;
    height: auto !important;
    max-width: 350px !important;
    max-height: 350px !important;
}

#about-group-7 .content-section p{
    color: black !important;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
/***********************************
END ABOUT GROUP 7
***********************************/

/***********************************
START ABOUT GROUP 7 points
***********************************/
.group-7-points .tab__content{
    padding: 40px !important;
}
.group-7-points .group-7-table table tbody tr{
    background-color: white;
}
.group-7-points .group-7-table table tbody tr:nth-child(4n+3),
.group-7-points .group-7-table table tbody tr:nth-child(4n){
    background-color: #e0e0e0 !important;
    border-left-color: black !important;
}
/***********************************
END ABOUT GROUP 7
***********************************/


/***********************************
START COMMITTE
***********************************/

#committe{
    padding-top: 75px;
    padding-bottom: 75px;
}

#committe .heading-section:hover .border-heading {
    width: 150px; !important
}

.snip1507 {
    font-family: 'Muli', sans-serif;
    position: relative;
    overflow: hidden;
    height: 403px;
    display: inline-block;
    margin: 10px 1%;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    background-color: #000000;
    box-shadow: 0 4px 10px black;
}

.snip1507 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1507 img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.75;
}

.snip1507 figcaption {
    z-index: 1;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    padding: 20px;
}

.snip1507 figcaption:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
}

.snip1507 h3,
.snip1507 h5 {
    margin: 0;
    letter-spacing: 1px;
}

.snip1507 h3 {
    font-family: Roboto, sans-serif;
    font-size: 19px;
    color: white;
    font-weight: bold;
}

.snip1507 h5 {
    font-weight: normal;
    color: white;
    font-size: 16px;
}

.snip1507 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1507:hover > img,
.snip1507.hover > img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/***********************************
END COMMITTE
***********************************/


/***********************************
START WELCOME MESSAGE
***********************************/
#fh5co-team{
    padding-top: 70px;
    padding-bottom: 70px;
}

#fh5co-team .heading-section:hover .border-heading {
    width: 293px !important;
}

#fh5co-team .team-box {
    position: relative;
    margin-top: 100px;
    padding: 30px;
    padding-top: 5em;
    float: left;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    #fh5co-team .team-box {
        margin-bottom: 110px;
    }
}

#fh5co-team .team-box .user {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -73px;
    margin-left: -73px;
    width: 147px;
    height: 147px;
}
#fh5co-team .team-box .user img {
    position: relative;
    left: -26px;
    top: -60px;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    /* border-radius: 50%; */
    border: 15px solid #f2f2f2;
    border-radius: 30px;
}

#fh5co-team .heading-section h2 {
}

#fh5co-team .team-box h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
}
#fh5co-team .team-box .position {
    font-size: 16px;
    color: #8f989f;
    display: block;
    margin-bottom: 30px;
}

#fh5co-team .team-box p{
    color: black;
    text-align: justify;
}

#fh5co-team .team-box .rtl{
    direction: rtl;
}

#fh5co-team .team-box a{
    width: 150px;
    height: 40px;
    background-color: black;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    float: right;
    font-size: 20px;
    line-height: 10px;
}

#fh5co-team .team-box a:hover{
    cursor: pointer;
    box-shadow: 0 4px 10px black;
}

/***********************************
END WELCOME MESSAGE
***********************************/







/***********************************
Start Header
***********************************/

.footer-img {
    width: 70%;
    height: 90px;
}
/***********************************
END Header
***********************************/


/***********************************
Start About
***********************************/

.about {
    width: 100%;
    padding: 200px 0;
}

.heading-section {
    position: relative;
    margin-bottom: 40px;
}

.heading-section span {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    top: -35px;
    left: 7px;
    /* letter-spacing: 3px; */
    z-index: 0;
}

.heading-section:hover span{
    top: -25px;
}

.heading-section h2 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #333;
    position: relative;
    z-index: 2;
    margin-top: -13px;
}

.heading-section .border-heading {
    width: 50px;
    height: 5px;
    background: linear-gradient(to left, #ff0000, #000000);
    margin-top: 20px;
    position: relative;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.heading-section:hover .border-heading {
    width: 316px;
}

.heading-section .border-heading i {
    color: #ff0000;
    position: absolute;
    right: -4px;
    top: -28px;
}

.heading-section p {
    color: #111;
    font-size: 17px;
    /* font-family: fantasy; */
    width: 65%;
    margin-top: 15px;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.about .info-about {
    border-radius: 3px;
    padding: 40px 15px;
    min-height: 740px;
}

.about .heading-section:hover .border-heading {
    width: 137px;
}

.about .active-info {
    box-shadow: 0px 2px 10px black;
}

.about .info-about:hover {
    box-shadow: 0px 2px 10px black;
    cursor: pointer;
}

.about .info-about .icon {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #ff0000;
    position: relative;
}

.about .info-about .icon:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.about .info-about .icon:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.about .info-about .icon:before,
.about .info-about .icon:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.about .info-about:hover .icon:before,
.about .info-about:hover .icon:after {
    height: 0;
}

.about .info-about .icon i, #about-colored .info-about .icon i {
    font-size: 90px;
    color: #ff0000;
    /* padding-top: 10px; */
}

.about .info-about .icon i img, #about-colored .info-about .icon i img{
    width: 105px;
    border-radius: 10px;
    margin-top: 0;
}

.about .info-about .info-icon h3 {
    color: #222;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    letter-spacing: 1px;
}

.about .info-about .info-icon p {
    color: #666;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 98%;
    text-align: justify;
    margin: 20px auto 0;
}

/***********************************
End About
***********************************/



/***********************************
Start Portfolio
***********************************/

.clear{
    clear: both;
}


.portfolio {
    width: 100%;
    padding: 100px 0 20px;
    overflow-x: hidden;
}

.portfolio .image-portfolio {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;

    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -o-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.portfolio .image-portfolio img {
    width: 100%;
    height: 100%;
}

.portfolio .heading-section:hover .border-heading {
    width: 236px;
}

.mfp-bg {
    z-index: 99995;
}

.mfp-wrap {
    z-index: 99999;
}

.portfolio .image-portfolio .overlay-image-portfolio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.portfolio .image-portfolio:hover .overlay-image-portfolio {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio .image-portfolio .overlay-image-portfolio .info-overlay-portfolio {
    position: relative;
    top: -30px;
    opacity: 0;

    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.portfolio .image-portfolio:hover .overlay-image-portfolio .info-overlay-portfolio {
    top: 0;
    opacity: 1;
}

.portfolio .image-portfolio .overlay-image-portfolio h4 {
    text-align: center;
    color: #fff;
    margin-top: 45%;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.portfolio .image-portfolio .overlay-image-portfolio .border-overlay {
    width: 0;
    height: 1px;
    background-color: #fff;
    margin: auto;
}

.portfolio .image-portfolio:hover .overlay-image-portfolio .border-overlay {
    width: 70%;
}

.portfolio .image-portfolio .overlay-image-portfolio p {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
}

.portfolio .top20 {
    position: relative;
    top: 20px;
}

.portfolio .center-div {
    position: relative;
    left: 147px;
    top: -30px;
}

.portfolio .top-section {
    position: relative;
    top: -80px;
}

/***********************************
End Portfolio
***********************************/



/***********************************
START IOC SHOWS
***********************************/

.testimonials {
    background: url("../../../assets/images/Banner.jpg") no-repeat center fixed;
    background-size: cover;
    background-position: 81%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.testimonials .overlay-testimonials {
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(0, 3, 16, 0.3));
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

#testimonials .overlay-testimonials .container .heading-section i,
#testimonials .overlay-testimonials .container .heading-section h2,
#testimonials .overlay-testimonials .container .heading-section p{
    color: white;
}

#testimonials .overlay-testimonials .container .heading-section span{
    opacity: .5;
}

#testimonials .overlay-testimonials .container .heading-section:hover .border-heading {
    width: 164px;
}

#testimonials .overlay-testimonials .container .heading-section .border-heading{
    background: linear-gradient(to left, #ffffff, #ffffff);
}

.testimonials .testimonial {
    margin-top: 20px;
}

.testimonials .testimonials-client {
    width: 80%;
    text-align: center;
    margin: auto;
}

.testimonials .testimonials-client .img-client {
    text-align: center;
    margin: auto;
}

.testimonials .testimonials-client .img-client img {
    width: auto;
    height: auto;
    max-width: 209px;
    max-height: 190px;
    min-height: 90px;
    border-radius: 5px;
}

.testimonials .testimonials-client .img-client p {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #fff;
}

.testimonials .testimonials-client .content-client p{
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 4px;
    background: #fff;
}

.testimonials .owl-theme .owl-controls {
    position: relative;
    top: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-top:-7%;
    margin-left: 0%;
    position: relative;
    z-index: 9;
    background: transparent;
    color:#000;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    margin-top:-7%;
    margin-right: 0%;
    position: relative;
    z-index: 9;
    background: transparent;
    color:#000;
}

.fh5co-bg-color {
    background: #f2f2f2;
}

#fh5co-testimony .wrap-testimony {
    position: relative;
    width: 100%;
}
#fh5co-testimony .wrap-testimony .testimony-slide {
    text-align: center;
}
#fh5co-testimony .wrap-testimony .testimony-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
}
#fh5co-testimony .wrap-testimony .testimony-slide span a.twitter {
    color: #00ADB5;
    font-weight: 300;
}
/***********************************
End IOC SHOWS
***********************************/


/***********************************
START SERVICES
***********************************/
#fh5co-services {
    background: url('../../../assets/images/Banner.jpg') no-repeat center fixed;
    background-size: cover;
    width: 100%;
    background-position: 82%;
    position: relative;
    overflow-x: hidden;
}

#fh5co-services .fh5co-services{
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(0, 3, 16, 0.3));
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

#fh5co-services .fh5co-services .container .heading-section h2,
#fh5co-services .fh5co-services .container .heading-section p,
#fh5co-services .fh5co-services .container .heading-section .border-heading i{
    color: white
}
#fh5co-services .fh5co-services .container .heading-section .border-heading{
    background: linear-gradient(to left, #ffffff, #ffffff);
}
#fh5co-services .fh5co-services .container .heading-section:hover .border-heading{
    width: 197px;
}



#fh5co-services .fh5co-services .container .heading-section span{
    opacity: .5;
}

.fh5co-services .box-services {
    position: relative;
    margin-bottom: 70px;
}
.fh5co-services .box-services .icon {
    margin-bottom: 20px;
}
.fh5co-services .box-services .icon span {
    width: 130px;
    height: 130px;
    display: inline-block;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.59);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.fh5co-services .box-services .icon span i {
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 1;
}
.fh5co-services .box-services .icon span:before {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.fh5co-services .fh5co-post h3 {
    font-size: 17px;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
}
.fh5co-services .call-to-action .btn-learn {
    padding: 12px 30px;
    background: #00dee8;
    color: #fff;
}
/***********************************
END SERVICES
***********************************/



/***********************************
START IOC DEMO
***********************************/

.app-section-title, .app-section-sub-title{
    color: black !important;
    border-bottom: 5px solid red;
    border-radius: 10px;
    width: 280px;
}

.portofolio-ioc-demo .heading-section:hover .border-heading {
    width: 153px;
}

.application-p{
    text-align: justify;
    font-family: fantasy;
    line-height: 2em;
}

.about-text{
    color: white !important;
}

.ioc-features-title{
    border-bottom: 5px solid red;
    border-radius: 10px;
    width: 230px;
}

.application-section-title{
    margin-bottom: 50px;
    border-bottom: 5px solid red;
    border-radius: 10px;
    width: 230px;
}

.ioc-shows-title, .demo-video-title{
    border-bottom: 5px solid red;
    border-radius: 10px;
    padding-bottom: 4px;
    width: 145px;
}

.demo-video-title{
    margin-top: 30px;
}

.video-container{
    padding: 12%;
    padding-top: 60px;
}
/***********************************
END IOC DEMO
***********************************/


/***********************************
START ABOUT US COLORED
***********************************/
#about-colored {
    background: url('../../../assets/images/Banner.jpg') no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

#about-colored .about-colored{
    background: linear-gradient(to right, rgba(252, 70, 107, .7), rgba(0, 3, 16, 0.3));
    width: 100%;
    height: 100%;
    padding: 180px 0;
}

#about-colored .about-colored .container{
}

#about-colored .info-about .icon:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

#about-colored .info-about .icon:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

#about-colored .info-about .icon:before,
#about-colored .info-about .icon:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

#about-colored .info-about:hover .icon:before,
#about-colored .info-about:hover .icon:after {
    height: 0;
}

#about-colored .about-colored .container .heading-section h2,
#about-colored .about-colored .container .heading-section p,
#about-colored .about-colored .container .heading-section .border-heading i{
    color: white
}
#about-colored .about-colored .container .heading-section .border-heading{
    background: linear-gradient(to left, #ffffff, #ffffff);
}
#about-colored .about-colored .container .heading-section:hover .border-heading{
    width: 139px;
}
.about-applications-colored .about-colored .container .heading-section:hover .border-heading{
    width: 190px !important;
}
#about-colored .about-colored .container .heading-section span{
    opacity: .2;
}

.about-colored .box-services {
    position: relative;
    margin-bottom: 70px;
}
.about-colored .box-services .icon {
    margin-bottom: 20px;
}
.about-colored .box-services .icon span {
    width: 130px;
    height: 130px;
    display: inline-block;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.59);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.about-colored .box-services .icon span i {
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 1;
}
.about-colored .box-services .icon span:before {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.about-colored .fh5co-post h3 {
    font-size: 17px;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
}
.about-colored .call-to-action .btn-learn {
    padding: 12px 30px;
    background: #00dee8;
    color: #fff;
}

.heading-section .border-heading i {
    color: #ff0000;
    position: absolute;
    right: -4px;
    top: -28px;
}

.heading-section p {
    color: #111;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    width: 65%;
    margin-top: 15px;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.about-colored .info-about {
    border-radius: 3px;
    padding: 40px 15px;
    min-height: 740px;
}

.about-colored .active-info {
    box-shadow: 0px 2px 10px black;
}

.about-colored .info-about:hover {
    box-shadow: 0px 2px 10px black;
    cursor: pointer;
}

.about-colored .info-about .icon {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #ffffff;
    position: relative;
}

.about-colored .info-about .icon:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.about-colored .info-about .icon:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.about-colored .info-about .icon:before,
.about-colored .info-about .icon:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.about-colored .info-about:hover .icon:before,
.about-colored .info-about:hover .icon:after {
    height: 0;
}

.about-colored .info-about .icon i {
    font-size: 90px;
    color: #ffffff;
    /* line-height: 128px; */
}

.about-colored .info-about .info-icon h3 {
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    margin-top: 30px;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: bold;
}

.about-colored .info-about .info-icon p {
    color: #fff;
    font-size: 15px;
    width: 98%;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    margin: 20px auto 0;
}
/***********************************
END ABOUT US COLORED
***********************************/

/***********************************
Start iFederation
***********************************/
.ifederation-fh5co-services .fh5co-services .container .heading-section:hover .border-heading {
    width: 313px !important;
}

.ifederation-portofolio .container .heading-section:hover .border-heading {
    width: 355px !important;
}

.ifederation-testimonials .container .heading-section:hover .border-heading {
    width: 282px !important;
}

.ifederation-demo .container .heading-section:hover .border-heading {
    width: 270px !important;
}
/***********************************
End iFederation
***********************************/



/***********************************
Start Smart Stable
***********************************/
.smart-stable{
    padding-top: 170px !important;
}

.smart-stable .container .heading-section:hover .border-heading {
    width: 197px !important;
}
/***********************************
END Smart Stable
***********************************/


/***********************************
Start group-7
***********************************/
.group-7-qualifiers .heading-section:hover .border-heading {
    width: 200px !important;
}

@media only screen and (max-width: 508px){
    .group-7-qualifiers .heading-section:hover .border-heading {
        width: 337px !important;
    }
    .group-7-qualifiers .heading-section h2{
        font-size:26px;
    }
}

.heading-section:hover .border-heading {
    /* width: 305px !important; */
}

.group-7-points .heading-section:hover .border-heading{
    width:405px;
}

@media only screen and (max-width: 508px){
    .group-7-points .heading-section:hover .border-heading {
        width: 300px !important;
    }
    .group-7-points .heading-section h2{
        font-size:26px;
    }
}

.group-7-points  .tab__content > li .content__wrapper {
    height: auto !important;
}

#champions .heading-section:hover .border-heading {
    width: 483px !important;
}

.f-c-s .heading-section:hover .border-heading {
    width: 354px !important;
}

.j-f-s .heading-section:hover .border-heading {
    width: 341px !important;
}

.y-r-s .heading-section:hover .border-heading {
    width: 330px !important;
}

.y-h-6 .heading-section:hover .border-heading {
    width: 465px !important;
}

.y-h-7 .heading-section:hover .border-heading {
    width: 465px !important;
}
/***********************************
End group-7
***********************************/



/***********************************
START SHOWS
***********************************/

#shows{
    padding-top: 250px;
    background: url(../../../assets/images/horse-run.jpeg) no-repeat center fixed;
    background-size: 100% 100%;
    background-color: #e9ebee;
    padding-bottom: 80px;
    height: 85vh;
}

#timeline .shows{
}

#timeline .heading-section span {
    color: #0000000a;
}

#timeline #shows-content{
    color: white;
}

#timeline #shows-title{
    color: black;
}

#timeline .heading-section:hover .border-heading {
    width: 150px;
}


/***********************************
END SHOWS
***********************************/


/***********************************
START CONTACT US
***********************************/

#contact-us{
    margin-top: 150px;
    margin-bottom: 70px;
    padding-top: 90px;
}

#contact-us .contact-us-info{
    margin-top: 75px;

}

#contact-us .contact-us-info .address{
    margin-left: 15px;
    text-align: justify;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: none;
    color: black;
    position: relative;
    top: 0px;
    left: 0px;
    letter-spacing: auto;
    z-index: 0;
}

#contact-us .contact-us-info ul li{
    position: relative;
    margin-top: 35px;
    text-align: left;
}

#contact-us .contact-us-info ul li strong{
    color: red;
}

#contact-us .contact-us-info ul li strong span{
    font-size: 25px;
    position: relative;
    color: red;
    text-transform: none;
    top: 0;
}

#contact-us .contact-us-info div{
    display: block;
}

#contact-us .contact-us-info div:first-child{
    margin-bottom: 50px;
}

#contact-us .contact-us-info div:last-child iframe{
    width: 100%;
    height: 450px;
}

#contact-us .heading-section:hover .border-heading {
    width: 170px;
}


/***********************************
END CONTACT US
***********************************/



/***********************************
START TIMLINE
***********************************/

#timeline{
    background-color: transparent;
}

#timeline .timeline-entry-left .timeline-label{
    float: right;
    padding: 0;
}

#timeline .timeline-entry-right  .timeline-label{
    margin-left: 50px;
}

#timeline .timeline-header-title b{
    display: block;
    font-size: 25px;
    color: black;
    font-family: sans-serif;
}

.timeline-entry-left{
    /* margin-bottom: 100px !important; */
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

.stars {
    background: #000 url(../../../assets/images/stars.png) repeat top center;
}

.stars, .twinkling {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.twinkling {
    background: transparent url(../../../assets/images/twinkling.png) repeat top center;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
}

/***********************************
END TIMLINE
***********************************/



/***********************************
START CHAMPIONS
***********************************/
#champions{
    padding-top: 150px;
    margin-bottom: 380px !important;
}

#champions .snip1527 {
    color: #ffffff;
    box-shadow: 0 4px 10px black;
    display: inline-block;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 325px;
    height: 360px;
    background: linear-gradient(30deg, #c64244, #3e2020 100%);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#champions .snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#champions .snip1527 img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    /* text-align: center; */
    position: relative;
    margin: 3px auto;
    /* box-shadow: 0 4px 10px black; */
}

#champions .snip1527 .medal img{
    box-shadow: none !important;
}
#champions .snip1527 .image {
    /* width: 400px; */
    height: 215px;
    text-align: center;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    /* background: linear-gradient(30deg, #000000, #ff0000 100%); */
    /* overflow: hidden; */
}
#champions .snip1527 figcaption {
    padding: 0px 20px 25px;
    position: absolute;
    border-top: 1px dashed white;
    height: 130px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

#champions .snip1527 figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    opacity: 0.8;
    z-index: -1;
}

#champions .snip1527 .date {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px black;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    height: 48px;
    width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 200px;
    left: 272px;
    px; */
z-index: 3;
    z-index: 4;
}

#champions .snip1527 .medal {
    top: -17px;
    right: -5px;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 10px 0;
    position: absolute;
    box-shadow: none;
}

#champions .snip1527 .date span {
    display: block;
    line-height: 32px;
}

#champions .snip1527 .date .month {
    font-size: 11px;
}

#champions .snip1527 h3,
#champions .snip1527 p {
    margin: 0;
    padding: 0;
}

#champions .snip1527 h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    max-width: 84%;
    color: white;
}

#champions .snip1527 p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px;
}

#champions .snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

#champions .snip1527:hover img,
#champions .snip1527.hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /* border-top-left-radius: 15px; */
}

#champions .yh6-li .snip1527-1st {top: -9px;}

#champions .yh7-li .snip1527-2nd{
    top: -10px !important;
}

#champions .yh6-li .snip1527-3rd{top: -10px;}

#champions .yh7-li .snip1527-3rd{
    top: -9px !important;
}
/***********************************
END CHAMPIONS
***********************************/



/***********************************
START CARD
***********************************/


@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#timeline .card{
    width: 100%;
    border: none;
    padding: 0;
    background: #343b4700;
    /* top: -370px; */
    height: 0;
}



.material-card {
    position: relative;
    height: 0;
    /* padding-bottom: calc(100% - 16px); */
    margin-bottom: 6.6em;
}
.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.1em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card h2 span {
    display: block;
    font-size: 0.9em;
}

.material-card h2 .status-cancel{
    background-color: red;
    color: white;
    font-size: 15px;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-right: 5px !important;
    display: inline;
}

.material-card h2 .status-modified{
    background-color: green;
    color: white;
    font-size: 15px;
    padding: 5px;
    padding-right: 5px !important;
    padding-top: 0px;
    width: auto;
    padding-bottom: 2px;
    display: inline;
}

.material-card h2 .status-category-added{
    background-color: orange;
    color: white;
    font-size: 15px;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-right: 5px !important;
    display: inline;
    position: inherit;
    left: 170px;
    top: 71px;
}

.material-card h2 .status-category-cancelled{
    background-color: red;
    color: white;
    font-size: 15px;
    padding: 5px;
    padding-right: 5px !important;
    padding-top: 0px;
    padding-bottom: 2px;
    display: inline;
    position: inherit;
    left: 171px;
    top: 71px;
}

.timeline-entry-left .material-card h2 .status-category-cancelled,
.timeline-entry-left .material-card h2 .status-category-added{
    position: relative;
    left: 0;
    top: 0;
}

.timeline-entry-left .material-card h2 span {
    padding-right: 55px;
}
.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: .77em;
}
.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card h2:after {
    top: auto;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }
    .timeline-entry-left .material-card h2 span {
        padding-right: 0px;
    }
}
.material-card.mc-active h2 {
    top: -116px;
    padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
    top: 0;
}
.material-card.mc-active h2:after {
    bottom: -16px;
}
.material-card .mc-content {
    position: absolute;
    right: 0;
    top: -142px;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card .mc-btn-action {
    position: absolute;
    right: 15px;
    /* top: 340px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
    top: -140px;
}
.timeline-entry-right .material-card .img-container{
    left: 224px;
    direction: ltr;
    float: right;
}

.timeline-entry-right .material-card .mc-btn-action {
    left: 30px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}
.material-card .mc-footer button {
    float: left;
    color: #fff;
    text-decoration: none;
}
.material-card .mc-footer a:nth-child(1) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.material-card .img-container {
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 130px;
    z-index: 3;
    border: 4px solid black;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    background-color: white;
    box-shadow: 0 4px 10px black;
    padding: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: -7px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 5px solid white;
    z-index: 20;
}

.material-card.mc-active .img-container img {
    width:100%;
    height:100%
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
    top: -100px;
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 22px;
    padding-left: 10px;
}
.material-card.mc-active .mc-footer a {
    top: 0;
}
.material-card.mc-active .mc-footer h4 {
    top: -32px;
}
.material-card.Red h2 {
    background-color: #000000;
    min-height: 100px;
    /* box-shadow: 0 4px 10px black; */
}
.material-card.Red h2:after {
    border-top-color: #0000009c;
    border-right-color: #0000009c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #0000009c;
    border-bottom-color: #0000009c;
    border-left-color: transparent;
}
.material-card.Red.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #0000009c;
    border-bottom-color: #0000009c;
    border-left-color: transparent;
}
.material-card.Red.mc-active h2:after {
    border-top-color: #0000009c;
    border-right-color: #0000009c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Red .mc-btn-action {
    background-color: #ED4337;
}
.material-card.Red .mc-btn-action:hover {
    background-color: #ff0000;
}
.material-card.Red .mc-footer h4 {
    color: #ed4337;
}
.material-card.Red .mc-footer button {
    background-color: #ED4337;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    width: 42%;
    position: relative;
    top: -15px;
}

.material-card.Red .mc-footer a:hover {
}

.material-card.Red.mc-active .mc-content {
    background-color: #ffffff;
    border: 5px solid black;
}
.material-card.Red.mc-active .mc-footer {
    background-color: #000000;
}
.material-card.Red.mc-active .mc-btn-action {
    border-color: #ffffff;
}
.material-card.Blue-Grey h2 {
    background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
    border-top-color: #607D8B;
    border-right-color: #607D8B;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
    border-top-color: transparent;
    border-right-color: #263238;
    border-bottom-color: #263238;
    border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #607D8B;
    border-bottom-color: #607D8B;
    border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
    border-top-color: #263238;
    border-right-color: #263238;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
    background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
    background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
    color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
    background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
    background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
    background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
    border-color: #ECEFF1;
}
.material-card.Pink h2 {
    background-color: #E91E63;
}
.material-card.Pink h2:after {
    border-top-color: #E91E63;
    border-right-color: #E91E63;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Pink h2:before {
    border-top-color: transparent;
    border-right-color: #880E4F;
    border-bottom-color: #880E4F;
    border-left-color: transparent;
}
.material-card.Pink.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #E91E63;
    border-bottom-color: #E91E63;
    border-left-color: transparent;
}
.material-card.Pink.mc-active h2:after {
    border-top-color: #880E4F;
    border-right-color: #880E4F;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Pink .mc-btn-action {
    background-color: #E91E63;
}
.material-card.Pink .mc-btn-action:hover {
    background-color: #880E4F;
}
.material-card.Pink .mc-footer h4 {
    color: #880E4F;
}
.material-card.Pink .mc-footer a {
    background-color: #880E4F;
}
.material-card.Pink.mc-active .mc-content {
    background-color: #FCE4EC;
}
.material-card.Pink.mc-active .mc-footer {
    background-color: #F8BBD0;
}
.material-card.Pink.mc-active .mc-btn-action {
    border-color: #FCE4EC;
}
.material-card.Purple h2 {
    background-color: #9C27B0;
}
.material-card.Purple h2:after {
    border-top-color: #9C27B0;
    border-right-color: #9C27B0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Purple h2:before {
    border-top-color: transparent;
    border-right-color: #4A148C;
    border-bottom-color: #4A148C;
    border-left-color: transparent;
}

.timeline-entry-right  .material-card h2{
    left: 16px;
}

.timeline-entry-right .material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #ff000000;
    border-bottom-color: #0000009c;
    border-left-color: #0000009c;
    left: 384px;
}

.timeline-entry-right .material-card.Red.mc-active h2:after {
    border-top-color: #0000009c;
    border-right-color: #ff000000;
    border-bottom-color: transparent;
    border-left-color: #0000009c;
    left: 384px;
}

.timeline-entry-right .material-card.Red h2 {
    left: 16px;
    padding-left: 90px;
}

.timeline-entry-right .mc-active h2 {
    /* top: 271px; */
}

.timeline-entry-right .mc-active h2 {
    left: 16px;
    padding-right: 90px;
}

.timeline-entry-right .timeline-label .card{
    left: -16px;
}

.timeline-entry-right .timeline-label .mc-active .img-container{
    margin-left: 310px;
    position: absolute;
}

.timeline-entry-left .timeline-label .mc-active .img-container {
    position: absolute;
}
/***********************************
END CARD
***********************************/


/***********************************
START RESPONSIVE TABLES
***********************************/

#timetable{
    margin-top: 150px;
    margin-bottom: 150px;
    padding-top: 60px;
}

@media (max-width: 700px){
    #timetable{
        margin-top: 0px !important;
    }

    .timetable-header-container {
        margin-bottom: 10px !important;
    }
}


.table-container{
    margin-left: 50px;
    margin-right: 50px;
}

#secondRoundStartList .table-container,
#JOffStartList .table-container,
#startList2 .table-container,
#results2 .table-container,
#details .table-container,
#captain .table-container,
#JOffStartList .table-container{
    margin-left: 0;
    margin-right: 0;
}

#details .extra-info-btn.container-hover .container-hover-text,
#captain .extra-info-btn.container-hover .container-hover-text,
#JOffStartList .extra-info-btn.container-hover .container-hover-text{
    left: 20px !important;
}

tr:nth-child(4n-2),
#details tr:nth-child(4n-2),
#captain tr:nth-child(4n-2),
#JOffStartList .table-container{
    /* background-color: #f2f2f2; */
}

tr:nth-child(4n-2) + .extra-data{
    background-color: #f2f2f2;
}
.table-container tbody .even-row,
#details .table-container tbody .even-row,
#captain .table-container tbody .even-row,
#JOffStartList .table-container tbody .even-row{
    border-left: 5px solid black !important;
    background-color: #f2f2f2 !important;
}

#details .qualifier-points-table tbody .even-row,
#JOffStartList .qualifier-points-table tbody .even-row{
    background-color: #f2f2f2 !important;
}

#details .qualifier-points-table tbody .odd-row,
#JOffStartList .qualifier-points-table tbody .odd-row{
    background-color: #ffffff !important;
}

#details .qualifier-points-table tbody tr:hover{
    cursor: default;
}

#timetable .table-container tbody .even-row:hover{
    /* background-color: #f2f2f2 !important; */
}

#timetable .table-container tbody tr td{
    text-align: center;
    font-size: 15px;
}
#details .table-container tbody tr td,
#captain .table-container tbody tr td,
#JOffStartList .table-container tbody tr td{
    text-align: center;
    font-size: 15px;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
}

#timetable p{
    font-size: 25px;
}

#timetable .hint-text{
    font-size: 30px;
}

.low-line-height{
    line-height: 24px;
}

.time-table{
    padding: 27px;
    position: relative;
    color: #343b47;
    height: 171px;
}

.time-table thead{
    background-color: #000000;
    border-left: 5px solid black;
}

#details .time-table,
#captain .time-table,
#JOffStartList .time-table{
    overflow-y: scroll;
}

#details .time-table thead,
#captain .time-table thead,
#JOffStartList .time-table thead
{
    position: sticky;
    display: block;
    top: 50px;
    width: 100%;
    /* border-top: 15px solid white; */
    z-index: 1;
    /* box-shadow: 0 4px 10px #000000a1; */
}

#details .time-table thead tr, #details  .time-table tbody,
#captain .time-table thead tr, #captain  .time-table tbody,
#JOffStartList .time-table thead tr, #JOffStartList .time-table tbody{
    display: table;
    /* table-layout: fixed; */
    width: 100%;
}

.time-table thead tr th{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 18px;
}

.time-table tbody tr{
    /* border: 1px solid #343b47b3; */
    border-right: none;
    border-left: none;
    position: relative;
    top: 11px;
    line-height: 50px;
}
tbody tr,
#details tbody tr,
#captain tbody tr,
#JOffStartList tbody tr{
    background-color: white !important;
    border-left: 5px solid #d0d0d0 !important;
}

#JOffStartList tbody tr{
    background-color: white;
}

.time-table tbody tr td a{
    width: 100%;
    height: 100%;
    /* border: 1px solid green; */
    /* color: white; */
    /* font-weight: bold; */
    /* background-color: green; */
    /* font-size: 16px; */
    /* border-radius: 5px; */
    /* padding: 5px; */
}

.time-table tbody tr td a:hover{
}

.time-table tbody tr .view-btn{
    font-weight: bold;
    font-size: 25px !important;
    padding: 5px;
}

.time-table tbody tr .view-btn-open{
    color: green;
    display: table-cell;
}

.time-table tbody tr .view-btn-close{
    color: red;
    display: none;
}

.time-table tbody tr:hover{
    cursor: pointer;
    color: black;
}

.extra-data:hover{
    cursor: default !important;
    /* background-color: #343b4700 !important; */
    color: black !important;
}

.extra-data td{
    line-height: 2.2 !important;
}


.extra-info-btn, .less-info-btn {
    font-size: 36px;
    padding-right: 9px;
    top: 1px;
}

.extra-info-btn{
    color: #34d834;
}

.less-info-btn {
    color: red;
}

.less-info-btn-hide{
    display: none !important;
}

.extra-info-btn.container-hover .container-hover-text {
    visibility: hidden;
    width: 128px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s;
    left: 34px;
    bottom: 90%;
    width: 100px;
}

.less-info-btn.container-hover .container-hover-text {
    visibility: hidden;
    width: 128px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    margin-left: -64px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s;
    left: 34px;
    bottom: 70%;
    width: 100px;
}

.container-hover {
    position: relative;
    display: inline-block;
}

.container-hover .container-hover-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.container-hover:hover .container-hover-text {
    visibility: visible;
    opacity: 1;
}

.extra-data hr{
    margin: 0;
}

.extra-data td{
    padding-left: 20px;
    padding-right: 20px;
}

.tr-active{
    background-color: #000000 !important;
    color: white !important;
    border: 1px solid;
    border-left: 5px solid black !important;
    cursor: auto !important;
}

.tr-active td{
    font-weight: bold;
    font-size: 18px !important;
}

.mc-btn-action i{
    position: relative !important;
}

.tabs-margin{
    margin: 100px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
}

.wizard-card .wizard-footer {
    padding-top: 25px !important;
}

.wizard-card .tab-content {
    padding: 0px 15px !important;
}

.wizard-card .comp-data-big .classNo{
    position: relative;
    font-weight: bold;
    /* top: 35px; */
    /* font-size: 47px; */
}

.wizard-card .comp-data-big .info{
    position: relative;
    left: 50px;
}

.wizard-card .comp-data-small{
    display: none;
    margin-bottom: 30px;
}

.wizard-card .comp-data-small .title{position: relative;top: 15px;}

.wizard-card .comp-data-small .classNo{
    position: relative;
    top: 20px;
    font-size: 35px;
}

.wizard-card .comp-data-small .info {
    position: relative;
    top: 15px;
}

.tabs-margin .card{
    float: none;
}

#details #timetable .table-container, #captain #timetable .table-container{
    margin: 0 !important;
}

.sponsors{
    width: 100%;
    padding: 100px;
    padding-left: 0;
    padding-right: 0;
}

.sponsors img{
    border-radius: 5px;
    display: inline-flex;
    margin-bottom: 15px;
}

.sponsors .main-sponsors img{
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 300px;
}

.sponsors .other-sponsors img{
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 150px;
}
/***********************************
END RESPONSIVE TABLES
***********************************/


/***********************************
START SCROLLER
***********************************/

.scrollerWrapper {
    overflow: hidden; *position: relative;
}
ul.scroller, ul.scrollerAd {
    position: relative;
    white-space: nowrap; font-size: 0;
}
ul.scroller li, ul.scrollerAd li {
    display: inline-block;
    *display: inline;
    white-space: normal;
    vertical-align: middle;
    padding: 10px;
}

/***********************************
END SCROLLER
***********************************/


/***********************************
START OVERLAY
***********************************/

.overlay {
    height: 100%;
    width: 100vw;
    position: fixed;
    z-index: 500 !important;
    left: 0;
    display: none;
    top: 0;
    background-color: #ffffff;
    overflow-x: scroll;
    overflow-y: scroll;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 28px;
    height: auto !important;
    width: 100%;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 50px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/***********************************
END OVERLAY
***********************************/



/***********************************
START Search
***********************************/
.search-div{
    border-bottom: solid 1px white;
    height: 45px;
}

.search-result{
    position: absolute;
    width: 184px;
    box-shadow: 0 4px 10px black;
    border-top: none;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    max-height: 180px;
    overflow-y: scroll;
    /* display: none; */
}

/* width */
.search-result::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.search-result::-webkit-scrollbar-track {
    background: black;
}

/* Handle */
.search-result::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 5px;
}

/* Handle on hover */
.search-result::-webkit-scrollbar-thumb:hover {
    background: white;
}

.search-result a{
    display: block;
    padding: 0px;
    text-align: left;
    padding-left: 10px;
    color: black;
    line-height: normal;
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    padding-right: 10px;
    /* margin: 5px; */
}

.search-result a:hover{
    color: white;
    background-color:red;
}

.search-result a:focus{
    color: white;
    background-color:red;
}

#search-input2:focus {
    border: 1px solid black !important;
    border-radius: 5px !important;
    border-color: black !important;
}

#search-input2 {
    padding: 10px;
    width: 240px;
    border: 1px solid black !important;
    border-radius: 5px !important;
    border-color: black !important;
}
/***********************************
END Search
***********************************/







/***********************************
Start Finance and Statemnts table
***********************************/
.financetable-merge1-small, .financetable-merge2-small{
    display: none;
}

@media only screen and (max-width: 1110px){
    .financetable-merge1-big, .financetable-merge2-big{
        display: none;
    }

    .financetable-merge1-small{
        display: table-cell;
    }
}


@media only screen and (max-width: 550px){
    .financetable-merge1-big, .financetable-merge2-big, .financetable-merge1-small{
        display: none;
    }

    .financetable-merge2-small{
        display: table-cell;
    }
}

#details .table-container .statemnts-table tbody,
#captain .table-container .statemnts-table tbody{
    border: none !important;
}

#details .table-container .statemnts-table tbody tr,
#captain .table-container .statemnts-table tbody tr{
    border-left: 5px solid #d0d0d0 !important;
    background-color: #e0e0e0 !important;
}

#details .table-container .statemnts-table tbody .even-row,
#captain .table-container .statemnts-table tbody .even-row {
    border-left: 5px solid black !important;
    background-color: white !important;
}
#details .table-container .statemnts-table tbody tr td,
#captain .table-container .statemnts-table tbody tr td,
#details .table-container .statemnts-table .profile-results-header td,
#captain .table-container .statemnts-table .profile-results-header td{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: bold !important;
}

@media (max-width: 580px) {
    #details .table-container .statemnts-table tbody tr td,
    #captain .table-container .statemnts-table tbody tr td,
    #details .table-container .statemnts-table .profile-results-header td,
    #captain .table-container .statemnts-table .profile-results-header td{
        font-size: 8px !important;
    }

    #details .table-container .statemnts-table tbody tr td,
    #captain .table-container .statemnts-table tbody tr td,
    #details .table-container .statemnts-table .profile-results-header td,
    #captain .table-container .statemnts-table .profile-results-header td{
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}
/***********************************
END Finance and Statemnts table
***********************************/

/***********************************
START RESPONSIVE
***********************************/
@media(max-width:400px){

    /*=================================
    Start Heading Section
    =================================*/
    .heading-section p {
        width: 95%;
    }
    /*=================================
    END Heading Section
    =================================*/

    /*=================================
    START Portfolio
    =================================*/
    .portfolio .image-portfolio {
        width: 100% !important;
        height: 300px !important;
    }
    /*=================================
    End Portfolio
    =================================*/


    /*=================================
    Start IOC DEMO
    =================================*/
    .portofolio-ioc-demo .heading-section:hover .border-heading {
        width: 185px;
    }
    /*=================================
    END IOC DEMO
    =================================*/

    /*=================================
    START FOOTER
    =================================*/
    .last-child {
        margin-bottom: 0 !important;
    }

    .footer-support{
        width: 100%;
    }

    .footer-dark iframe{
        width: 90vw;
        height: 400px;
    }

    /*=================================
    End FOOTER
    =================================*/

}
@media(max-height:590px){
    #about-colored .about-colored{
        height: auto;
    }
}

@media(max-width:590px){
    /*=================================
    Start Testimonials
    =================================*/

    .testimonials .heading-section span,
    .contact .heading-section span {
        top: -23px;
    }

    .testimonials .heading-section:hover span,
    .contact .heading-section:hover span {
        top: -15px;
    }

    /*=================================
    End Testimonials
    =================================*/
    /*=================================
    Start iFederation
    =================================*/
    .ifederation-portofolio .heading-section h2 {
        font-size: 34px !important;
    }
    /*=================================
    End iFederation
    =================================*/

    /*=================================
    Start Champion
    =================================*/
    #champions .heading-section h2 {
        font-size: 30px;
    }

    #champions .heading-section:hover .border-heading {
        width: 345px !important;
    }

    #champions .heading-section h2 {
        font-size:25px
    }
    /*=================================
    End Champion
    =================================*/


    /*=================================
    Start Group-7-points
    =================================*/
    .group-7-points .heading-section div img{
        float:none !important;
        margin:0px auto;
        display:block;
    }
    /*=================================
    End Group-7-points
    =================================*/


    /*=================================
    Start IOC DEMO
    =================================*/
    .portofolio-ioc-demo .heading-section:hover .border-heading {
        width: 185px;
    }
    /*=================================
    END IOC DEMO
    =================================*/
    /*=================================
    START FOOTER
    =================================*/
    .last-child {
        margin-bottom: 0 !important;
    }

    .footer-support{
        width: 100%;
    }

    .footer-dark iframe{
        width: 90vw;
        height: 400px;
    }
    /*=================================
    End FOOTER
    =================================*/
}
/*=================================
START BUTTONS
=================================*/
@media only screen and (max-width: 1000px){
    button.snip0076 i {
        font-size: 15px;
    }
}

@media only screen and (max-width: 530px){
    button.snip0076 {
        font-family: 'Raleway', Arial, sans-serif;
        border: none;
        background-color: #000000;
        border-radius: 5px;
        color: #ffffff;
        cursor: pointer;
        padding: 10px 30px;
        display: inline-block;
        margin: 15px 0px;
    }
}
/*=================================
END BUTTONS
=================================*/

@media(max-width:767px) {
    /*=================================
    Start About
    =================================*/

    .heading-section p {
        width: 95%;
    }

    .about .info-about {
        margin-bottom: 40px;
        min-height: auto;
    }

    /*=================================
    End About
    =================================*/



    /*=================================
    Start Portfolio
    =================================*/

    .portfolio .center-div {
        left: 0;
        top: 0;
    }

    .portfolio .top-section {
        top: 0;
    }

    .portfolio .image-portfolio {
        margin-bottom: 40px;
        width: 50%;
        height: 400px;
        margin: 0 auto 40px;
    }

    /*=================================
    End Portfolio
    =================================*/

    /*=================================
   Start IOC DEMO
   =================================*/
    .portofolio-ioc-demo .heading-section:hover .border-heading {
        width: 147px;
    }
    /*=================================
    END IOC DEMO
    =================================*/

    .testimonials .overlay-testimonials {
        padding: 80px 0;
    }

    .last-child {
        margin-bottom: 0 !important;
    }

    /*=================================
    START FOOTER
    =================================*/
    .last-child {
        margin-bottom: 0 !important;
    }

    .footer-support{
        width: 100%;
    }

    .footer-dark iframe{
        width: 90vw;
        height: 400px;
    }

    /*=================================
    End FOOTER
    =================================*/
}


/* small screen */
/*=================================
    Start Card
=================================*/

@media (min-width: 768px) {
    .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
        border-left: 0px solid #000;
    }
}
@media (min-width: 917px){
    .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
        border-left: 9px solid #000;
    }
}

@media (max-width: 1100px){
    .wizard-card .comp-data-small{
        display: block;
    }
    .wizard-card .comp-data-big{
        display: none;
    }
}

@media only screen and (max-width: 1057px){

    #timeline .timeline-label {
        position: relative;
        left: -45px;
        margin-left: 100px;
    }

    #timeline .timeline-entry-left .timeline-label {
        float: none;
    }



    .material-card h2{
        left: 16px;
    }

    .material-card.Red h2:before {
        border-top-color: transparent;
        border-right-color: #ff000000;
        border-bottom-color: #0000009c;
        border-left-color: #0000009c;
        left: 384px;
    }

    .material-card.Red.mc-active h2:after {
        border-top-color: #0000009c;
        border-right-color: #ff000000;
        border-bottom-color: transparent;
        border-left-color: #0000009c;
        left: 384px;
    }

    .material-card.Red h2 {
        left: 16px;
    }

    .timeline-entry-right .timeline-label .card{
        left: 0px;
    }

    #timeline .timeline-entry-right .timeline-label {
        margin-left: 100px;
    }

    .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
        border-left: 0px solid #f00;
    }

    .timeline-stat {
        position: relative;
        left: -30px;
    }

    #timeline .card {
        left: -16px;
    }
}
/*=================================
END Card
=================================*/
@media only screen and (min-width: 768px) and (max-width: 991px){

    /*=================================
    Start About
    =================================*/

    .heading-section p {
        width: 95%;
    }

    .about .info-about {
        margin-bottom: 40px;
        min-height: auto;
    }

    /*=================================
    End About
    =================================*/


    /*=================================
    Start Portfolio
    =================================*/

    .portfolio .center-div {
        left: 0;
        top: 0;
    }

    .portfolio .top-section {
        top: 0;
    }

    .hidden-small-screen {
        display: none;
    }

    .portfolio .image-portfolio {
        margin-bottom: 40px;
    }

    .portfolio .heading-section:hover .border-heading {
    }

    /*=================================
    End Portfolio
    =================================*/


    /*=================================
    START FOOTER
    =================================*/
    .last-child {
        margin-bottom: 0 !important;
    }


    .footer-support{
        width: 100%;
    }

    /*=================================
    End FOOTER
    =================================*/
}
@media only screen and (max-width: 1199px){
    /*=================================
   Start Slider
   =================================*/
    .jumbotron {
        height: 400px;
    }
    /*=================================
    End Slider
    =================================*/
}

@media only screen and (max-width: 799px){
    /*=================================
   Start Slider
   =================================*/
    .jumbotron {
        height: 300px;
    }

    .swiper-container .mouse-wrapper {
        bottom: 3px;
    }
    /*=================================
    End Slider
    =================================*/
}

@media only screen and (max-width: 600px){
    /*=================================
   Start Slider
   =================================*/
    .jumbotron {
        height: 250px;
    }

    .swiper-container .mouse-wrapper {
        bottom: 3px;
    }
    /*=================================
    End Slider
    =================================*/
}
/* medium screen */

@media only screen and (min-width: 992px) and (max-width: 1199px){
    /*=================================
   Start About
   =================================*/
    .about .info-about {
        border-radius: 3px;
        padding: 40px 15px;
        min-height: 865px;
    }
    /*=================================
    End About
    =================================*/


    /*=================================
    Start Portfolio
    =================================*/

    .portfolio .center-div {
        left: 121px;
    }

    .portfolio .heading-section:hover .border-heading {
    }
    /*=================================
    End Portfolio
    =================================*/
}


.merge1-small, .merge2-small, .startlist-merge1-small, .merge1-small-timetable{
    display: none;
}

@media only screen and (max-width: 1019px){
    .sponsors .main-sponsors img {
        height: auto;
        width: auto;
        max-width: 200px;
        max-height: 200px;
    }

    .sponsors .other-sponsors img {
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 1000px){
    .merge1-small{
        display: table-cell;
    }

    .merge1-big{
        display: none;
    }

    #timetable .time-table thead tr th {
        font-size: 13px;
        padding-left: 10px;
    }

    #timetable .table-container tbody tr td {
        font-size: 13px;
    }
}

@media only screen and (max-width: 912px){
    #champions div.bhoechie-tab-content .bhoechie-tab-content-img{
        position:absolute;
        left:15%;
        top:730px;
        max-width:60%;
    }
}



@media only screen and (max-width: 1170px){
    #champions .snip1527 {
        width:250px;
        height: 350px;
    }

    #champions .snip1527 .date{
        top: 195px !important;
    }

    #champions .snip1527 .image{
        height: 215px;
    }
    #champions .snip1527 .date{
        top: -45px
    }
    #champions .yh6-li .snip1527-1st{
        top: -32px !important;
    }
    #champions .yh6-li .snip1527-3rd{
        top: -34px;
    }

    #champions .yh7-li .snip1527-2nd{
        top: -29px !important;
    }

    #champions .yh7-li .snip1527-3rd{
        top: -30px !important;
    }

    #champions .snip1527 figcaption {
        padding: 4px 7px 5px;
    }

    #champions .snip1527 .date {
        width:40px;
        height:40px;
        padding: 5px 0px;
        left: 201px;
        top: 240px;
        font-size: 20px;
    }
    #champions .snip1527 .medal {
    }

    #champions .snip1527 h3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 632px){
    #champions .yh6-li .snip1527-1st{
        top: 0px !important;
    }
    #champions .yh6-li .snip1527-3rd{
        top: -34px;
    }

    #champions .yh7-li .snip1527-2nd{
        top: 0px !important;
    }

    #champions .yh7-li .snip1527-3rd{
        top: 0px !important;
    }
}
@media only screen and (max-width: 552px){
    #champions .yh6-li .snip1527-3rd {
        top: 780px;
    }
    #champions .yh7-li .snip1527-2nd{
        top: 390px !important;
    }

    #champions .yh7-li .snip1527-3rd{
        top: 779px !important;
    }

    #champions .snip1527 .date{
        top: 260px !important;
    }
}

@media only screen and (max-width: 900px){
    #timetable .table-container {
        margin-left: 0;
        margin-right: 0;
    }
    .tab-pane .table-container {
        margin-left: 10px !important;
        margin-right: 0px !important;
    }

    .tabs-margin {
        margin-left: 0px !important;
        margin-right: 10px !important;
    }

    .wizard-card {
        box-shadow: none !important;
        border:none !important;
    }

    .wizard-card .tab-content {
        padding: 0px !important;
    }

    .merge1-small, .merge1-big, .merge2-big{
        display: none;
    }

    .merge2-small{
        display: table-cell;
    }

    #captain .table-container tbody tr td {
        padding-bottom: 8px;
        padding-top: 8px;
        font-size: 12px !important;
    }

    #captain .table-container thead tr{
        font-size: 13px;
    }

    #captain .table-container tbody .extra-data td{
        line-height: 2em !important;
    }

}

@media only screen and (max-width: 680px){
    .startlist-merge1-big{
        display: none;
    }

    .startlist-merge1-small{
        display: table-cell;
    }

    .merge1-big-timetable {
        display: none;
    }

    .merge1-small-timetable {
        display: table-cell;
    }

    #details .table-container .time-table tbody .extra-data td {
        line-height: 1.9em !important;
    }

    .tabs-wrapper .tabs > li {
        padding: 3px 10px 13px 6px !important;
        line-height: 17px !important;
        font-size: 11px !important;
    }

    .group-7-points table thead tr th{
        font-size:13px;
        line-height:19px;
        padding:15px;
    }

    .tabs-wrapper .tab__content > li .content__wrapper {
        padding: 0px 0px 40px 0px !important;
    }

    .group-7-points .tab__content {
        padding: 0px !important;
        margin-top: 20px;
    }
}


@media only screen and (max-width: 919px){
    #champions{
        padding-bottom:270px;
    }
}

@media only screen and (max-width: 552px){
    #champions{
        padding-bottom:620px;
    }

    #champions .snip1527{
        position:absolute;
        left: 110px;
        width: 220px;
        height: 370px;
    }

    #champions div.bhoechie-tab-content .bhoechie-tab-content-img{
        position:absolute;
        top: 1150px;
        left:100px;
        max-width: 250px !important;
    }

    #champions .snip1527-2nd{
        top: 390px;
    }
    #champions .snip1527-3rd{
        top: 780px;
    }

    #champions .snip1527 .date {
        top: 165px;
        left: 170px;
    }

    #champions .snip1527 figcaption {
        padding: 13px 20px 5px;
    }
}

@media only screen and (max-width: 1057px){
    .material-card .img-container {
        left: 254px !important;
        float: right;
    }

    .mc-active .img-container {
        left: 315px !important;
    }

    .timeline-entry-right .mc-active .img-container {
        left: 0px !important;
    }

    .timeline-entry-left .material-card.Red h2 {
        left: 16px;
        padding-left: 90px;
    }

    .timeline-entry .material-card.Red h2 {
        padding-right: 95px;
        font-size: 15px;
        text-align: justify;
    }

    .material-card h2 .status-category-cancelled,
    .material-card h2 .status-category-added{
        padding-top:2px;
        padding-bottom:4px;
        top: 57px;
    }

    .timeline-entry-left .material-card h2 .status-category-cancelled,
    .timeline-entry-left .material-card h2 .status-category-added{
        float:left;
        position:absolute;
        top:57px;
        left:170px;
        display:inline;
    }

    .timeline-entry-left .material-card .mc-btn-action {
        left: 30px;
    }

    .timeline-entry {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 550px){

    .select2-container {
        margin-bottom: 8px !important;
    }

    .timeline-label {
        width: 290px !important;
    }

    .timeline-entry .material-card.Red h2 {
        padding-right: 60px;
        font-size: 13px;
        text-align: left;
    }

    .material-card h2 .status-category-cancelled{
        font-size:12px !important;
        left:133px;
        top: 66px;
        padding-top:2px !important;
        padding-bottom:3px !important;
    }

    .material-card h2 .status-modified{
        font-size:12px !important;
    }

    .material-card.mc-active .mc-footer {
        overflow: visible;
        position: absolute;
        top: calc(100% - 16px);
        left: 16px;
        right: 0;
        height: 82px;
        padding-top: 15px;
        width: 260px;
        padding-left: 15px;
    }

    .material-card .mc-btn-action {
        position: absolute;
        right: 15px;
        top: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 5px solid;
        width: 45px;
        height: 45px;
    }

    .material-card .mc-footer button {
        top: 0px !important;
        padding: 10px;
        margin-left:11px;
    }

    .material-card .mc-footer button span{
        font-size:12px;
    }

    .material-card.Red h2:before,
    .material-card.Red.mc-active h2:after,
    .timeline-entry-right .material-card.Red h2:before,
    .timeline-entry-right .material-card.Red.mc-active h2:after
    {
        left: 260px;
    }

    .material-card .img-container {
        position: relative;
        left: -14px !important;
    }


    .material-card.mc-active .img-container {
        left: 215px !important;
    }

    .timeline-entry-right .timeline-label .mc-active .img-container {
        margin-left: 0px;
    }

    .material-card.mc-active .img-container {
        width: 50px;
        height: 50px;
    }

    .timeline-entry-left .material-card.Red h2,
    .timeline-entry-right .material-card.Red h2 {
        padding-left: 65px;
    }

    .material-card h2 .status-cancel,
    .material-card h2 .status-modified{
        position:relative;
        top:18px !important;
    }

    .material-card h2 .status-category-cancelled,
    .material-card h2 .status-category-added{
        padding-top:2px;
        padding-bottom:4px;
        top: 70px;
    }

    .timeline-entry-left .material-card h2 .status-cancel,
    .timeline-entry-left .material-card h2 .status-modified{
        position: relative;
        top: 9px !important;
    }

    .timeline-entry-left .material-card h2 .status-category-cancelled,
    .timeline-entry-left .material-card h2 .status-category-added{
        float:left;
        position:absolute;
        top: 75px;
        left: 131px;
        display:inline;
    }

    .mc-btn-action i {
        top: -4px !important;
        position: relative !important;
    }

    #timeline .heading-section:hover .border-heading {
    }

    .material-card h2 {
        width: 95%;
    }
}


.merge1-small-profile, .merge2-small-profile, .merge5-small-profile{
    display: none;
}

@media only screen and (max-width: 1346px){
    .merge1-small-profile{
        display: table-cell;
    }
    .merge1-big-profile{
        display: none;
    }
}

@media only screen and (max-width: 1100px){
    .merge2-small-profile{
        display: table-cell;
    }
    .merge2-big-profile{
        display: none;
    }
}
@media only screen and (max-width: 1000px){
    .merge3-big-profile{
        display: none;
    }
}

@media only screen and (max-width: 850px){
    .merge4-big-profile{
        display: none;
    }
}

@media only screen and (max-width: 750px){
    .merge5-big-profile{
        display: none;
    }
    .merge5-small-profile{
        display: table-cell;
    }
}
/***********************************
END RESPONSIVE
***********************************/




/***********************************
START TABS WRAPPER
***********************************/
.tabs-wrapper nav {
    z-index: 9;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.tabs-wrapper .bg-color {
    background-color: #46a1de;
    transition-duration: 0.5s;
}
.tabs-wrapper .text-color {
    color: #46a1de;
    transition-duration: 0.5s;
}
.tabs-wrapper footer {
    padding: 40px 0;
    text-align: center;
    opacity: 0.33;
    color: white;
}
.tabs-wrapper{
    margin: 0 !important;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fff;
    margin-top: 125px !important;
}
.tabs-wrapper .tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #000;
    padding: 0;
    box-shadow: 0 4px 10px black;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* border-bottom: 5px solid black; */
    margin-bottom: 0;
}
.tabs-wrapper .tabs > li {
    transition-duration: 0.25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    user-select: none;
    overflow: hidden;
    cursor: pointer;
    color: white;
}
.tabs-wrapper .tabs > li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    background-color: rgb(198, 66, 68);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
    /* border-radius: 5px 5px 0 0; */
}
.tabs-wrapper .tabs > li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.tabs-wrapper .tabs > li.active {
    color: #ffffff;
    background-color: #c64245;
    font-weight: bold;
}
.tabs-wrapper .tabs > li.active:before {
    transition-duration: 0.5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tabs-wrapper .tab__content {
    background-color: white;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    /* border-radius: 5px; */
}
.tabs-wrapper .tab__content > li {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    list-style: none;
}
.tabs-wrapper .tab__content > li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 430px;
    padding: 0px 40px 40px 40px;
    background-color: white;
}
.tabs-wrapper .content__wrapper h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}
.tabs-wrapper .content__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
/***********************************
END TABS WRAPPER
***********************************/


/***********************************
START SIDE TABS
***********************************/
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    /* border-radius: 4px; */
    -moz-border-radius: 4px;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
    padding: 0 !important;
    margin-top: 20px;
    min-width: 100px;
    position: relative;
    left: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
    border-right: none;
    border-top: none;
    font-size: 17px;
    padding: 10px;
    transition: all 3s;
}
div.bhoechie-tab-menu div.list-group>a:hover{
    color:black;
    font-size:25px;
    transition: all 3s;
    background-color:white;
    padding: 14px;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #ffffff !important;
    font-size: 19px;
    /* border: 2px solid #c74749; */
    border-bottom: 5px solid;
    border-left: none;
    font-weight: bold;
    transition: all .7s !important;
}
div.bhoechie-tab-menu div.list-group>a.active{
    color: #c64244;
    font-size:25px;
    padding: 14px;
    border-radius: 0;
    border-top-right-radius: 6px;
}

div.bhoechie-tab-menu div.list-group>a.active:after{
    /* content: ''; */
    position: absolute;
    left: 100%;
    top: 50%;
    transition: all 2s;
    margin-top: -10px;
    border-left: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #c64244;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
}

div.bhoechie-tab-content .bhoechie-tab-content-img{
    width: auto;
    height: auto;
    max-width: 35%;
    max-height: 254px;
    margin-top: 35px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}

div.bhoechie-tab{
    padding: 0 !important;
}

.tab__content .content__wrapper{
    padding: 0 !important;
}
/***********************************
END SIDE TABS
***********************************/


/***********************************
START Animation
***********************************/
.to-animate,
.to-animate-2,
.to-animate2,
.to-animate-3,
.single-animate {
    opacity: 0;
}
/***********************************
END Animation
***********************************/


/***********************************
START Bootstrap Select
***********************************/
.dropdown-menu>.active>a {
    background-color: #585858 !important;
    border-color: #585858 !important;
    color: #fff !important;
}

.dropdown-menu>.active>a span{
    color: #fff !important;
}
/***********************************
END Bootstrap Select
***********************************/

































/***********************************
Start Form
***********************************/

/*basic reset*/

/*form styles*/
#msform {
    /* width: 400px; */
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Roboto;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #49c200;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    /* float: right; */
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #49c200;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    padding-left: 0;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    /* float: inherit; */
    display: inline-flex;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: 1px solid black;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 76%;
    height: 2px;
    background: black;
    position: absolute;
    left: -38%;
    top: 17px;
    z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #23c100;
    color: white;
    border-color: #23c100;
}

.panel-default .panel-heading{
    background-color: black !important;
    color: white !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 5px;
}

.panel .panel-heading + .panel-body{
    min-height: 500px;
}


#msform .control-label{
    float: left;
}
.panel.panel-default {
    border: none !important;
}
/***********************************
END FORM
***********************************/
















/***********************************
Start User Profile
***********************************/
#profile-nav{
    background-color: black;
    position: fixed;
    top:0;
    width: 100vw;
    z-index: 1;
    box-shadow: 0 4px 10px black;
}

#profile-nav img{
}


#profile{
    margin: 25px;
    margin-top: 90px;
}

#profile .account-information{
    padding: 15px;
    /* padding-bottom: 0; */
    border: 1px solid gray;
    border-radius: 10px;
}

#profile .account-information .title{
    color: black;
    font-size: 25px;
    font-weight: bold;
}

#profile .account-information .info{
    position: relative;
    top: 15px;
    line-height: 27px;
}

#profile .account-information .info b{
    color: black;
}

#profile .account-information .footer button{
    margin: 2px;
    font-weight: bold;
    display: inline;
}

#profile .account-information .footer button i{
    top:11px;
}

#profile-tabs{
    margin: 7px;
    margin-top: 50px;
}

#profile-tabs .wizard-card{
    padding-top: 0px;
}

#profile-tabs .wizard-container .wizard-navigation {
    position: relative;
    top: -27px;
}

#profile-tabs .tabs-margin{
    margin: 0;
    /* border-radius: 22px; */
}

#profile-tabs .wizard-card{
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 5px;
}



#profile-tabs #details .card-container{
    width: 100%;
}

#profile-tabs #details .card-container .card{
    display: inline-grid;
    transition: all 1s;
    width: 300px;
    height: auto;
    position: relative;
    top: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 10px;
    border-radius: 5px;
}

#profile-tabs #details .card-container .card.clicked{
    transform: rotateY(180deg);
}

#profile-tabs #details .card-container .card .front{
    z-index: 2;
    background-color: black;
    border-radius: 8px;
}


#profile-tabs #details .card-container .card .back{
    /* z-index: 1; */
    /* transform: rotateY(180deg); */
    /* backface-visibility: hidden; */
    background-color: blue;
    border-radius: 8px;
}

#profile-tabs #details .card-container .card .front img{
    width: 70%;
    height: 70%;
    float: right;
}

#profile-tabs #details .card-container .card .front .footer{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 76px;
    top: 0;
    margin-top: 0;
}

#profile-tabs #details .card-container .card .front .footer p{
    float: left;
    text-align: left;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

#profile-tabs #details .card-container .card .front .footer p:nth-child(2){
    /* position: absolute; */
    /* top: 25px; */
    font-weight: bold;
}

#profile-tabs #details .card-container .card .front .footer button{
    position: absolute;
    background-color: red;
    font-weight: bold;
    right: -7px;
    top: 20px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 15px 13px;
}

#profile-tabs #details .card-container .card .front .footer button i{
    top: 9px;
}


#profile-tabs #details .card-container .card .front .formchecks{
    text-align: left;
    padding-left: 15px;
    margin-top: 25px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px solid white;
}

#profile-tabs #details .card-container .card .front .formchecks .btn-submit{
    position: relative;
    top: 0;
    left: 165px;
    margin: 7px;
}

#profile-tabs #details .card-container .card .front .form{
    display: none;
}

#profile .footer{
    position: relative;
    right: auto;
    text-align: center;
}

.profile-results .table-container table{
    margin-bottom: 25px;
}

.profile-results .table-container table tbody{
    border: 5px solid black !important;
}

.profile-results .table-container tbody tr{
    border-left: none !important;
}

.profile-results .table-container tbody tr, .profile-results .table-container tbody tr:hover{
    background-color: white !important;
}

.profile-results .table-container thead{
    position: static !important;
}

.profile-results-header{
    padding: 5px;
}


.profile-results-header td{
    color: white !important;
    font-size: 1em !important;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.profile-results-body, .profile-results-header tr{
    table-layout: fixed;
}

.profile-results-body tr td{
    font-size: 1em !important;
    text-align: center !important;
    /* padding: 10px; */
}

.invoice-button{
    background-color: transparent;
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px;
    color: black;
}

#invoice-buttons{
    text-align: center;
    padding-bottom: 50px;
}

#invoice-buttons h2{
    color: #000;
}
/***********************************
End User Profile
***********************************/




.selctor-bar{
    display: block;
    list-style: none;
    padding: 0;
}

.selctor-bar li{
    display: inline-block;
    font-size: 20px;
    border-right: 1px solid black;
    color: black;
    padding: 5px;
    padding-right: 10px;
}

.selctor-bar li:last-child{
    border-right: none;
}

.selctor-bar li:hover{
    cursor: pointer;
    font-weight: bold;
}

.selctor-bar li.active{
    color: red;
    font-size: 25px;
    font-weight: bold;
    transition: all .4s;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.modal-title {
    font-size: 1.2em;
    color: black !important;
}

.close {
    float: right;
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-body {
    position: relative;
    padding: 15px !important;
}

.modal-body b{
    color: black;
}

.modal-footer {
    padding: 0px !important;
    /* text-align: right; */
    padding-right: 15px !important;
    border-top: 1px solid #e5e5e5 !important;
}

#trustees-section{
    padding:100px 0;
}

.trustees-card{
    text-align: center;
    margin: 10px;
    flex-direction: column;
    display: inline-flex;
}

.trustee-img-div{
    display: inline-block;
    height: 130px;
    padding: 5px;
}

.hamada-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.trustees-card img{
    margin: 0 auto;
    height: auto;
    width: auto;
    max-width: 130px;
    max-height: 130px;
    vertical-align: middle;
}

#trustees-section .heading-section:hover .border-heading {
    width: 240px;
}

.trustees-card span{
    font-size: 12px;
    font-family: Roboto;
    display: block;
    max-width: 130px;
}

.app-download{
    text-align: center;
    padding: 20px;
}

.download-button{
    width: 150px;
    margin: 10px;
}

.horse-competition:hover{
    cursor: pointer;
}

#current-shows{
    margin-bottom: 30px;
}

#current-shows .heading-section:hover .border-heading {
    width: 160px;
}

.competition-download{
    float: right;
    margin: 30px 50px 0 0 !important;
}

.tabs-wrapper .tab__content > li.active{
    display: list-item !important;
}
