@import "//cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.8.8/tiny-slider.css";
.slider_wrap {
  max-width: 1100px;
  margin: auto; }

.tns-ovh {
  max-width: 500px;
  margin: auto; }

.tns-outer {
  display: flex;
  flex-direction: column; }

.tns-controls, .tns-nav {
  display: flex;
  justify-content: center; }

.tns-controls {
  margin: 20px 0; }
  .tns-controls button {
    background-color: #0069CC;
    padding: 0 16px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    border: none;
    text-align: left;
    align-items: center;
    font-family: "Source Sans Pro", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    border-radius: 4px;
    flex-direction: row;
    text-transform: lowercase;
    text-decoration: none !important;
    -webkit-appearance: none;
    margin: 0 10px; }
    .tns-controls button:hover {
      background-color: #004f99; }

.tns-nav {
  margin: 20px 0;
  order: 3; }
  .tns-nav button {
    width: 100%;
    height: 0;
    padding-bottom: 21.36%;
    margin: 0 5px;
    border-radius: 10px;
    outline: 0;
    border: 0;
    opacity: 0.5;
    background-size: cover;
    background-position: center; }
    .tns-nav button.tns-nav-active {
      opacity: 1; }
    .tns-nav button:nth-child(1) {
      background-image: url(../img/slide1.png); }
    .tns-nav button:nth-child(2) {
      background-image: url(../img/slide2.png); }
    .tns-nav button:nth-child(3) {
      background-image: url(../img/slide3.png); }
    .tns-nav button:nth-child(4) {
      background-image: url(../img/slide4.png); }
    .tns-nav button:nth-child(5) {
      background-image: url(../img/slide5.png); }
    .tns-nav button:nth-child(6) {
      background-image: url(../img/slide6.png); }
