/************FONTS**************/

* {
    font-family: 'Poppins', sans-serif !important;
}


/************END OF FONTS**************/

body {
    font-family: 'Nunito', sans-serif;
    color: #313131;
}

.align-center {
    text-align: center;
}

.nav-item a{
    color:white;
}

.nav-item a:hover{
    color: #fba51a;
}

/***** FRONTEND HEADER *****/
/* bootstrap sm screen size */
@media (max-width: 767px) 
{
    .logo-header{
        max-width: 110px;
    }
    .bg-mainsepeda {
        background-color: #191919;
        /*background-image: -webkit-linear-gradient(top, #4a4a4a 0%,#191919  100%);
        background-image: linear-gradient(to bottom, #4a4a4a 0%, #191919 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#191919', GradientType=0);*/
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        font-weight: 800;
    }
    
    .dropdown-item:focus, .dropdown-item:hover {
        color: #191919;
        text-decoration: none;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fba51a;
    }

    .academy-nav-v2 {
        background-color: #088443;
        /* height: 60px;*/
        padding-top: 10px;
        padding-left: 20px;
        border-bottom: 6px solid #faa51a;
    }
    .navbar-nav {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        height: 10px;
    }
}
/* bootstrap md screen size */
@media (min-width: 768px) 
{
    .logo-header{
        max-width: 130px;
    }
    .bg-mainsepeda{
        background-color: #F9E429;
        /*background-image: -webkit-linear-gradient(top, #34ACE9 0%,#0295E2  100%);
        background-image: linear-gradient(to bottom, #34ACE9 0%, #0295E2 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34ACE9', endColorstr='#0295E2', GradientType=0);*/
    }

    .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 20px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff ;
        /*padding-top: 12px;*/
        padding-bottom: 10px;
        font-family: 'Nunito', sans-serif;
        font-size: 10pt;
        font-weight: 800;
    }

    .dropdown-menu{
        padding-top: 0px;
    }

    .academy-nav-v2 {
        background-color: #088443;
        height: 60px;
        border-bottom: 6px solid #faa51a;
    }

    .academy-nav-v2 .dropdown-menu > a{
        font-family: "Nunito";
        color: #4d4d4d;
        background-color: #fff;
        font-weight: 400 !important;
        border-bottom: 1px solid #e5e5e5;
    }

    .academy-nav-v2 .dropdown-menu > a:focus, .dropdown-menu > a:hover {
        text-decoration: none;
        /* color: #0095e1; 
        background-color: #262e42;*/
        color: #fdbe3b;
    }


    .academy-nav-v2 .navbar-nav > li > a:focus,.academy-nav-v2 .navbar-nav > li > a:hover {
        text-decoration: none;
        color: #fba51a !important; 
        /*background-image: -webkit-linear-gradient(top, #30A3DC 0%,#038DD6  100%);
        background-image: linear-gradient(to bottom, #30A3DC 0%, #038DD6 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30A3DC', endColorstr='#038DD6', GradientType=0);*/
    }

    .academy-nav .navbar-nav > li > a {
        /* (70px - line-height of 27px) / 2 = 26.5px */
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 27px;
    }

    .academy-nav .navbar-search {
        margin-top: 10px;
    }
    .navbar-brand {
        height: 10px;
    }
}

.dropdown-menu {
    padding: 0 0; 
}

.main-logo-mobile {
    max-width: 245px;
    padding: 6px 10px 0px 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

 .header-mb {
    background-color: #262e42; 
    /*background-image: -webkit-linear-gradient(top, #4a4a4a 0%,#191919  100%);
    background-image: linear-gradient(to bottom, #4a4a4a 0%, #191919 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#191919', GradientType=0);
    */
}

.dropdown-menu{
    color: #0091dc;
    background-color: #fff;
    border: none;
}
.dropdown-item {
    /*color: #0091dc;*/
    padding: 1rem;
}

.academy-nav-v2 .navbar-nav > li:focus , .academy-nav-v2 .navbar-nav > a.nav-item:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #424242 0%,#161719  100%);
    background-image: linear-gradient(to bottom, #424242 0%, #161719 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#161719', GradientType=0);
} 

.navbar {
    background: linear-gradient(to bottom, rgba(8, 132, 67, 1) 0%, rgba(8, 132, 67, 1) 75%, rgba(8, 132, 67, 0) 100%);
    padding: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    height: 100%;
    margin-top: -1rem;
}

.navbar-brand>img {
    width: 185px;
    height: auto;
    position: relative;
    z-index: 999;
}
  
/* .navbar-brand {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
} */
  
.navbar-toggle {
    /* (70px - button height 34px) / 2 = 18px */
    margin-top: 18px;
    padding: 9px 10px !important;
}

.navbar-toggler
{
    margin-top:-10px;
    border: 1px solid white;
    margin-bottom: 10px;
    margin-right:10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-nav {
    /* background:#2c2c2c;
     */
    background-image: -webkit-linear-gradient(top, #4a4a4a 0%,#191919  100%);
    background-image: linear-gradient(to bottom, #4a4a4a 0%, #191919 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#191919', GradientType=0);
}


#nav-content ul li a {
      text-decoration: none;
      display: block;
      /*text-align: center; */
      font-family: 'Nunito', sans-serif;
      font-weight: 800;
      font-size: 0.75rem;
    }

    .form-control:focus
    {
        border-color:#088443 !important;
        box-shadow: 0 0 0 0.2rem rgba(8, 132, 67, 0.2);
    }


@media (min-width: 1000px) {
    #nav-content ul {
      margin: 6px auto;
      width: 940px;
    }

    #nav-content ul li {
      /*width: 140px;*/
    }

/* Arka 03 04 2023 */
    #nav-content ul li:nth-of-type(3) {
      /* margin-left: 175px; */
      margin-left: 150px;
    }

}

@media (min-width: 861px) and (max-width: 999px) {
    #nav-content ul {
      margin: 6px auto;
      width: 900px;
      padding: 0;
      list-style: none;
    }

    #nav-content ul li {
      float: left;
      /*width: 110px; */
    }

    #nav-content ul li:nth-of-type(4) {
      margin-left: 130px;
    }

    #nav-content ul li:nth-of-type(5) {
      width: 130px;
    }


}


@media (min-width: 768px) and (max-width: 860px) {
    #nav-content ul {
      margin: 6px auto;
      width: 900px;
      padding: 0;
      list-style: none;
    }

    #nav-content ul li {
      float: left;
      width: 120px; 
    }

    #nav-content ul li:nth-of-type(4) {
      margin-left: 70px;
    }

    #nav-content ul li:nth-of-type(5) {
      width: 130px;
    }


}

/***** HEADLINE NEWS *****/
#home {
    background-color: #f3a111; 
    font-family: 'Exo', sans-serif;
    color: #fff;
    min-height: calc(100vh - 70px);
}
#home a {
    color: #fff;
}

