/*  SlideShow for prosilver Styling
    Null background header
---------------------------------------------- */

.headerbar {
    display: none;
}

.slideweuni-title {
    display: none;
    text-align: center;
 }

.slideweuni-title > h1 {
    margin-right: 0;
}

.slideweuni-headerbar {
    position: relative;
    background-color: #12A3EB;
    background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
    background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
    background-repeat: repeat-x;
    color: #FFFFFF;
    margin-bottom: 4px;
    padding: 5px;
    border-radius: 7px;
}

#main-slider {
    position: inherit;
}

#search-box-we {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 45px;
    margin-top: 30px;
    z-index: 2;
}

.carousel-control {
    z-index: 1;
}

.carousel-control.left {
    top: 4px;
    bottom: 4px;
    left: 4px;
}

.carousel-control.right {
    top: 4px;
    bottom: 4px;
    right: 4px;
}

.inventea-sitename a {
    color: #fff;
}

.slideweuni-dashboard {
    margin: auto;
}

.inventea-sitename {
    position: absolute;
    top: 76px;
    padding: 0 0 0 150px;
    color: #fff;
}

.inventea-sitename a:hover {
    text-decoration: none;
}

.text-border {
  font-size:30px;
  font-weight:bold;
  -webkit-text-stroke-width: 0.85px;
}

.text-border-small {
  font-size:15px;
  font-weight:bold;
  -webkit-text-stroke-width: 0.35px;
}

a.left,
a.left:active,
a.left:visited,
a.right,
a.right:active,
a.right:visited {
    padding: 0;
    background: none;
}

@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {
    .inventea-sitename {
        top: 35px;
        padding: 0 0 0 120px;
    }
    #search-box-we {
    margin-right: 10px;
    margin-top: 10px;
    }
    .text-border {
        font-size: 28px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        font-size: 25px;
    }
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
    .slideweuni-title {
        display: block;
    }
    .inventea-sitename {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .glyphicon  {
        top: 40% !important;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        font-size: 13px;
    }
    .slideweuni-headerbar {
        margin-left: -5px;
        margin-right: -5px;
        border-radius: unset;
    }
}