html, body {
    margin: 0;
    padding: 0;
}

._operator_top_bar {
    font-family: Roboto, sans-serif;
    background-color: #000;
    display: flex;
    align-items: center;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

._operator_top_bar p {
    color: #fff;
    margin-bottom: 0;
    line-height: 14px;
    padding: 6px 0 9px;
}

._operator_top_bar a.__btn {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 0px 12px;
    border-radius: 15px;
}

._operator_top_bar a.__btn.__success {
    background: #000;
    color: #FFF;
    border: 1px solid #00c292;
}

._operator_top_bar a.__btn.__danger {
    background-color: #0f7f62;
    border: 1px solid #0f7f62;
    color: #FFF;
}

.chiefs_carousel .flipster__button svg {
    stroke: #e7ad3b;
    stroke-width: 3.5;
    width: 0.8em;
}
.chiefs_carousel li figure figcaption{
    text-align: center;
    background: white;
    padding: 10px 0;
    -webkit-box-reflect: below 7px linear-gradient(transparent, rgba(255, 255, 255, 0.212));
    font-family: "Gilda Display", Sans-serif;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
}
.chiefs_carousel li:not(.flipster__item--current) figure {
    -webkit-box-shadow: 0px 6px 14px -3px rgba(176,174,176,0.26);
    -moz-box-shadow: 0px 6px 14px -3px rgba(176,174,176,0.26);
    box-shadow: 0px 6px 14px -3px rgba(176,174,176,0.26);
}
.cards_custom .cards_picture{
    border-radius: 5px 5px 0 0;
}

.cards_custom .desc .title {
    font-size: 20px;
    margin-bottom: 16px;
    color: #151515;
    font-weight: 400;
    text-align: center;
}

.cards_custom .desc .content {
    min-height: 150px;
}

.cards_custom {
    -webkit-box-shadow: -2px 0px 13px -6px rgba(116, 116, 116, 0.95);
    -moz-box-shadow: -2px 0px 13px -6px rgba(116, 116, 116,0.95);
    box-shadow: -2px 0px 13px -6px rgba(116, 116, 116,0.95);
    border-radius: 0 0 5px 5px;
    padding-bottom: 30px;
}

.top_hosts .section-title {
    font-size:45px;
}

.top_hosts .section-title span {
    color:#D2B57B;
}

.top_hosts p {
    color: #bfbfbf;
}

.about_section .section-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.about_section .section-title {
    font-size: 45px;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.chefs_slider .section-subtitle h2 {
    font-size: 45px;
}

.timeline_section .section-subtitle, .timeline_section .section-title, .timeline_section .content {
    text-align: center;
}

.timeline_section .section-title{
    color: #000000;
    font-size: 45px!important;
    font-weight: 100;
}

.timeline_section .content p {
    color: #bfbfbf;
    font-size: 23px;
    font-weight: 300;
    line-height: 35px;
}

.timeline_section .icon_start_timeline {
    width: 100px;
    margin: auto;
    display: flex;
}

.timeline_section h6 {
    color: #7A7A7A!important;
    text-transform: inherit;
    margin-bottom: 5px;
    font-size: 15px!important;
}
.timeline_section h4 {
    font-size: 24px!important;
    margin-top: 10px!important;
}
.timeline_section .timeline_blocks p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}
.timeline_section .timeline_blocks .with_right_border {
    border-right: 1px solid #e9e6e6;
}
.timeline_section .timeline_blocks .with_left_border {
    border-left: 1px solid #e9e6e6;
}
.timeline_section .timeline_blocks .with_right_border::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
  }
  .timeline_section .timeline_blocks .with_left_border::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
  }

  @media screen and (max-width: 991px) {
    .timeline_section .timeline_blocks .with_right_border::after {
        display: none;
    }
    .timeline_section .timeline_blocks .with_left_border::before {
      display: none;
    }
    .timeline_section .timeline_blocks .with_right_border {
        border-right: none;
    }
    .timeline_section .timeline_blocks .with_left_border {
        border-left: none;
    }
  }