body {
	background: #000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}


.basic {
  max-width: 1000px;
  margin: 0 auto;
}

.notlogo {
  float: right;
}

/* HEADER */

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  padding: 5px;
  float: left;
}
.header a:hover.logo {
  background-color: #000;
  color: black;
}

.topnav {
  overflow: hidden;
  background-color: #000;
  margin-top: 5px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 32px 16px;
  text-decoration: none;
  font-size: 17px;
}

a.firstitem {
  padding: 32px 16px 32px 116px
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #444;
  color: white;
}

.topnav .icon {
  padding: 4px 4px;
  display: none;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 32px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.logo-narrow {
	display: none;
}

@media screen and (max-width: 430px) {
	.logo-wide {
		display: none;
	}
	.logo-narrow {
		display: inline;
	}
}

@media screen and (max-width: 790px) {

  .notlogo {
    float: none;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* FOOTER */
.social-ig {
  width: 50px;
  float: left;
}
.social-tw {
  width: 35px;
  padding: 8px 8px 0 14px;
  float: left;
}

.footer-text {
  float: right;
  color: #eee;
  padding: 30px 8px 0 8px;
  font-size: 12px;
}

@media screen and (max-width: 430px) {
  .social-ig {
    width: 30px;
    float: left;
  }
  .social-tw {
    width: 22px;
    padding: 4px 4px 0 6px;
    float: left;
  }
.footer-text {
  float: right;
  color: #eee;
  padding: 12px 8px 0 8px;
  font-size: 12px;
}
}


/* SWIPER */
.photo-slide, .photo-slide-bg {
    width: 100%;
    height: auto;
}

.slide-content {
  clear: both;
  padding: 10px 10px 0px 10px;
}

.help-image  {
    width: 60%;
    height: auto;
    float:left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.photo-slide-small-left {
    width: 40%;
    height: auto;
    float:left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.photo-slide-small-right {
    width: 40%;
    height: auto;
    float:right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.slide-text {
  width: auto;
  color: #fff;
}

.press {
  padding-top: 20px;
}
.site-thumb {
  width: 47%;
  padding: 30px 10px 10px;
  float: left;
}
.thumb {
  width: 100%;
}
.thumb-caption {
  color: #fff;
}
.about {
  border-bottom: solid 1px white;
}
.help-icon {
  margin-left: 40px;
}
.help-link {
  color: #2382c3;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .site-thumb {
    width: 95%;
    padding: 30px 10px 10px;
    float: left;
  }
  .thumb {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .slide-text {
    width: auto;
    color: #fff;
    font-size: 12px;
  }
  .thumb-caption {
    color: #fff;
    font-size: 12px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #eee;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E") !important;
}

