/*     ___                                                      
      /\_ \      Coded by                                       
 _____\//\ \      __       __     ___     ____  __  __    ____  
/\ '__`\\ \ \   /'__`\   /'_ `\  / __`\  /',__\/\ \/\ \  /',__\ 
\ \ \L\ \\_\ \_/\ \L\.\_/\ \L\ \/\ \L\ \/\__, `\ \ \_\ \/\__, `\
 \ \ ,__//\____\ \__/.\_\ \____ \ \____/\/\____/\ \____/\/\____/
  \ \ \/ \/____/\/__/\/_/\/___L\ \/___/  \/___/  \/___/  \/___/ 
   \ \_\                   /\____/                              
    \/_/                   \_/__/                             */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 ;
    padding: 0;
}

.kk-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('img/loader.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .kk-modal {
    display: block;
}


#kk-wrapper {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    height: 100%;
}

#kk-back {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    z-index: 1;
}

#kk-line {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 40;
}

.kk-element {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    z-index: 30;
    display: none;
}

#kk-zzzz {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 50;
}

#kk-pointer {
    position: fixed;
    top: 0;
    left: 0;
    /*width: 30px;
    height: 30px;
    background: red;
    z-index: 100;*/
}

#kk-share {
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}

#kk-share a {
    display: block;
    width: 51px;
    height: 51px;
    background: url('img/share.png') -53px -1px no-repeat;
}

#kk-share a:hover {
    background: url('img/share.png') -2px -1px no-repeat;
}

#kk-share a span {
    display: none;
}

#kk-panel {
    display: block;
    width: 720px;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    right: -720px;
    z-index: 99;
}

#kk-panel .hide {
    visibility: hidden;
}

#kk-panel .show {
    visibility: show;
}

#kk-panel ul {
    margin: 40px 0 40px 80px;
    padding: 0;
}

#kk-panel ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#kk-panel ul li a {
    width: 446px;
    height: 100px;
    margin: 5px;
    padding: 0;
    display: block;
}

#kk-panel ul li a span {
    display: none;
}

#kk-ppt {
    background: url('img/icons.png') 0 -8px no-repeat;
}

#kk-vid {
    background: url('img/icons.png') 0 -104px no-repeat;
}

#kk-pdf {
    background: url('img/icons.png') 0 -204px no-repeat;
}

#kk-fb {
    margin-top: 60px !important;
    background: url('img/icons.png') 0 -379px no-repeat;
}

#kk-tw {
    background: url('img/icons.png') 0 -478px no-repeat;
}

#kk-ppt:hover {
    background: url('img/icons.png') -446px -8px no-repeat;
}

#kk-vid:hover {
    background: url('img/icons.png') -446px -104px no-repeat;
}

#kk-pdf:hover {
    background: url('img/icons.png') -446px -204px no-repeat;
}

#kk-fb:hover {
    margin-top: 60px !important;
    background: url('img/icons.png') -446px -379px no-repeat;
}

#kk-tw:hover {
    background: url('img/icons.png') -446px -478px no-repeat;
}

#kk-slidel {
    width: 46px;
    height: 76px;
    background: url('img/strelica.png') no-repeat;
    position: fixed;
    top: 260px;
    left: 10px;
    z-index: 100;
    opacity: 0.5;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

#kk-slidel:hover {
    opacity: 1;
    cursor: hand;
    cursor: pointer;
}

#kk-slider {
    width: 46px;
    height: 76px;
    background: url('img/strelica.png') no-repeat;
    position: fixed;
    top: 260px;
    right: 10px;
    z-index: 100;
    opacity: 0.5;
}

#kk-slider:hover {
    opacity: 1;
    cursor: hand;
    cursor: pointer;
}