.kite-frame {
    width: 290px; height: 319px; border: 0; margin: 0; padding: 0; background: #FFF;
    /*border: 1px solid #9a9a9a;*/
    border-top: 0px;
}

/*
Font-awesome Cut
 */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 Wildix-Icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-refresh:before {
    content: url(../fonts/refresh.svg);
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.kite-zoom {
    -webkit-animation: zoom .3s;
    animation: zoom .3s linear;
}
.kite-horizontal-rotation {
    -webkit-animation: horizontal-rotation 175ms ease-in-out;
    animation: horizontal-rotation 175ms ease-in-out;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes horizontal-rotation {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes horizontal-rotation {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
#kite-loading{
    padding:2px;
    z-index:20001;
    height:auto;
}
#kite-loading .kite-loading-indicator{
    background:transparent;
    color:#121F3F;
    font-size:30px;
    cursor:wait;
    padding:10px;
    margin:0 0 0 115px;
    height:auto;
}

.kite-wrapper {
    margin-top: 0;
    border-bottom: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    position: fixed;
    z-index: 16000002;
    right: 10px;
    transition: .5s;
}

.kite-expanded {
    height: 319px;
    width: 290px;
    overflow: hidden;
    box-shadow: 0 0 16px 3px rgba(0,0,0,.3);
}
.kite-expanded.kite-new-frame-wrapper {
    height: 344px;
    border-radius: 10px;
    box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
}
.kite-frame-header {
    height: 25px;
    background-color: #fff;
}
.kite-frame-header div {
    height: inherit;
    float: right;
    margin-right: 7px;
}
.kite-frame-header svg {
    width: 14px;
    cursor: pointer;
    height: 100%;
    opacity: .4;
}
.kite-frame-header svg:hover {
    opacity: 1;
}

.kite-button {
    cursor: pointer;
    border: 1px solid #375b8b;
    background: #375b8b;
    border-bottom: 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    width: 190px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    box-shadow: 0 0 16px 3px rgba(0,0,0,.3);
}

.kite-button div {
    padding-left: 34px;
    float: left;
    width: 130px;
    background: url("../img/window_icon.svg") 6px 5px no-repeat;
}

.kite-circle-button {
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}
.kite-circle-button.button-skip-effect {
    transform: translateY(-5%) scale(1.05);
}
.kite-circle-button svg {
    display: block;
    margin: auto;
    height: 100%;
}
.kite-circle-button-message {
    padding: 14px;
    position: absolute;
    color: #fff;
    background: #000;
    cursor: pointer;
    border-radius: 5px;
    top: 3px;
    z-index: 16000005;
    height: auto;
    margin: 0;
}
.kite-circle-button-message:after {
    margin-top: -10px;
    top: 50%;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}
.kite-circle-button-message-text {
    font-family: Arial;
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: normal;
    line-height: initial;
    height: auto;
}

.kite-button .open {
    width: 16px;
    cursor: pointer;
    float: right;
    margin-right: 7px;
    background: url("../img/open.svg") no-repeat center center;
}

.kite-loader {
    background-color: white !important;
}

.kite-loader-logo {
    width: 100%;
    height: 190px;
    background: url("../img/kite-logo.jpg") no-repeat center center;
}

#preload-kite canvas{
	margin-left: auto;
    margin-right: auto;
    display: block;
}


/**  bottom  **/
.kite-bottom:not(.kite-slide) {
    bottom: -320px;
}
.kite-bottom.kite-slide {
    bottom: 0 !important;
}


/**  right  **/
.kite-right:not(.kite-slide) {
    bottom: 50px;
    right: -291px !important;
}
.kite-right.kite-slide {
    bottom: 50px;
    right: -1px !important;
}
.kite-right .kite-button {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    bottom: -111px;
    left: -112px;
    z-index: -1;
}

.kite-right-top .kite-circle-button-message,
.kite-right-bottom .kite-circle-button-message {
    right: 68px;
}
.kite-right-top .kite-circle-button-message:after,
.kite-right-bottom .kite-circle-button-message:after {
    left: 100%;
    border-left-color: #000;
}
.kite-right-top .kite-circle-button-message.kite-horizontal-rotation,
.kite-right-bottom .kite-circle-button-message.kite-horizontal-rotation {
    transform-origin: right center;
}
.kite-right-top .kite-zoom {
    transform-origin: right top;
}
.kite-right-bottom .kite-zoom {
    transform-origin: right bottom;
}

/**  left  **/
.kite-left:not(.kite-slide) {
    bottom: 50px;
    left: -291px !important;
}
.kite-left.kite-slide {
    bottom: 50px;
    left: -1px !important;
}
.kite-left .kite-button {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 111px;
    right: -210px;
    z-index: -1;
}

.kite-left-top,
.kite-left-bottom {
    right: auto;
}
.kite-left-top .kite-circle-button-message,
.kite-left-bottom .kite-circle-button-message {
    left: 68px;
}
.kite-left-top .kite-circle-button-message:after,
.kite-left-bottom .kite-circle-button-message:after {
    right: 100%;
    border-right-color: #000;
}
.kite-left-top .kite-circle-button-message.kite-horizontal-rotation,
.kite-left-bottom .kite-circle-button-message.kite-horizontal-rotation {
    transform-origin: left center;
}
.kite-left-top .kite-zoom {
    transform-origin: left top;
}
.kite-left-bottom .kite-zoom {
    transform-origin: left bottom;
}

.kite-slide {
    transition: .5s;
}