.nav-gravatar {
    border: 1px solid #666;
    border-radius: 50%;
    vertical-align: middle;
    width: 50px;
    margin-left: 10px;
    position: relative;
    clear: both;
}
ul.nav.navbar-nav.navbar-right.userlinks {padding-top: 6px;}
.dropdown.avatar {
    left: auto !important;
    right: 0px;
}

div.layout.switcher-box {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 0;
    background-color: #fff;
    border:none;
    box-shadow: none;
}

.myAlert {
    position:absolute;
    right: 10px;
    top: 25%;
    z-index: 10;
    color: #fff;
    font-weight: bold;
}
body.index .myWobble {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 5;

    animation-duration: 1s;
    animation-delay: 4s;
    animation-iteration-count: 5;

    -moz-animation-duration: 1s;
    -moz-animation-delay: 4s;
    -moz-animation-iteration-count: 5;

    -o-animation-duration: 1s;
    -o-animation-delay: 4s;
    -o-animation-iteration-count: 5;
}
.myWobble:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;

}

body.login > div.alert.alert-info.myAlert.alert-danger  {
    padding: 100px 20px;
}
i.remove {color:rgb(159, 3, 3);}
button.close {
    color: red;
    font-weight: bold;
    font-size: 3em;
}
.bold {font-weight: bold;}

ul.footer-nav p{
    float: right;
    text-align: right;
    letter-spacing: 0px;
    line-height: 100%;
}
.btn-link {
    text-decoration: none !important;
}
i.fa-circle:hover:before {
    content: "\f058";
}
i.fa-check-circle:hover:before {
    content: "\f111";
}
#Container > .mix{
    display: none;
}
.fb-share-button
{
    transform: scale(2.7);
    -ms-transform: scale(2.7);
    -webkit-transform: scale(2.7);
    -o-transform: scale(2.7);
    -moz-transform: scale(2.7);
    transform-origin: 0px 16px;
    -ms-transform-origin: 0px 16px;
    -webkit-transform-origin: 0px 16px;
    -moz-transform-origin: 0px 16px;
    -webkit-transform-origin: 0px 16px;

}
.show--count {
    position: fixed;
    left: 0px;
    top: 137px;
    z-index: 99999999;
    background-color: #DDDDDD;
    padding: 5px;
}

