.page-home .topimages {
  overflow: hidden;
  position: relative;
  height: 360px;
  margin-left: -15px;
  margin-right: -15px;
}
.page-home .topimages > .go-left,
.page-home .topimages > .go-right {
  position: absolute;
  top: 45%;
  z-index: 10;
  color: #FFF;
  font-size: 44px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
  padding: 0;
}
.page-home .topimages > .go-left {
  left: 5px;
}
.page-home .topimages > .go-right {
  right: 5px;
}
.page-home .topimages .topimage {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.page-home .topimages .topimage.topimage-1 {
  background-image: url('/style/images/topimage-mobile.jpg');
}
.page-home .topimages .topimage.topimage-2 {
  background-image: url('/style/images/topimage2-mobile.jpg');
}
.page-home .topimages .topimage > .background {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-home .topimages .topimage > .content {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0px;
  color: #FFF;
  padding: 15px 30px 30px 30px;
  text-align: center;
  font-size: 14px;
}
.page-home .topimages .topimage > .content > .text-center {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.page-home .topimages .topimage > .content > .text-center .headline {
  font-size: 1.5em;
  padding-bottom: 10px;
}
.page-home .topimages .topimage > .content > .text-center .subline {
  line-height: 1.5em;
}
.page-home .topimages .topimage > .content > .text-center .chat-button {
  font-size: 16px;
  display: block;
  background-color: #39b54a;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  max-width: 320px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-home .topimages .topimage > .content > .text-center .chat-button i.fa {
  font-size: 1.2em;
  margin-right: 10px;
}
.page-home .block-links {
  padding-top: 10px;
}
.page-home .block-links .item {
  margin-bottom: 5px;
  padding-bottom: 30px;
}
.page-home .block-links .item .block-header,
.page-home .block-links .item .block-body {
  max-width: 400px;
  color: #FFF;
}
.page-home .block-links .item .block-header {
  display: none;
}
.page-home .block-links .item .block-body {
  line-height: 1.5em;
}
.page-home .block-links .item .block-body h3 {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-home .block-links .item .block-body h3 i.fa {
  padding-right: 6px;
}
.page-home .block-links .item .block-footer {
  text-align: right;
  display: block;
  padding-top: 20px;
}
.page-home .block-links .item .block-footer a.link-more {
  background-color: #FFF;
  color: #666;
}
.page-home .block-links .item-1 {
  background-color: #80b300;
}
.page-home .block-links .item-2 {
  background-color: #5da446;
}
.page-home .block-links .item-3 {
  background-color: #288895;
}
.page-home .block-links .item-4 {
  background-color: #1c85cf;
}
.page-home .about-news .about {
  margin-top: 30px;
}
.page-home .about-news .about h3 {
  padding-bottom: 10px;
}
.page-home .about-news .about .image {
  height: 120px;
  background-color: #EEE;
  margin-bottom: 15px;
  background-image: url('/style/images/about-cover.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 400px) {
  .page-home .about-news .about .image {
    height: 140px;
  }
}
@media screen and (min-width: 500px) {
  .page-home .about-news .about .image {
    height: 170px;
  }
}
@media screen and (min-width: 600px) {
  .page-home .about-news .about .image {
    height: 200px;
  }
}
.page-home .about-news .about .content {
  line-height: 1.5em;
  color: #666;
}
.page-home .about-news .about .about-link {
  padding-top: 20px;
  text-align: right;
}
.page-home .about-news .news {
  margin-top: 30px;
}
.page-home .about-news .news h3 {
  padding-bottom: 10px;
}
.page-home .about-news .news .news-item {
  padding-bottom: 10px;
}
.page-home .about-news .news .news-item .time {
  font-weight: normal;
}
.page-home .about-news .news .news-item .headline {
  font-size: 16px;
  display: inline-block;
  padding-top: 2px;
  color: #39b54a;
}
.page-home .about-news .news .news-item .summary {
  padding-top: 5px;
  color: #666;
}
.page-home .about-news .news .news-link {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .page-home .topimages > .go-left,
  .page-home .topimages > .go-right {
    top: 42%;
    font-size: 60px;
  }
  .page-home .topimages > .go-left {
    left: 25px;
  }
  .page-home .topimages > .go-right {
    right: 25px;
  }
  .page-home .topimages .topimage > .content {
    bottom: 50px;
  }
  .page-home .topimages .topimage > .content > .text-center .headline {
    font-size: 2.5em;
  }
  .page-home .topimages .topimage > .content > .text-center .chat-button {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .page-home .topimages {
    height: 500px;
  }
  .page-home .topimages > .go-left,
  .page-home .topimages > .go-right {
    top: 42%;
    font-size: 80px;
  }
  .page-home .topimages > .go-left {
    left: 35px;
  }
  .page-home .topimages > .go-right {
    right: 35px;
  }
  .page-home .topimages .topimage.topimage-1 {
    background-image: url('/style/images/topimage-md.jpg');
  }
  .page-home .topimages .topimage.topimage-2 {
    background-image: url('/style/images/topimage2-md.jpg');
  }
  .page-home .topimages .topimage > .content {
    font-size: 16px;
    padding-bottom: 80px;
  }
  .page-home .topimages .topimage > .content > .text-center {
    max-width: 600px;
  }
  .page-home .topimages .topimage > .content > .text-center .chat-button {
    margin-top: 20px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .topimages {
    height: 620px;
  }
  .page-home .topimages > .go-left,
  .page-home .topimages > .go-right {
    font-size: 100px;
  }
  .page-home .topimages .topimage.topimage-1 {
    background-image: url('/style/images/topimage-lg.jpg');
  }
  .page-home .topimages .topimage.topimage-2 {
    background-image: url('/style/images/topimage2-lg.jpg');
  }
  .page-home .topimages .topimage > .content {
    font-size: 18px;
    padding-bottom: 100px;
  }
  .page-home .topimages .topimage > .content > .text-center {
    max-width: 650px;
  }
  .page-home .topimages .topimage > .content > .text-center .chat-button {
    line-height: 60px;
    font-size: 22px;
    width: 230px;
  }
}
@media screen and (min-width: 1440px) {
  .page-home .topimages {
    height: 730px;
  }
  .page-home .topimages > .go-left,
  .page-home .topimages > .go-right {
    font-size: 120px;
  }
  .page-home .topimages > .go-left {
    left: 50px;
  }
  .page-home .topimages > .go-right {
    right: 50px;
  }
  .page-home .topimages .topimage.topimage-1 {
    background-image: url('/style/images/topimage-hg.jpg');
  }
  .page-home .topimages .topimage.topimage-2 {
    background-image: url('/style/images/topimage2-hg.jpg');
  }
  .page-home .topimages .topimage > .content {
    font-size: 20px;
    padding-bottom: 120px;
  }
  .page-home .topimages .topimage > .content > .text-center {
    max-width: 700px;
  }
  .page-home .topimages .topimage > .content > .text-center .headline {
    padding-bottom: 25px;
  }
  .page-home .topimages .topimage > .content > .text-center .chat-button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-home .block-links {
    padding-top: 20px;
  }
  .page-home .block-links .item {
    background: none;
    padding: 0;
  }
  .page-home .block-links .item .block-header {
    display: block;
    text-align: center;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
  }
  .page-home .block-links .item .block-header i.fa {
    padding-right: 10px;
    font-size: 1.2em;
  }
  .page-home .block-links .item .block-header a {
    text-decoration: none;
    color: #FFF;
  }
  .page-home .block-links .item .block-body {
    color: #555;
    padding-right: 10px;
    padding-left: 2px;
  }
  .page-home .block-links .item .block-body h3 {
    color: #333;
    font-size: 20px;
  }
  .page-home .block-links .item .block-footer {
    text-align: left;
  }
  .page-home .block-links .item .block-footer a.link-more {
    background-color: #999;
    color: #FFF;
  }
  .page-home .block-links .item-1 {
    padding-right: 8px;
  }
  .page-home .block-links .item-1 .block-header {
    background-color: #80b300;
  }
  .page-home .block-links .item-2 {
    padding-left: 4px;
    padding-right: 6px;
  }
  .page-home .block-links .item-2 .block-header {
    background-color: #5da446;
  }
  .page-home .block-links .item-3 {
    padding-left: 6px;
    padding-right: 4px;
  }
  .page-home .block-links .item-3 .block-header {
    background-color: #288895;
  }
  .page-home .block-links .item-4 {
    padding-left: 8px;
  }
  .page-home .block-links .item-4 .block-header {
    background-color: #1c85cf;
  }
}
@media screen and (min-width: 992px) {
  .page-home .block-links .item .block-header {
    height: 100px;
    font-size: 25px;
    line-height: 100px;
  }
  .page-home .block-links .item .block-body {
    padding-top: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .block-links .item .block-header {
    height: 120px;
    line-height: 120px;
    font-size: 28px;
  }
  .page-home .block-links .item .block-body {
    font-size: 16px;
    padding-right: 30px;
  }
  .page-home .block-links .item .block-body h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .page-home .block-links .item .block-header {
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-home .about-news {
    margin-top: 30px;
    border-top: 1px solid #CCC;
    margin-bottom: 30px;
  }
  .page-home .about-news .about h3 {
    padding-bottom: 15px;
  }
  .page-home .about-news .about .image {
    width: 100%;
    height: 140px;
    background-image: url('/style/images/about-cover-sm.png');
  }
  .page-home .about-news .about .about-link {
    text-align: left;
  }
  .page-home .about-news .news h3 {
    padding-bottom: 15px;
  }
  .page-home .about-news .news .news-item .time {
    text-align: left;
    font-size: 16px;
    color: #999;
    width: 110px;
    clear: left;
    float: none;
  }
  .page-home .about-news .news .news-item .content {
    padding-top: 1px;
    margin-left: 0;
  }
  .page-home .about-news .news .news-link {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .page-home .about-news .about .image {
    height: 180px;
    background-image: url('/style/images/about-cover-md.png');
  }
  .page-home .about-news .news .news-item .time {
    font-size: 22px;
    width: 135px;
    float: left;
  }
  .page-home .about-news .news .news-item .content {
    margin-left: 135px;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .about-news h3 {
    font-size: 28px;
  }
  .page-home .about-news .about {
    padding-right: 35px;
  }
  .page-home .about-news .about .image {
    height: 210px;
    background-image: url('/style/images/about-cover-lg.png');
  }
  .page-home .about-news .news .news-item .time {
    font-size: 24px;
    width: 150px;
  }
  .page-home .about-news .news .news-item .content {
    margin-left: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .page-home .about-news {
    margin-top: 40px;
  }
  .page-home .about-news .about {
    padding-right: 50px;
  }
  .page-home .about-news .about .image {
    height: 250px;
    background-image: url('/style/images/about-cover-hg.png');
  }
  .page-home .about-news .about .content {
    font-size: 16px;
  }
  .page-home .about-news .news .news-item .time {
    font-size: 26px;
    width: 180px;
  }
  .page-home .about-news .news .news-item .content {
    margin-left: 180px;
    font-size: 16px;
  }
}
