
/************FONTS**************/
@font-face {
    font-family: "Myriad Pro Bold";
    src: url("../fonts/MyriadPro-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Semibold";
    src: url("../fonts/MyriadPro-Semibold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../fonts/MyriadPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Condensed";
    src: url("../fonts/MyriadCondensedWeb.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Bold Condensed";
    src: url("../fonts/MyriadPro-BoldCond.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Bold";
    src: url("../fonts/BebasNeue Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Regular";
    src: url("../fonts/BebasNeue Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Book";
    src: url("../fonts/BebasNeue Book.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Corbel Regular";
    src: url("../fonts/CORBEL.TTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Corbel Bold";
    src: url("../fonts/Corbel Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Big Noodle Tilting";
    src: url("../fonts/big_noodle_titling.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Mukta Malar', sans-serif;
    color: #000;
}

.align-center {
    text-align: center;
}



/***** FRONTEND HEADER *****/
/* bootstrap sm screen size */
@media (max-width: 767px) 
{
    .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: #262e42;
        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: #0091dc;
    }

    .mainsepeda-nav-v2 {
        background-color: #fff;
    }
    .navbar-nav {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        height: 17px;
    }
}
/* bootstrap md screen size */
@media (min-width: 768px) 
{
    .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: 20px;
        padding-right: 20px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #262e42 ;
        padding-top: 12px;
        padding-bottom: 10px;
        font-family: 'Exo', sans-serif;
        font-size: 10pt;
        font-weight: 800;
    }

    .dropdown-menu{
        padding-top: 0px;
    }


    .mainsepeda-nav-v2 .dropdown-menu > a{
        font-family: "Exo";
        color: #0091dc;
        background-color: #fff;
        font-weight: 700;
    }

    .mainsepeda-nav-v2 .dropdown-menu > a:focus, .dropdown-menu > a:hover {
        text-decoration: none;
        /* color: #0095e1; */
        color: #fdbe3b;
        background-color: #262e42;
    }


    .mainsepeda-nav-v2 .navbar-nav > li > a:focus,.mainsepeda-nav-v2 .navbar-nav > li > a:hover {
        text-decoration: none;
        color: #0091dc !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);*/
    }

    .mainsepeda-nav .navbar-nav > li > a {
        /* (70px - line-height of 27px) / 2 = 26.5px */
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 27px;
    }

    .mainsepeda-nav .navbar-search {
        margin-top: 10px;
    }
    .navbar-brand {
        height: 17px;
    }
}

.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;

}

.mainsepeda-nav-v2 .navbar-nav > li:focus , .mainsepeda-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 {
    margin-bottom: 0px;
    background-color: #262e42 !important;
}
  
.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-dark .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(38, 46, 66, 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-transform: uppercase;
      text-decoration: none;
      display: block;
      text-align: center;
      font-family: 'Exo', sans-serif;
      font-weight: 700;
    }



@media (min-width: 1000px) {
    #nav-content ul {
      margin: 0 auto;
      width: 1000px;
    }

    #nav-content ul li {
      width: 120px;
    }

    #nav-content ul li:nth-of-type(4) {
      margin-left: 327px;
      width: 200px;
    }

}

@media (min-width: 768px) and (max-width: 999px) {
    #nav-content ul {
      margin: 0 auto;
      width: 720px;
      padding: 0;
      list-style: none;
    }

    #nav-content ul li {
      float: left;
      width: 59px;
    }

    #nav-content ul li:nth-of-type(4) {
      margin-left: 287px;
      width: 150px;
    }

}

/***** HEADLINE NEWS *****/
.content-skew{
    transform: skew(-10deg);
}
.inner-skew{
    transform: skew(10deg);
}
#home a {
    color: #fff;
}

.popover{
    width:100%;
}

.popover-header {
    color: #FFF;
    background-color: #262e42;
    text-align: center;
    font-weight: 400;
}

.popover-body {
    text-align: center;
    padding: 5px 0px;
    background-color: #fcfcfc;
}

.popover-body-ins {
    border-top: 1px solid rgba(0,0,0,.2)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: #ededed;
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #262e42;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    border-bottom: 0px solid #f7f7f7;
}

.navy-link {
    color: #262e42 !important;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Flashing */
.flashing:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}


@media (max-width: 575.98px) {  
    .logo-uci {
        max-width: 190px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .logo-uci {
        max-width: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .logo-uci {
        max-width: 190px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .logo-uci {
        max-width: 200px;
    }
}
@media (min-width: 1200px) { 
    .logo-uci {
        max-width: 210px;
    }
}

/* 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;
}

/***** ABOUT SECTION *****/

#about {
    background-color: #262e42; 
    background-image: url("../img/bg-dark.jpg");
    background-position: center top; 
    background-size: cover;
    color: #fff;
}

.about-image {
    padding: 0;
}

#about .title {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
}

#about p {
    line-height: 1.7;
}

.video-title {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    color: #fff;
}

#about .logo{
    max-width: 230px;
    padding-left: 20px;
}

@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 *****/

/***** PRODUCT SECTION *****/

.targetDiv {
    display: none;
}
.targetDiv.first {
    display: block;
}

#aj1 .logo, #aj62 .logo {
    max-width: 200px;
}

.aj-border {
    border: 2px solid;
}

.border-gold{
    border-color:#b2936a !important;
}

.border-pink{
    border-color:#d31279 !important;
}

@media (min-width: 768px) {
    #aj1 .title, #aj62 .title{
        font-size: 2.3rem;
        line-height: 1;
        font-weight: 700;
        font-family: 'Exo', sans-serif;
    }
}
@media (max-width: 767px) {
    #aj1 .title, #aj62 .title{
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 700;
        font-family: 'Exo', sans-serif;
    }
}

