@charset "utf-8";
/* Slideshow container */
.slideshow-container {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}

/* Slides */
.mySlides {
	display: none;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

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


/* 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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
	text-align: center;
	background-color: #E7E8EA;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* 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;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

@media screen and (min-width: 1041px) and (max-width: 2500px){
.box-spacial-slide {
	height: auto;
	width: 100%;
	float: left;
}
.icon-spacial-slide {
	float: left;
	height: auto;
	width: 12%;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
.icon-spacial-slide img {
	height: auto;
	width: 100%;
}

.title-spacial-slide {
	font-family: "arial_blackregular", promptregular;
	font-size: 2vw;
	color: #00A651;
	float: right;
	width: 85%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title-spacial-slide-sub {
	font-family: promptregular;
	font-size: 1.5vw;
	color: #FFFFFF;
	background-color: #EB861C;
	float: right;
	height: auto;
	width: 83%;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.text-spacial-slide {
	font-family: promptregular;
	font-size: 1.5vw;
	color: #666;
	line-height: 2vw;
	height: auto;
	width: 85%;
	float: right;
	margin-top: 10px;
	margin-bottom: 40px;
}
}
@media screen and (min-width: 481px) and (max-width: 1040px){
	.t{}
	.box-spacial-slide {
	height: auto;
	width: 100%;
	float: left;
}
.icon-spacial-slide {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.icon-spacial-slide img {
	height: auto;
	width: 30%;
}

.title-spacial-slide {
	font-family: "arial_blackregular", promptregular;
	font-size: 2vw;
	color: #00A651;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title-spacial-slide-sub {
	font-family: promptregular;
	font-size: 1.5vw;
	color: #FFFFFF;
	background-color: #EB861C;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 0%;
}
.text-spacial-slide {
	font-family: promptregular;
	font-size: 1.5vw;
	color: #666;
	line-height: 2vw;
	height: auto;
	width: 80%;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10%;
}
}
@media screen and (max-width: 480px) {
		.m{}
	.box-spacial-slide {
	height: auto;
	width: 100%;
	float: left;
}
.icon-spacial-slide {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.icon-spacial-slide img {
	height: auto;
	width: 50%;
}

.title-spacial-slide {
	font-family: "arial_blackregular", promptregular;
	font-size: 4vw;
	color: #00A651;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title-spacial-slide-sub {
	font-family: promptregular;
	font-size: 4vw;
	color: #FFFFFF;
	background-color: #EB861C;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 2%;
	padding-left: 0%;
}
.text-spacial-slide {
	font-family: promptregular;
	font-size: 4vw;
	color: #666;
	line-height: 5vw;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 0%;
}
}