.headline {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    line-height: 0.9em;
}

.sub-headline {
    font-weight: 600;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    #home {
        min-height: calc(100vh - 110px);
    }
    .headline {
        font-size: 3.5rem;
        text-align: center;
    }

    .sub-headline {
        font-size: 1rem;
        text-align: center;
    }
}

/* Arka 03 04 2023 */
@media (min-width: 768px) {
    #home {    
        background-image: url("../img/bg-headline.jpg");
        background-position: center center; 
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .headline {
        font-size: 4.5rem;
    }

    .sub-headline {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .headline {
        font-size: 5rem;
    }

    .sub-headline {
        font-size: 1.4rem;
        line-height: 1.3em;
    }
}

@media (min-width: 1200px) {
    .headline {
        font-size: 6rem;
        line-height: 0.9em;
    }

    .sub-headline {
        font-size: 1.5rem;
        line-height: 1.3em;
    }
}


/* bootstrap sm screen size */
@media (max-width: 767px) {
    #home {
        padding-top: 45px;
    }
    .float-left{
        top:-20px;
        position: absolute;
        padding: 0 10px;
    }
    .float-right{
        padding: 0 10px;
    }
    .product-logo {
        text-align: center;
    }

}

/* bootstrap md screen size */
@media (min-width: 768px) {
   /* #home {
        margin-bottom: 100px;
        padding: 0 50px;
    } */
    #firstHeadlineImage
    {
        height: 370px;
    }
    #firstHeadlineText  .headline-title
    {
        font-size: 25px;
    }
    #firstHeadlineText
    {
        padding-bottom: 15px;
        bottom: 0;
    }
    .float-left{
        left:-60px;
        position: absolute;
        padding-top: 30px;
    }
    .float-right{
        right:-60px;
        position: absolute;
    }

}

/* bootstrap md screen size */
@media (max-width: 991px) 
{ 
    #firstHeadlineWrapper
    {
        position: relative;
        margin-bottom: 10px;
    }
    #firstHeadlineText  .headline-title 
    {
        font-size: 17px;
        color: white;
        margin-top: 5px;
        margin-bottom: 15px;
        font-family: Myriad Pro Bold;
        text-shadow: 2px 2px 4px #000000;
    }
    .content-skew{
        min-height: 390px;
    }
}

/* bootstrap lg screen size */
@media (min-width: 992px) and (max-width: 1199px){
    .content-skew{
            min-height: 500px;
        }
}

/* bootstrap lg screen size */
@media (min-width: 992px) {
    #firstHeadlineImage
    {
        height: 420px;
    }
    #firstHeadlineText
    {
        padding-bottom: 25px;
        bottom: 0;
    }
    #firstHeadlineWrapper
    {
        position: relative;
        /*
        margin-bottom: 10px;
        padding-right: 5px;
        */
        padding: 0!important;
        background-size: cover!important;
        background-position: center top!important;        
    }
    #firstHeadlineText  .headline-title 
    {
        font-size: 28px;
        color: white;
        font-family: Myriad Pro Bold;
        text-shadow: 2px 2px 4px #000000;
    }

    .gradient-overlay-big, .gradient-overlay-medium, .gradient-overlay-small
    {
        background-repeat: repeat-x;
        bottom: 0;
        background-image: url(https://www.mainsepeda.com/img/gradient-bg-vertical.png);
        background-position: bottom center;
        
        
    }

    /*set gradient bg height and space occupied from bottom*/
    .gradient-overlay-big, .gradient-overlay-medium
    {
        height: 300px;
        background-size: 101% 200px;
        opacity: .95;
    }

    .gradient-overlay-small
    {
        height: 150px;
        background-size: 101% 150px;
        opacity: .8;
    }

    .gradient-overlay-big:hover, .gradient-overlay-medium:hover
    {
        opacity: .8;
    }

    .gradient-overlay-small:hover
    {
        opacity: .65;   
    }
}
/* bootstrap xl screen size */
@media (min-width: 1200px) {
    #firstHeadlineImage
    {
        height: 500px;
    }
    #firstHeadlineText
    {
        padding-bottom: 30px;
        bottom: 0;
    }
    .content-skew{
        min-height: 600px;
    }
}

#headlineContentWrapper
{
    position: relative;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

#firstHeadlineImage
{
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    
}
#firstHeadlineText
{
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 15px;
    right: 15px;
}

#firstHeadlineText  a:hover
{
    text-decoration: none;
}

#firstHeadlineText > .date
{
    font-size: 13px;
    color: white;
    font-family: Montserrat Regular;
    text-shadow: 2px 2px 4px #000000;
}

.section-line {
    margin: 0 auto;
    display: block;
    height: 5px;
    width: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-title {
        margin-top: 20px;
    }


h3 {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
}

@media (max-height: 767px){
    h3 {
        font-size: 1.6rem;
    }
}

@media (min-height: 768px){
    h3 {
        font-size: 2rem;
    }
}

.blue-line {
    background: #088443 ;
}

.yellow-line {
    background: #FAA61A ;
}

.blue-text {
    color:#088443 !important;
}

.yellow-text {
    color:#FAA61A !important;
}

.white-text {
    color:#fff;
}

.extra-bold {
    font-weight: 900;
}

.bolder {
    font-weight: 700;
}

/***** SLIDE SECTION *****/

#gslide {
    background-color: #f2f2f2; 
    font-family: 'Exo', sans-serif;
}

@media (min-width: 768px){
    #slide {
        min-height: calc(65vh);
        background-image: url("../img/bg-white.jpg");
        background-position: center center; 
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/***** MAIN PROGRAM SECTION *****/

#main-program {
    background-color: #fbfbfb; 
    font-family: 'Exo', sans-serif;
    min-height: calc(100vh);
}

@media (max-width: 767px){
    #main-program {
        background-image: url("../img/bg-white.jpg");
        background-position: center center; 
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/***** SPECIAL PROGRAM SECTION *****/

#special-program {
    background-color: #FAA61A; 
    font-family: 'Exo', sans-serif;
    min-height: calc(100vh);
    background-image: url("../img/bg-yellow.jpg");
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#special-program h4, #main-program h4{
    font-weight: 900;
}

#special-program h6, #main-program h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.rounded-bottom-border {
    border-bottom-right-radius: .9rem!important;
    border-bottom-left-radius: .9rem!important;
}


/***** STAGE SECTION *****/

#stage {
    background-color: #088443; 
    font-family: 'Exo', sans-serif;
    min-height: calc(100vh);
    background-image: url("../img/bg-blue.jpg");
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/***** FACILITY SECTION *****/

#facility {
    font-family: 'Exo', sans-serif;
}

