body {
  font-family: 'PT Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif; }

/* Slideshow container */
.slideshow-container {
  max-width: 480px;
  position: relative;
  margin: auto;
  overflow: hidden; }

.slideshow-container-2 {
  max-width: 480px;
  position: relative;
  margin: auto;
  overflow: hidden; }

.mySlides {
  display: none;
  width: 80%;
  margin: 0 10%; }
  .mySlides img {
    margin: 0 auto;
    padding: 0;
    display: block; }

.mySlides-2 {
  display: none;
  width: 80%;
  margin: 0 10%; }
  .mySlides-2 img {
    margin: 0 auto;
    padding: 0;
    display: block; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
          transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

.prev-2, .next-2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
          transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

/* Position the "next button" to the right */
.next,
.next-2 {
  right: 0;
  border-radius: 3px 0 0 3px; }

.prev,
.prev-2 {
  left: 0; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover,
.prev-2:hover, .next-2:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
          transition: background-color 0.6s ease; }

.dot-2 {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
          transition: background-color 0.6s ease; }

.active, .dot:hover, .dot-2:hover {
  background-color: #717171; }

/* Fading animation */
.fade,
.fade-2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
.block-1 {
  padding: 0  0 0 0; }
  .block-1 .header {
    font-family: "Roboto";
    padding: 10px;
    background: #134e8e;
    position: relative; }
    .block-1 .header p {
      text-align: center;
      color: #fff;
      text-align: right;
      font-size: 22px;
      font-weight: bold;
      padding-right: 40px;
      margin-top: 5px; }
      .block-1 .header p:first-child {
        color: #fff;
        font-size: 36px;
         margin-top: 0px; }
    .block-1 .header img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 137px; }
  .block-1 .item1 img {
    margin: 30px 0; }
  .block-1 .container-1 {
    background: #134e8e; }

.block-2 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .block-2 .wrap img {
    width: 100px;
    height: 100px; }
.block-2 h4 {
  padding: 0; }
.block-2 img {
  width: auto;
  height: auto; }

.block-5 {
  padding: 0px; }

.block-1
.container-2,
.block-3,
.block-5 .container-2,
.block-6 {
  background: url("../img/body-bg.png") repeat; }
footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
}
footer a {
  display: block;
  margin: 15px 0;
  text-decoration: none;
  color:#333;
}
footer img {
   width: auto;
}
footer p {
  padding: 0;
  margin: 0;
}