.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    left: auto;
    right: 15px;
}


.navbar-default.menu{
    background: rgba(43, 62, 81, 0);
    transition: all .6s;
}

.navbar-default{
    /*display: none;*/
    /*background-color: none;*/
    /*border-color: none;*/
}


.white-block {
    background: white;
    padding: 92px 0 80px;
}

/*.item .chart{*/
    /*width: 80%;*/
     /*margin: 0 auto;*/
/*}*/

/*#header > section.center{*/
    /*margin: 20% auto;*/
/*}*/

body > header > div > div > div{
    float: right;
}


@media screen and (min-width: 400px) {
    .ql-editor li.ql-indent-6:not(.ql-direction-rtl){
        padding-left:1.5em !important;
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl){
        padding-left:1.5em!important;
    }

    .item.active h2{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (min-width: 800px) {

    .slider-content {
        padding: 25px 50px 25px 50px;
    }

    .carousel.slide{
        padding: 0 50px 0 50px;
    }

    .carousel-inner{
        height: 90%;
    }
    .inner-chars{
        height: 90%;
    }

    /*.highcharts-container{*/
        /*width: 80% !important;*/
        /*height: 80% !important;*/
    /*}*/

}
.carousel.slide{
    height: 90%;
}