@media (min-width: 768px) {
    #facility {
        min-height: calc(100vh);
    }

    #facility img {
    }

    .overlay-text { 
       bottom: 50px !important; 
    }
}

.wrapping { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.overlay-text { 
   position: absolute; 
   bottom: 20px; 
   left: 0; 
   width: 100%; 
}

#facility .border {
    border-width: 2px !important;
}

/***** COACH SECTION *****/

#coach {
    background-color: #f4f4f4; 
    font-family: 'Exo', sans-serif;
    min-height: calc(100vh);
}

#coach h6 {
    font-size: 0.8rem;
}

#coach h5 {
    font-weight: 700;
}

#coach .owl-stage {
    left: -30px;
}

#coach .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/***** ABOUT SECTION *****/

#about {
    background-color: #f4f4f4; 
    font-family: 'Source Sans Pro', sans-serif;
    min-height: calc(100vh);
    background-image: url("../img/bg-white.jpg");
    background-position: center center; 
    background-size: cover;
}

#about p {
    line-height: 1.8em;
    margin-top: 10px;
    margin-bottom: 40px;
}

@media (max-width: 767px){
    #about p {
        line-height: 1.4em;
        font-size: 0.9rem;
    }
}


.video-title {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    color: #fff;
}



@media (min-width: 768px) {
    .video-title {
        margin-left: 90px;
        font-size: 1.4rem;
        top: -80px;
    }
}

@media (max-width: 767px) {
    .video-title {
        margin-left: 30px;
        font-size: 1rem;
        top: -60px;
    }

}


/***** END OF ABOUT SECTION *****/


/***** CONTACT SECTION *****/

#contact {
    font-family: 'Exo', sans-serif;
}


#contact .border {
    border-color: #000 !important;
}

.featured-post-title {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2;
}
.featured-post {
    font-size: 1rem;
    font-weight: 500;
}
.featured-post-date {
    font-size: 0.7rem;
    font-weight: 600;
}

.featured-gallery-title {
    background-color: #262e42;
    padding: 20px;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
}
.featured-gallery-title a{
    color: #fff;
}

.gallery-link {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
}



/***** END OF BUYAWDNSDY SECTION *****/

/***** FEATURED POST *****/
@media (min-width: 992px) 
{
    .featured-news-wrapper
    {
        position: relative;
        /*margin-bottom: 10px;
        padding-left: 5px;
        */
        padding: 0!important;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-position: top center!important;        
    }

    .featured-news-wrapper-small {
        position: relative;
        /* 
        margin-bottom: 10px;
        padding-left: 5px;
        */
        padding: 0!important;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-position: top center!important;             
    }

    .featured-news-image
    {
        width: 100%;
        /*height: 160px;*/
        height: 300px;
        object-fit: cover;
        object-position: 50% 0%;
    }

    .featured-news-image-small
    {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: 50% 0%;        
    }

}
@media (max-width: 991px) 
{
    .featured-news-wrapper
    {
        position: relative;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-position: top center!important;        
    }

    .featured-news-wrapper-small {
        position: relative;
        /* 
        margin-bottom: 10px;
        */
        padding-left: 0px !important;
        padding-right: 0px !important;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-position: top center!important;        
    }

    .featured-news-image
    {
        width: 100%;
        /*max-height: 200px;*/
        max-height: 300px;
        object-fit: cover;
        object-position: 50% 0%;
    }

    .featured-news-image-small
    {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: 50% 0%;        
    }

}


/* bootstrap xs screen size */
@media (max-width: 575px) {
    .date-mobile-site{
        display:none;
    }

    .headline-web{
        display:none;   
    }

    .headline-mobile{
        display:flex;
    }
}

/* bootstrap sm screen size */
@media (min-width: 576px) {
    .date-mobile-site{
        display:none;
    }

    .headline-web{
        display:none;   
    }

    .headline-mobile{
        display:flex;
    }    

}


/* bootstrap md screen size */
@media (min-width: 768px) {
    .date-mobile-site{
        display:block;
    }

    .headline-web{
        display:flex;   
    }

    .headline-mobile{
        display:none;
    }

}

.featured-news-text
{
    position: absolute;
    padding-bottom: 15px;
    bottom: 0;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 10px;
    left: 15px;
    right: 15px;
}
.featured-news-text  .news-title
{
    font-size: 17px;
    color: white;
    font-family: Myriad Pro Bold;
}

.featured-news-text  .news-title-top
{
    font-size: 13px;
    color: white;
    margin-top: 5px;
    font-family: Myriad Pro Bold;
}

.featured-news-text  .news-title-bottom
{
    font-size: 17px;
    color: white;
    margin-top: 5px;
    font-family: Myriad Pro Bold;
}

.featured-news-text  a
{
    text-shadow: 2px 2px 4px #000000;
}


.featured-news-text  a:hover
{
    text-decoration: none;
}

.featured-news-text > .date
{
    font-size: 13px;
    color: white;
    font-family: Myriad Pro Regular;
}



.featured-news-text-small {
    position: absolute;
    padding-bottom: 5px;
    bottom: 0;
    padding-left: 8px;
    /* padding-right: 50px; */
    /* padding-top: 10px; */
    left: 0px;
    right: 0px;
}

.featured-news-text-small  .news-title
{
    font-size: 13px;
    color: white;
    font-family: Myriad Pro Bold;
}

.featured-news-text-small  .news-title-top
{
    font-size: 11px;
    color: white;
    margin-top: 5px;
    font-family: Myriad Pro Bold;
}

.featured-news-text-small  .news-title-bottom
{
    font-size: 11px;
    color: white;
    margin-top: 5px;
    font-family: Myriad Pro Bold;
}

.featured-news-text-small  a
{
    text-shadow: 2px 2px 4px #000000;
}


.featured-news-text-small  a:hover
{
    text-decoration: none;
}

.featured-news-text-small > .date
{
    font-size: 11px;
    color: white;
    font-family: Myriad Pro Regular;
}



/***** SIDEBAR TOP *****/
.sidebar-top {
    margin-bottom: 10px;
}

/***** SIDEBAR BOTTOM *****/
.sidebar-bottom {
    margin-top: 10px;
}

/***** POST ITEM *****/
#image-title{
    padding-right: 0px;
}
#content-title {
    background-color: #262e42;
    color: #fff;
    font-family: 'Exo', sans-serif;
}
.post-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0;
}
/* bootstrap xs screen size */
@media (min-width: 500px) {
    .post-image
    {
        height: 300px;
    }
}
/* bootstrap md screen size */
@media (min-width: 768px) {
    .post-image
    {
        height: 150px;
    }

    .post-title {
        font-size:1.9rem;
        line-height: 1.2;
        font-weight: 700;
        padding: 5px 0px 25px 0px; 
    }
}
/* bootstrap lg screen size */
@media (min-width: 992px) {
    .post-image
    {
        height: 180px;
    }
}
/* bootstrap xl screen size */
@media (min-width: 1200px) {
    .post-image
    {
        height: 210px;
    }
}
@media (max-width: 767px) {
    .post-title {
        font-size:1.5rem;
        line-height: 1.2;
        font-weight: 700;
        padding: 10px 0px 10px 0px; 
    }
}
.date {
    padding: 10px 0;
    font-size: 0.7rem;
}

