#wrap-7{
	padding-top: 53px;
	padding-bottom: 68px;
	background-color: #000;
}
#Wrap7Inner{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#Wrap7Inner h2{
	font-weight: bold;
	font-size: 34px;
	font-family: "Roboto", "Arial";
	color: #FFF;
	text-align: center;
}

#SlideInner{
	display: flex;
  	flex-flow: row wrap;
  	justify-content:space-between;
}
.SliderBox{
	width: 370px;
	padding: 21px; /*20px*/
	background-color: white;
	max-height: 334px;
}
.SliderBox .wrap-7-name-location {
	color: #707070;
	font-size: 16px;
	/*font-family: "Roboto", "Arial";*/
	line-height: 22px;
}

.quote{
	/*padding: 15px;*/
	color: #707070;
	font-size: 18px;
	font-family: "Roboto", "Arial";
	line-height: 26px;
	/*font-style: italic;
	border-left: solid 5px rgba(37,37,37, .12); */
}

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

/* Hide the images by default */
.mySlides {
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 0 2px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dots-container {
	padding-top: 43px;
}
.active, .dot:hover {
  background-color: #FFFFFF;
}

.SliderBox p {
	text-align: left;
}

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

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 950px) {
	.SliderBox{
		width: 100%;
		margin-bottom: 15px;
		padding: 20px;
		background-color: white;
	}
}

/*.wrap-7{
	padding-bottom: 50px;
	background-color: #000000;
}
#Wrap7Inner{
	max-width: 1200px;
	margin: auto;
}*/
.Wrap7Part2Inner {
	padding-top: 72px;
	padding-bottom: 100px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.Wrap7Part2Inner img:nth-child(1), .Wrap7Part2Inner img:nth-child(2) {
	margin-right: 92px;
}
.Wrap7Part2Inner img:nth-child(4), .Wrap7Part2Inner img:nth-child(5) {
	margin-right: 78px;
}
.SlideInner{
	background-color: white;
	max-width: 800px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 7%;
	padding-right: 7%;
	border-radius: 15px;
	box-shadow: 2px 2px 15px black;
}

.SlideInner h3{
	color: #282828;
	font-size: 36px;
	padding-bottom: 15px;
}
.SliderInner p{
	font-size: 20px;
}
@media screen and (max-width: 1140px) {
	.Wrap7Part2Inner {
		padding-left: 20px;
		padding-right: 20px;
		justify-content: space-evenly;
	}
	.Wrap7Part2Inner img:nth-child(1), .Wrap7Part2Inner img:nth-child(2), .Wrap7Part2Inner img:nth-child(4), .Wrap7Part2Inner img:nth-child(5) {
		margin-right: 0px;
	}
}



/* Slideshow container */
/* Slideshow container */
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

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

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

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

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
	border: 1px solid #FFFFFF;
}

.active, .dot2:hover {
  background-color: #FFF;
}

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

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media screen and (max-width: 950px) {
	.SliderBox {
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.W7HideMobile {
		display: none;
	}
}
@media screen and (min-width: 750px) {
	.W7MobileLogoContainer {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.Wrap7Part2Inner {
		display: none;
	}
	.W7LogoIMG {
    width: 308px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 53px;
    max-height: 213px;
    padding-bottom: 9px;
	}
	.W7LogoIMG2 {
    width: 252px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 53px;
    padding-bottom: 9px;
	}
	.W7LogoIMG2 {
		width: 252px !important;
		max-width: 100% !important;
	}
	.dot, .dot2 {
		width: 8px;
		height: 8px;
	}
	.dots-container {
		padding-top: 36px;
	}
	#wrap-7 {
		padding-bottom: 36px;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/*.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
*/
/* Hide the images by default */
/*.mySlides {
  display: none;
}*/

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

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



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

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

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

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}*/