@keyframes zoomIn {
    0% {
        transform: scale(1.3);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.modal-iframe {
    border: 0;
}

#user_navigation #ghosty-updateinformation {
    background-color: transparent;
    height: 25px;
    position: relative;
    right: auto;
    top: auto;
    width: 40px;
    float: right;
    padding: 12px 0px;
    cursor: pointer;
}


#user_navigation #ghosty-updateinformation {
    width: 50px;
    background-image: url('/ghosti.png');
    background-repeat: no-repeat;
    background-size: auto;
    height: 26px;
    background-size: contain;
    background-position: center; 
    background-size: 25px;
    padding: 12px 3px;
}

#ghosty-updateinformation:hover .ghosty-info-box {
    transform: scale(1.05);
    color: #eee;
    background-color: #42b33b;
}



#ghosty-updateinformation .ghosty-info-box {
    position: absolute;
    width: auto;
    height: 20px;
    border: 2px solid #43484E;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    top: 9px;
    color: #43484E;
    font-size: 13px;
    padding: 5px 26px 5px 11px;
    right: 49px;
    white-space: nowrap;
    animation: .2s ease-out 0s 1 zoomIn;
    transition: all .05s ease-in-out;
    font-weight: bold;
}
#ghosty-updateinformation:hover .ghosty-info-box:after {
    border-color: transparent transparent transparent #42b33b;
}

#ghosty-updateinformation .ghosty-info-box:after {
    content: "";
    border-color: transparent transparent transparent #dedede;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 15px;
    right: -17px;
    transform: scale(2, 0.75);

}

#ghosty-updateinformation .ghosty-info-box:before {
    content: "";
    border-color: transparent transparent transparent #43484E;
    border-style: solid;
    border-width: 7px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 14px;
    right: -21px;
    transform: scale(2, 0.75);
}


#user_navigation .eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 11px;
    width: 4px;
    background: none;
    margin-left: 0px;
    margin-top: 0px;
    left: 19px;
}
#user_navigation .eye:after { /*pupil*/
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    content: " ";
}
#user_navigation .eyewhite {
    width: 7px;
    background: white;
    height: 9px;
    position: absolute;
    margin-top: 7px;
    border-radius: 50%;
    margin-left: 18px;
}
#user_navigation .eyewhite:nth-child(1) {

    margin-left: 26px;
}

#user_navigation .triangle-right {
    position: relative;
    padding: 6px;
    margin: 1em 0 0em;
    color: #fff;
    background: #075698;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
    background: -moz-linear-gradient(#2e88c4, #075698);
    background: -o-linear-gradient(#2e88c4, #075698);
    background: linear-gradient(#2ec433, #2b7114);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 160px;
}
#user_navigation .triangle-right:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 21px 28px 0 0px;
    border-style: solid;
    border-color: #2b7114 transparent;
    display: block;
    width: 0;
}

#user_navigation #ghosty-updateinformation .close {
    position: absolute;
    top: 0;
    right: 5px;
    color: #eee;
    opacity: 0.0;
}
#user_navigation #ghosty-updateinformation:hover .close {
    color: #eee;
    opacity: 0.5;
}

#user_navigation #ghosty-updateinformation .close:hover {
    color: #eee;
    opacity: 1;
}

#user_navigation .ghosti-inactive {

    filter: grayscale(100%);
}


#updateinfoCarousel {
    text-align: center;
    margin-top: 20px;
}

#updateinfoCarousel .carousel-inner {
    text-align: center;
    margin-top: 20px;
    min-height: 530px;
}

#updateinfoCarousel .item {
    opacity: 0;
    display: block;
    height: 0;
    transition: all .5s ease-in-out;
}

#updateinfoCarousel .item.active {
    opacity: 1;
    display: block;
    height: auto;
}



#updateinfoCarousel .item > img {
    max-width: 939px;
    margin: auto;
}

#updateinfoCarousel .carousel-control {
    line-height: 23px !important;
    transition: all .1s ease-in-out;
}

#updateinfoCarousel .carousel-caption {
    position: initial !important;
    background-color: transparent !important;
    color: #000000 !important;
    text-align: center !important;
    margin-top: 25px;
}

#updateinfoCarousel .carousel-caption h4,
#updateinfoCarousel .carousel-caption p {
    color: #000000 !important;
    padding: 20px 5px;
}

#updateinfoCarousel .carousel-indicators {
    z-index: 15;
    width: auto;
    padding-left: 0;
    text-align: center;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out;
}

#updateinfoCarousel .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    //background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 10px;
    float: left;
    background-color: #ccc;
    opacity: 0.7;
    margin: 1px;
    transition: all .2s ease-in-out;
}

#updateinfoCarousel .carousel-indicators li:hover,
#updateinfoCarousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}