.post-title a {
    color: #f7820f;
    text-decoration: none;
}
.post-title a:hover {
    color: #e57508;
    text-decoration: none;
}

.post-title-top {
    color: #000; 
    font-size:17px;
    padding: 5px 0px 0px 0px;
    font-family: "Myriad Pro Bold";  
}

.post-title-top a {
    color: #000;
    text-decoration: none;
}
.post-title-top a:hover {
    color: #000;
    text-decoration: none;
}


.post-title-bottom {
    color: #0095e1; 
    font-size:14px;
    padding: 5px 0px 0px 0px;
    font-family: "Myriad Pro Bold";  
}

.post-title-bottom a { 
    color: #f7820f;
    text-decoration: none;
}
.post-title-bottom a:hover {
    color: #e57508;
    text-decoration: none;
}

.post-author {
    color: #272727;
    font-size: 11.5px;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
    font-style: normal;
}
.post-author a {
    color: #272727;
    text-decoration: none;
    font-family: "Montserrat Regular";
}
.post-author img {
    width: 70px;
    height:70px;
    text-decoration: none;
}

div.post-author > a {
    color: #5a5a5a;
}

.post-category {
    font-size: 14px;
    font-family: "Corbel Regular";
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
    color: #333;
    text-decoration: none;
}

.post-category-white {
    font-size: 14px;
    font-family: "Corbel Regular";
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
}

.post-category-small {
    font-size: 12px;
    font-family: "Corbel Regular";
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
    color: #333;
    text-decoration: none;
}

.post-category a {
    color: #333;
	text-decoration: none;    
}

.post-category-white a {
    color: #fff;
    text-decoration: none;    
}

.category-bg-yellow {
    text-transform: uppercase;
    background: #F9E429;
    padding: 3px 0px 0px 5px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-family: "Myriad Pro Bold";
}

.category-bg-green {
    text-transform: uppercase;
    background: #37b548;
    padding: 3px 0px 0px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: "Myriad Pro Bold";
}

.category-bg-polka {
    text-transform: uppercase;
    background-image: url(https://www.mainsepeda.com/img/polka1.png);
    background-repeat: repeat;
    background-size: 22px 12px;
    padding: 3px 0px 0px 5px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-family: "Myriad Pro Bold";
}


.featured-post-category-text{
    color: #fff !important; 
    font-weight: bolder; 
    text-shadow: 2px 2px 4px #000000;
}

.post-date {
    padding: 5px 0px 0px 0px;
    font-size: 1rem;
    font-family: Nunito;
    font-weight: 800;
    color: #088443;
}
.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body {
    font-size: 1rem;
    padding: 6px 6px;
}

.post-social span {
    color: #272727;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
    font-style: normal;
}
.post-social img {
    padding: 0px 5px;
}

.related-article-header{
    font-size: 20px; 
    font-family: 'Myriad Pro Bold';
}

.related-article-image img{
    width: 100%; 
    height: 100px; 
    object-fit: cover; 
    object-position: 50% 0;
}

.related-article-title a{
    color: #000; 
    text-decoration: none;
    line-height: 1.2 !important;
    font-size: 13px;
    font-family: Myriad Pro Bold;
}

/***** NEWS CATEGORY SECTION *****/
.section-header {
    font-size: 20px;
    text-transform: uppercase;
    background: #37b548;
    padding: 10px 10px 10px 10px;
    color: white;
    text-decoration: none;
    margin-bottom: 21px;
    font-weight: 600;
    font-family: "Myriad Pro Bold";
}

/***** PROFILE PAGE SECTION *****/
/* bootstrap lg screen size */
@media only screen and (min-width: 992px) {
    
    .profile-name{
        font-family: 'Big Noodle Tilting';  
        color: #0095e1;
        font-size: 80px;
        letter-spacing: 5px;
    }
    .profile-divider { 
        display: block;
        color: #464646;
        border-style: solid;
        border-width: 2px;
        margin-left: 15px;
    } 
}
/* bootstrap md screen size */
@media only screen and (max-width: 991px) {
    .profile-name{
        font-family: 'Big Noodle Tilting';  
        color: #0095e1;
        font-size: 40px;
        letter-spacing: 5px;
        text-align: center;
    }
    .profile-divider { 
        display: block;
        color: #464646;
        border-style: solid;
        border-width: 2px;
    } 
}
.profile-panel {
    background-color: #fff;
    border-radius: 4px;
}

.bio {
    font-family: "Myriad Pro Bold";
    color: #626262;
    font-size: 18.6px;
}
.bio-description {
    font-family: "Myriad Pro Bold";
    color: #3c3c3c;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
}

.profile-avatar{
    width: 100%;
    height: 262.48px;
    object-fit: cover;
    object-position: 50% 0%;
}

.event-profile-name{
    font-size: 14px;
    font-weight: 700;
    color: #464646;
}

/***** SIDEBAR SECTION *****/
.sidebar-header {
    font-size: 20px;
    text-transform: uppercase;
    background: #37b548;
    padding: 10px 10px 10px 10px;
    color: white;
    text-decoration: none;
    margin-bottom: 14px;
    font-weight: 600;
    font-family: "Myriad Pro Bold";
}
.sidebar-header-pop {
    font-size: 20px;
    text-transform: uppercase;
    background-image: url("https://www.mainsepeda.com/img/polka2.png");
    background-repeat: repeat;
    padding: 10px 10px 0px 10px;
    color: black;
    text-decoration: none;
    text-shadow: 2px 2px 4px #fff;
    margin-bottom: 14px;
    font-weight: 700;
    font-family: "Myriad Pro Bold";
}

#white-overlay {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    );
    color: black;
    padding: 0 5px 0 0px;
}

/***** FOOTER SECTION *****/
#footer-top {
    color: #fff;
    margin-top: 10px;
    font-size: 13pt;
    font-family: "Nunito";
    font-size: 11pt;
    background-color: #034389;
    
    /*background-color: #F9E429;*/
}

#footer-top a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
#footer-top a:hover{
    color: #fba51a;
}

#footer-top h5 {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
}

#footer-social-media, #footer-social-media a {
    font-size: 1.4rem;
    color: #fff;
}

#footer-social-media a .social-media-border-bottom {
    border-bottom: 5px solid  white;
}
#footer-social-media a:hover .social-media-border-bottom {
    border-bottom: 5px solid #faa51a;
    color: #fff;
}


