/*//ICONS*/
/*////////*/
@font-face {
    font-family: 'kst-dl-font';
    src:
                 url('../font/kst-dl-font.ttf?hjaka6') format('truetype'),
                 url('../font/kst-dl-font.woff?hjaka6') format('woff'),
                 url('../font/kst-dl-font.svg?hjaka6#kst-dl-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

.kst-dl-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'kst-dl-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*ARCHIVE EXTENSION*/
.kst-dl-bz2 > .kst-dl-icon::before,
.kst-dl-zip > .kst-dl-icon::before,
.kst-dl-rar > .kst-dl-icon::before,
.kst-dl-gz > .kst-dl-icon::before {
    content: "\f1c6";
}

/*PHOTO EXTENSION*/
.kst-dl-gif > .kst-dl-icon::before,
.kst-dl-jpg > .kst-dl-icon::before,
.kst-dl-jpeg > .kst-dl-icon::before,
.kst-dl-png > .kst-dl-icon::before,
.kst-dl-bmp > .kst-dl-icon::before,
.kst-dl-tiff > .kst-dl-icon::before{
    content: "\f1c5";
}

/*Design Extensions*/
.kst-dl-psd > .kst-dl-icon::before{
    content: "\e901";
}
.kst-dl-ai > .kst-dl-icon::before {
    content: "\e900";
}

/*HTML, PHP, JS, CSS Extensions*/
.kst-dl-htm > .kst-dl-icon::before,
.kst-dl-html > .kst-dl-icon::before,
.kst-dl-php > .kst-dl-icon::before,
.kst-dl-css > .kst-dl-icon::before,
.kst-dl-js > .kst-dl-icon::before {
    content: "\f1c9";
}

/*OFFICE EXTENSIONS*/
.kst-dl-pdf > .kst-dl-icon::before {
    content: "\f1c1";
}
.kst-dl-ppt > .kst-dl-icon::before {
    content: "\f1c4";
}
.kst-dl-doc > .kst-dl-icon::before {
    content: "\f1c2";
}
.kst-dl-txt > .kst-dl-icon::before {
    content: "\f0f6";
}
.kst-dl-xls > .kst-dl-icon::before {
    content: "\f1c3";
}

/*MEDIA EXTENSIONS*/
.kst-dl-mp3 > .kst-dl-icon::before,
.kst-dl-ogg > .kst-dl-icon::before {
    content: "\f1c7";
}
.kst-dl-mpg > .kst-dl-icon::before,
.kst-dl-mpeg > .kst-dl-icon::before,
.kst-dl-mp4 > .kst-dl-icon::before,
.kst-dl-webm > .kst-dl-icon::before {
    content: "\f1c8";
}

/*OTHER KNOWN EXTENSIONS*/
.kst-dl-exe > .kst-dl-icon::before{
    content: "\e902";
}

/*UNKNOWN EXTENSIONS*/

/*DIRECTORY*/
.kst-dl-directory.kst-is-close > .kst-dl-icon::before {
    content: "\f138";
}
.kst-dl-directory.kst-is-open > .kst-dl-icon::before {
    content: "\f13a";
}
/*.kst-dl-directory.kst-is-close:hover > .kst-dl-icon::before{*/
    /*content: "\f115";*/
/*}*/
/*.kst-dl-directory.kst-is-open:hover > .kst-dl-icon::before {*/
    /*content: "\f114";*/
/*}*/

/*//LOOK*/
/*////////*/
html body h3.kst-dl-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
.kst-dl-list{
    list-style: none;
    padding-left: 0px;
    margin: 10px 0 0;
    display: inline-block;

}
.kst-dl-list li {
    float: left;
    clear: both;
}
.kst-dl-directory {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    cursor: pointer;
}
.kst-dl-directory > .kst-dl-icon::before {
    min-width: 20px;
    display: inline-block;
}
ul li.kst-dl-directory > i.kst-dl-icon {
    padding-right: 0px;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
}
.kst-dl-directory  ul {
    list-style: none;
    overflow: hidden;
}
.kst-dl-directory:first-child{
    padding-top: 0;
}
.kst-dl-directory.kst-is-close > ul {
    height: 0;
    opacity:0;
    visibility: hidden;
    padding-bottom: 0px;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    padding-left: 21px;
}
.kst-dl-directory.kst-is-open > ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    padding-left: 21px;
}
.kst-dl-list > .kst-dl-directory > .kst-dl-files .kst-dl-directory {
    padding:0;
}
.kst-dl-list > .kst-dl-directory > .kst-dl-files .kst-dl-directory .kst-dl-files {
    padding-bottom:0;
}
li[class^="kst-dl-"]:not(.kst-dl-directory){
    padding: 2px 0;
}
li[class^="kst-dl-"]:not(.kst-dl-directory) > *{
    vertical-align: bottom;
}
li[class^="kst-dl-"] > i[class^="kst-dl-"]{
    padding-right: 10px;
}
li[class^="kst-dl-"]:hover > i[class^="kst-dl-"] {
    text-decoration: none;
}
li[class^="kst-dl-"]:hover {
    text-decoration: underline;
}
