@font-face {
    font-family: 'Covered By Your Grace';
    font-style: normal;
    font-weight: 400;
    src: local('Covered By Your Grace'), local('CoveredByYourGrace'), url(../fonts/covered-by-your-grace.woff) format('woff');
}

a, a:hover {
    text-decoration: none !important;
}
body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar {
    margin-bottom: 20px;
}
.logo {
    top: -8px !important;
    padding-left: 20px;
}

/*.container {*/
    /*padding: 0px 15px !important;*/
/*}*/

.logo span:first-child {
    font-family: 'Covered By Your Grace', cursive;
    /*text-shadow: 1px 1px 2px white, 4px 1px 5px rgb(218, 218, 218);*/
    font-weight: bolder;
    font-size: 48px;
}
.person {
    margin-right: 3px;
}

.label-group .label{
    float: left;
    height: 20px;
    margin-right: 5px;
}
.loginbar .login-btn, .loginbar .login-btn:hover {
    text-transform: none;
}
.dropdown-menu .divider {
    margin: 0px !important;
    height: 0px !important;
    border-bottom: solid 2px #687074 !important;
}
.dropdown-header {
    background-color: #ECECEC !important;
    padding: 6px 15px;
    line-height: 1;
}

group li a, group li a:hover {
    display: block;
    text-decoration: none;
}
span.label {
    margin-right: 2px;
    padding: 3px 6px;
}
player i {
    font-size: inherit !important;
}
.header {
    margin-top: 20px;
}

.header.player-enabled {
    margin-top: 70px !important;
}
.navbar-fixed-top {
    border-bottom: solid 2px #eee;
    box-shadow: inset 0 0 4px #eee;
    background: transparent !important;
}

.navbar-fixed-top.ng-hide-add, .navbar-fixed-top.ng-hide-remove,
.my-collapse.ng-hide-add, .my-collapse.ng-hide-remove {
    display: block !important; 
}

.navbar-fixed-top.ng-hide-remove, .navbar-fixed-top.ng-hide-add.ng-hide-add-active,
.my-collapse.ng-hide-remove, .my-collapse.ng-hide-add.ng-hide-add-active{
    -webkit-animation: fadeOutUp 1s;
    -moz-animation: fadeOutUp 1s;
    -ms-animation: fadeOutUp 1s;
    animation: fadeOutUp 1s;
    opacity: 0;
}

.navbar-fixed-top.ng-hide-remove.ng-hide-remove-active, .navbar-fixed-top.ng-hide-add,
.my-collapse.ng-hide-remove.ng-hide-remove-active, .my-collapse.ng-hide-add{
    opacity: 1;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
    -ms-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.menu {
    -webkit-animation: fadeInRight 1s;
    -moz-animation: fadeInRight 1s;
    -ms-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px; /* .footer, .push margin-bottom =.push(height)+51px*/
}
.footer, .push {
    height: 180px; /* .push must be the same height as .footer */
}
.menu .img-polaroid {
    width: 64px;
}
.menu .friend .img-polaroid {
    width: 32px;
}

.text-green {
    color: #72c02c !important;
}

.progress {
    margin-bottom: 0px !important;
}

.accordion-toggle i {
    position: relative;
    top: 6px;
}
textarea {
    resize: none;
}

.title-box {
    margin: 20px 0;
    padding: 40px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
    color: #555;
    display: block;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 20px;
}

.service {
     text-align: center;
}

.service i {
    float: inherit !important;
}

.note {
    font-size: 16px;
    text-align: center;
}

.no-margin-bottom, .accordion.no-margin-bottom > div {
    margin-bottom: 0px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.background-color-black {
    background-color: #000;
}

.view.view-tenth{
    cursor: pointer;
}

#disqus_thread a {
    color: #72c02c;
}

.person img, .person i {
    width: 20px;
    font-size: 20px;
    vertical-align: middle;
}

.copyright i {
    color: #dadada !important;
}

.copyright i:hover {
    color: rgb(0, 184, 255) !important;
}

a.search i.fa.fa-times {
    padding: 0px 1px;
}

.content .margin-bottom-60 .container{
    padding: 0px 10px;
}

@media (max-width: 992px) {
    .site-content {
        margin-bottom: 0px !important;
    }

    .content {
        margin: 0px;
    }
}

.license {
    color: white;
}

.license img {
    float: left;
    margin: 5px 10px 0px 0px;
}

.license .image-link {
    display: block;
    margin: 0px;
}

.venzel {
    width: 100%;
    display: table !important;
}