#footer-mid
{
    background-color: #37b548;
    padding: 1px 0;
}

#footer-bottom
{
   background:
    linear-gradient(to bottom, rgba(8,132,67,0.9) 0%, rgba(8,132,67,0.6) 20%, rgba(8,132,67,0.8) 60%, #088443 100%),
    url('../img/bg_footer.jpg');

    background-size: cover;
    background-position: 100% 25%;
    color: #fff;
    /* font-family: 'Nunito', sans-serif; */
    font-weight: 700;
    font-size: 0.8rem;
}

#footer-bottom a {
    color: white;
    text-decoration: none;
    padding: 20px 0;
}

.footer-menu ul {
    float: left;
    list-style: none;
    padding-inline-start: 0px;
    line-height: 2.4em;
}

.footer-logo {
    max-width: 80%;
    height: auto;
}

.footer-text {
    color: #262324;
    font-family: "Exo";
    font-size: 12px;
    font-weight: 600;
}

#footer-email-contact a{
    color: #fff;
}

.social-media-icon {
    border-left: 1px solid  #386da8;
    text-align: center;
}

.social-media-border-right {
    border-right: 1px solid  #386da8;
}

/* bootstrap md screen size */
@media (min-width: 768px) {
    #footer-social-media{
        text-align: center;
    }

    #footer-email-contact {
        font-size: 35px;
        margin-top: 30px;
        color: #262324;
    }


    #footer-top .right, #footer-top .right strong {
        font-size: 10px;
    }
}
/* bootstrap sm screen size */
@media (max-width: 767px) {
    #footer-social-media{
        text-align: center;
    }

    #footer-top {
        margin-top: 30px;
        border-top: none;
    }

    #footer-top img {
        max-width: 100px;
    }

    #footer-top .right, #footer-top .right strong {
        text-align: left;
        margin-top: 5px;
        font-family: "Montserrat Regular";
        font-size: 12px;
    }

    #footer-bottom
    {
        text-align: center;
    }

    #footer-email-contact {
        font-size: 30px;
        margin-top: 70px;
        color: #262324;
    }

    #footer-social-media-username {
        font-size: 17px;
        margin-left: 0px;
    }
    /*
    .footer-logo {
        max-width: 240px;
    } */

    #footer-devider-mobile {
        height: 1px;
        overflow: hidden;
        background-color: #000000;
        position: relative;
        left: 60px;
        top: 16px;
        width: 73%;
    }
}

@media (max-width: 575px) {
    #footer-email-contact {
        font-size: 25px;
        margin-top: 10px;
        color: #262324;
    }

}

/***** EVENT *****/

.top-title-event {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #464646;
}
.main-title-event{
    font-family: 'Playfair Display', serif;
    font-size: 350%;
    line-height: 100%;
    font-weight: bold;
}
.event-description{
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
    color: #333;
    padding: 0px 30px;
}
/* bootstrap lg screen size */
@media (min-width: 992px) 
{
    .headline-event-content{
        width: 65%;
        margin-left: 5%;
        padding: 5%;
        background-color: #fff;
        position: relative;
        margin-top: -10%;
    }
}
/* bootstrap md screen size */
@media (max-width: 991px) 
{
    .headline-event-content{
        padding: 5%;
        background-color: #fff;
        position: relative;
    }
}

/***** EVENT MENU ITEM *****/
/* bootstrap md screen size */
@media (min-width: 768px) {
    #custom-event-menu .navbar-nav > li > a {
        color: #ffffff;
        padding-left: 25px;
        padding-right: 25px;
        font-family: "Bebas Neue";
        font-size: 18pt;
    }
}
/* bootstrap sm screen size */
@media (max-width: 767px) {
    #custom-event-menu .navbar-nav > li > a {
        font-family: "Bebas Neue";
        font-size: 20px;    
        padding: 2px 2px;
    }
}
#custom-event-menu{
    margin-bottom: 15px;
}
#custom-event-menu .nav > li > a:focus, #custom-event-menu .nav > li > a:hover{
    text-decoration: none;
    color: #ffffff;
}
#custom-event-menu .navbar-brand {
    font-family: "Bebas Neue";
    font-size: 20px;
    color: #464646;
}
#custom-event-menu {
    font-size: 15px;
    background-color: rgba(248, 248, 248, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 0) 100%);
    border-width: 1px;
    border-radius: 0px;
    
    border-bottom: 1px solid #0095e1;
}
#custom-event-menu .navbar-nav>li>a {
    color: #0095e1;
    background-color: rgba(255, 255, 255, 1);
}
#custom-event-menu .navbar-nav>li>a:hover,
#custom-event-menu .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-event-menu .navbar-nav>.active>a,
#custom-event-menu .navbar-nav>.active>a:hover,
#custom-event-menu .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
}
#custom-event-menu .navbar-toggle {
    border-color: #fff;
}
#custom-event-menu .navbar-toggle:hover,
#custom-event-menu .navbar-toggle:focus {
    background-color: #fff;
}
#custom-event-menu .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-event-menu .navbar-toggle:hover .icon-bar,
#custom-event-menu .navbar-toggle:focus .icon-bar {
    background-color: #888;
}

/***** EVENT GALLERY *****/

.my-gallery {
    width: 100%;
    text-align: left;
    position: relative;
}

.my-gallery figure {
    padding: 0;
    border: #ececec;
    border-style: solid;
    border-width: thin;
}

/*.my-gallery figure:after {*/
/*content: "";*/
/*display: inline-block;*/
/*width: 100%;*/
/*}*/



.photo-gallery-list-frame
{
    /*width: 100%;*/
    /*height: 30vmax;*/
    margin: 0 10px 0 10px;
    height: 200px;
    border: 0px solid #939598;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}

.photo-gallery-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

.photo-gallery-label3{
    /* font-family: "Roboto Regular"; */
    position: absolute;
    bottom: 0;
    font-size: 9pt;
    /* font-weight: 600; */
    margin: 0;
    right: 0;
    left: 0;
	text-align:center;		
    color: black;
    /*background: rgba(254, 242, 0, 1);*/
    background: rgba(0, 0, 0, 0.44);
    padding: 5px 2px 5px 2px;
}

.photo-gallery-tag{
    padding: 5px !important; 
    margin: 2px 2px !important;
}

.btn {border-radius: 0 !important;}

/***** EVENT RESULTS *****/
/* bootstrap xs screen size */
@media (max-width: 575px) {
    .event-result-tabs .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }
    .event-result-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        width: 100%;
        text-align: center;
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #dee2e6;
    }
}

.event-result-tabs .nav-tabs a {
    color: #0095e1;
}

/***** GENERAL ITEM *****/
/* Style the back-to-top floating button */
.sf-back-to-top {
    color: #fff;
    background-color: #f3a111;
    display: none;
    z-index: 999;
    opacity: .5;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* size of button is 50 pixels*/
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a:hover.sf-back-to-top {
    color: #088443; 
}

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px; 
}

