/** BOOTSTRAP **/

.img-thumbnail { border-radius: 0px;padding: 1px }
.btn { border-radius: 0px; }
.form-control { border-radius: 0px; }
.navbar-toggle {border-radius: 0px;}
.navbar {border:0px;border-radius: 0px}
.navbar-default .navbar-toggle {border-color: #555555}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #000;
}

p {margin:0px;}

#sharer .btn {
    border-radius: 0;
    height: 30px;
    margin-right: 5px;
    padding: 0;
    width: 30px;
    border: none;
}

#sharer i {
    height: 100%;
    line-height: 30px;
    width: 100%;
    color: #fff;
}

#sharer i.fa-facebook {
    background-color: #3b5998
}

#sharer i.fa-twitter {
    background-color: #00aced
}

#sharer i.fa-google-plus {
    background-color: #dd4b39
}
@media(min-width:992px){
    .navbar-default .navbar-nav > li > a {
        background: #eee none repeat scroll 0 0 !important;
        background-color: rgb(238, 238, 238) !important;
        color: #444 !important;
        font-family: "Raleway" !important;
        font-weight: 500 !important;
        margin: 8px 5px 5px 0 !important;
        padding: 5px 7px !important;
        font-weight: bold !important;
    }
    .navbar-default .current-menu-item a,
    .navbar-default .navbar-nav > li:hover > a {
        color: #dc0016 !important;
        text-decoration: underline;

    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        color: #dc0016;
    }

}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination .pages,
.pagination a {
    color: #000 !important
}

.pagination .current {
    color: #dc0016
}


