  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto
}

.mySlides {
    display: none;
  height: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: 50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: 50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8)
}

.dot-container{
	text-align: center;
    position: relative;
    margin-top: -50px;
}

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

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


.slogan h1{
	font-size: 60px;
    background-color: #f4f4f4;
    padding: 30px;
    margin: 0 auto 0px;
    letter-spacing: 4px;
    word-spacing: 20px;
    font-weight: bold;
    text-align: center;
}

.home-column h3 {
	font-size: 14px;
	color: #777;
	margin: 4px;
}


/* Create three equal home-columns that floats next to each other */

.home-column {
	float: left;
	width: 33.33%;
	padding: 10px;
	background-color: #eee;
	/*height: 250px;*/
}

.home-column img{
	width:100%
}

.home-column a {
	float: none;
	color: #333;
	font-weight: normal;
	padding: 6px 4px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	border:1px solid #ddd;
	background:#fefefe;
}

.home-column a:hover {
	background-color: #8bc540;
	color: #fff;
	padding-bottom: 4px;
}


/* Clear floats after the home-columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}


/* Responsive layout - makes the three home-columns stack on top of each other instead of next to each other */

@media screen and (max-width: 400px) {
	.home-column {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1024px) {
		.slogan h1{letter-spacing:0px;word-spacing:20px; font-weight:bold;font-size:24px !important;}
}
@media screen and (max-width: 900px) {
		.slogan h1{letter-spacing:0px;word-spacing:0px; font-weight:bold;font-size:40px}
}




.carousel {
  position: relative;
  width: 86%;
  height: 150px;
  margin: 10px auto
}

.carousel-content {
  position: relative;
  overflow: hidden;
  transition: width .4s;
  height: 100%;
}

.slide {
  height: 100%;
  position: absolute;
  z-index: 1;
  text-align:center;
  transition: left .4s cubic-bezier(.47,.13,.15,.89);
}

.slide img{
  width:auto;
  max-height:120px
}

.nav {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(150,150,150,.3);
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  -webkit-user-select: none;
}

.nav-left {
  left: -25px;
}

.nav-right {
  right: -25px;
}

.carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: 2px;
}

.carousel-arrow-icon-right {
  margin-left: 7px;
  margin-top: 2px;
}