a.sf-back-to-top .arrow:before {
    content: "\e02d";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e02d";
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
    margin-left: -4px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-60 {
    margin-top: 60px;
}

.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}

.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}


a:hover {
    color: #0091dc  ;
    text-decoration: none ;
}
a {
    color: #000 ;
    text-decoration: none ;
}

.clear {
    clear: both;
}
.height-10 {
    height: 10px;
}
.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

/* LOAD MORE BUTTON */
.loadseemore {
    cursor: pointer;
    color: #fff;
    margin: 30px 0;
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    transition: all ease-out .4s;
    background-image: linear-gradient(to bottom, #262e42 0%, #262e42 100%);
    background-repeat: repeat-x;    
}

.loadseemore-progress-image {
    margin: 30px 0;
}

.btn-primary,.btn-primary:hover,.btn-primary:active {
    background-color: #088443 !important;
    border-color: #088443 !important;
    border-radius: 20px  !important;
}


/*title top & bottom*/
#firstHeadlineText .headline-title-top {
    font-size: 15px;
    color: white;
    font-family: Myriad Pro Bold;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 8px;
}

#firstHeadlineText .headline-title-bottom {
    font-size: 15px;
    color: white;
    font-family: Myriad Pro Bold;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 8px;
}

/* START Sidebar */
.sidebar a{
    /*font-weight: bold; */
    color: #262828; 
    font-size: 20px; 
    line-height:24px; 
    text-decoration: none;
}

.sidebar .date {
    font-weight: bold; 
    color: #ff2600; 
    font-size: 12px;
    /*font-family: 'quantify';*/
}

.sidebar .category {
    /*font-weight: bold; */
    color: #ff2600; 
    font-size: 12px;
    /*font-family: 'quantify';*/
}

.sidebar .popular-post ul, .sidebar .related-post ul {
    list-style: none; 
    padding-left: 0px;
}

.sidebar .popular-post li, .sidebar .related-post li {
    padding: 15px 5px 15px 0px; 
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.sidebar .popular-post li a, .sidebar .related-post li a {
    color: #282828; 
    text-decoration: none; 
    /*font-weight: 700;*/
    font-size: 14px;
}

.sidebar .related-post .title {
    font-size: 20px;
}
/* END Sidebar */

/*latest post sidebar*/
#latestPostSidebar
{
    padding-left: 20px;
}

#latestPostSidebar > li
{
    color:#f62c08;
    border-bottom: 1px #909090 solid;
    padding: 2px 0;
    margin: 7px 0;
    font-size: 24px;
    line-height: 14px;
}

#latestPostSidebar > li > a:hover {
    color: #f62c08 !important;
    text-decoration: underline;
}

#latestPostSidebar > li .title-latest-post
{
    color: rgb(82, 82, 82);
    font-weight: 600;
    font-size: 13px;
}

#latestPostSidebar > li .title-top-latest-post
{
    color: rgb(82, 82, 82);
    font-weight: 600;
    font-size: 11px;
}

#latestPostSidebar > li .author-latest-post
{
    font-size: 10px;
    color: rgb(82, 82, 82);
}

/***** Custom Pagination *****/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 0px;
    cursor: default;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
    border-color: #000000;
    color: #ffffff;
    border-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    margin: 2px 2px;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 0px;
    cursor: not-allowed;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a {
    background: #ffffff;
    color: #666;
    border-color: #000000;
    color: #ffffff;
    border-radius: 0px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus 
{
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
}

.page-item:first-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0095e1;
    border-color: #0095e1;
}

/***** OVERRIDE PAGINATION NAVIGATION DESIGN *****/
.pagination > .active > span
{
    background-color: #000000;
    border-color: #ffffff;
}

.pagination > li > a
{
    color: #000000;
}

/***** LOGIN PAGE *****/

.btn-black,
.btn-black:hover,
.btn-black:active,
.btn-black:visited,
.btn-black:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.box-title
{
    text-align: center;
    font-family: "Myriad Pro Bold";
}

.email-login-popup > input
{
    border-radius: 0;
    margin-bottom: 10px;
}

.password-login-popup > input
{
    border-radius: 0;
}


#wrap_register
{
    text-align: center;
    width: auto;
}

#btn-login, #goToLoginFromRegister,#btn_register,.btn-black-popup,#register_form
{
    color: white;
    background: black;
    border-radius: 0;
    width: auto;
    font-weight: 600;
}

#wrap_login
{
    text-align: right;
}


.register-validate
{
    border-radius: 0;
}

/***** BOOTSTRAP 4 *****/
/* bootstrap xl screen size */
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}
/* bootstrap sm screen size */
@media (max-width: 767px) {
    .container {
      width: 100%;
      max-width: none;
    }
  }
/*----------------------------------- programs css ----------------------------------------*/
.title{
    font-family: Nunito;
    font-weight: 800;
}

.schedule-day, .schedule-time{
    font-weight: 700;
}

.schedule-time{
    color: #088443;
}


.bg-special{
    background-color: #088443;
}

.programs .panel-left, .programs .panel-right{
    border: 1px solid #f0f0f0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.programs .panel-left{
    border-right: 0;
}
.programs .panel-left h4{
    font-family: Nunito;
    font-weight: 700;
}

.panel-left .panel-logo{
    max-width: 120px;
}

.programs .panel-right a.btn{
    font-size: 12px;
    background-color: #088443 !important;
}

