.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 22px;
    height: 22px;
    margin: 0;
    background-color: #fff;
}

.carousel-top-indicators {
    position: absolute;
    top: 10px;
    right: 1%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    text-align: right;
    list-style: none;
}

@media screen and (min-width: 768px)
.carousel-top-indicators {
    top: 20px;
}

i {
    color: #2e6da4;
}

i:hover {
    color: #337ab7;
}

.ce-logo-large {
    background-image: url(../img/header/logo_text.png);
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header .header-top{
    position: relative;
    width: 100%;
    padding: 60px 15px;
    text-align: center;
}

.container {
    padding-top: 10px;
}