.size-chart {
    color: #fff;
    background-image: url("../img/bg-dark.jpg");
    background-position: right bottom; 
    background-size: auto;

}
.size-chart table {
    line-height: 1;
    font-family: 'Exo', sans-serif;
    text-align: center;
}

.size-chart .table th {
    border-top: 0px !important;
}

.size-chart .table tbody {
    font-size: 0.8rem;
    font-weight: 500;
}

#testing {
    background-color: #f9f9f9;
}

#testing h2 {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    line-height: 0.9;
}

#aj1-color {
    background-color: #262e42;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

#aj62-color {
    background-color: #d31279;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}
.colorway {
    font-family: 'Exo', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 767px) {
    #aj1-color .logo, #aj62-color .logo{
        max-width: 120px;
    }
    #testing h2 {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    #testing h2 {
        font-size: 2.7rem;
    }

}


/***** END OF PRODUCT SECTION *****/


/***** WHEELSET SECTION *****/
#wheelset {
    background-color: #fdfdfd;
}

.wheelset {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.1;
}
.wheelset-spec {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.9rem;
}
.wheelset-type {
    color: #0091dc;
    font-weight: 800;
    font-size: 1.1rem;
}

@media (max-width: 991px) {
    .wheelset {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}
/* @media (max-width: 767px) {
    .wheelset-spec {
        text-align: center;
    }
} */


/***** END OF WHEELSET SECTION *****/


/***** COMMITMENT SECTION *****/

#commitment {
    background-image: url("../img/bg-light.jpg");
    background-position: center top; 
    background-size: cover;
}

#commitment .title {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 1;
}

#commitment p {
    line-height: 1.7;
}

/***** END OF COMMITMENT SECTION *****/


/***** BUYAWDNSDY SECTION *****/

#buyawdnsdy {
    background-color: #262e42; 
    color: #fff;
    font-family: 'Exo', sans-serif;
}

#buyawdnsdy img{
    position: relative;
    top:-40px;
}
#buyawdnsdy h2 {
    font-weight: 700;
}
#buyawdnsdy p {
    color: #0091dc;
    font-size: 1rem;
    font-weight: 500;
}

#buyawdnsdy .contact p, #buyawdnsdy .contact a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 0.9;
}
#buyawdnsdy .contact a:hover {
    color: #0091dc;
}

#buyawdnsdy .contact i {
    font-size: 2rem;
}

@media (min-width: 992px) {
    #buyawdnsdy .ins {
        height: 310px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    
    #buyawdnsdy .contact i{
        font-size: 1.1rem;
    }
    #buyawdnsdy .contact p, #buyawdnsdy .contact a {
        font-size: 1.4rem;
    }
}
@media (max-width: 991px){
    #buyawdnsdy .buy {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    #buyawdnsdy .ins {
        display: none;
    }
    #buyawdnsdy .contact i {
        font-size: 1.4rem;
    }
    #buyawdnsdy .contact p, #buyawdnsdy .contact a {
        font-size: 1.3rem;
    }
}

/***** NEWS AND GALLERY SECTION *****/

#news, #gallery {
    font-family: 'Exo', sans-serif;
}

/* h3 {
    color: #0091dc;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
} */

#news h2, #gallery h2, #testimony h2 {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 0.9;
}



.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.8rem;
} */

.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 {
    color: #272727;
    font-size: 11.5px;
    font-family: "Montserrat Regular";
}
.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body {
    font-size: 1.2rem;
    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: "Myriad Pro Condensed";
    font-size: 11pt;
    background-image: url("../img/bg-footer.png"); 
    
    /*background-color: #F9E429;*/
}

#footer-top a {
    text-decoration: none;
    color: black;
}


#footer-social-media {
    font-size: 26px;
    font-weight: bold;
    margin-left: 5px;
    font-family: "Myriad Pro Condensed";
}

#footer-mid
{
    background-color: #37b548;
    padding: 3px 0;
}

#footer-bottom
{
    background-color: #262e42;
    padding: 20px 0;
}

#footer-bottom a {
    color: #000;
    text-decoration: none;
}

#footer-logo {
    max-width: 270px;
}

.footer-text {
    color: #262324;
    font-family: "Exo";
    font-size: 12px;
    font-weight: 600;
}

#footer-email-contact a{
    color: #262324;
}

/* bootstrap md screen size */
@media (min-width: 768px) {
    #footer-social-media{
        margin-top: 10px; 
        margin-bottom: 40px;
    }

    #footer-email-contact {
        font-size: 35px;
        margin-top: 30px;
        color: #262324;
    }


    #footer-top .right, #footer-top .right strong {
        text-align: center;
        font-family: "Montserrat Regular";
        font-size: 15px;
    }
}
/* bootstrap sm screen size */
@media (max-width: 767px) {
    #footer-social-media{
        margin-top: 10px; 
    }

    #footer-top {
        margin-top: 30px;
        padding-bottom: 15px;
        border-top: none;
    }

    #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: 345px; */
        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%;*/
/*}*/

.my-gallery figcaption {
    display: none;
}

.gallery-container {
    position: relative;
    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: #0091dc;
    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: #262e42; 
}

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: #333;
    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, #F9E429 0%, #fdbe3b 100%);
    background-repeat: repeat-x;    
}

.loadseemore-progress-image {
    margin: 30px 0;
}

.btn-primary,.btn-primary:hover,.btn-primary:active {
    background-color: #0091dc !important;
    border-color: #0091dc !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;
}

/*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);
}

/***** 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;
    }
  }