body{margin: 0px; padding: 0px; font-family: 'PT Sans';}
header{padding: 0px; margin: 0px;}
.p20{padding-top: 20px; padding-bottom: 20px; }
.p100{padding-top: 100px; padding-bottom: 40px; }
.marquee{font-family: 'PT Sans'; font-size: 15px; padding-top: 20px; padding-bottom: 20px;}
.menuBG{background-color: #ef4221; padding: 0px; margin: 0px; }
.h3{font-size: 24px; font-weight: bold; color: #2b616b;}
.mT10{margin-top: 10px;}
.cFM50{padding-left: 100px; padding-right: 100px; padding-top: 30px; padding-bottom: 30px;}
.r20{padding-bottom: 20px;}
.rMP20{padding-top: 20px;}
.r75{margin-top: 75px;}
.fStyle{width: 100%; padding: 5px; border-radius: 5px; border: 1px solid #ddd;}
.cStyle{line-height: 24px;}
.sButton{background-color:#57c1d6; padding: 15px; border-radius: 5px; border: none; font-size: 16px; color:#fff;}
.textYazi{float: left; padding: 5px; display: block; width: 80%;}
.textImage{float: left; padding: 5px; display: block; width: 20%;}
.pLR{padding-left: 10px; padding-right: 10px;}
.driverModul {
    width: 8%;
    border-top-width: 4px;
    margin-left: 530px;
    border-color: rgb(239, 66, 33);
    margin-right: 0px;
}
.aButton{background-color:#57c1d6; padding: 15px; border-radius: 5px; border: none; text-decoration: none; font-size: 16px; color:#fff;}

.baslikBG{padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(255, 183, 72);
    background-image: none;
    background-repeat: repeat-x;
    background-size: auto;
color:#fff;
height: 94px;}

.footer{padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(41, 41, 41);}


.hr{width: 24%;
    border-top-width: 4px;
    margin-left: 0px;
    border-color: rgb(239, 66, 33);}

/* Add a black background color to the top navigation */
.topnav {
	text-align: center;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 19px 21px;
  text-decoration: none;

}

/* Change the color of links on hover */
.topnav a:hover {

  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #FFFFFF;
  color: #000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.mButon{ background-color: #FFFFFF;
  color: #000;}


/* Slideshow container */
.slideshow-container {
  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 */
.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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}