@font-face {
    font-family: 'Urban';
    src: url('../../custom-fonts/Urban.ttf');
    format('truetype');
}
@font-face {
    font-family: 'Colored Crayons';
    src: url('../../custom-fonts/Colored Crayons.ttf');
    format('truetype');
}
@font-face {
    font-family: 'KGBrokenVesselsSketch';
    src: url('../../custom-fonts/KGBrokenVesselsSketch.ttf');
format('truetype');
}
@font-face {
    font-family: 'KGSecondChancesSketch';
    src: url('../../custom-fonts/KGSecondChancesSketch.ttf');
format('truetype');
}
@font-face {
    font-family: 'BoringLesson';
    src: url('../../custom-fonts/BoringLesson.ttf');
    format('truetype');
}

.aqs-chalk {
    font-family: 'KGSecondChancesSketch';
    color: #dcdbdf;
    border-color: rgba(3, 3, 3, 0.04);
}

/*.aqs-make-plan {
    position: absolute;
    left: 0;
    width: 400px;
    height: 200px;
}*/


.feature-icon.doc:hover {
    background: #9966FF;
}
.feature-icon.train:hover {
    background: #3366FF;
}
.feature-icon.task:hover {
    background: #33CC33;
}
.feature-icon.audit:hover {
    background: #FF9933;
}
.feature-icon.action:hover {
    background: #FF5050;
}

.vcenter {
    display:table;
}

.aqs-slider-top {
    height: 130px;
}

#main-slider .carousel-control span {
    top: 80%;
}

@media (max-width: 780px) {
    .aqs-slider-top {
        height: 40px;
    }
    .aqs-slide-1 {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        width: 340px;
        height: 100px;
        content: url("../../img/MakePlanChalk_small.png");
    }
    .aqs-slide-4a {
        width: 300px;
        height: 40px;
    }
    .aqs-slide-4b {
        width: 250px;
        height: 20px;
    }
}

