
/* Version 0010 */

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators{
    z-index: 1;
    top: 75%;
    display:flex;
}

.carousel-indicators > li  {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: white;
}

.carousel-indicators > li.active {
    background: radial-gradient(circle, #5AA250 0%, #5AA250 29%, white 30%, white 100%);
}

#carouselExampleIndicators{
    background-image: url('../images/footer/mask-section.png')
}

header .flip-vertically{
    position: absolute;
    bottom: -2px;
}

header .logo{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    display:flex;
}

header .postit{
    z-index: 1;
    position: absolute;
    left: 80%;
    top: 20%;
    transform: translate(-50%,-50%);
    display:flex;
}

@media (max-width: 1024px){
    #sidebar-wrapper{
        width: 50%;
    }
}

@media (min-width: 1025px){
    #sidebar-wrapper{
        width: 25%;
    }
}

#sidebar-wrapper{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#sidebar-wrapper .list-group{
    background-color: #EBEBEB;
    border: 1px solid #707070;
    min-width: 222px;
    float: left;
    display: flex;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
}

#sidebar-wrapper .list-group a{
    color: #1F5F6F !important;
    font-size: 15px;
    text-transform: uppercase;
    height: 35px;
}

#sidebar-wrapper .list-group a.active{
    color: white !important;
    background-image: url('../images/header/trace.png');
    background-position-y: -5px;
	background-position-x: -15px;
    background-repeat: no-repeat;
}

#sidebar-wrapper img{
    position: absolute;
    top: 0;
    float: right;
}

#sidebar-wrapper .list-group .lang-item{
    position: absolute;
    bottom: 0;
}

#sidebar-wrapper .list-group .lang-item img{
    position: relative;
    float: left;
}

.headerMenuDiv{
	position : fixed !important;
}