@import url("../../../css/custom.css");
article:last-child {
  background: rgba(0, 0, 0, 0);
}
.tm-blog-more > a {
  background: url("../../../../images/readmorebutton.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  position: relative;
  font-size: 35px;
}
article.uk-article:nth-child(even) h1.uk-article-title {
  text-align: right
}
article.uk-article:nth-child(odd) h1.uk-article-title {
  text-align: left
}
div.tm-block {
  padding-bottom: 0px
}
@media (min-width:268px) and (max-width:968px) {
  main.tm-content {
    background: #FFF;
    padding-bottom: 0;
    padding-top: 150px;
  }
  div.uk-width-medium-1-2 div.blogintro {
    clear: both;
    float: none;
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: 0px;
    width: 100%;
  }
  main.tm-content {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
@media (min-width:968px) {
  article:nth-child(odd) {
    height: 312px;
    text-align: left;
    background: url("../images/Services-right-to-left.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  }
  article:nth-child(odd) .uk-article-title:after {
    left:30px;
  }
  article > p > a.uk-button {
    display: none;
  }
  article:nth-child(even) {
    height: 312px;
    text-align: right;
    background: url("../images/Services-left-to-right.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  }
  article:nth-child(even) .uk-article-title:after {
    left:925px;
  }
  article:last-child {
    height: 312px;
    text-align: right;
    background: url("../images/last.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  }
  article.uk-article p.button {
    margin-top: 0px;
  }
  .uk-article + .uk-article {
    margin-top: 0px;
  }
  a.uk-align-left {
    float: left;
    margin: -70px 15px 50px 60px;
  }
  a.uk-align-right {
    float: right;
    margin: -70px 60px 50px 15px;
  }
}
