.pageHeader {
  position: relative;
  display: block;
}

.pageBody {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 990;
  /* opacity: 1; 0 olacak*/
  opacity: 0;
}
.pageBody.hide {
  display: none;
}

.pageMain {
  display: block;
  z-index: 991;
  height: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .pageMain {
    padding-top: 60px;
  }
}

.pageTitle {
  border-left: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  border-top: 2px solid #fafafa;
  display: inline-block;
  padding: 10px;
  padding-right: 50px;
  text-align: center;
  color: #fafafa;
  position: relative;
  background-color: #000;
  z-index: 999;
  min-width: 200px;
}
.pageTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 109%;
  border-top: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  -moz-transform: skew(28deg, 0deg);
  -webkit-transform: skew(28deg, 0deg);
  -o-transform: skew(28deg, 0deg);
  -ms-transform: skew(28deg, 0deg);
  transform: skew(28deg, 0deg);
  top: -2px;
  right: -20px;
  background-color: #000;
  z-index: 1;
}
.pageHeaderDetail {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 70%;
  top: 30%;
  left: 0px;
  border-top: 2px solid #fafafa;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  text-align: center;
  z-index: 998;
}

.pageDetailColounmZone {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 100%;
}

.pageHeaderDetailCoulum {
  display: block;
  width: 10px;
  height: 100%;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
  background-color: #fafafa;
}
.pageHeaderDetailCoulum.LeftCol {
  -moz-transform: skew(28deg, 0deg);
  -webkit-transform: skew(28deg, 0deg);
  -o-transform: skew(28deg, 0deg);
  -ms-transform: skew(28deg, 0deg);
  transform: skew(28deg, 0deg);
}
.pageHeaderDetailCoulum.RightCol {
  -moz-transform: skew(-28deg, 0deg);
  -webkit-transform: skew(-28deg, 0deg);
  -o-transform: skew(-28deg, 0deg);
  -ms-transform: skew(-28deg, 0deg);
  transform: skew(-28deg, 0deg);
}

.pageContent {
  display: block;
  position: relative;
  width: 100%;
  height: 90%;
  /* border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  border-left: 2px solid #fafafa;
  border-bottom-left-radius: 75px;
  background-color: rgba(255, 255, 255, 0.5); */
  /* background: #1e1e1e
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAG0lEQVQYV2P8//+/FCMj4zMGJMCIzIGxKRQEAJgPBAbJqUVTAAAAAElFTkSuQmCC)
    repeat; */
  padding-top: 15px;
  overflow: overlay;
}

.pageHeaderButtonSection {
  position: absolute;
  display: inline-block;
  width: auto;
  height: 100%;
  top: -8px;
  right: -2px;
}

.pageHeaderButtonSection button {
  color: #fafafa;
  z-index: 999;
}

.pageHeaderButtonSection button:hover {
  color: rgb(200, 200, 200);
}

.BrandIcon {
  position: absolute;
  display: inline-block;
  z-index: 999;
  top: 0px;
  left: 50%;
  margin-left: -80px;
  background-color: #2e2e2e;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid rgb(80, 80, 80);
  text-align: center;
  padding: 5px 40px;
}
.BrandIcon > * {
  margin-right: 10px;
}

.BrandIcon button {
  color: rgb(255, 255, 255);
  background: none !important;
  border: none !important;
}

.BrandIcon button:hover {
  color: rgb(220, 220, 220);
}

.BrandIcon img {
  width: auto;
  height: 35px;
  margin-top: 5px;
}

.sliderSection {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sliderSectionCenter {
  display: block;
  width: 10vw;
  margin-left: 40%;
  height: auto;
}

.pageInfo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
}
