.mapka_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 32px 0;
}

.mapka_container .mapka_sidebar {
    width: 280px;
    background-color: transparent;
    margin-right: 20px;
    height: 550px;
}

.mapka_container .mapka_sidebar .mapka_details {
    position: relative;
    height: 100%;
    display: none;
}

.mapka_container .mapka_sidebar .mapka_details.default {
    display: block;
}

.mapka_container .mapka_sidebar .mapka_details.default h3 {
    text-transform: uppercase;
}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow {
    display: flex;
    position: absolute;
    top: 42px;
    left: -8px;
    width: 425px;
    height: 70px;
}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body {
    background-color: #436996;
    width: 380px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px 16px 8px;
}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status {

}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status p,
.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: white;
}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_length {
}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_length p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: white;
}

.mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_pointer {
  width: 0; 
  height: 0; 
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #436996;
}

.mapka_container .mapka_sidebar .mapka_details .mapka_header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 82px;
}

.mapka_container .mapka_sidebar .mapka_details p {
    font-size: 12px;
}

.mapka_container .mapka_sidebar .mapka_details .video {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mapka_container .mapka_sidebar .mapka_details .video .video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.mapka_container .mapka_sidebar .mapka_details .video .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
    right: 0;
    width: 100%;
    height: 100%;
}

.mapka_container .mapka_image {
    width: 840px;
    height: 550px;
}

.mapka_container .mapka_legenda {
    width: 100%;
    padding-top: 20px;
}

#mapkatras 
{ 
    width: 100%; 
    height: 100%;
}
#mapkatras svg 
{ 
    width: 100%;
    height: 100%;
}

#mapkatras .mapka_hover_group {
    opacity:.8;
    transition: all 0.5s ease 0s;
}

#mapkatras .mapka_hover_group text {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

#mapkatras .mapka_hover_group:hover,
#mapkatras .mapka_hover_group.active
{
    opacity:1;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

#mapkatras .mapka_hover_group:hover text,
#mapkatras .mapka_hover_group.active text
{
    opacity: 1;
    transition: all 0.5s ease 0s;
}


.dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 8px;
    vertical-align: middle;
    border: 2px solid #FFFFFF;
}

i.green {
    color: #00CA16;
}

i.red {
    color: #FE0002;
}


.bikeruns-table {
    margin: 20px 0;
}

.bikeruns-table h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.bikeruns-table .run-item {
    background-color: white;
    padding: 24px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3); 
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    transition: all 0.5s ease 0s;
}

.bikeruns-table .run-item:hover,
.bikeruns-table .run-item.active {
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.3); 
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.3);
    transition: all 0.5s ease 0s;
}

.bikeruns-table .run-item .run-name {
    width: 35%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.bikeruns-table .run-item .run-name .dot {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 2px solid #000000;
    margin-left: 8px;
}

.bikeruns-table .run-item .run-details {
    width: 50%;
    text-align: left;
    font-size: 14px;
}

.bikeruns-table .run-item .run-details p {
    font-size: 14px;
}

.bikeruns-table .run-item .run-status {
    width: 20%;
    text-align: right;
    font-size: 16px;
}

.bikeruns-table .run-item .run-alert {
    color: #FE0002;
    font-size: 14px;
}

.svgbanner,
.svgbanner figure,
.svgbanner figure svg {
    width: 100%;
}

.svgbanner .desktop {
    display: block;
}

.svgbanner .mobile {
    display: none;
}

.downloads {
    margin-top: 48px;
    color: #142C50;
}

.downloads h3, 
.downloads h4 {
    text-transform: uppercase;
    font-weight: 700;
}  

.downloads h4 {
    font-size: 15px;
} 

.downloads h3 {
    font-size: 20px;
} 

.downloads .downloads-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.downloads .downloads-list .downloads-item {
    width: 45%;
    padding: 10px 0;
}

.downloads .downloads-list .downloads-item a {
    color: #142C50;
    font-size: 15px;
}

.downloads .downloads-list .downloads-item a img {
    width: 44px;
    height: 44px;
}

.run-item-detail {
    font-weight: bold;
}

.run-item-detail-box {
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
    .mapka_container {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .mapka_container .mapka_sidebar {
        width: 100%;
        background-color: transparent;
        margin-right: 0;
        height: auto;
        order: 3;
    }

    .mapka_container .mapka_sidebar .mapka_details {
        position: relative;
        height: 100%;
        display: none;
    }

    .mapka_container .mapka_sidebar .mapka_details.default {
        display: block;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_header {
        padding-top: 16px;
        padding-bottom: 12px;
        margin: 0;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow {
        display: flex;
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: auto;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body {
        background-color: transparent;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: left;
        padding: 12px 0;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_pointer {
      display: none;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status {
        margin-right: 50px;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status p,
    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status h3 {
        font-size: 16px;
        color: inherit;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_name_status .dot {
        border-color: black;
    }

    .mapka_container .mapka_sidebar .mapka_details .mapka_arrow .mapka_arrow_body .mapka_length p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: inherit;
    }

    .mapka_container .mapka_sidebar .mapka_details .video {
        position: relative;
        bottom: inherit;
        width: 100%;
    }

    .mapka_container .mapka_image {
        width: 100%;
        height: auto;
        order: 1;
    }

    .mapka_container .mapka_legenda {
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .bikeruns-table .run-item {
        padding: 16px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .bikeruns-table .run-item .run-name {
        width: 100%;
        text-align: center;
    }

    .bikeruns-table .run-item .run-details {
        width: 100%;
        text-align: center;
    }

    .bikeruns-table .run-item .run-status {
        width: 100%;
        text-align: center;
    }

    .svgbanner,
    .svgbanner figure,
    .svgbanner figure svg {
        width: initial;
        max-width: 100%;
    }

    .svgbanner {
        text-align: center;
    }

    .svgbanner .desktop {
        display: none;
    }

    .svgbanner .mobile {
        display: block;
    }


}

@media only screen and (min-width: 580px) and (max-width: 768px) {
    .run-details {
        display: flex;
        justify-content: center;
    }
}
