.fix-nav .navbar-header {
  float: none;
}
.fix-nav .navbar-toggle {
  display: block;
}
.fix-nav .navbar-collapse {
  border: none!important;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0) !important;
}
.fix-nav .navbar-default .navbar-form {
  border: none;
}
.fix-nav .navbar-collapse.collapse {
  display: none!important;
}
.fix-nav .navbar-nav {
  float: none!important;
  margin: 7.5px -15px;
}
.fix-nav .navbar-nav > li {
  float: none;
}
.fix-nav .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  body .header .container {
    padding: 0;
  }
  body .header .navbar .navbar-brand {
    width: auto;
    float: right;
    text-align: right;
  }
  body .header form .container {
    padding: 0;
  }
  body .post-container {
    padding: 0;
  }
  body .content .posts .post .post-icon {
    display: none;
  }
  body .content .posts .post .note-icon {
    display: none;
  }
  body .content .posts .post .text,
  body .content .posts .post .quote,
  body .content .posts .post .link,
  body .content .posts .post .video,
  body .content .posts .post .audio,
  body .content .posts .post .photo,
  body .content .posts .post .photoset,
  body .content .posts .post .panorama,
  body .content .posts .post .chat,
  body .content .posts .post .answer,
  body .content .posts .post .reblogged-from {
    padding: 0 15px!important;
  }
  body .content .posts .post .disqus-comments #disqus_thread {
    padding: 0 15px!important;
  }
  body .content .posts .post .note-container ol {
    padding: 0 15px!important;
  }
  body .content .posts .post .post-footer {
    padding: 0 15px!important;
  }
}
@media (max-width: 767px) {
  body .navbar-header {
    float: none;
  }
  body .navbar-toggle {
    display: block;
  }
  body .navbar-collapse {
    border: none!important;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0) !important;
  }
  body .navbar-default .navbar-form {
    border: none;
  }
  body .navbar-collapse.collapse {
    display: none!important;
  }
  body .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  body .navbar-nav > li {
    float: none;
  }
  body .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .navbar-text {
    float: right;
    margin: 15px;
  }
  body .content .posts .post .col-sm-1 {
    float: left;
  }
  body .content .posts .post .post-icon {
    width: 40px;
    height: 40px;
  }
  body .content .posts .post .post-icon.text-icon {
    background-position: 0 0;
  }
  body .content .posts .post .post-icon.photo-icon {
    background-position: 0 -40px;
  }
  body .content .posts .post .post-icon.quote-icon {
    background-position: 0 -80px;
  }
  body .content .posts .post .post-icon.video-icon {
    background-position: 0 -120px;
  }
  body .content .posts .post .post-icon.link-icon {
    background-position: 0 -160px;
  }
  body .content .posts .post .post-icon.photoset-icon {
    background-position: 0 -200px;
  }
  body .content .posts .post .post-icon.audio-icon {
    background-position: 0 -240px;
  }
  body .content .posts .post .post-icon.answer-icon {
    background-position: 0 -280px;
  }
  body .content .posts .post .post-icon.chat-icon {
    background-position: 0 -320px;
  }
  body .content .posts .post .post-icon.notes-icon {
    background-position: 0 -360px;
  }
  body .content .posts .post .post-icon.comments-icon {
    background-position: 0 -400px;
  }
  body .content .posts .post .text,
  body .content .posts .post .quote,
  body .content .posts .post .link,
  body .content .posts .post .video,
  body .content .posts .post .audio,
  body .content .posts .post .photo,
  body .content .posts .post .photoset,
  body .content .posts .post .panorama,
  body .content .posts .post .chat,
  body .content .posts .post .answer,
  body .content .posts .post .reblogged-from {
    padding: 0 55px;
  }
  body .content .posts .post .post-footer {
    padding: 0 40px;
  }
  body .content .posts .post .post-footer .tags li {
    float: none;
  }
  body .content .posts .post .post-footer .link-notes li {
    float: none;
    text-align: right;
    margin: 0 0 5px 10px!important;
  }
  body .content .posts .post .disqus-comments #disqus_thread {
    padding: 0 55px;
  }
  body .content .posts .post .note-container ol {
    padding: 0 55px;
  }
  body .content .posts .post .reblog-like {
    width: 50px!important;
    margin: 0 auto 20px auto!important;
  }
  body .content .posts .post .reblog-like li {
    float: left;
  }
  body .content .posts .post .reblog-like li:first-child {
    margin: 0 10px 0 0;
  }
  body .content .posts .post .reblog-like li:last-child {
    position: relative;
    top: -1px;
  }
  body .content .page-navigation {
    padding: 30px 35px;
  }
  body .footer img {
    margin: 0 auto 35px auto;
  }
  body .footer p {
    margin: 0 0 20px 0;
    text-align: center;
  }
  body .footer .social-links {
    width: auto;
    margin: 0 0 15px 0;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body .navbar-header {
    float: none;
  }
  body .navbar-toggle {
    display: block;
  }
  body .navbar-collapse {
    border: none!important;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0) !important;
  }
  body .navbar-default .navbar-form {
    border: none;
  }
  body .navbar-collapse.collapse {
    display: none!important;
  }
  body .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  body .navbar-nav > li {
    float: none;
  }
  body .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .content .posts .post .reblog-like {
    width: 18px;
    margin: 0 auto;
  }
  body .content .posts .post .reblog-like .like_button {
    width: 18px;
  }
  body .content .posts .post .post-footer .tags li {
    float: none;
  }
  body .content .posts .post .post-footer .link-notes li {
    float: none;
    text-align: right;
    margin: 0 0 5px 10px;
  }
}
@media (max-width: 979px) {
  body .navbar-header {
    float: none;
  }
  body .navbar-toggle {
    display: block;
  }
  body .navbar-collapse {
    border: none!important;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0) !important;
  }
  body .navbar-default .navbar-form {
    border: none;
  }
  body .navbar-collapse.collapse {
    display: none!important;
  }
  body .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  body .navbar-nav > li {
    float: none;
  }
  body .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .content .posts .post .reblog-like {
    width: 18px;
    margin: 0 auto;
  }
  body .content .posts .post .reblog-like .like_button {
    width: 18px;
  }
}
@media (min-width: 980px) {
  body .navbar-header {
    float: none;
  }
  body .navbar-toggle {
    display: block;
  }
  body .navbar-collapse {
    border: none!important;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0) !important;
  }
  body .navbar-default .navbar-form {
    border: none;
  }
  body .navbar-collapse.collapse {
    display: none!important;
  }
  body .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  body .navbar-nav > li {
    float: none;
  }
  body .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  body .navbar-header {
    float: none;
  }
  body .navbar-toggle {
    display: block;
  }
  body .navbar-collapse {
    border: none!important;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0) !important;
  }
  body .navbar-default .navbar-form {
    border: none;
  }
  body .navbar-collapse.collapse {
    display: none!important;
  }
  body .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  body .navbar-nav > li {
    float: none;
  }
  body .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