.img-fit{
    object-fit: cover;
    width: 100%;
    object-position: center;
}
@media(max-width: 991px){
    .h-md-50{
        height: 50% !important;
    }
}
@media(min-width: 992px){
    .programs .panel-left, .programs .panel-right{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .programs .panel-left{
        border-bottom-left-radius: 20px !important; 
        border-top-left-radius: 20px !important;
    }

    .programs{
        height: 270px;
    }
    .programs .panel-left h4{
        font-size: 1.4rem;
    }
    .panel-left .panel-logo{
        max-width: 100%;
    }

    .programs .panel-right{
        border-bottom-right-radius: 20px; 
        border-top-right-radius: 20px; 
    }

    .programs .panel-right a.btn{
        position: absolute; bottom: 0;
        margin-bottom: 1rem;
    }
}

/*new homepage css*/
.btn-orange{
    background-color: #f9a61a;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    min-width: 125px;
}

.btn-orange:hover{
    color: #ffffff;
    background-color: #d88905;
}

.btn-green{
    background-color: #088443;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    min-width: 125px;
}

.btn-green:hover{
    color: #ffffff;
    background-color: #088443;
}

.btn:focus{
    outline:0;
    box-shadow:none;
}

.fs-10{
    font-size: 10px;
}

.fs-14{
    font-size: 14px;
}

@media only screen and (min-width: 768px) 
{
    .headline-page{
        background-image: url('../img/bg_homepage_web_min.JPG');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center -50px;
        height: calc(100vh - 30px);
        color: #ffffff;
        margin-top: -3.8rem;
        z-index: 0;
    }

    .registration-header-benner
    {
        background-image: url('../img/bg_headline_registrasi_convert.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center -185px;
        height: 75vh;
        color: #ffffff;
        margin-top: -2rem;
        z-index: -100;

    }
}

@media only screen and (max-width: 768px) 
{
    .headline-page{
        background-image: url('../img/bg_homepage_mobile_min.JPG');
        background-repeat: no-repeat;
        background-size:cover;
        background-position: center;
        /* min-height: calc(100vh - 70px); */
        height: 75vh;
        color: #ffffff;
        margin-top: -2rem;
    }

     .registration-header-benner
    {
        background-image: url('../img/bg_headline_registrasi_convert.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: 30vh;
        color: #ffffff;
        margin-top: -1.5rem;
        z-index: -100;
    }
}

.headline-page .title{
    font-size: 4rem;
}

.overlap-line div{
    margin-top: -30px; width: 130px; background-color: #ffffff;
}

.overlap-line div span{
    padding: .375rem .75rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #f9a61a !important;
    border: none;
    cursor: default;
}

.overlap-line div span:hover{
    color: #ffffff;
}

.rounded{
    border-radius: 30px !important;
}

h4.title{
    font-size: 1rem;
}

@media(min-width: 768px){
    h4.title{
        font-size: 1.4rem;
    }
}

@media(min-width: 992px){
    h4.title{
        font-size: 1.5rem;
    }
}
video{
    width: 100%;
    height: inherit;
}

.teaser-video {
    width: 100%;
    height: 250px;
}

.slider-program .img-title{
    height: 60px !important;
    width: auto !important;
    display: inline-block !important;
}

.slider-program .description{
    font-weight: 800;
    font-size: 18px;
}

.coach .job{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.coach .name{
    font-size: 1.3rem;
    font-weight: 800;    
    color: #088443;
}

.news{
    color: #ffffff;
    font-family: Nunito;
}

.news .wrapper{
    height: 180px;
    background-color: #088443;
}

.news .wrapper .img-news{
    object-fit: cover; 
    object-position: top; 
    width: 100%; 
    height: inherit;
}

.news .wrapper .title-news{
    font-size: 1.2rem; 
    font-weight: 800;
    color:#ffffff;
}

.news .wrapper .description-news{
    color: #ffffff; font-size: .8rem; margin-bottom: 0;
}

.news .wrapper .read-more{
    color: #ffffff; font-weight: 700; font-size: 12px;
}

.nav-slider{
    color: #FFFFFF; font-size: 18px; 
    font-weight: 600; 
    background-color: transparent; 
    border-radius: 50%; 
    width: 30px; 
    height: 30px;
    border: 1px solid #FFFFFF;
}

.owl-slide.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50px;
}

.owl-slide.owl-theme .owl-nav .owl-next{
    right: 0;
}
.owl-slide.owl-theme .owl-nav .owl-prev{
    left: 0;
}

.owl-slide.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent !important;
    outline: none !important;
}

@media(min-width: 768px){
    .news .wrapper{
        height: 160px;
    }
    .owl-slide.owl-theme .owl-nav [class*='owl-']{
        position: absolute;
        top: 90px;
    }
    .teaser-video {
        height: 350px;
    }
}

@media(max-width: 991px){
    .headline-page .title{
        font-size: 3rem;
        line-height: 1;
    }
}

@media(min-width: 992px){
    .pl-lg-6{
        padding-left: 4rem;
    }

    .teaser-video {
        height: 600px;
    }

    .news .wrapper{
        height: 180px;
    }

    .slider-program{
        border-right: 2px solid #fafafa;
    }
}

/*-------------------------------------- Galery --------------------------------------------------*/
@media(min-width: 992px)
{
    .portfolio_images_overlay
    {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        padding: 80px;
        margin: 0 auto;
        top:-100%;
        left: 5%;
        position: absolute;
        transition:.6s;
        z-index: 2;
    }

    .portfolio_images_overlay h6
    {
        text-transform:uppercase;
        color:#fff;
        font-size:1rem;
        line-height:2.575rem;
        font-weight: 500;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    
    .portfolio_images_overlay p.description
    {
        margin-top: 5%;
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
        color:#fff;
    }

    .single_portfolio_text:hover .portfolio_images_overlay
    {
        top:0%;
        left: 0%;
    }
}

@media(max-width: 991px)
{
    .portfolio_images_overlay
    {
        width: 100%;
        background: rgba(0, 0, 0, .5);
        margin: 0 auto;
        bottom:0;
        position: absolute;
    }

    
    .portfolio_images_overlay h6
    {
        text-transform:uppercase;
        color:#fff;
        font-size:18px;
        line-height:2.575rem;
        font-weight: 500;
    }
    
    .portfolio_images_overlay p.description
    {
        margin-top: 5%;
        font-size: 13px;
        font-weight: 300;
        color:#fff;
    }
}

.single_portfolio_text
{
    display:inline-block;
    padding:0;
    position:relative;
    overflow:hidden;
}

.single_portfolio_text img
{
    width:100%;
}

.portfolio_images_overlay .btn
{
    margin-top: 25px;
}

@media (min-width:769px) and (max-width:991px) 
{
    .portfolio_images_overlay 
    {
        padding: 0px;
    }
}

.training img{
    height: 150px !important;
    width: auto !important;
    display: inline-block !important;
}

.training .title{
    font-weight: 900;
    font-size: 24px;
    color: #034289;
}

.training p{
    font-size: 14px;
}

.training p a, .training p a:hover{
    color: #000000;
}

/*our stories*/
.imgFilter{
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    width: 100%
}
.storiesWrapper{
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.storiesWrapper a:hover{
    color: #088443 !important;
}

.headlineWrapper{
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
}

.storiesPageTitle{
    background-color: #ffffff;
    display: block;
    margin-top: -1.5rem;
    margin-left: 2rem;
    width: 100px;
}

.categoryStories div{
    width: 20%;
    font-weight: 700;
    font-size: 13px;
}

.categoryStories div a:hover{
    color: #088443;
}

.headlineWrapper:hover .imgFilter{
    filter: brightness(.5);
}

@media(min-width: 768px){
    .storiesPageTitle{
        margin-left: 3rem;
        margin-top: -1.8rem;
        width: 140px;
    }
    .categoryStories div{
        font-size: 16px;
    }
    .headlineWrapper{
        height: 300px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media(min-width: 992px){
    .storiesPageTitle{
        margin-left: 5rem;
        margin-top: -2rem;
        width: 190px;
    }
    .headlineWrapper{
        height: 500px;
    }
    .categoryStories div{
        width: 13%;
    }
}

.content-post{
    font-family: "Titillium Web" !important;
    color: #262828 !important;
    font-size: 14px !important;
}

.content-post .post-title{
    text-decoration: none;
    color: #262828;
    font-weight: 700;
    font-size: 34px;
}

@media(min-width: 768px){
    .content-post{
        font-family: "Titillium Web" !important;
        color: #262828 !important;
        font-size: 16px !important;
    }

    .content-post .post-title{
        text-decoration: none;
        color: #262828;
        font-weight: 700;
        font-size: 41px;
        line-height: 50px;
    }
}

/* Start of facilities CSS */

iframe{
    border: 1px solid #3880d4 !important;
}

.owl-nav{
    padding-right: 670px;
}

.owl-theme span{
    background-color: #FFFFFF !important;
}

.owl-theme span{
    background-color: #FFFFFF;
}
.owl-theme span{
    background-color: transparent;
    border: 1px solid #FFFFFF;
}
.owl-theme .owl-nav [class*='owl-']:hover, .owl-theme .owl-nav [class*='owl-']:focus{
    background: transparent !important;
    outline: none !important;
}

.owl-prev {
    height: 100px;
    position: absolute;
    top: 28%;
}

.owl-next {
    height: 100px;
    position: absolute;
    top: 28%;
    right: 5px;
    display: block !important;
    border:0px solid black;
}

/* Arka 03 04 2023 */
@media(min-width:1024px){
    #dropdownDblAcademy{
        /* margin-left:90px; */
        margin-left:195px;
    }
}



/* End of Facilities CSS */

/* Start of assessment basketball report CSS */
/*
iframe{
    border: 1px solid #3880d4 !important;
}

.owl-nav{
    padding-right: 670px;
}

.owl-theme span{
    background-color: #FFFFFF !important;
}

.owl-theme span{
    background-color: #FFFFFF;
}
.owl-theme span{
    background-color: transparent;
    border: 1px solid #FFFFFF;
}
.owl-theme .owl-nav [class*='owl-']:hover, .owl-theme .owl-nav [class*='owl-']:focus{
    background: transparent !important;
    outline: none !important;
}

.owl-prev {
    height: 100px;
    position: absolute;
    top: 28%;
}

.owl-next {
    height: 100px;
    position: absolute;
    top: 28%;
    right: 5px;
    display: block !important;
    border:0px solid black;
}
*/


/* End of assessment basketball report CSS */

/* Start of Base Article CSS */
.base-article .imgFeatured{
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.base-article .specialTitle{
    font-size: 1.7rem;
}
.base-article .owl-slide .owl-theme .owl-nav [class*='owl-']{
    top: 130px;
}

.base-article .nav-slider{
    color: #088443;
    background-color: #ffffff;
    border-color: #088443;
}

.base-article .owl-slide.owl-theme .owl-nav .owl-next{
    right: -10px !important;
    top: 130px !important;
}
.base-article .owl-slide.owl-theme .owl-nav .owl-prev{
    left: -10px !important;
    top: 130px !important;
}

@media (min-width: 992px) {
    .base-article .owl-slide.owl-theme .owl-nav .owl-next{
        right: -50px !important;
    }
    .base-article .owl-slide.owl-theme .owl-nav .owl-prev{
        left: -50px !important;
    }
}

    /* End of Base Article CSS */

    /* Start of Registration Form CSS */
    .rounded-0{
        border: 1px solid #088443;
    }

    .clothing-btn .options {
        visibility: hidden;
        position:fixed; 
        opacity:0;
    }

    .input-group-text{
        background-color: #088443 !important;
        color: #ffffff;
    }

    label{
        font-weight: 700;
    }

    .clothing-btn label {
        border-radius: 0 !important;
    }

    .clothing-btn .btn {
        color: #6C757D;
        background-color: #ffffff;
        border-color: #3880D4;
        width: 95px !important;
    }

    .clothing-btn .btn:hover, .btn:focus, .btn:active, .btn.active {
        color: #ffffff;
        background-color: #088443;
        border-color: #3880D4;
    }

    .stage-img {
        width: auto;
        height: 40px !important;
        object-fit: cover;
        object-position: center;
    }

    .social-media-icon
    {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .age-info > p{
        padding: 0;
        margin: 0;
        font-weight: 800;
        font-size: 14px;
    }

    .program-item
    {
        max-width: 200px;
        height: auto;
        padding: 0.2rem;
    }

    .program-img{
        width: 70px;
        height: 70px;
    }

    .program-text{
        color: #F0CF15;
    }

    .rounded-1
    {
        border-radius: 0.5rem !important;
    }
     .adress {
        text-align: center !important;
    }


/* End of Registration Form CSS */

/* Arka 03 04 2023  */
@media (min-width: 767px) 
{
    .btnVirtualRoom {
        display: block;
        position: absolute;
        top: 45%;
        left: 40%;
        opacity: 0;
        width: 30%;
        color: black;
        font-weight: bold;
        font-size: 20px; 
        text-decoration: none;   
      }
          
      .virtualRoomSection:hover figure{
        display: block;
        opacity: 0.5;
        transition: 0.5s;
      }
    
      .virtualRoomSection:hover .btnVirtualRoom{
        display: block;
        opacity: 1;
        transition: 0.5s;
      }
      
    .border-right-half {
        position: relative;
    }

    .border-right-half::after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%; /* start dari 25% */
        height: 70%; /* hanya 50% tinggi */
        width: 1px;
        background-color: #000000;
    }

    .ml-default {
        margin-left: 6.001rem !important;
    }
    
    .mr-default
    {
        margin-right: 6.001rem !important;
    }
    
    .mx-default
    {
        margin-left: 6.001rem !important;
        margin-right: 6.001rem !important;
    }

    .stage-img {
        width: auto;
        height: 55px !important;
        object-fit: cover;
        object-position: center;
    }

    .social-media-icon
    {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .age-info > p{
        padding: 0;
        margin: 0;
        font-weight: 800;
        font-size: 20px;
    }

    .navbar {
        padding: 2.2rem 6.001rem 1.2rem 6.900rem!important;
        justify-content: start;
        z-index: 1;

    }

    .adress {
        padding-left: 2rem;
        text-align: left !important;
    }
    
    .program-item
    {
        height: auto;
        padding: 1rem;
    }

    .program-img{
        width: 400px;
        height: 400px;
    }

     .program-item
    {
        max-width: 200px;
        height: auto;
        padding: 1rem;
    }

    .program-img{
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 767px) 
{
    .btnVirtualRoom{
        display: none;
    }

    h1{
        font-size: 2rem;
    }

 

}


/* Virtual room css */

/* end virtual room css */