@media only screen and (min-width:1441px)
{
	.slideLogo
	{
		position: absolute;
		width: 380px;
		margin-right: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 20%;
	}
	.car-but
	{
		position: absolute;
		top: 85%;
		font-size: 150%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-weight: normal;
		color: white;
		background: #EE7026;
		width: 7%;
		border-radius: 2px 2px 2px 2px;
	}
	.car-but:hover
	{
		text-decoration:none;
	}
	.img-slide
	{
		width:100%;
	}
#slides #slides>* 
{
	box-sizing:border-box;
}
#slides
{
	width: 100vw;
    height: 650px;
    background: transparent;
	position:relative;
}
.dot-panel
{
    text-align: center;
    position: absolute;
    right: 0%;
    top: 95%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 5%;
}

/* Slideshow container */
.slideshow-container 
{
  position: absolute;
  width:100%;
  height:100%;
}

/* Hide the images by default */
.mySlides 
{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
  padding:0;
  text-align:center;
}

/* Next & previous buttons */
.prev, .next {
  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 */
.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);
  text-decoration:none;
}

/* Text in image */
.text 
{
	position: absolute;
    top: 70%;
    font-size: 200%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    color: white;
}

/* Title in image */
.title
{
    position: absolute;
    top: 40%;
    font-size: 500%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: white;
}

/* 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;*/
	cursor: pointer;
    height: 40%;
    width: 4%;
    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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-fill-mode:forwards;
  animation-duration: 1.5s;
}

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

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
}
/*End of Desktops with higher than 1440*/
@media only screen and (min-width:1000px) and (max-width:1440px)
{
	.slideLogo
	{
		position: absolute;
		width: 340px;
		margin-right: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 20%;
	}
	.car-but 
	{
		position: absolute;
		top: 90%;
		font-size: 100%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-weight: normal;
		color: white;
		background: #EE7026; 
		width: 10%;
		border-radius: 2px 2px 2px 2px;
	}
	.car-but:hover
	{
		text-decoration:none;
	}
	.img-slide
	{
		width:100%;
	}
#slides #slides>* 
{
	box-sizing:border-box;
}
#slides
{
	width: 100vw;
    height: 460px;
    background: transparent;
	position:relative;
}
.dot-panel
{
    text-align: center;
    position: absolute;
    right: 0%;
    top: 95%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 5%;
}

/* Slideshow container */
.slideshow-container 
{
  position: absolute;
  width:100%;
  height:100%;
}

/* Hide the images by default */
.mySlides 
{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
  padding:0;
  text-align:center;
}

/* Next & previous buttons */
.prev, .next {
  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 */
.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);
  text-decoration:none;
}

/* Text in image */
.text 
{
    position: absolute;
    top: 80%;
    font-size: 200%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    color: white;
}

/* Title in image */
.title
{
	position: absolute;
    top: 45%;
    font-size: 500%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: white;
}

/* 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;*/
	cursor: pointer;
    height: 40%;
    width: 4%;
    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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-fill-mode:forwards;
  animation-duration: 1.5s;
}

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

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
}
/*End of Desktops*/
/*Start of Tablets */
@media only screen and (min-width: 426px) and (max-width: 999px)
{
	.slideLogo
	{
		position: absolute;
		width: 250px;
		margin-right: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 20%;
	}
	.car-but
	{
		position: absolute;
		top: 85%;
		font-size: 100%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-weight: normal;
		color: white;
		background: #EE7026;
		width: 12%;
		border-radius: 2px 2px 2px 2px;
	}
	.car-but:hover
	{
		text-decoration:none;
	}
	.img-slide
	{
		width:100%;
	}
#slides #slides>* 
{
	box-sizing:border-box;
}
#slides
{
	width: 100vw;
    height: 300px;
    background: transparent;
	position:relative;
}
.dot-panel
{
    text-align: center;
    position: absolute;
    right: 0%;
    top: 95%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: 5%;
}

/* Slideshow container */
.slideshow-container 
{
  position: absolute;
  width:100%;
  height:100%;
}

/* Hide the images by default */
.mySlides 
{
  text-align:center;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
  padding:0;
}

/* Next & previous buttons */
.prev, .next {
  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 */
.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);
  text-decoration:none;
}

/* Text in image */
.text 
{
	position: absolute;
    top: 70%;
    font-size: 150%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    color: white;
}

/* Title in image */
.title
{
	position: absolute;
    top: 35%;
    font-size: 300%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: white;
}

/* 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;*/
	cursor: pointer;
    height: 40%;
    width: 4%;
    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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-fill-mode:forwards;
  animation-duration: 1.5s;
}

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

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
}
/*Star of mobile*/
@media only screen and (max-width: 425px)
{
	.slideLogo
	{
		position: absolute;
		width: 150px;
		margin-right: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 20%;
	}
	.car-but
	{
		position: absolute;
		top: 85%;
		font-size: 100%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-weight: normal;
		color: white;
		background: #EE7026;
		width: 28%;
		border-radius: 2px 2px 2px 2px;
	}
	.car-but:hover
	{
		text-decoration:none;
	}
	.img-slide
	{
		width: 250%;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		position: absolute;
		border: none;
		padding: 0;
	}
#slides #slides>* 
{
	box-sizing:border-box;
}
#slides
{
	width: 100vw;
    height: 300px;
    background: transparent;
	position:relative;
}
.dot-panel
{
    text-align: center;
    position: absolute;
    right: 0%;
    top: 95%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 5%;
}

/* Slideshow container */
.slideshow-container 
{
  position: absolute;
  width:100%;
  height:100%;
}

/* Hide the images by default */
.mySlides 
{
  text-align:center;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
  padding:0;
}

/* Next & previous buttons */
.prev, .next {
  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 */
.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);
  text-decoration:none;
}

/* Text in image */
.text 
{
    position: absolute;
    top: 70%;
    font-size: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    color: white;
}

/* Title in image */
.title
{
    position: absolute;
    top: 35%;
    font-size: 200%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: white;
}

/* 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;*/
	cursor: pointer;
    height: 40%;
    width: 6%;
    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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-fill-mode:forwards;
  animation-duration: 1.5s;
}

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

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