/*
source:
    https://fonts.google.com/specimen/Source+Sans+Pro?preview.text=Source%20Sans%20Pro&preview.text_type=custom&query=Source+Sans+Pro#standard-styles

    font-family: 'Bree Serif', serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-weight: 700;
*/
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Source+Sans+Pro:wght@400;700&display=swap');

.font-bree{font-family: 'Bree Serif', serif;}
.font-sourceSansPro{font-family: 'Source Sans Pro', sans-serif;}

.color1{color:rgb(208,170,87);}
.color2{color:rgba(112,112,112);}
.color3{color:#fff;}

p {
    padding: 10px 10px 10px 16px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2 {
    padding: 0px 0px 0px 0px;
}

hr {
    margin:20px 25px;
}

.mhc-clear {
    clear:both;
}

    .hero-block {
        background-image: url('/media/default_images/Hero_image.jpg');
        background-repeat: no-repeat;
        _height: 547px;
        height: 400px;
        /* display: flex; */
        /* background-size: contain; */
        background-position: center;
        background-color: #dfe3e8;
        background-size: cover;
    }
        .hero-block-centering {
            max-width: 1426px;
            margin: 0 auto;
            height: 100%;
            /* position: relative; */
            /* display: inline-block; */
            /* display: inline-block; */
            display: flex;
        }
        .hero-block-text {
            font-size: 48px;
            font-weight: bold;
            _line-height: 107px; max-width: 45vw;
            padding: 20px 0px 0px 30px;
            align-self: center;
        }
        .hero-block-text b {
            font-weight: normal;
            color: #f7f4e4;
        }

.expandablelist {
    background: #fff;
    margin: 0 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 40vh; */
    _grid-column-gap: 1vh;
    border: 0px solid black;
    position: relative;
}
    .expandablelist-item {
        /* width: 33.3333%; */
        margin: 13px 7px 0 7px;
        /* height: 40vh; */
        display: block;
        position: relative;
    }
        .expandablelist-image {
            width: 100%;
            cursor: pointer;
        }
        .expandablelist-image1 {
        }
        .expandablelist-image2 {
            width: 100%;
            background-size: cover;
            display: none;
            position: absolute;
            bottom: 0px;
            cursor: pointer;
        }
        /* .expandablelist-image2 {} */
        .expandablelist-text {
            /* background: linear-gradient(180deg, transparent, #D0AA57); */
            font-family: 'Bree Serif', serif;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 2px;
            line-height: 18px;
            text-align: center;
            padding: 10px;
            position: absolute;
            bottom: 0px;
            cursor: pointer;
        }
        .expandablelist-item:hover {
            display: block;
            position: relative;
            background-size: cover;
            max-height: 80vh;
            z-index: 2;
        }
        .expandablelist-item:hover .expandablelist-text {
            background-size: cover;
            color: #fff;
        }
        .expandablelist-title {
            background: #D0AA57;
            font-size: 24px;
            font-family: 'Bree Serif', serif;
            color: #fff;
            width: 100%;
            text-align: center;
            padding: 10px 0;
            opacity: 0.85;
            display: flex;
            justify-content: center;
            align-items: end;
            cursor: pointer;
        }
        .expandablelist-title-onbottom {
            position:absolute;
            bottom: 0px;
        }
        .expandablelist-title-ontop {
            position:absolute;
            top: 0px;
        }
        .expandablelist-title-text {

        }
        .expandablelist-title-icon {
            width: 32px;
            height: 32px;
            margin: 0 13px 0 13px;
            float: left;
            background-size: contain;
            box-sizing: border-box;
            display: block;
            background-repeat: no-repeat;
            valign: top;
        }
        .expandablelist-button {
            font-size: 24px;
            background-color: #D0AA57;
            color: #fff;
            padding: 12px 12px 12px 12px;
            margin: 2%;
            border: 1px solid #fff;
            border-radius: 6px;
            display: inline-block;
            cursor: pointer;
            width: 96%;
            box-sizing: border-box;
        }
        .expandablelist-item:hover * {
            display: block;
        }
        .expandablelist-item:hover .expandablelist-image1,
        .expandablelist-item:hover .expandablelist-image1 .expandablelist-title,
        .expandablelist-item:hover .expandablelist-title-icon {
            display: none;
        }

    .topselector {
        max-width: 1426px;
        width: 100%;
        _height: 10vh;
        margin: 0 auto;
        _padding: 50px 0 64px 0;
        padding: 10px 0px 10px 10px;
        display: flex;
    }
        .topselector-item {
            color: #8E8E8E;
            _font-size: 14px;
            line-height: 14px;
            width: 200px;
            color: #000;
            cursor: pointer;
            transition: opacity 0.2s ease-in-out;
            background-repeat: no-repeat;
            background-size: 24px 24px;
            padding: 0px 0px 10px 60px;
            _background-size: 48px 48px;
            _height: 60px;
        }

        .topselector-item a {
        color:#D0AA57;
        text-decoration:none;
        opacity: 1;
        }

        .topselector-item a:hover {
        text-decoration:underline;
        }


        .adm_bar {
            padding-left:10px;
        }

        .adm_bar a {
            color:#D0AA57;
            text-decoration:none;
            _font-size:20px;
        }

        .adm_bar a:hover {
            text-decoration:underline;
        }




        .topselector-item:hover,
        .topselector-item--is-active {
            opacity: 1;
        }

        @media only screen and (max-width: 768px) {
            .topselector {
                display: block !important;
            }
        }

.xxx {
    display: flex;
    flex-direction: row;
    _justify-content: space-evenly;
    /* height: 100%; */
}
    .xxx-left{
        /* flex-grow: 1; */
        margin: 0px 0 0 0;
        width: 33.3333%;
    }
    .xxx-right{
        /* flex-grow: 1; */
        margin: 0px 0 0 0;
        width: 33.3333%;
    }
    .xxx-middle {/* width: 427px; *//* border-top: 14px solid #D0AA57; *//* padding: 0 42px; *//* box-sizing: border-box; *//* position: relative; *//* background: #ffffffa6; *//* flex-grow: 1; */
        width: 33.3333%;
        _justify-content: center;/* height: 100%; */
    }
    .middle {
    _width: 427px;
    _width: 33.33%;
    _border-top: 14px solid #D0AA57;
    padding: 0 0; xx: 42px;
    box-sizing: border-box;
    position: relative;
    background: #ffffffa6;
}
    /* .xxx-middle:before {content:"";position: absolute;width: 100%;height: 100%;opacity: 0.65;background: #fff;left: 0;top: 0;z-index: 1;} */
            .middle-tags {
                margin: 15px 0 0 0;
            }
/* tag close (x) icon can be done with CSS only */
                .middle-tag {
                    font-size: 14px;
                    color: #959595;
                    margin-right: 45px;
                    display: inline-block;
                    /* background-image: url(/static/images/X.png); */
                    background-repeat: no-repeat;
                    background-position: right 7px;
                    /* background-position: right center; */
                    padding: 5px 19px 5px 0;
                    cursor: not-allowed;
                    text-transform: uppercase;
                }
            .middle-title {
                margin: 46px 0 50px 0;
                font-size: 16px;
                color: #000;
                /* text-decoration: underline; */
                text-align: center;
            }
            .middle-title-text{
                display: inline-block;
                border-bottom: 1px solid #000;
                padding: 0 0 4px;
            }
            .middle-item {                
                display: flex;                
                justify-content: space-between;                
                align-items: center;                
                margin: 26px 0 0 0;
            }
                .middle-text {
                    color: #D0AA57;
                    font-size: 20px;
                    font-letter-spacing: 2px;: bold;
                    /* font-family: 'Bree Serif', serif; */
                }
                .middle-more {
                    font-size: 16px;
                    color: #686868;
                    /* padding: 12px 30px; */
                    padding: 12px 59px 14px 30px;
                    border: 1px solid #686868;
                    border-radius: 6px;
                    display: inline-block;
                    /* background-image: url('/static/images/Mask Group 1.png'); */
                    cursor: pointer;
                    background-repeat: no-repeat;
                    background-position: 95px 9px;
                }

                #BI-issues p, #BI-benefits p {
                    padding: 10px 0px 10px 0px;
                }

.detail-background {
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    background-size: cover;
    _min-height: calc(100vh - 153px);
}
.middle-background {
    display: box;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    background-size: cover;
    min-height: calc(100vh - 153px);
    max-height: calc(100vh - 153px);
    height: calc(100vh - 153px);
}
/*
    genericka?
*/
    .button {}

.bottomselector {
    _width: 1426px;
    width: 100%;
    _min-height: 50%;
    _height: 50vh;
    margin: 0 auto;
    padding: 10px 0 64px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px;
    grid-column-gap: 10px;
    border: 0px solid black;
}
.bottomselector-item {
    color: #8E8E8E;
    font-size: 16px;
    width: 100%;
    _height: 100%;
    color: #000;
    opacity: 0.56;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    background-repeat: no-repeat;
    _padding: 10px 0 10px 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%; border: 1px solid black;
}

.bottomselector-text {
    background-size: 32px 32px;

}

.grid-container {
    display: grid;
}

/* BLOG */
.blog-content-layout {
    box-sizing: border-box;
    padding: 10px 10px;
    display: grid;
    grid-template-columns: 20% auto;
    _grid-gap: 10px 10px;
}

.blog-list {
    padding: 0px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
}

.blog {
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%; height: 100%;

    display: inline-flex;
    padding: 10px 10px;
    justify-content: left;
}
    .blog-item {
        box-sizing: border-box;
        display: box;
        width: 100%;
        min-height: 10vh;
        _max-height: 50vh;
        _position:relative;
    }
        .blog-item-title-icon {
                width: 32px;
                height: 32px;
                margin: 10px 10px 0 10px;
                background-size: cover;
        }
        .blog-item-title {
            box-sizing: border-box;
            padding: 10px 0;
            ___width: 100%;

            /* background: #D0AA57; */
            font-size: 24px;
            font-family: 'Bree Serif', serif;
            color: #D0AA57;
            text-align: center;
            opacity: 0.85;
            _display: flex;
            justify-content: left;
            text-align: left;
            align-items: top;
        }
        .blog-item-title-big {
            font-size: 32px;
            font-family: 'Bree Serif', serif;
            color: #D0AA57;
            opacity: 0.85;
            justify-content: left;
            text-align: left;
            font-weight: bold;
        }

        .blog-item-title _a {
            color: #D0AA57;
            text-decoration:none;
        }

        .blog-item-title a:hover {
            text-decoration:underline;
        }

        .blog-item-text {
            box-sizing: border-box;
            display: block;
            font-size: 16px;
            /*   padding-right: 10px; */
            padding-bottom: 10px;
        }
        .blog-picture {
            text-align: center;
        }
        .blog-list-picture {
            float: right;
            max-width: 50%;
            margin: 0px 0px 0px 30px;
            box-sizing: border-box;
        }
        .blog-button {
                font-size: 16px;
                color: #686868;
                /* padding: 12px 30px; */
                margin-top: 10px;
                padding: 12px 59px 14px 30px;
                border: 1px solid #686868;
                border-radius: 6px;
                display: inline-block;
                /* background-image: url('/static/images/Mask Group 1.png'); */
                cursor: pointer;
                background-repeat: no-repeat;
                background-position: 120px 9px;
                position: relative;
                bottom: 0;
                left: 0;
            }

        pre {
            box-sizing: border-box;
            padding: 10px;
            font-size: 16px;
            font-family: 'Bree Serif', serif;
            white-space: pre-wrap;
            word-wrap: break-word;
        }

        .Specialist, .HowItDo {
            margin-bottom: 10px;
            padding: 10px;
            border-top: 10px solid #D0AA57;
            background-color: #dddddd;
        }
            .badge {
                display: grid;
               /* grid-template-columns: 20% auto; */
                margin: 5px 0px;
                text-align:left;
            }
            .badge::-webkit-scrollbar {
                display: none;
            }
            .badge-picture {
                box-sizing: border-box;
                padding: 10px;
                width: 96px; height: 96px;
            }

.blog-menu {
    _background-color: #D0AA57;
    color: #fff;
    box-sizing: border-box;
    width: 100%; height: 100%;
    padding: 0px 10px 10px 0px;
    _margin: 1vh 1vw 1vh 1vh;
     /*   display: inline-flex; */
     /*   flex-direction: column; */
}

.blog-menu i {
    color: #fff;
    margin-left:10px;
}

    /* bold font changes font width -> */
    .blog-menu-item {
        box-sizing: border-box;
        height: 1.8em;
        font-size: 16px;
        padding: 15px 40px 15px 20px;
        margin: 0 0 0 0;
        border-bottom: 2px solid #ba984e;

        /* border: 1px solid oldlace; */
        display: flex;
        align-items: center;
        __color: transparent;
        background-color: #D0AA57;
        color: #fff;

        font-weight: bold; /* -> allocate maximum font width (bold font face) */
        cursor:pointer;
    }

    .blog-menu-item:last-child {
        border-bottom: 0px solid #d4a031;
    }

    .blog-menu-item:before {
        _padding: 10px 40px 10px 20px;
        content:attr(data-text);
        content:attr(data-text) / ""; /* hide from screen reader */
        font-weight: normal;
        position: absolute; /* -> remove from layout */
        color: #fff;
    }
    .blog-menu-item:hover:before {
        color: black;
        font-weight:bold;
    }

     .w3-bar-block .w3-bar-item {
    padding: 0px 8px !important;
    }

    .w3-bar-block .fa-search {
    padding: 12px 16px 4px 16px !important;
    }

.cross-ref {
    box-sizing: border-box;
    _width: 80%;
    _display: grid;
    _grid-template-columns: 1fr;
    _grid-column-gap: 0px;
    grid-row-gap: 10px;
    padding: 20px 0;
}

.color-SL {
    background-color: lightgreen;
}
.color-VY {
    background-color: lightblue;
}
.color-PR {
    background-color: #ffaaaa;
}
.color-DEFAULT {
    background-color: white;
}

.tile-item {
    color: #8E8E8E;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding: 10px 0px 10px 60px;
    background-size: 48px 48px;
    height: 48px;
}


.mhc-title {
    box-sizing: border-box;
    _margin: 0 50% 0 0;
    _padding: 0 40px 0 0;
    font-family: 'Bree Serif', serif;
    font-size: 120%;
    _line-height: 32px;
    background-color: inherit;
    color: #D0AA57;
    _font-weight: bold;
}
.mhc-title-invert {
    _margin: 0 50% 0 0;
    _padding: 0 40px 0 0;
    font-family: 'Bree Serif', serif;
    font-size: 120%;
    _line-height: 32px;
    background-color: #D0AA57;
    color: #FFF;

    box-sizing: border-box;
    opacity: 0.85;
    _font-weight: bold;
}
.mhc-title-big {
    font-size: 150%;
    background-color: #D0AA57;
    color: #FFF;
    opacity: 0.85;
       margin-top:0px;
}
.mhc-title a {
    _color: #D0AA57;
    text-decoration:none;
}
.mhc-title p {
    margin: 0 0;
}

.blog-item-title-icon + * {
    margin: 10px 0;
    font-size: inherit;
}

.mhc-title a:hover {
    text-decoration:underline;
}
.mhc-title h2 {
    margin: 0 0;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

i {
    color: black;
}

.mhc-title .fa {
    _font-size: inherit!important;
    font-size: inherit!important;
}

a .w3-large {
    font-size: 100%!important;
}

.w3-padding-large {
padding: 12px 0px !important;
}

/* Modification of button margins and colors, forces w3 */
div.w3-button {
    margin-bottom:5px;
    background-color:#eeeeee;
}

.mhc_second_one_nopadding {
    padding-right: 10px;
    padding-bottom: 10px;
}

.mhc-filter-selects {
padding:0px 10px 10px 10px;
}

.mhc-filter-selects > div {
padding-bottom:20px;
}

.mhc-filter-selects select {
    margin:0px 0px 0px 0px;
    background: #ffffff;
    color:#D0AA57;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
    border:1px solid #D0AA57;
    padding:3px;
    width:99%;
}


.mhc-filter-selects select option:checked {
    background: #D0AA57;
    color: #ffffff;
}


.mhc_second_one_nopadding:nth-child(2n) {
    padding-right: 0px;
}

.w3-border-mhc-blue {
border-color: #d8e4f0!important;
}
.w3-border-mhc-violet {
border-color: #858794!important;
}
.w3-border-mhc-red {
border-color: #aa7373!important;
}
.w3-border-mhc-green {
border-color: #899f8c!important;
}

.w3-mhc-blue {
background-color: #d8e4f0!important;
}
.w3-mhc-violet {
background-color: #858794!important;
}
.w3-mhc-red {
background-color: #aa7373!important;
}
.w3-mhc-green {
background-color: #899f8c!important;
}

.w3-text-mhc-blue {
color: #d8e4f0!important;
}
.w3-text-mhc-violet {
color: #858794!important;
}
.w3-text-mhc-red {
color: #aa7373!important;
}
.w3-text-mhc-green {
color: #899f8c!important;
}

.w3-border-mhc-yellow {
    border-color: #b49f79;
}
.mhc-yellow {
    background-color:rgb(208,170,87)!important;
}

.mhc-text-yellow {
    color:rgb(208,170,87)!important;
}

.filters-group {
  background-color: lightgray;
}

.filters-group .w3-bar .w3-bar-item .mhc-filter-name {
    padding-top: 5px;
    padding-left: 4px!important;
}

.mhc-filter-name {
    width: 5em!important;
    padding-right: 0px!important;
    padding-top: 14px!important;
}


/* The Modal (background) */
.modal {
  box-sizing: border-box;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 5% from the top and centered */
  _padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  overflow: auto; /* Enable scroll if needed */
}

/* The Close Button */
.close {
  color: red;
  float: right;
  _font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Body */
.modal-body {
    margin-top: 0;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  _animation-name: animatetop;
  _animation-name: w3-animation-zoom;
  _animation-duration: 1.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}


.filters-group {
padding: 2px 16px;
}

.filters-group .w3-bar .w3-bar-item .mhc-filter-selection {
padding: 2px 9px;
}

@media only screen and (max-width: 1280px) {
    .expandablelist {
        grid-template-columns: 1fr 1fr;
    }
    .blog-list {
        padding: 0px 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
    }
}

@media only screen and (max-width: 990px) {
    .expandablelist {
        grid-template-columns: 1fr;
    }
    .mhc_second_one_nopadding {
    padding-right: 0px;
    }
    .blog-list {
        padding: 0px 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
    }
}


@media only screen and (max-width: 768px) {
    .expandablelist {
        grid-template-columns: 1fr;
    }
    .expandablelist-image2 {
        display:block;
        position:relative;
        cursor: pointer;
    }
    .expandablelist-image1 {
        display:none;
    }
    .expandablelist-text {
    color:#fff;
    }
    .expandablelist-button {
        display: block;
        width: 100%;
    }
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (max-width: 990px) {
.blog-menu {
    padding: 0px 0px 10px 0px;
}
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 601px) {
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  .mhc-title {
    font-size: 120%;
  }
  .xxx-left {
    width: 100%;
  }
  .xxx-right {
    width: 100%;
  }
  .xxx-middle {
    width: 100%;
  }
  .xxx {
    flex-direction: column;
  }
}

.rotate-vert-center {
	-webkit-animation: rotate-vert-center 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: rotate-vert-center 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.rotate-scale-up {
	-webkit-animation: rotate-scale-up 2.65s linear 1s both;
	        animation: rotate-scale-up 2.65s linear 1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-10-15 15:37:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}



/* ----------------------------------------------
 * Generated by Animista on 2021-10-15 15:39:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-up {
  0% { display: none;
  }
  30% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    _background-color: rgb(208,170,87)!important;
    _color: white;
    text-align: center;
    border-top:5px solid #dddddd;
    z-index: 3;
}
