@media screen and (max-width: 768px) {
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  hr {
    clear: both;
  }
  body .live {
    position: relative;
    overflow: hidden;
    padding-bottom: 17px;
  }
  body .live h3 {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 14px;
    margin-top: 10px;
  }
  .live h3 span + span {
    width: calc(100% - 120px);
  }
  body .live .sign {
    margin-right: 10px;
    font-size: 16px;
    padding: 8px 10px;
    float: left;
    margin-top: -5px;
  }
  body .live .sign strong {
    font-size: 26px;
  }
  body .live .sign + span {
    padding-top: 0;
  }
  body .added-to-list {
    font-size: 13px;
  }
  body .added-to-list span {
    display: inline-block;
    line-height: .9rem;
  }
  body .added-to-list img {
    float: right;
  }
  body .in-a-nutshell .row {
    margin: 0;
  }
  body .header.floating {
    position: fixed;
    z-index: 1000;
    background: #ffffff;
    padding-top: 17px;
    top: 0;
    transition: all .2s;
  }
  body .header.hiding {
    margin-top: -60px;
  }
  body .header .row {
    margin: 0;
  }
  body .header .row .col-md-4 {
    padding: 5px 0 0;
  }
  body .header .row .col-md-4.col-3 {
    width: 20% !important;
    max-width: 20% !important;
    flex: 0 0 20% !important;
  }
  body .header .row .col-md-4.col-3 .float-right .your-list {
    margin-right: -50px;
  }
  body .header .dc-logo {
    display: block;
    width: 135px;
    margin-left: 50px;
    margin-top: -10px;
  }
  body .header .mobile-menu {
    display: block;
    position: absolute;
    margin: -8px 0 0;
    left: 5px;
    top: 0;
    z-index: 1000;
    padding: 0 8px;
  }
  body .header .mobile-menu i {
    font-size: 18px;
  }
  body .header .today,
  body .header .max-temp,
  body .header form,
  body .header .float-left,
  body .header .float-right button,
  body .featured .container .your-list,
  body .small-post figure {
    display: none;
  }
  body .header .fa-sun {
    float: left;
    font-size: 26px;
    margin-right: 6px;
    margin-top: -10px;
    margin-left: -2px;
  }
  body .header strong {
    display: inline-block;
    float: left;
    line-height: 1rem;
    width: 70px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  body .header strong + .mobile {
    margin-top: -15px;
  }
  body .header .your-list {
    display: block;
    min-width: 120px;
    margin: -5px 15px 0 0;
  }

  body .navigation {
    position: fixed;
    top: 0;
    left: -100%;
    right: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    transition: .5s all;
    overflow-y: scroll;
    z-index: 1001;
  }
  body .navigation.open {
    left: 0;
    right: 10%;
    width: 90%;
  }
  body .your-post-list.open {
    left: 10%;
    width: 90%;
  }
  body .your-post-list ul {
    max-width: 90%;
  }
  body .your-post-list .count {
    left: 84%
  }
  body .navigation .nav {
    width: 100%;
  }
  body .navigation .logo {
    display: none;
  }
  body .navigation .nav li.menu-item {
    padding: 4px 20px 0 50px;
  }
  body .navigation .nav li.menu-item,
  body .navigation .nav li.mobile,
  body .navigation .nav li.account,
  body .navigation .nav li.search {
    width: 100%;
  }
  body .navigation .nav li.mobile {
    margin-bottom: 20px;
  }
  body .navigation .nav li.mobile .close-mobile-menu {
    color: #7d736e;
    font-size: 24px;
    position: absolute;
    top: 12px;
    left: 17px;
  }
  body .navigation .nav li.mobile .dc-logo {
    width: 70px;
    margin: 10px 0 0 50px;
    display: block;
  }
  body .navigation .nav li.account {
    margin: 40px 0 0 50px;
    display: block;
  }
  body .navigation .nav li.account .btn {
    font-size: 13px;
    font-weight: bold;
    width: 100px;
    margin-right: 10px;
  }
  body .navigation .nav li.search {
    margin: 20px 0 20px 50px;
    display: block;
  }
  body .navigation .nav li.search form input[type=text] {
    background: transparent;
    line-height: 32px;
    width: 70%;
  }
  body .navigation .nav li.search form .fa-search {
    float: left;
    margin: 10px 10px 0 0;
  }
  body .navigation .nav li.subscribe {
    display: block;
    margin: 10px 0 0 50px;
    background: transparent;
    padding: 0 15px 0 0;
  }
  body .navigation .nav li.subscribe form {
    position: relative;
    width: 93%;
    margin: 12px;
    left: -15px !important;
  }
  body .navigation .nav li.subscribe form input[type=text] {
    background: #ffcc00;
    color: #424242;
  }
  body .navigation .nav li.social-networks {
    display: block;
    margin: 10px 0 0 50px;
    padding: 0;
    background: transparent;
    color: #000000;
  }
  body .navigation .nav li.social-networks .social {
    background: #7d736e;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 0;
    font-size: 17px;
    color: #ffffff;
    margin-top: 5px;
    float: left;
    margin-right: 8px;
    margin-bottom: 15px;
  }
  body .navigation .nav li.menu-item > a {
    padding: 6px;
    text-align: left;
    border-bottom: 1px dotted #7d736e;
    display: block;
  }
  body .navigation-bottom {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    background: #ffffff;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
  }
  body .navigation-bottom .row {
    margin: 0;
  }
  body .navigation-bottom .row a {
    padding: 6px;
    text-align: center;
    color: #888888;
    display: block;
    line-height: .9rem;
  }
  body .navigation-bottom .row .btn {
    margin: 14px 20px;
    display: inline-block;
    width: 100px;
  }
  body .navigation-bottom .row .col-2,
  body .navigation-bottom .row .col-3,
  body .navigation-bottom .row .col-5 {
    padding: 0;
  }
  body .navigation-bottom .row a:hover {
    color: #222222;
  }
  body .navigation-bottom .row a .material-icons {
    font-size: 28px;
    margin: 0;
  }
  body .carousel#home-carousel {
    margin-top: 0;
    z-index:1;
  }
  body .carousel#home-carousel .carousel-indicators {
    bottom: 0;
  }
  body .carousel#home-carousel .carousel-indicators .active {
    background-color: #000000 !important;
  }
  body .carousel#home-carousel .carousel-inner {
    height: 440px !important;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item {
    height: 440px !important;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    position: absolute;
    top: 180px;
    padding: 15px 20px;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 26px;
    line-height: 26px;
    min-height: 100px;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .title-bg {
    font-size: 26px;
    line-height: 26px;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .row {
    margin-top: 40px;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .col-10 p,
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .col-10 p a,
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .col-10 p span {
    padding-top: 0;
    color: #ffffff;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .col-10 p span.date {
    margin-top: 2px;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .col-10 p img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .add-to-my-list .badge {
    margin-top: 0;
  }
  body .carousel#home-carousel .carousel-control-prev,
  body .carousel#home-carousel .carousel-control-next {
    top: auto;
    bottom: 280px;
    width: 60px;
    padding: 10px;
    z-index: 100;
    opacity: .8;
  }
  body .carousel#home-carousel .carousel-control-prev {
    left: 0;
  }
  body .carousel#home-carousel .carousel-control-next {
    right: 0;
  }
  body .carousel#home-carousel .carousel-control-prev i,
  body .carousel#home-carousel .carousel-control-next i {
    font-size: 36px;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption p,
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption p span,
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption p .date {
    padding-left: 0;
    color: #000000;
    border: none;
    float: none;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption p img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  body .carousel#home-carousel .carousel-inner .carousel-item .carousel-caption .badge {
    margin-top: 35px;
    margin-right: 0;
    float: right;
  }
  body .carousel#home-carousel ol.carousel-indicators {
    margin-bottom: 4px;
  }
  body .carousel#home-carousel ol.carousel-indicators li {
    background-color: #aaaaaa;
  }
  body .carousel#home-carousel ol.carousel-indicators li.active {
    background-color: #20408e;
  }
  body .container.post {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .container.post .col-md-9 h2 {
    font-size: 28px;
  }
  body .container.post .col-md-9 .main-post h3 {
    font-size: 20px;
  }
  body strong.featured-title {
    position: absolute;
    width: 160px;
    background: #dfdbd4;
    padding: 0;
    color: #20408e;
    font-weight: 900;
    z-index: 2;
    font-size: 15px;
    margin: 8px 0 0;
    padding: 10px 0 10px 15px;
  }
  body .featured {
    overflow-x: auto;
    position: relative;
  }
  body .featured .container {
    width: 750px;
    animation-duration: 30s;
    animation-name: featuredtransition;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @keyframes featuredtransition {
    0% {
      margin-left: 120%;
    }
    100% {
      margin-left: calc(-750px + 40%);
    }
  }

  body .featured .container a {
    display: inline-block;
    width: auto;
    padding: 0;
    float: left;
    margin-right: 20px;
  }
  body .featured .container span {
    display: none;
  }
  body .main-posts.container > .row {
    margin: 0;
  }
  body .main-posts.container > .row > .col-md-3,
  body .main-posts.container > .row > .col-md-9 {
    padding: 0;
  }
  body .main-post figure {
    height: 200px;
  }
  body .main-post h6 {
    font-size: 14px;
  }
  body .main-post h3 {
    margin-top: 0;
    min-height: 100px;
  }
  body .main-post {
    padding-bottom: 0;
  }
  body .main-post > .row {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body .main-post .post-footer {
    position: relative;
    bottom: 0 !important;
    left: 0;
  }
  body .main-post .add-to-list.mobile .badge {
    position: absolute;
    right: 15px;
    font-size: 13px;
    padding: 6px 7px;
    margin-top: -20px;
  }
  body .small-posts {
    border: none !important;
    border-top: 1px dotted #7d736e !important;
    padding-top: 10px !important;
  }
  body .small-post {
    overflow: hidden;
  }
  body .small-post h3 {
    min-height: auto;
  }
  body .small-post h6 {
    margin-bottom: 3px;
  }
  body .small-post .add-to-list {
    float: right;
  }
  body .small-post .add-to-list .badge {
    padding: 6px 7px;
    font-size: 13px;
  }
  body .small-posts .small-post:last-child {
    padding-bottom: 0;
  }
  body .more-topics hr {
    margin-top: 0;
  }
  body .subscribe {
    padding: 20px;
  }
  body .subscribe.text-center {
    text-align: left !important;
  }
  body .subscribe form {
    width: 300px;
    left: calc(50% - 150px);
  }
  body .aside-check-it form {
    width: 300px;
  }
  body .subscribe + .totally-free {
    padding: 0 20px 20px !important;
    margin-bottom: 0;
    line-height: 24px;
  }
  body .subscribe + .totally-free .mobile small {
    color: #888888;
  }
  body .topics {
    padding: 15px 0;
  }
  body .topics h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 19px;
    width: 80%;
  }
  body .topics .text-right {
    text-align: left !important;
    font-size: 15px;
  }
  body .topics .text-right img {
    margin-top: 10px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
  }

  body .topics .text-right strong {
    display: inline-block;
    margin-top: 22px;
    font-size: 15px;
  }
  body .topics .col-md-2 {
    border: none;
    padding: 15px 20px 10px;
    border-top: 1px dotted #7d736e;
  }
  body .topics h1 {
    display: inline-block;
    width: 25px;
    float: left;
    margin-right: 15px;
    font-size: 52px;
  }
  body .topics h3 {
    min-height: 50px;
    font-size: 20px;
    display: inline-block;
    width: 80%;
  }
  body .topics h6 {
    font-size: 14px;
  }
  body .topics .badge {
    float: right;
    padding: 8px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  body .listen {
    padding: 40px 20px;
  }
  body .listen h3 {
    font-weight: 700;
  }
  body .in-a-nutshell .container h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-left: 0;
  }
  body .in-a-nutshell .row > .col-md-8 {
    border-right: none !important;
  }
  body .in-a-nutshell a.nutshell-link {
    padding: 5px 15px 10px 0;
    font-size: 15px;
  }
  body .carousel {
    margin-top: 32px;
  }
  body .carousel .carousel-inner {
    height: 400px !important;
  }
  body .carousel .carousel-inner .carousel-item {
    height: 400px !important;
    background: #000000;
  }
  body .carousel .carousel-inner .carousel-item img {
    width: 100% !important;
    min-width: 100% !important;
  }
  body .carousel .carousel-inner .carousel-item .image-fade {
    bottom: 0;
    border-bottom-color: #000000;
  }
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 92%;
    left: 15px;
    right: 15px;
    top: 192px;
  }
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 25px !important;
    line-height: 28px;
    font-weight: 400;
    width: 90%;
  }
  body .in-a-nutshell .carousel .carousel-control-prev,
  body .in-a-nutshell .carousel .carousel-control-next {
    top: auto;
    bottom: 50%;
    width: 60px;
    padding: 10px;
    z-index: 100;
    opacity: .8;
  }
  body .in-a-nutshell .carousel .carousel-control-prev {
    left: 15px !important;
    right: auto !important;
  }
  body .in-a-nutshell .carousel .carousel-control-next {
    right: 0;
  }
  body .in-a-nutshell .carousel .carousel-control-prev i,
  body .in-a-nutshell .carousel .carousel-control-next i {
    font-size: 36px;
  }
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption p,
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption p span,
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption p .date {
    padding-left: 0;
    color: #000000;
    border: none;
    float: left;
  }
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption p img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  body .in-a-nutshell .carousel .carousel-inner .carousel-item .carousel-caption .badge {
    margin: 0 15px 0 5px !important;
  }
  body .in-a-nutshell .carousel ol.carousel-indicators {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0;
  }
  body .in-a-nutshell .carousel ol.carousel-indicators li {
    background-color: #aaaaaa;
  }
  body .in-a-nutshell .carousel ol.carousel-indicators li.active {
    background-color: #20408e;
  }
  body .in-a-nutshell .row .col-md-8 {
    padding: 0;
  }
  body .popular {
    min-width: 100%;
    margin-top: 30px;
    border-top: 1px dotted #7d736e;
    padding-top: 15px;
  }
  body .popular h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  body .popular small {
    font-size: 18px;
  }
  body .popular ul {
    min-width: 100%;
    width: 100%;
  }
  body .popular ul li {
    padding-left: 38px;
  }
  body .popular ul li::before {
    font-size: 46px;
  }
  body .popular ul h6 {
    font-size: 15px;
  }
  body .popular ul h3 {
    font-size: 20px;
  }
  body .other-popular h2 {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    text-align: left;
    margin-bottom: 50px;
  }
  body .other-popular p {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 1.4rem;
  }
  body .other-popular figure {
    height: auto !important;
    min-height: auto !important;
    width: 100%;
  }
  body .other-popular .videos,
  body .other-popular .humor {
    border-top: 1px dotted #ffffff;
  }
  body .other-popular .videos strong,
  body .other-popular .humor strong {
    font-size: 22px;
    display: block;
    padding: 10px 0;
  }
  body .other-popular .videos figure,
  body .other-popular .humor figure {
    float: left;
    width: 48%;
    height: auto !important;
  }
  body .other-popular .videos h3 a,
  body .other-popular .humor h3 a {
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: bold;
    font-size: 24px;
  }
  body .other-popular .videos h3,
  body .other-popular .humor h3,
  body .other-popular .videos p,
  body .other-popular .humor p {
    width: 48%;
    margin-left: 4%;
    float: left;
    line-height: 21px;
  }
  body .other-popular .videos p:last-child,
  body .other-popular .humor p:last-child {
    clear: both;
    padding: 0;
    margin: 0 0 25px;
  }
  body .other-popular .container .row {
    margin: 0;
  }
  body .other-popular .container .row .col-md-2,
  body .other-popular .container .row .col-md-4 {
    padding: 0;
    border-right: none;
  }
  body .other-popular .container .row .col-md-4 {
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body .social-networks {
    padding: 20px;
  }
  body .social-networks h3 {
    font-family: "Roboto Condensed", Sans-serif;
    text-align: left;
    font-size: 24px;
  }
  body .social-networks .container .row .text-center {
    padding: 0;
  }
  body .social-networks .social-container {
    width: 300px;
    left: calc(50% - 150px);
  }
  body .social-networks .social-container .social {
    margin-left: 6px;
    margin-right: 6px;
  }
  body .social-networks + .container .totally-free {
    padding: 20px 15px;
    line-height: 1.8rem;
    margin-bottom: 0;
  }
  body .social-networks + .container .totally-free small {
    display: block;
    line-height: 1.3rem;
    margin-top: 30px;
  }
  body .text-center.totally-free {
    text-align: left !important;
    padding: 20px 15px 20px 15px;
  }
  body .text-center.totally-free small {
    font-size: 70% !important;
    line-height: 1rem;
  }
  body .categories-posts .container {
    padding: 0 15px;
  }
  body .categories-posts .container hr + a {
    font-size: 12px;
    display: inline-block;
    margin-top: 23px;
  }
  body .categories-posts .container h1 {
    margin: 0;
    font-size: 35px;
  }
  body .categories-posts .container h1 + a {
    margin-bottom: 15px;
  }
  body .categories-posts .container hr {
    margin-bottom: 10px;
  }
  body .categories-posts .container a + hr {
    margin-bottom: 10px;
  }
  body .categories-posts .container .row .post-container {
    height: auto !important;
    min-height: auto !important;
  }
  body .categories-posts .container .row .post-container figure {
    height: 220px !important;
  }
  body .categories-posts .container .row .post-container figure.desktop + h6 {
    padding-top: 15px;
  }
  body .categories-posts > .container > .row {
    margin: 0 -15px;
  }
  body .categories-posts .container .post-container .badge {
    padding: 6px 7px !important;
  }
  body .categories-posts .container .post-container .date {
    font-size: 14px !important;
  }
  body .categories-posts .container .post-container.if-you-miss-it {
    border-top: 10px solid #ffffff;
    padding: 10px 15px 70px !important;
  }
  body .categories-posts .container .post-container.if-you-miss-it h3 {
    font-size: 19px;
    min-height: 48px !important;
  }
  body .ads {
    border: none;
  }
  body .may-interest {
    padding: 25px 15px 10px;
    background: rgb(245,243,240);
    background: -webkit-linear-gradient(rgba(245,243,240,1) 40%, rgba(255,255,255,1) 40%);
    background: -o-linear-gradient(rgba(245,243,240,1) 40%, rgba(255,255,255,1) 40%);
    background: linear-gradient(rgba(245,243,240,1) 40%, rgba(255,255,255,1) 40%);
  }
  body .may-interest h1 {
    font-size: 25px;
  }
  body .may-interest .large-image {
    background-size: auto 50%;
    background-position: top center;
    background-color: #000000;
    min-height: 500px;
  }
  body .may-interest .large-image .image-fade {
    bottom: 0;
    height: 40px;
  }
  body .may-interest .large-image .col-md-10 {
    margin-top: 260px;
  }
  body .may-interest .large-image .col-md-10 h2 {
    font-size: 22px;
  }
  body .may-interest .other-interest figure {
    display: none;
  }
  body .may-interest .other-interest .col-12 {
    border: none !important;
    padding-top: 15px;
  }
  body .may-interest .other-interest .col-12 .row .col-12 {
    padding: 0 0 10px;
    border-top: 1px dotted #7d736e !important;
  }
  body .may-interest .other-interest h6 {
    margin-top: 10px;
  }
  body .may-interest .other-interest .badge {
    padding: 6px 7px;
    float: right;
  }
  body .may-interest .other-interest .date {
    float: left;
    margin-top: -16px;
    font-size: 14px !important;
  }
  body .perspectives {
    margin-top: 0;
  }
  body .perspectives h1 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 28px;
  }
  body .perspectives .row {
    margin: 0;
  }
  body .perspectives .row .col-12 {
    border: none !important;
    border-top: 1px dotted #7d736e !important;
    margin-top: 15px;
    padding: 0;
    padding-top: 10px;
  }
  body .perspectives .row .col-12 .content {
    min-height: auto !important;
  }
  body .perspectives .row .col-12 .content img {
    float: left;
    margin-right: 15px;
  }
  body .perspectives .row .col-12 .content div {
    float: left;
    width: calc(100% - 110px);
  }
  body .perspectives .row .col-12 .content h3 {
    min-height: 42px;
    font-size: 18px;
    margin: 0 0 15px;
  }
  body .perspectives .row .col-12 .content p {
    font-size: 14px;
    line-height: 20px;
  }
  body .perspectives .row .col-12 .content h3,
  body .perspectives .row .col-12 .content p {
    text-align: left;
  }
  body .perspectives .row .col-12 .badge {
    float: right;
    margin-top: -45px;
    padding: 6px 7px;
  }
  body .check-it .container .check-it-title h1 {
    min-height: 140px;
  }
  body .check-it .container .check-it-title p {
    font-size: 20px;
    line-height: 26px;
  }
  body .check-it .post-container.check-it-title .content {
    height: 152px;
  }
  body .check-it .container .check-it-title .fa-check {
    right: 54%;
  }
  body .check-it .container .check-it-title p strong {
    font-size: 19px;
  }
  body .check-it .container .check-it-title p big strong {
    font-size: 24px;
  }
  body .check-it .post-container:not(.is-footer):not(.check-it-title) {
    border-top: 12px solid #ffffff;
  }
  body .check-it .post-container figure {
    height: 240px;
  }
  body .check-it .post-container h3 {
    font-size: 21px;
  }
  body .check-it .post-container p strong {
    font-size: 15px;
  }
  body .check-it .post-container .desktop + .badge {
    margin-top: 10px;
  }
  body .check-it > .container > .row {
    margin: 0;
  }
  body .check-it-bar h1 span {
    display: block;
    font-size: 16px;
    margin-top: 6px;
  }
  body .check-it-bar form {
    width: 300px;
    left: calc(50% - 150px);
  }
  body .check-it-bar + .container small {
    display: block;
    margin-top: 15px;
  }
  body .footer {
    background: rgba(32,72,140,1);
    background: -moz-linear-gradient(top, rgba(32,72,140,1) 0%, rgba(32,72,140,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,72,140,1)), color-stop(69%, rgba(32,72,140,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(32,72,140,1) 0%, rgba(32,72,140,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(32,72,140,1) 0%, rgba(32,72,140,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(32,72,140,1) 0%, rgba(32,72,140,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(32,72,140,1) 0%, rgba(32,72,140,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20408e', endColorstr='#ffffff', GradientType=0 );
    padding-bottom: 0;
  }
  body .footer .social {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    padding-top: 8px;
  }
  body .footer .container .row {
    margin: 0;
  }
  body .footer .social i {
    font-size: 20px;
    padding-top: 3px;
  }
  body .footer h2 {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 25px;
  }
  body .footer p {
    font-size: 17px;
    text-align: left;
  }
  body .footer .footer-subscribe {
    background: #ffcc00;
    color: #000000;
    margin: 0 -15px 18px;
    text-align: left;
    padding: 20px 15px;
  }
  body .footer .footer-subscribe + p {
    color: #2a2a2c;
  }
  body .footer .footer-subscribe form input[type=text] {
    width: 100%;
    background: #ffffff;
  }
  body .footer .text-right {
    text-align: left !important;
  }
  body .footer small,
  body .footer small a {
    color: #888888;
  }
  body .footer small a {
    text-decoration: underline;
  }
  body .footer hr {
    margin: 0;
  }
  body .bottom {
    padding-top: 0;
  }
  body .bottom .container {
    padding: 0 15px;
  }
  body .bottom .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  body .bottom .container .col-12 {
    text-align: center !important;
    font-size: 14px;
    padding: 20px;
    border-top: 1px dotted #7d736e;
  }
  body .bottom .container .col-12:first-child {
    border-top: none;
  }
  body .bottom .container a {
    font-weight: bold;
    padding: 2px;
    display: inline-block;
  }
  body .back-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 1000;
    display: none;
  }
  a[href="#go-top"] {
    width: auto;
    right: 15px;
  }
  a[href="#go-top"] strong {
    display: none;
  }
  a[href="#go-top"].active {
    bottom: 60px;
  }
  .categories-posts .container .row .col-md-4 .post-container,
  .categories-posts .container .row .col-md-3 .post-container {
    max-height: 490px !important;
    height: auto !important;
  }
}