html{
  overflow-x: hidden;
}
body{
  font-family: 'GilroyMedium';
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*KeyFrames*/
@-webkit-keyframes ani-mouse {
  0% {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    top: 0%;
  }
  15% {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    top: 20%;
  }
  100% {
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
    top: 20%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    top: 0%;
  }
  15% {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    top: 20%;
  }
  100% {
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
    top: 20%;
  }
}
@keyframes ani-mouse {
  0% {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    top: 0%;
  }
  15% {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    top: 20%;
  }
  100% {
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
    top: 20%;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}
/*Site Geneli kullanılan taglar*/
.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.mainFrame {
  height: auto;
}
strong {
  font-family: 'GilroyBlack';
  font-weight: bold;
}

h4 {
  font-family: 'GilroyBlack';
  font-size: 30.17px;
  -webkit-text-fill-color: #232323;
  color: #232323;
}
/*Custom Scroll*/
::-webkit-scrollbar {
  width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
  background-color: #e7e7e7;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #3e3e3e;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #3e3e3e;
}
/*Header*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
}
header .header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background-color: #ffcc00;
  margin-top: 35px;
  position: relative;
  
}
header .header:after{
  content: '';
  position: absolute;
  width: 600px;
  top: 0;
  left: 100%;
  bottom: 0;
  background-color: #ffcc00;
}
header .header .headerLogo {
  /* padding-top: 12px; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #1f1f1f;
  display: block;
  padding: 17px 20px;
  position: absolute;
  top: -12px;
  margin-left: 20px;
  box-shadow: 0px 2px 18px 4px #000000f2;
}
header .header .headerLogo:hover {  
  /*opacity: 0.8;*/
}
header .header .headerLogo2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 2px;
  margin-left: 196px;
}
header .header .rightFrame {
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
header .header .rightFrame > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .header .rightFrame .socialMedia a {
  margin-left: 10px;
}
header .header .rightFrame .socialMedia a:first-child {
  margin-left: 0;
}
header .header .rightFrame .socialMedia a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-filter: invert(37%);
  -moz-filter: invert(37%);
  -o-filter: invert(37%);
  -ms-filter: invert(37%);
  filter: invert(37%);
}
header .header .rightFrame .socialMedia a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
header .header .rightFrame .openingTime {
  padding: 14px 0;
}
header .header .rightFrame .openingTime:before {
  content: "";
  background-image: url('../img/icon/clock.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  display: inline-block;
  -webkit-filter: invert(37%);
  -moz-filter: invert(37%);
  -o-filter: invert(37%);
  -ms-filter: invert(37%);
  filter: invert(37%);
}
header .header .rightFrame .openingTime span {
  -webkit-text-fill-color: #969696;
  color: #969696;
  font-family: 'GilroyBlack';
  font-size: 13.13px;
}
header .header .rightFrame .openingTime span:before {
  content: "|";
  display: inline-block;
  -webkit-text-fill-color: #969696;
  color: #969696;
  font-family: 'GilroyBlack';
  font-size: 13.13px;
  margin: 0 9px;
  top: -2px;
}
header .header .rightFrame .openingTime span:first-child:before {
  display: none;
}
header .header .rightFrame .menuArea .language {
  padding-left: 7.5px;
  color: #202020;
  font-family: 'GilroyBlack';
  font-size: 16.34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0.5;
  margin-top: 4px;
}
header .header .rightFrame .menuArea .language:hover {
  opacity: 1;
}
header .header .rightFrame .menuArea .siteMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .header .rightFrame .menuArea .siteMenu > li {
  position: relative;
}
header .header .rightFrame .menuArea .siteMenu > li:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
header .header .rightFrame .menuArea .siteMenu > li > a {
  font-family: 'GilroyMedium';
  font-size: 16.34px;
  color: #202020;
  transition: all 0.3s ease-in-out;
  padding: 32px 10px 29px 10px;
  display: block;

}
header .header .rightFrame .menuArea .siteMenu > li > a:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 8px;
  top: -34px;
  background-color: #ffcc00;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 0;
  transition: all 0.3s linear;
}
header .header .rightFrame .menuArea .siteMenu > li > a:hover {
  opacity: 1;
  font-family: 'GilroyBlack';
}
header .header .rightFrame .menuArea .siteMenu > li > a:hover:before {
  width: 100%;
}
header .header .rightFrame .menuArea .siteMenu > li.active a {
  font-family: 'GilroyBlack';
}
header .header .rightFrame .menuArea .siteMenu > li:hover:before,
header .header .rightFrame .menuArea .siteMenu > li.active:before {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
}
header .header .rightFrame .menuArea .siteMenu > li:hover .subMenuArea {
  height: auto;
  overflow: visible;
  visibility: visible;
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea {
  height: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  /*width: 160px;*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  left: 7.5px;
  z-index: 999;
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList {
  background-color: #ffffff;
  -webkit-box-shadow: -1px 17px 27px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -1px 17px 27px 0px rgba(0, 0, 0, 0.48);
  box-shadow: -1px 17px 27px 0px rgba(0, 0, 0, 0.48);
  padding: 30px 15px 30px 15px;
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li {
  padding: 10px 0;
  z-index: 1;
  position: relative;
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li a {
  font-family: 'GilroySemibold';
  font-size: 13.2px;
  -webkit-text-fill-color: #222222;
  color: #222222;
  padding-left: 11px;
  white-space: nowrap;
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li:before {
  content: "";
  width: 38px;
  height: 38px;
  background-color: #f1f1f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -3px;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li:hover a,
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li.active a {
  font-family: 'GilroyBlack';
}
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li:hover:before,
header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li.active:before {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
}
header.subHeader {
  position: static;
  margin-bottom: 45px;
}
header.subHeader.mobile {
  position: relative;
}
header.subHeader.mobile .header .rightFrame .openingTime {
  display: block;
}
header.subHeader.mobile .header .rightFrame .menuArea .siteMenu > li > a {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
header.subHeader .header .headerLogo img {
  /*-webkit-filter: invert(1);
  -moz-filter: invert(1);
  -o-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);*/
  width: 105px;
}
header.subHeader .header .rightFrame .openingTime {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.subHeader .header .rightFrame .openingTime span {
  padding-top: 4px;
}
header.subHeader .header .rightFrame .openingTime span:before {
  display: none;
}
header.subHeader .header .rightFrame .openingTime:before {
  display: none;
}
header.subHeader .header .rightFrame .menuArea .language:hover {
  -webkit-text-fill-color: #232323;
  color: #232323;
}
header.subHeader .header .rightFrame .menuArea .siteMenu > li:before {
  background-color: #232323;
  top: -87px;
}
header.subHeader .header .rightFrame .menuArea .siteMenu > li > a {
  -webkit-text-fill-color: #232323;
  color: #232323;
}
/*Carousel Frame*/
.carouselFrame {
  position: relative;
  height: 100vh;
  z-index: 9;
}

.carouselFrame .carouselArea .homeCarousel:after{
  /*content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  background-image: url(../img/slideralt.png);
  background-position: bottom;*/
}
.carouselFrame .carouselArea .homeCarousel .slick-slide {
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
}
.carouselFrame .carouselArea .homeCarousel .slick-slide:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgb(0 0 0 / 81%) 0%, rgba(255,255,255,0) 100%);
}
.carouselFrame .carouselArea .homeCarousel .slick-slide:after{

  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgb(0 0 0 / 40%) 0%, rgba(255,255,255,0) 100%);
}
/*.carouselFrame .carouselArea .homeCarousel .slick-slide:after{*/
.carouselFrame:after{
  /*content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgb(0 0 0 / 81%) 0%, rgba(255,255,255,0) 100%);*/

  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../img/slider-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
.carouselFrame .carouselArea .homeCarousel .slick-slide .altCizgi{
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  background-image: url(../img/altmaske.png);
  background-size: cover;
  opacity: 1;
  z-index: 20000;*/
}
/*.carouselFrame .carouselArea .homeCarousel .slick-slide img{
  display: block;
  max-width: 100%;
  height: 100%;
  -webkit-mask:  
     linear-gradient(#fff,#fff)              top,
     url(../img/altmaske.png) bottom;
  -webkit-mask-size:
     100% calc(100% - 30px),
     auto 30px;
  -webkit-mask-repeat: repeat-x;
  mask:  
     linear-gradient(#fff,#fff)              top,
     url(../img/altmaske.png) bottom;
  mask-size:
     100% calc(100% - 30px),
     auto 30px;
  mask-repeat: repeat-x;
}*/
.carouselFrame .carouselArea .homeCarousel .slick-slide .desc {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: calc(100% - 300px);
  top: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.carouselFrame .carouselArea .homeCarousel .slick-slide .desc h1 {
  font-size: 50.59px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  font-family: 'GilroyBlack';
  letter-spacing: 25px;
}
.carouselFrame .carouselArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.carouselFrame .carouselArea .slick-dots {
  position: absolute;
  bottom: 130px;
  max-width: 1160px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 9;
}
.carouselFrame .carouselArea .slick-dots li {
  cursor: pointer;
  margin: 0 0 0 20px;
  width: auto;
  height: auto;
}
.carouselFrame .carouselArea .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.carouselFrame .carouselArea .slick-dots li button:before {
  display: none;
}
.carouselFrame .carouselArea .slick-dots li button span {
  font-family: 'GilroyBlack';
  font-size: 11.72px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: 5px;
  position: absolute;
  width: 200px;
  top: -16px;
}
.carouselFrame .carouselArea .slick-dots li img {
  -webkit-filter: invert(37%);
  -moz-filter: invert(37%);
  -o-filter: invert(37%);
  -ms-filter: invert(37%);
  filter: invert(37%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.carouselFrame .carouselArea .slick-dots li:hover img,
.carouselFrame .carouselArea .slick-dots li.slick-active img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.carouselFrame .carouselArea .slick-dots li.slick-active button span {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
  overflow: visible;
  visibility: visible;
}
.carouselFrame .carouselArea .slick-dots li:first-child {
  margin-left: 0;
}
.carouselFrame .carouselBottom {
  position: absolute;
  width: 100%;
  max-width: 1160px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.carouselFrame .carouselBottom .copyRight{
  position: relative;
  top: 0px;
}
.carouselFrame .carouselBottom .copyRight .yazi{
  font-family: 'GilroySemibold';
  font-size: 11.72px;
  -webkit-text-fill-color: #505050;
  color: #505050;
  position: relative;
}
.carouselFrame .carouselBottom .copyRight .yazi strong {
  font-family: 'GilroyBlack';
  -webkit-text-fill-color: #505050;
  color: #505050;
}
.carouselFrame .carouselBottom .copyRight .icons{
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.carouselFrame .carouselBottom .copyRight .icons .item{
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  position: relative;
}
.carouselFrame .carouselBottom .copyRight .icons .item:hover{
  opacity: 1;
}
.carouselFrame .carouselBottom .copyRight .icons .item:hover .title{
  opacity: 1;
}
.carouselFrame .carouselBottom .copyRight .icons .item:hover .img{
  filter: invert(73%) sepia(97%) saturate(1297%) hue-rotate(16deg) brightness(178%) contrast(104%)
}
.carouselFrame .carouselBottom .copyRight .icons .item .title{
  font-family: 'GilroyBlack';
  color: #ffcc00;
  font-size: 0.6em;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  top: -17px;
}
.carouselFrame .carouselBottom .copyRight .icons .item .img{
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
}
.carouselFrame .carouselBottom .copyRight .icons .item .img img{
  max-height: 46px;
}
@media(max-width:992px){
  .carouselFrame .carouselBottom .copyRight{
    position: static;
  }
  .carouselFrame .carouselBottom .copyRight .icons{
    display: block;
    position: absolute;
    left: 14px;
    bottom: 0px;
    padding-left: 20px;
  }
  .carouselFrame .carouselBottom .copyRight .icons .item{
    margin-bottom: 20px;
  }
  .subPageCenter .content .leftFrame .photoGalleryDetails2 > a{
    width: 50%;
    flex: 0 0 50%;
  }
  .subPageCenter .content .leftFrame .photoGalleryDetails2 > a > img{
    height: 104px;
  }
}
.carouselFrame .carouselBottom .scroll_down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: 0 auto;
  display: block;
  width: 150px;
}
.carouselFrame .carouselBottom .scroll_down > p {
  font-family: 'GilroyBlack';
  font-size: 17.36px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  padding-top: 5px;
}
.carouselFrame .carouselBottom .scroll_down > a {
  display: block;
}
.carouselFrame .carouselBottom .scroll_down > a:hover .mouse span {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.carouselFrame .carouselBottom .scroll_down .mouse {
  width: 18px;
  height: 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 10px auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
.carouselFrame .carouselBottom .scroll_down .mouse > span {
  width: 2px;
  height: 7px;
  background-color: #ffffff;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  -o-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
.carouselFrame .carouselBottom .quickView {
  position: relative;
  top: -10px;
  display: flex;
}
.carouselFrame .carouselBottom .quickView .quickViewButton {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 7px solid #a78914;*/
  box-shadow: inset 0px 0px 1px 6px #00000057;
  background-color: #ffcc00;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  transition: all 0.3s linear;
  margin-left: 10px;
}
.carouselFrame .carouselBottom .quickView .quickViewButton2 {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 7px solid #9a9a9a;*/
  box-shadow: inset 0px 0px 1px 6px #00000057;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  transition: all 0.3s linear;
  margin-left: 10px;
}
.carouselFrame .carouselBottom .quickView .quickViewButton span {
  font-family: 'GilroyBlack';
  font-size: 11.29px;
  -webkit-text-fill-color: #393939;
  color: #393939;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.carouselFrame .carouselBottom .quickView .quickViewButton:hover {
  background-color: #e8b904;
}
.carouselFrame .carouselBottom .quickView .quickViewButton:hover span {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.carouselFrame .carouselBottom .quickView .quickViewMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 100%;
  width: 80px;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.carouselFrame .carouselBottom .quickView .quickViewMenu > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: -1px 17px 27px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 17px 27px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 17px 27px 0px rgba(0, 0, 0, 0.45);
  margin: 4px 0;
}
.carouselFrame .carouselBottom .quickView .quickViewMenu > a > span {
  width: 190px;
  height: 35px;
  padding-left: 20px;
  padding-right: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17.5px;
  background-color: #ffffff;
  font-family: 'GilroyExtrabold';
  font-size: 13.5px;
  -webkit-text-fill-color: #212121;
  color: #212121;
  z-index: -1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.carouselFrame .carouselBottom .quickView .quickViewMenu > a:hover span {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
  overflow: visible;
  visibility: visible;
}
.carouselFrame .carouselBottom .quickView .quickViewMenu.active {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
  overflow: visible;
  visibility: visible;
}








































.carouselArea{
  position: relative;
  top: -46px;
}
#virtualTour {
  position: relative;
  top: -130px;
  z-index: 1;
  /*height: 100vh;*/
}
#virtualTour .container {
  position: relative;
}
/*Photo Gallery*/
.photoGallerySlider{
  height: 100%;
}
.photoGallerySlider .slick-list{
  height: 100%;
}
.photoGallerySlider .slick-list .slick-track{
  height: 100%;
}
.photoGallery {
  position: relative;
  /*height: calc(100% + 54px);*/
  /*height: 1024px;*/
}
.photoGallery .photoGallerySlider .slick-slide {
  background-size: cover;
  background-position: bottm center;
  height: 100%;
  background-size: 100% 100%;
}
.photoGallery .photoGallerySlider .slick-slide img{
  width: 100%;
  height: 917px;
}
.photoGallery .photoGallerySlider .desc {
  max-width: 1160px;
  width: 100%;
  height: calc(100% - 190px);
  margin: 50px auto 140px auto;
}
.photoGallery .photoGallerySlide-control {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.49);
  padding: 16px 0;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  overflow-y: scroll;
  bottom: 140px;
}
.photoGallery .photoGallerySlide-control:hover {
  /*height: 138px;*/
}
.photoGallery .photoGallerySlide-control .slick-list {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.photoGallery .photoGallerySlide-control .slick-list .slick-track {
  width: auto;
  margin: 0;
  right: auto;
}
.photoGallery .photoGallerySlide-control .slick-list .slick-slide {
  padding: 0 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
}
.photoGallery .photoGallerySlide-control .slick-list .slick-slide img {
  height: 105px;
}
.photoGallery .photoGallerySlide-control .slick-list .slick-slide:first-child {
  padding-left: 0;
}
.photoGallery .photoGallerySlide-control .slick-list .slick-slide:hover,
.photoGallery .photoGallerySlide-control .slick-list .slick-slide.slick-current {
  -webkit-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.5);
  /* IE 5-7 */
  -moz-opacity: 0.5;
  /* Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  /* Good browsers */
}
/*Dots*/
.dotsContainer {
  width: 100%;
  height: 100%;
 
}
.dotsContainer .dotsItem {
  position: absolute;
  z-index: 1;
  width: 51px;
  height: 51px;
}
.dotsContainer .dotsItem .dots {
  width: 51px;
  height: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  -moz-animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  -o-animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  animation: blinker 2s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
.dotsContainer .dotsItem .dots:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.dotsContainer .dotsItem.activeDot .dots,
.dotsContainer .dotsItem:hover .dots {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.dotsContainer .dotsItem .popupDesc {
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  visibility: hidden;
  overflow: hidden;
  width: 280px;
  max-height: 144px;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.58);
  box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.58);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 20px 15px 15px 25px;
  position: absolute;
}
.dotsContainer .dotsItem .popupDesc div {
  font-family: 'GilroySemibold';
  font-size: 14px;
  -webkit-text-fill-color: #212121;
  color: #212121;
  line-height: 16px;
  overflow-y: scroll;
  max-height: 111px;
}
.dotsContainer .dotsItem:hover .popupDesc,
.dotsContainer .dotsItem.activeDot .popupDesc {
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
  overflow: visible;
  visibility: visible;
  
}
.dotsContainer .dotsItem.item-1 {
  -webkit-transform: translate(80px, 335px);
  -moz-transform: translate(80px, 335px);
  -ms-transform: translate(80px, 335px);
  -o-transform: translate(80px, 335px);
  transform: translate(80px, 335px);
}
.dotsContainer .dotsItem.item-1 .popupDesc {
  left: calc(100% + 12px);
  bottom: calc(100% - 35px);
}
.dotsContainer .dotsItem.item-2 {
  -webkit-transform: translate(816px, 118px);
  -moz-transform: translate(816px, 118px);
  -ms-transform: translate(816px, 118px);
  -o-transform: translate(816px, 118px);
  transform: translate(816px, 118px);
}
.dotsContainer .dotsItem.item-2 .popupDesc {
  right: calc(100% + 12px);
  top: calc(100% - 35px);
}
.dotsContainer .dotsItem.item-3 {
  -webkit-transform: translate(1371px, 280px);
  -moz-transform: translate(1371px, 280px);
  -ms-transform: translate(1371px, 280px);
  -o-transform: translate(1371px, 280px);
  transform: translate(1371px, 280px);
}
.dotsContainer .dotsItem.item-3 .popupDesc {
  right: calc(100% + 12px);
  top: calc(100% - 35px);
}
/*Yukarı Çık Butonu*/
.upButton {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 13px solid #ffcc00;
  border-radius: 50%;
}
/*.upButton:hover {
  background-color: #bbbbbb;
}
.upButton:hover span {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}*/
.upButton span {
  font-family: 'GilroyBlack';
  font-size: 11.29px;
  color: #393939;
  transition: all 0.3s ease-in-out;
  width: 64px;
  height: 64px;
  background-color: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 14px 3px #0000006b;
}
/*SubPage*/
.subMainPage{
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.subMainPage .mobileMenuButton span {
  background-color: #232323;
}
.subMainPage .mobileMenuButton:before,
.subMainPage .mobileMenuButton:after {
  background-color: #232323;
}
.subMainPage .mobileMenuButton.active:before,
.subMainPage .mobileMenuButton.active:after {
  background-color: #ffffff;
}
.subPageCenter {
  /*padding-top: 20px;
  /*min-height: calc(100% - 135px);*/
  /*display: flex;
  flex-direction: column;
  height: 100%;*/
}
.subPageCenter .subPageContent {
  background-image: url('../img/subpageBg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  /*min-height: calc(100% - 235px);*/
  position: relative;
  padding-bottom: 100px;
  flex-grow: 1;
}
.subPageCenter .subPageContent:after {
  content: "";
  background-image: url('../img/icsayfaarkaplan.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.subPageCenter .subPageContent .copyRight span {
  font-family: 'GilroySemibold';
  font-size: 11.72px;
  -webkit-text-fill-color: #212121;
  color: #212121;
}
.subPageCenter .subPageContent .copyRight span strong {
  font-family: 'GilroyBlack';
}
.subPageCenter.noBg .subPageContent {
  background: none;
}
.subPageCenter.noBg .subPageContent:after {
  display: none;
}
.subPageCenter .breadCrumbArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 3px solid #ebebeb;
  min-height: 80px;
  height: auto;
  padding: 10px;
  border-top: 3px solid #ebebeb;
}
.subPageCenter .breadCrumbArea .breadCrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 6px;
}
.subPageCenter .breadCrumbArea .breadCrumb li {
  position: relative;
}
.subPageCenter .breadCrumbArea .breadCrumb li.active a {
  font-family: 'GilroyBlack';
}
.subPageCenter .breadCrumbArea .breadCrumb li:first-child:before {
  display: none;
}
.subPageCenter .breadCrumbArea .breadCrumb li:first-child a {
  padding-left: 0;
}
.subPageCenter .breadCrumbArea .breadCrumb li:before {
  content: "";
  background-color: #3d3d3d;
  width: 1px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.subPageCenter .breadCrumbArea .breadCrumb li a {
  font-family: 'GilroyMedium';
  font-size: 13.61px;
  -webkit-text-fill-color: #3d3d3d;
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0 11px;
  display: inline-block;
}
.subPageCenter .breadCrumbArea .breadCrumb li:hover a {
  -webkit-text-fill-color: rgba(61, 61, 61, 0.8);
  color: rgba(61, 61, 61, 0.8);
}
.subPageCenter .buttonArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.subPageCenter .buttonArea > a {
  margin-left: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.subPageCenter .buttonArea > a:first-child {
  margin-left: 0;
}
.subPageCenter .buttonArea > a:hover {
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.8);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
.subPageCenter .buttonArea .printButton {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.subPageCenter .buttonArea .printButton img {
  margin-left: 10px;
}
.subPageCenter .buttonArea .printButton span {
  font-family: 'GilroySemibold';
  font-size: 15.38px;
  -webkit-text-fill-color: #c0c0c0;
  color: #c0c0c0;
}
.subPageCenter .copyRight {
  position: absolute;
  bottom: 80px;
}
.subPageCenter .content {
  padding-top: 50px;
}
.subPageCenter .content .leftFrame {
  float: left;
  width: calc(100% - 175px);
  padding-right: 30px;
}
.subPageCenter .paragraph {
  text-align: justify;
  padding-right: 45px;
}
.subPageCenter .paragraph p {
  font-family: 'GilroyMedium';
  font-size: 16px;
  -webkit-text-fill-color: #212121;
  color: #212121;
  padding: 10px 0;
}
.subPageCenter .paragraph p:first-child {
  padding-top: 0;
}
.subPageCenter .paragraph.fLeft {
  width: calc(100% - 278px);
}
.subPageCenter .subPageContent.tamekran .paragraph.fLeft{
  width: 100%;
}
.subPageCenter .paragraph.fLeft p img{
  max-width: 100% !important;
  width: initial !important;
  height: initial !important;
}
.subPageCenter .paragraph .paragraph-dotList,
.subPageCenter .paragraph .paragraph-dotList2 {
  padding: 20px 0;
}
.subPageCenter .paragraph .paragraph-dotList li,
.subPageCenter .paragraph .paragraph-dotList2 li {
  -webkit-text-fill-color: #212121;
  color: #212121;
  font-family: 'GilroyMedium';
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 36px;
}
.subPageCenter .paragraph .paragraph-dotList li:before,
.subPageCenter .paragraph .paragraph-dotList2 li:before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #212121;
  display: inline-block;
  position: absolute;
  left: 0;
}
.subPageCenter .paragraph .paragraph-dotList2 li {
  padding: 10px 0 10px 36px;
}
.subPageCenter .paragraph h5 {
  font-family: 'GilroyBlack';
  margin: 20px 0 10px 0;
}
.subPageCenter .paragraphGallery {
  width: 278px;
  float: left;
}
.subPageCenter .paragraphGallery .galeryItem {
  margin: 10px 0;
  max-height: 165px;
  display: block;
  width: 100%;
  height: 100%;
}
.subPageCenter .paragraphGallery .galeryItem:first-child {
  margin-top: 0;
}
.subPageCenter .paragraphGallery .galeryItem .imageFrame {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.subPageCenter .paragraphGallery .galeryItem .imageFrame img{
  width: 100%;
}
.subPageCenter .fLeft {
  float: left;
}
.subPageCenter .timeList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 27.5px;
}
.subPageCenter .timeList > div {
  width: 48%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 22.5px 0;
}
.subPageCenter .timeList > div .iconFrame {
  position: relative;
}
.subPageCenter .timeList > div .iconFrame:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 24px;
  right: -9px;
  top: -9px;
}
.subPageCenter .timeList > div .iconFrame.checked:after {
  background-image: url('../img/icon/checked.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.subPageCenter .timeList > div .iconFrame.cancel:after {
  background-image: url('../img/icon/cancel.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.subPageCenter .timeList > div .desc {
  padding-left: 21px;
}
.subPageCenter .timeList > div .desc span {
  font-family: 'GilroyBlack';
  font-size: 13.13px;
  -webkit-text-fill-color: #232323;
  color: #232323;
  display: block;
}
.subPageCenter .transportOptions {
  padding-top: 30px;
}
.subPageCenter .transportOptions > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.subPageCenter .transportOptions > div .iconFrame {
  position: relative;
  z-index: 1;
}
.subPageCenter .transportOptions > div .iconFrame:before {
  content: "";
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(41, 41, 41, 0.13);
  position: absolute;
  left: -18px;
  top: -14px;
  z-index: -1;
}
.subPageCenter .transportOptions > div .desc {
  padding-left: 20px;
}
.subPageCenter .transportOptions > div .desc span.title {
  font-family: 'GilroyBlack';
  font-size: 17.89px;
  -webkit-text-fill-color: #232323;
  color: #232323;
  display: block;
  padding: 20px 0;
}
.subPageCenter .transportOptions > div .desc p {
  font-family: 'GilroyMedium';
  font-size: 16px;
  -webkit-text-fill-color: #212121;
  color: #212121;
}
/*Right Menu Style*/
.rightMenuFrame {
  width: 175px;
  float: left;
}
.accRightMenu {
  width: 100%;
  height: auto;
  text-align: right;
}
.accRightMenu li {
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: flex-end;
}
.accRightMenu li a {
  font-family: 'GilroySemibold';
  -webkit-text-fill-color: #a2a2a2;
  color: #a2a2a2;
  font-size: 16.48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
}
.accRightMenu li a:after {
  content: "-";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-block;
  -webkit-text-fill-color: #222222;
  color: #222222;
  margin-left: 3px;
  width: 10px;
}
.accRightMenu li.active > a,
.accRightMenu li:hover > a {
  -webkit-text-fill-color: #222222;
  color: #222222;
  font-family: 'GilroyBlack';
}
.accRightMenu li.active .subList,
.accRightMenu li:hover .subList {
  display: block;
}
.accRightMenu .subList {
  display: none;
  margin-top: 10px;
  padding-right: 15px;
}
.accRightMenu .subList li a:after {
  display: none;
}
/*Aktiviteler*/
.activitiesList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.activitiesList .activityItem {
  width: 48%;
  margin: 27px 0;
  position: relative;
}
.activitiesList .activityItem .imageFrame {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.activitiesList .activityItem .imageFrame img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.activitiesList .activityItem .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  background: #000000;
  background: -moz-linear-gradient(0deg, #000000 0%, rgba(128, 124, 124, 0) 100%);
  background: -webkit-linear-gradient(0deg, #000000 0%, rgba(128, 124, 124, 0) 100%);
  background: -o-linear-gradient(0deg, #000000 0%, rgba(128, 124, 124, 0) 100%);
  background: -ms-linear-gradient(0deg, #000000 0%, rgba(128, 124, 124, 0) 100%);
  background: linear-gradient(90deg, #000000 0%, rgba(128, 124, 124, 0) 100%);
  padding: 16px 18px;
}
.activitiesList .activityItem .desc span {
  font-family: 'GilroyBlack';
  font-size: 18.75px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  display: block;
  margin-top: 4px;
}
.activitiesList .activityItem .desc span.date {
  font-size: 14.32px;
  -webkit-opacity: 0.32;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.32);
  /* IE 5-7 */
  -moz-opacity: 0.32;
  /* Netscape */
  -khtml-opacity: 0.32;
  /* Safari 1.x */
  opacity: 0.32;
  /* Good browsers */
  margin-top: 10px;
}
.activitiesList .activityItem:hover .imageFrame img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/*Galeri*/
.galleryFrame .galleryList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}
.galleryFrame .galleryList .galeryItem {
  width: 16%;
  padding: 0 12px 42px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.17);
  margin: 20px 0;
  max-height: 186px;
  max-width: 175px;
  margin-right: 20px;
}
.galleryFrame .galleryList .galeryItem .imageFrame {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.galleryFrame .galleryList .galeryItem .imageFrame img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.galleryFrame .galleryList .galeryItem:hover .imageFrame img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/*Önemli Bağlantılar*/
.importConnection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.importConnection .importConnectItem {
  margin-top: 50px;
  width: 46%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  height: 94px;
}
.importConnection .importConnectItem .desc {
  width: 70%;
}
.importConnection .importConnectItem .desc span {
  display: block;
}
.importConnection .importConnectItem .desc span.title {
  font-family: 'GilroySemibold';
  font-size: 15.26px;
  -webkit-text-fill-color: #212121;
  color: #212121;
}
.importConnection .importConnectItem .desc a {
  -webkit-text-fill-color: #212121;
  color: #212121;
  font-family: 'GilroyBlack';
  font-size: 18.1px;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.importConnection .importConnectItem .desc a:hover {
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.8);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
/*accordion Content Sıkça Sorulan Sorular*/
.acc {
  padding-top: 45px;
}
.acc .accTitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  position: relative;
  cursor: pointer;
  padding: 8px 0 8px 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.acc .accTitle:first-child {
  margin-top: 0;
}
.acc .accTitle:nth-child(4n+1) {
  background-color: #ebebeb;
}
.acc .accTitle:before {
  content: "";
  background-image: url('../img/icon/infoques.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.acc .accTitle:after {
  content: "+";
  font-family: 'GilroyBlack';
  font-size: 22.19px;
  -webkit-text-fill-color: #232323;
  color: #232323;
  position: absolute;
  right: 30px;
  top: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.acc .accTitle img {
  margin-right: 20px;
}
.acc .accTitle span {
  font-family: 'GilroyBold';
  font-size: 16px;
  -webkit-text-fill-color: #161616;
  color: #161616;
  width: calc(100% - 80px);
  padding-left: 16px;
}
.acc .accTitle:hover,
.acc .accTitle.active {
  background-color: #232323;
}
.acc .accTitle:hover span,
.acc .accTitle.active span {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.acc .accTitle:hover:before,
.acc .accTitle.active:before {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -o-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);
}
.acc .accTitle:hover:after,
.acc .accTitle.active:after {
  content: "-";
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.acc .accContent {
  height: 0;
  visibility: hidden;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.acc .accContent.active {
  height: auto;
  visibility: visible;
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=1);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
  overflow: visible;
}
.acc .accContent.active .paragraph {
  padding: 20px 30px 25px 75px;
}
.acc .accContent.active .paragraph p {
  padding: 5px 0;
  font-size: 16px;
  -webkit-text-fill-color: #232323;
  color: #232323;
  font-family: 'GilroyMedium';
}
.acc .accContent.active .paragraph p a {
  font-family: 'GilroyBlack';
  font-size: 16px;
  -webkit-text-fill-color: #232323;
  color: #232323;
}
/*Ulaşım*/
.adressContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 45px;
}
.adressContent > div {
  width: 45%;
}
.adressContent .adressDetails .adressItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  border-top: 2px solid #d6d6d6;
  padding: 30px 0;
}
.adressContent .adressDetails .adressItem:first-child {
  border-top: none;
}
.adressContent .adressDetails .adressItem:before {
  content: "";
  width: 62px;
  height: 62px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(25, 48, 81, 0.03);
  position: absolute;
  left: -27px;
  top: 15px;
}
.adressContent .adressDetails .adressItem .desc {
  flex: 1;
  padding-left: 20px;
}
.adressContent .adressDetails .adressItem .desc span {
  display: block;
  margin-bottom: 10px;
}
.adressContent .adressDetails .adressItem .desc span.title {
  font-family: 'GilroyBlack';
  font-size: 21.9px;
  -webkit-text-fill-color: #232323;
  color: #232323;
}
.adressContent .adressDetails .adressItem .desc p {
  font-family: 'GilroySemibold';
  font-size: 14px, -webkit-text-fill-color: #232323;, color: #232323;;
  padding-top: 10px;
}
.adressContent .adressDetails .adressItem .desc p a {
  font-family: 'GilroyBlack';
  -webkit-text-fill-color: #232323;
  color: #232323;
  display: inline-block;
}
.adressContent .adressDetails .adressItem .desc p strong {
  font-family: 'GilroyBlack';
}
.adressContent .adressMap .mapFrame {
  width: 100%;
  border: 9px solid #dcdcdc;
  overflow: hidden;
}
.adressContent .adressMap .mapFrame iframe {
  width: 100%;
}
/*Custom Select Style*/
.selectArea {
  width: 100%;
}
.selectArea .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'GilroyBold';
  font-size: 13px;
  color: #bdbdbd;
  width: auto;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding-left: 20px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.selectArea .styledSelect:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  background-image: url(../img/icon/ddArrow-9x8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 8px;
}
.selectArea .select {
  width: 100%;
  height: 100%;
  position: relative;
  height: 54px;
  border: 2px solid #bababa;
}
.selectArea .select .s-hidden {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  visibility: hidden;
}
.selectArea .select .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: -6px 22px 14px 0px rgba(34, 31, 25, 0.15);
  -moz-box-shadow: -6px 22px 14px 0px rgba(34, 31, 25, 0.15);
  box-shadow: -6px 22px 14px 0px rgba(34, 31, 25, 0.15);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding-top: 8px;
  z-index: 999;
  padding-bottom: 10px;
}
.selectArea .select .options li {
  padding: 7.5px 0;
  font-family: 'GilroySemibold';
  font-size: 13px;
  color: rgba(33, 33, 33, 0.8);
  border-top: 1px solid rgba(181, 181, 181, 0.6);
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding-left: 10px;
  cursor: pointer;
}
.selectArea .select .options li:first-child {
  border-top: none;
  display: none;
}
.selectArea .select .options li:nth-child(2) {
  border-top: none;
}
.selectArea .select .options li:hover {
  color: #212121;
}
.phoneColumn {
  border: 1px solid #e4e4e4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 54px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.phoneColumn input[type="text"] {
  border: none;
  flex: 1;
  height: 100%;
  margin: 0;
  padding: 0 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.phoneColumn .select {
  width: 85px;
}
/*Bize Yazın*/
.contactForm form {
  /* firefox 19+ */
  /* ie */
}
.contactForm form .row {
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.contactForm form .row .column {
  width: 48%;
  position: relative;
}
.contactForm form label {
  font-family: 'GilroyBlack';
  font-size: 16px;
  -webkit-text-fill-color: #212121;
  color: #212121;
  margin: 16px 0;
}
.contactForm form input[type="text"] {
  font-family: 'GilroySemibold';
  font-size: 16px;
  -webkit-text-fill-color: #212121;
  color: #212121;
  height: 54px;
  border: 2px solid #bababa;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactForm form textarea {
  font-family: 'GilroySemibold';
  font-size: 16px;
  -webkit-text-fill-color: #212121;
  color: #212121;
  border: 2px solid #bababa;
  flex: 1;
  margin-right: 10px;
  padding-left: 18px;
  padding-top: 18px;
}
.contactForm form ::-webkit-input-placeholder {
  -webkit-opacity: 0.41;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.41);
  /* IE 5-7 */
  -moz-opacity: 0.41;
  /* Netscape */
  -khtml-opacity: 0.41;
  /* Safari 1.x */
  opacity: 0.41;
  /* Good browsers */
}
.contactForm form ::-moz-placeholder {
  -webkit-opacity: 0.41;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.41);
  /* IE 5-7 */
  -moz-opacity: 0.41;
  /* Netscape */
  -khtml-opacity: 0.41;
  /* Safari 1.x */
  opacity: 0.41;
  /* Good browsers */
}
.contactForm form :-ms-input-placeholder {
  -webkit-opacity: 0.41;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.41);
  /* IE 5-7 */
  -moz-opacity: 0.41;
  /* Netscape */
  -khtml-opacity: 0.41;
  /* Safari 1.x */
  opacity: 0.41;
  /* Good browsers */
}
.contactForm form input:-moz-placeholder {
  -webkit-opacity: 0.41;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0.41);
  /* IE 5-7 */
  -moz-opacity: 0.41;
  /* Netscape */
  -khtml-opacity: 0.41;
  /* Safari 1.x */
  opacity: 0.41;
  /* Good browsers */
}
.contactForm form .phoneColumn {
  border: 2px solid #bababa;
  height: 54px;
}
.contactForm form .phoneColumn input[type="text"] {
  border: none;
  height: 50px;
}
.contactForm form .phoneColumn .select {
  height: 50px;
  border: none;
}
.contactForm form .phoneColumn .select:after {
  content: "";
  width: 2px;
  height: 26px;
  display: inline-block;
  background-color: #bababa;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.contactForm form .sendButton {
  width: 98px;
  min-width: 98px;
  background-color: #171717;
  border: 2px solid #171717;
  outline: 0;
  font-family: 'GilroyBlack';
  font-size: 11.79px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.contactForm form .sendButton:hover {
  background-color: #ffffff;
  -webkit-text-fill-color: #171717;
  color: #171717;
}
.contactForm form .resultEmail {
  font-family: 'GilroySemibold';
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  top: 30px;
}
/*Mobile style*/
.mobileMenuButton {
  display: none;
}
.overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Good browsers */
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.rightMenuButton {
  display: none;
}
@media screen and (max-width: 1680px) {
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(132px, 381px);
    -moz-transform: translate(132px, 381px);
    -ms-transform: translate(132px, 381px);
    -o-transform: translate(132px, 381px);
    transform: translate(132px, 381px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(789px, 186px);
    -moz-transform: translate(789px, 186px);
    -ms-transform: translate(789px, 186px);
    -o-transform: translate(789px, 186px);
    transform: translate(789px, 186px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1260px, 315px);
    -moz-transform: translate(1260px, 315px);
    -ms-transform: translate(1260px, 315px);
    -o-transform: translate(1260px, 315px);
    transform: translate(1260px, 315px);
  }
}
@media screen and (max-width: 1600px) {
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(158px, 262px);
    -moz-transform: translate(158px, 262px);
    -ms-transform: translate(158px, 262px);
    -o-transform: translate(158px, 262px);
    transform: translate(158px, 262px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(765px, 74px);
    -moz-transform: translate(765px, 74px);
    -ms-transform: translate(765px, 74px);
    -o-transform: translate(765px, 74px);
    transform: translate(765px, 74px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1230px, 192px);
    -moz-transform: translate(1230px, 192px);
    -ms-transform: translate(1230px, 192px);
    -o-transform: translate(1230px, 192px);
    transform: translate(1230px, 192px);
  }
}
@media screen and (max-width: 1440px) {
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(200px, 315px);
    -moz-transform: translate(200px, 315px);
    -ms-transform: translate(200px, 315px);
    -o-transform: translate(200px, 315px);
    transform: translate(200px, 315px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(747px, 140px);
    -moz-transform: translate(747px, 140px);
    -ms-transform: translate(747px, 140px);
    -o-transform: translate(747px, 140px);
    transform: translate(747px, 140px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1160px, 240px);
    -moz-transform: translate(1160px, 240px);
    -ms-transform: translate(1160px, 240px);
    -o-transform: translate(1160px, 240px);
    transform: translate(1160px, 240px);
  }
}
@media screen and (max-width: 1400px) {
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(157px, 382px);
    -moz-transform: translate(157px, 382px);
    -ms-transform: translate(157px, 382px);
    -o-transform: translate(157px, 382px);
    transform: translate(157px, 382px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(773px, 196px);
    -moz-transform: translate(773px, 196px);
    -ms-transform: translate(773px, 196px);
    -o-transform: translate(773px, 196px);
    transform: translate(773px, 196px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1208px, 328px);
    -moz-transform: translate(1208px, 328px);
    -ms-transform: translate(1208px, 328px);
    -o-transform: translate(1208px, 328px);
    transform: translate(1208px, 328px);
  }
}
@media screen and (max-width: 1366px) {
  header .header .headerLogo img {
    width: 120px;
  }
  header .header .rightFrame .openingTime span {
    font-size: 10px;
  }
  header .header .rightFrame .menuArea .siteMenu > li > a {
    font-size: 13px;
  }
  header.subHeader .header {
    padding-top: 0;
  }
  header.subHeader .header .rightFrame .menuArea .siteMenu > li:before {
    top: -62px;
  }
  .carouselFrame .carouselArea .homeCarousel .slick-slide .desc h1 {
    font-size: 40px;
  }
  .carouselFrame .carouselArea .slick-dots {
    bottom: 115px;
  }
  .carouselFrame .carouselArea .slick-dots li {
    margin: 0 0 0 10px;
  }
  .carouselFrame .carouselArea .slick-dots li img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .carouselFrame .carouselArea .slick-dots li button span {
    font-size: 10px;
    width: 100px;
  }
  .carouselFrame .carouselBottom {
    bottom: 45px;
  }
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(217px, 210px);
    -moz-transform: translate(217px, 210px);
    -ms-transform: translate(217px, 210px);
    -o-transform: translate(217px, 210px);
    transform: translate(217px, 210px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(738px, 40px);
    -moz-transform: translate(738px, 40px);
    -ms-transform: translate(738px, 40px);
    -o-transform: translate(738px, 40px);
    transform: translate(738px, 40px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1125px, 130px);
    -moz-transform: translate(1125px, 130px);
    -ms-transform: translate(1125px, 130px);
    -o-transform: translate(1125px, 130px);
    transform: translate(1125px, 130px);
  }
  h4 {
    font-size: 24px;
  }
  .subPageCenter {
    padding-top: 10px;
    /*min-height: calc(100% - 109px);*/
  }
  .subPageCenter.noBg {
    padding-bottom: 0;
  }
  .subPageCenter.noBg .copyRight {
    bottom: 15px;
  }
  .subPageCenter .subPageContent {
    padding-bottom: 80px;
    /*min-height: calc(100% - 180px);*/
  }
  .subPageCenter .content {
    padding-top: 25px;
  }
  .subPageCenter .paragraph p {
    font-size: 13px;
  }
  .subPageCenter .paragraph .paragraph-dotList,
  .subPageCenter .paragraph .paragraph-dotList2 {
    padding: 15px 0;
  }
  .subPageCenter .paragraph .paragraph-dotList li,
  .subPageCenter .paragraph .paragraph-dotList2 li {
    font-size: 12px;
    padding-left: 16px;
  }
  .subPageCenter .paragraph .paragraph-dotList li:before,
  .subPageCenter .paragraph .paragraph-dotList2 li:before {
    width: 9px;
    height: 9px;
  }
  .subPageCenter .paragraph h5 {
    padding: 5px 0;
  }
  .subPageCenter .paragraph .paragraph-dotList2 li {
    padding: 5px 0 5px 16px;
  }
  .subPageCenter .paragraphGallery .galeryItem {
    max-height: 117px;
  }
  .subPageCenter .copyRight {
    bottom: 55px;
  }
  .subPageCenter .buttonArea .printButton span {
    font-size: 13px;
  }
  .subPageCenter .breadCrumbArea {
    min-height: 60px;
  }
  .subPageCenter .breadCrumbArea .breadCrumb li:before {
    height: 9px;
  }
  .subPageCenter .breadCrumbArea .breadCrumb li a {
    font-size: 10.5px;
  }
  .subPageCenter .transportOptions > div .desc p {
    font-size: 13px;
  }
  .activitiesList {
    padding-top: 10px;
  }
  .activitiesList .activityItem {
    margin: 5px 0;
    max-height: 189px;
  }
  .activitiesList .activityItem .desc span {
    font-size: 15px;
  }
  .activitiesList .activityItem .desc span.date {
    font-size: 12px;
  }
  .galleryFrame .galleryList .galeryItem {
    max-height: 156px;
  }
  .acc {
    padding-top: 25px;
  }
  .acc .accTitle {
    height: 50px;
  }
  .acc .accTitle:after {
    top: 13px;
  }
  .acc .accTitle span {
    font-size: 13px;
  }
  .acc .accContent.active .paragraph p {
    font-size: 12px;
  }
  .acc .accContent.active .paragraph p a {
    font-size: 12px;
  }
  .adressContent {
    padding-top: 25px;
  }
  .adressContent .adressDetails .adressItem {
    padding: 20px 0;
  }
  .adressContent .adressDetails .adressItem .desc span.title {
    font-size: 18px;
  }
  .adressContent .adressMap .mapFrame iframe {
    height: 350px;
  }
  .contactForm form label {
    font-size: 14px;
    margin: 9px 0;
  }
  .contactForm form input[type="text"] {
    font-size: 13px;
    height: 35px;
  }
  .contactForm form .phoneColumn {
    height: 35px;
  }
  .contactForm form .phoneColumn .select {
    height: 30px;
  }
  .contactForm form .phoneColumn input[type="text"] {
    height: 30px;
  }
  .contactForm form textarea {
    font-size: 13px;
    padding-top: 12px;
  }
  .selectArea .select {
    height: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(158px, 262px);
    -moz-transform: translate(158px, 262px);
    -ms-transform: translate(158px, 262px);
    -o-transform: translate(158px, 262px);
    transform: translate(158px, 262px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(765px, 74px);
    -moz-transform: translate(765px, 74px);
    -ms-transform: translate(765px, 74px);
    -o-transform: translate(765px, 74px);
    transform: translate(765px, 74px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1230px, 192px);
    -moz-transform: translate(1230px, 192px);
    -ms-transform: translate(1230px, 192px);
    -o-transform: translate(1230px, 192px);
    transform: translate(1230px, 192px);
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 10px;
  }
  .carouselFrame .carouselArea .slick-dots {
    padding: 0 20px;
  }
  .carouselFrame .carouselBottom {
    padding: 0 10px;
  }
  .carouselFrame .carouselBottom .scroll_down {
    bottom: 33px;
  }
  .dotsContainer .dotsItem.item-1 {
    -webkit-transform: translate(95px, 437px);
    -moz-transform: translate(95px, 437px);
    -ms-transform: translate(95px, 437px);
    -o-transform: translate(95px, 437px);
    transform: translate(95px, 437px);
  }
  .dotsContainer .dotsItem.item-2 {
    -webkit-transform: translate(805px, 235px);
    -moz-transform: translate(805px, 235px);
    -ms-transform: translate(805px, 235px);
    -o-transform: translate(805px, 235px);
    transform: translate(805px, 235px);
  }
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(1090px, 462px);
    -moz-transform: translate(1090px, 462px);
    -ms-transform: translate(1090px, 462px);
    -o-transform: translate(1090px, 462px);
    transform: translate(1090px, 462px);
  }
  .photoGallery .photoGallerySlide-control .slick-list {
    padding: 0 10px;
  }
  .upButton {
    right: 10px;
  }
  .subPageCenter {
    min-height: initial;
  }
  .subPageCenter .subPageContent {
    min-height: initial;
    background-image: url(none);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .subPageCenter .subPageContent:after {
    display: none;
  }
  .subPageCenter .copyRight {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .subPageCenter .transportOptions {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .dotsContainer .dotsItem.item-3 {
    -webkit-transform: translate(980px, 462px);
    -moz-transform: translate(980px, 462px);
    -ms-transform: translate(980px, 462px);
    -o-transform: translate(980px, 462px);
    transform: translate(980px, 462px);
  }
}
@media screen and (max-width: 1024px) {
  .dotsContainer {
    display: none;
  }
  .photoGallery .photoGallerySlide-control .slick-list {
    width: 90%;
  }
  .galleryFrame .galleryList {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .galleryFrame .galleryList .galeryItem {
    width: 18%;
    max-width: initial;
    margin: 20px 10px;
  }
}
@media screen and (max-width: 900px) {
  header .header {
    /*overflow: hidden;*/
  }
  header .header .rightFrame {
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #393939;
    display: block;
    text-align: right;
    padding-top: 50px;
    padding-right: 20px;
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  header .header .rightFrame.active {
    overflow: visible;
    visibility: visible;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    right: 0;
  }
  header .header .rightFrame > div {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 20px;
  }
  header .header .rightFrame > div.openingTime {
    padding-right: 20px;
  }
  header .header .rightFrame .menuArea {
    display: block;
    overflow-y: scroll;
    padding-left: 16px;
    height: 90%;
  }
  header .header .rightFrame .menuArea .language {
    margin-top: 10px;
    padding-top: 10px;
    display: block;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .header .rightFrame .menuArea .siteMenu {
    display: block;
    height: auto;
  }
  header .header .rightFrame .menuArea .siteMenu > li {
    padding: 5px 0;
  }
  header .header .rightFrame .menuArea .siteMenu > li:before {
    display: none;
  }
  header .header .rightFrame .menuArea .siteMenu > li > a {
    padding: 0;
  }
  header .header .rightFrame .menuArea .siteMenu .subMenuArea {
    position: relative;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    overflow: visible;
    visibility: visible;
    height: auto;
    left: auto;
    width: 100%;
  }
  header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li {
    padding: 5px;
  }
  header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li:before {
    display: none;
  }
  header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li:after {
    content: "-";
    font-family: 'GilroyBlack';
    font-size: 16px;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
  }
  header .header .rightFrame .menuArea .siteMenu .subMenuArea .subMenuList li a {
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
  }
  header.mobile .header .headerLogo img {
    /*-webkit-filter: invert(84%);
    -moz-filter: invert(84%);
    -o-filter: invert(84%);
    -ms-filter: invert(84%);
    filter: invert(84%);*/
  }
  .mobileMenuButton {
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 999;
  }
  .mobileMenuButton span {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    right: 0;
  }
  .mobileMenuButton:before,
  .mobileMenuButton:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  .mobileMenuButton:before {
    top: 0;
  }
  .mobileMenuButton:after {
    bottom: 0;
  }
  .mobileMenuButton.active {
    position: fixed;
  }
  .mobileMenuButton.active span {
    display: none;
  }
  .mobileMenuButton.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobileMenuButton.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: auto;
  }
  .overlay.active {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    overflow: visible;
    visibility: visible;
  }
  .rightMenuButton {
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
  }
  .rightMenuButton span {
    width: 100%;
    height: 1px;
    background-color: #232323;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    right: 0;
  }
  .rightMenuButton:before,
  .rightMenuButton:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #232323;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  .rightMenuButton:before {
    top: 0;
  }
  .rightMenuButton:after {
    bottom: 0;
  }
  .rightMenuButton.active span {
    display: none;
  }
  .rightMenuButton.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rightMenuButton.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: auto;
  }
  .rightMenuFrame {
    -webkit-box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 16px 18px 0px rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    position: absolute;
    right: 13px;
    top: 0;
    padding-top: 40px;
    padding-right: 10px;
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    -moz-opacity: 0;
    /* Netscape */
    -khtml-opacity: 0;
    /* Safari 1.x */
    opacity: 0;
    /* Good browsers */
    overflow: hidden;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .rightMenuFrame.active {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
    visibility: visible;
    overflow: visible;
    height: auto;
  }
  .subPageCenter .content {
    padding-top: 50px;
  }
  .subPageCenter .content .leftFrame {
    width: 100%;
    float: none;
    padding-right: 10px;
  }
  .subPageCenter .content .leftFrame .paragraph {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .carouselFrame .carouselBottom {
    bottom: 130px;
  }
  .carouselFrame .carouselArea .homeCarousel .slick-slide .desc {
    width: calc(75% - 100px);
    padding-left: 100px;
  }
  .carouselFrame .carouselArea .slick-dots {
    width: auto;
    display: block;
    right: auto;
    top: 180px;
  }
  .carouselFrame .carouselArea .slick-dots li {
    margin: 20px 0 20px 10px;
    display: block;
  }
  .carouselFrame .carouselArea .slick-dots li button span {
    top: 0;
  }
  .carouselFrame .carouselArea .slick-dots li button img {
    margin-top: 5px;
  }
  .upButton {
    bottom: 150px;
  }
  .galleryFrame .galleryList .galeryItem {
    width: 175px;
    height: 156px;
    max-height: initial;
    display: block;
  }
  .subPageCenter .fLeft {
    float: none;
  }
  .subPageCenter .paragraph {
    padding-right: 0;
  }
  .subPageCenter .paragraph.fLeft {
    width: 100%;
  }
  .subPageCenter .paragraphGallery {
    float: none;
    margin: 20px auto;
  }
  .importConnection {
    display: block;
  }
  .importConnection .importConnectItem {
    width: 70%;
    margin: 25px auto;
  }
  .adressContent {
    display: block;
  }
  .adressContent > div {
    width: 100%;
  }
  .contactForm form .row {
    display: block;
  }
  .contactForm form .row .column {
    width: 100%;
  }
  .contactForm form textarea {
    width: 100%;
  }
  .contactForm form .sendButton {
    height: 40px;
    margin: 20px auto;
    display: block;
  }
  .accRightMenu {
    padding-bottom: 20px;
  }
  .accRightMenu li {
    padding: 6px 0;
  }
  .accRightMenu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .carouselFrame .carouselArea .homeCarousel .slick-slide .desc h1 {
    font-size: 24px;
  }
  .carouselFrame .carouselBottom {
    bottom: 50px;
  }
  header .header .rightFrame .openingTime span {
    font-size: 10px;
  }
  header .header .rightFrame > div.openingTime {
    padding-right: 47px;
  }
  header .header .rightFrame .openingTime {
    display: block;
  }
  header .header .rightFrame .openingTime span {
    display: block;
  }
  header .header .rightFrame .openingTime span:before {
    display: none;
  }
  header .header .rightFrame .openingTime:before {
    position: absolute;
    margin-right: 0;
    margin-left: 10px;
  }
  .importConnection .importConnectItem {
    width: 90%;
  }
  .acc .accTitle {
    padding-left: 0;
  }
  .acc .accTitle:after {
    right: 10px;
  }
  .acc .accTitle:before {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  .acc .accTitle span {
    padding-left: 0;
  }
  .acc .accContent.active .paragraph {
    padding-left: 35px;
  }
  .adressContent .adressDetails .adressItem:before {
    width: 50px;
    height: 50px;
    left: 0;
  }
  .adressContent .adressDetails .adressItem img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
}
@media screen and (max-width: 480px) {
  header .header {
    padding-top: 10px;
  }
  header .header .headerLogo {
    /*padding-top: 0;*/
  }
  header .header .headerLogo img {
    /*width: 70px;*/
  }
  .mobileMenuButton {
    top: 20px;
  }
  .carouselFrame .carouselArea .homeCarousel .slick-slide .desc h1 {
    letter-spacing: 10px;
  }
  .carouselFrame .carouselArea .slick-dots {
    top: 100px;
  }
  .carouselFrame .carouselArea .slick-dots li {
    margin: 0;
  }
  .carouselFrame .carouselArea .slick-dots li button span {
    display: none;
  }
  .carouselFrame .carouselBottom {
    bottom: 28px;
  }
  .photoGallery .photoGallerySlide-control {
    bottom: 40px;
  }
  .activitiesList {
    display: block;
  }
  .activitiesList .activityItem {
    width: 90%;
    height: 190px;
    display: block;
    margin: 10px auto;
  }
  .subPageCenter .buttonArea {
    display: none;
  }
  .subPageCenter .timeList {
    display: block;
  }
  .subPageCenter .timeList > div {
    width: 100%;
  }
  .galleryFrame .galleryList {
    display: block;
  }
  .galleryFrame .galleryList .galeryItem {
    margin: 20px auto;
  }
  .importConnection .importConnectItem {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .carouselFrame .carouselBottom {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .galleryFrame .galleryList .galeryItem {
    width: 175px;
  }
}
@media print {
  header,
  footer {
    display: none;
  }
  .subPageCenter {
    padding-top: 0;
    height: auto;
  }
  .subPageCenter .subPageContent {
    display: block;
    -webkit-print-color-adjust: exact;
    background-image: url(none);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .subPageCenter .subPageContent:after {
    display: none;
  }
  .activitiesList .activityItem {
    margin-bottom: 10px;
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {            
  margin: -60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ff9d21;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  left: 0;
  right: 0;
  top: 50%;
}
@-webkit-keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
#loadingDiv {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#1a1a1a;
  z-index: 99999999;
}


/*Photo Galeri*/
.galleryFrameSablon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;*/
  margin-left: -10px;
  margin-right: -10px;
}
.galleryFrameSablon .galleryItem {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: 20px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.galleryFrameSablon .galleryItem > div {
  overflow: hidden;
  position: relative;
}
.galleryFrameSablon .galleryItem .imageFrame {
  overflow: hidden;
}
.galleryFrameSablon .galleryItem .imageFrame img {
  /*min-width: 100%;*/
  width: 100%;
  height: 273px;
  object-fit: cover;
}
.galleryFrameSablon .galleryItem .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background: #636363;
  background: -moz-linear-gradient(270deg, #333434 0%, rgba(129, 126, 126, 0) 100%);
  background: -webkit-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 20px 52px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.galleryFrameSablon .galleryItem .desc > img {
  margin-bottom: 15px;
}
.galleryFrameSablon .galleryItem .desc span {
  font-family: 'GilroyBlack';
  display: block;
}
.galleryFrameSablon .galleryItem .desc span.small {
  font-size: 10.44px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.galleryFrameSablon .galleryItem .desc span.title {
  font-size: 17.03px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  margin-top: 7px;
}
.galleryFrameSablon .galleryItem:hover .desc {
  background: rgba(99, 99, 99, 0);
}

@media(max-width:992px){
  .galleryFrameSablon .galleryItem{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*Photo Galeri*/
.galleryFrameKat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;*/
  margin-left: -10px;
  margin-right: -10px;
}
.galleryFrameKat .galleryItem {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: 20px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.galleryFrameKat .galleryItem > div {
  overflow: hidden;
  position: relative;
}
.galleryFrameKat .galleryItem .imageFrame {
  overflow: hidden;
}
.galleryFrameKat .galleryItem .imageFrame img {
  /*min-width: 100%;*/
  width: 100%;
  height: 273px;
  object-fit: cover;
}
.galleryFrameKat .galleryItem .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background: #636363;
  background: -moz-linear-gradient(270deg, #333434 0%, rgba(129, 126, 126, 0) 100%);
  background: -webkit-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 20px 52px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.galleryFrameKat .galleryItem .desc > img {
  margin-bottom: 15px;
}
.galleryFrameKat .galleryItem .desc span {
  font-family: 'GilroyBlack';
  display: block;
}
.galleryFrameKat .galleryItem .desc span.small {
  font-size: 10.44px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.galleryFrameKat .galleryItem .desc span.title {
  font-size: 17.03px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  margin-top: 7px;
}
.galleryFrameKat .galleryItem:hover .desc {
  background: rgba(99, 99, 99, 0);
}

@media(max-width:992px){
  .galleryFrameKat .galleryItem{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .photoGallery .photoGallerySlider .slick-slide{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .photoGallery .photoGallerySlide-control .slick-list .slick-slide img {
    height: 70px;
  }
}





/*Photo Galeri*/
.galleryVideo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;*/
  margin-left: -10px;
  margin-right: -10px;
}
.galleryVideo .galleryItem {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: 20px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.galleryVideo .galleryItem > div {
  overflow: hidden;
  position: relative;
}
.galleryVideo .galleryItem .imageFrame {
  overflow: hidden;
}
.galleryVideo .galleryItem .imageFrame img {
  /*min-width: 100%;*/
  width: 100%;
  height: 273px;
  object-fit: cover;
}
.galleryVideo .galleryItem .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background: #636363;
  background: -moz-linear-gradient(270deg, #333434 0%, rgba(129, 126, 126, 0) 100%);
  background: -webkit-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(270deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #333434 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 20px 52px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.galleryVideo .galleryItem .desc > i{
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleryVideo .galleryItem .desc > img {
  margin-bottom: 15px;
}
.galleryVideo .galleryItem .desc span {
  font-family: 'GilroyBlack';
  display: block;
}
.galleryVideo .galleryItem .desc span.small {
  font-size: 10.44px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.galleryVideo .galleryItem .desc span.title {
  font-size: 17.03px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  margin-top: 7px;
}
.galleryVideo .galleryItem:hover .desc {
  background: rgba(99, 99, 99, 0);
}

@media(max-width:992px){
  .galleryVideo .galleryItem{
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

.homeCarousel .slick-dots{
  display: none !important;
}



.hsayfa{
  padding-bottom: 50px;
  margin-top: -223px;
}
.hsayfa .icont{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 15px;
}
.hsayfa .icont .item{}
.hsayfa .icont .item a{
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hsayfa .icont .item a:hover{
  transform: scale(1.1);
}
.hsayfa .icont .item a:hover .title:after{
  width: 90%;
  height: 5px;
  background-color: #fc0;
}
.hsayfa .icont .item a .img{
  position: relative;
}
.hsayfa .icont .item a .img:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 77%);
}
.hsayfa .icont .item a .img img{
  width: 100%;
  height: 166px;
  display: block;
}
.hsayfa .icont .item a .title{
  position: absolute;
  font-family: 'GilroyBlack';
  color: #fff;
  left: 0;
  right: 0;
  bottom: 37px;
  text-align: center;
  font-size: 1.3rem;
}
.hsayfa .icont .item a .title:after{
  content: '';
  position: absolute;
  width: 50px;
  height: 10px;
  background-color: #fff;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%,0);
  transition: all 0.3s ease-in-out;
}


.footer{
  /*background: url(../img/fbg.png) right top 376px #ffcc00;*/
  
  background-image: url(../img/fbg.png);
  background-position: 0px -366px;
  background-color: #ffcc00;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .cont{
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
.footer .cont .sol{}
.footer .cont .sol .title{
  font-size: 1.7rem;
  font-family: 'GilroyBlack';
  margin-bottom: 10px;
}
.footer .cont .sol .adres{
  margin-bottom: 10px;
}
.footer .cont .sol .telefon{
  margin-bottom: 10px;
  font-family: 'GilroyBlack';
  font-size: 1.3rem;
  color: #000 !important;
  text-decoration:none !important;
}
.footer .cont .sol .email{
  margin-bottom: 10px;
}
.footer .cont .sol .flogo{
  display: flex;
  margin-top: 30px;
}
.footer .cont .sol .flogo a{
  display: block;
  margin-right: 10px;
}
.footer .cont .sol .flogo a img{}
.footer .cont .sag{
  padding-left: 20px;
  flex-grow: 1;
}
.footer .cont .sag .ust{
  display: flex;
}
.footer .cont .sag .ust .umenu{
  border-left: 3px solid rgb(0 0 0 / 15%);
  margin-left: 20px;
  flex-grow: 1;
}
.footer .cont .sag .ust .umenu a{
  display: block;
  color: #000;
  padding: 5px 15px;
  padding-left: 24px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer .cont .sag .ust .umenu a:before{
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  width: 3px;
  z-index: 2;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.footer .cont .sag .ust .umenu a:hover{
  font-family: 'GilroyBlack';
}
.footer .cont .sag .ust .umenu a:hover:before{
  opacity: 1;
}
.footer .cont .sag .ust .usag{}
.footer .cont .sag .ust .usag .usagust{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.footer .cont .sag .ust .usag .usagust .upButton{}
.footer .cont .sag .ust .usag .usagalt{}
.footer .cont .sag .ust .usag .usagalt .haritadaGorBtn{
  color: #000;
  border: 2px solid #fff;
  display: inline-block;
  padding: 20px 50px;
  font-family: 'GilroyBlack';
}
.footer .cont .sag .alt{
  opacity: 0.5;
  padding-left: 19px;
  padding-top: 30px;
  font-size: 0.8rem;
}

@media(max-width:992px){
  .hsayfa .icont {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
  }
  .footer .cont{
    flex-wrap: wrap;
  }
  .footer .cont .sol{
    flex:0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .footer .cont .sag{
    padding-left: 0;
  }
  .footer .cont .sag .ust{
    flex-wrap: wrap;
  }
  .footer .cont .sag .ust .umenu{
    margin-left: 0;
    border-left: 0;
  }
  .footer .cont .sag .ust .umenu a{
    padding-left: 15px;
  }
  .footer .cont .sag .ust .usag{
    width: 100%;
  }
  .footer .cont .sag .ust .usag .usagust{
    align-items: center;
    justify-content: center;
  }
  .footer .cont .sag .ust .usag .usagalt {
    text-align: center;
  }
  .footer .cont .sag .alt {
    opacity: 1;
    padding-left: 0px;
    padding-top: 30px;
    font-size: 0.9rem;
    text-align: center;
  }
  header .header:after{
    display: none;
  }
}

.documentFolderList .docItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 13px 0 13px 16px;
}
.documentFolderList .docItem > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.documentFolderList .docItem span.title {
  font-family: 'GilroyBold';
  font-size: 16px;
  -webkit-text-fill-color: #161616;
  color: #161616;
  padding-left: 30px;
}
.documentFolderList .docItem .buttonLink > a {
  display: inline-block;
  font-family: 'GilroyBlack';
  font-size: 12.49px;
  -webkit-text-fill-color: rgba(22, 22, 22, 0.43);
  color: rgba(22, 22, 22, 0.43);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 38px;
  border-left: 1px solid #bfbfbf;
  line-height: 38px;
  padding: 0 17px;
}
.documentFolderList .docItem .buttonLink > a:first-child {
  border-left: none;
  padding-left: 0;
}
.documentFolderList .docItem .buttonLink > a:last-child {
  padding-right: 0;
}
.documentFolderList .docItem .buttonLink > a:hover {
  -webkit-text-fill-color: #161616;
  color: #161616;
}


/*Photo Galleri details*/
.photoGalleryDetails2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.photoGalleryDetails2 > a {
  display: inline-block;
  padding: 12px;
  width: 33%;
  flex: 0 0 33%;
}
.photoGalleryDetails2 > a > img {
  border: 11px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  width: 100%;
  height: 221px;
  object-fit: cover;
}
.photoGalleryDetails2 > a:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media(max-width:992px){
  .carouselFrame .carouselBottom .copyRight .icons .item .img img{
    height: 20px;
  }
  .carouselFrame .carouselBottom .quickView{
    top: -20px;
  }
  header .header .rightFrame .menuArea .siteMenu > li > a{
    color: #fff;
  }
  header.subHeader {
    position: static;
    margin-bottom: 30px;
  }
  header .header{
    height: 58px;
  }
  header .header .headerLogo{
    padding: 10px;
  }
  header.subHeader .header .headerLogo img {
    width: 64px;
  }
  .footer .cont .sol .title {
    font-size: 1.4rem;
  }
  .footer .cont .sol {
    font-size: 0.9rem;
  }
  .footer .cont .sol .telefon{
    font-size: 1.1rem;
  }
  .footer {
    background-position: 0px -157px;
  }
  .subPageCenter .paragraph p img{
    width: 100% !important;
    height: initial !important;
  }
  header .header .headerLogo img {
    width: 90px;
  }
  #virtualTour{
    height: initial;
  }
  .photoGallery{
    height: initial;
    margin-top: 156px;
  }
  .photoGallery .photoGallerySlide-control{
    position: static;
    margin-top: -1px;
    overflow-y: auto;
  }
  .photoGallery .photoGallerySlider .slick-slide img{
    width: 100%;
    height: initial;
  }
  .photoGallery .photoGallerySlider .desc{
    display: none;
  }
  .hsayfa{
    margin-top: -100px;
  }
}


.sliderDesktop{}
.sliderMobil{
  display: none;
}
@media(max-width:992px){
  .sliderDesktop{
    display: none;
  }
  .sliderMobil{
    display: block;
  }
}








.hbilet{
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hbilet .container{
  top: initial;
}
.hbilet .app{
  width: 759px;
  margin: 0 auto;
  text-align: center;
  color: #202020;
  position: relative;
  z-index: 2;
}
.hbilet .app .baslik{
  text-align: center;
  margin-bottom: 35px;
}
.hbilet .app .baslik img{
  display: inline-block;
}
.hbilet .app .yazi{
  margin-bottom: 62px;
}
.hbilet .app form{}
.hbilet .app form .input{
  margin-bottom: 25px;
  display: flex;
}
.hbilet .app form .input .icol{
  flex: 0 0 50%;
}
.hbilet .app form .input .icol:first-child{
  padding-right: 15px;
}
.hbilet .app form .input .icol:last-child{
  padding-left: 15px;
}
.hbilet .app form .input .icol input[type="text"]{
  width: 100%;
  padding: 15px;
  border: 1px solid #d6d6d6;
  font-family: 'GilroySemiBold';
}
.hbilet .app form .submit{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.hbilet .app form .submit .scol{
  flex: 0 0 50%;
}
.hbilet .app form .submit .scol:first-child{
  padding-right: 15px;
}
.hbilet .app form .submit .scol:last-child{
  padding-left: 15px;
}
.hbilet .app form .submit .scol a{
  color: #202020;
  font-size: 0.9rem;
}
.hbilet .app form .submit .scol a strong{
  font-family: 'GilroyBlack';
}
.hbilet .app form .submit .scol button{
  background-color: #fcb906;
  color: #2c2c2c;
  padding: 15px;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: 'GilroyBlack';
  font-size: 1.1rem;
}
.hbilet .app .icons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.hbilet .app .icons a{
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.hbilet .app .icons a img{
  display: block;
}
.hbilet .app .altyazi{
  font-size: 0.9rem;
}


.bilet-goruntule{
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bilet-goruntule .bgi{
  position: relative;
  display: inline-block;
}
.bilet-goruntule .bgi img{
  display: block;
}
.bilet-goruntule .ad{
  position: absolute;
  color: #fff;
  right: 0;
  top: 97px;
  left: 893px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule .soyad{
  position: absolute;
  color: #fff;
  right: 0;
  top: 146px;
  left: 893px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule .kod{
  position: absolute;
  color: #fff;
  right: 0;
  top: 334px;
  left: 920px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule .kod2{
  position: absolute;
  color: #fff;
  right: 0;
  top: 334px;
  left: 748px;
  font-family: 'GilroyBlack';
}

.biletGorBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.biletGorBtn a{
  background-color: #fcb906;
  color: #2c2c2c;
  padding: 15px;
  width: 250px;
  border: 0;
  cursor: pointer;
  font-family: 'GilroyBlack';
  font-size: 1.1rem;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
}

@media(max-width:992px){
  .hbilet .app{
    width: 100%;
  }
  .hbilet .app .baslik img{
    width: 100%;
  }
  .hbilet .app .yazi{
    margin-bottom: 29px;
  }
  .hbilet .app form .input{
    flex-wrap: wrap;
  }
  .hbilet .app form .submit{
    flex-wrap: wrap;
  }
  .hbilet .app form .input .icol {
    flex: 0 0 100%;
  }
  .hbilet .app form .input .icol:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .hbilet .app form .input .icol:last-child {
    padding-left: 0;
  }
  .hbilet .app form .submit .scol {
    flex: 0 0 100%;
  }
  .hbilet .app form .submit .scol:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .hbilet .app form .submit .scol:last-child {
    padding-left: 0;
  }
  .hbilet .app .icons{
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .hbilet .app .icons a{
    margin-bottom: 15px;
  }
  .bilet-goruntule .bgi {
    transform: scale(0.3);
  }
}



.bilet-goruntule-s{
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bilet-goruntule-s .bgi{
  position: relative;
  display: inline-block;
}
.bilet-goruntule-s .bgi img{
  display: block;
}
.bilet-goruntule-s .ad{
  position: absolute;
  color: #fff;
  right: 0;
  top: 365px;
  left: 183px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule-s .soyad{
  position: absolute;
  color: #fff;
  right: 0;
  top: 424px;
  left: 183px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule-s .kod{
  position: absolute;
  color: #fff;
  right: 0;
  top: 506px;
  left: 333px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule-s .tarih{
  position: absolute;
  color: #fff;
  right: 0;
  top: 366px;
  left: 390px;
  font-family: 'GilroyBlack';
}
.bilet-goruntule-s .tarih2{
  position: absolute;
  color: #fff;
  right: 0;
  top: 426px;
  left: 390px;
  font-family: 'GilroyBlack';
}

@media(max-width:992px){
  .biletGorBtn{
    flex-wrap: wrap;
  }
  .biletGorBtn a{
    margin-bottom: 10px;
  }
  .bilet-goruntule-s .bgi {
    transform: scale(0.5);
  }
}

.modal-popup {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'GilroyRegular';
}
.modal-popup.active {
  visibility: visible;
  opacity: 1;
}
.modal-popup .modal-cont {
  width: 800px;
  /*margin-top: -200px;*/
}
@media (max-width: 991px) {
    .sliderTabsContentArea:before{
        background: none;
    }
  .modal-popup .modal-cont {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .homeDevam{
    display: none;
  }
  .Mobile .sliderTabsContentArea{
    /*height: 310px;*/
    height: 238px;
    max-height: initial !important;
  }
  .Mobile .sliderTabsContentArea .sliderTabItem{
    /*height: 400px;*/
    height: 100%;
  }
  .Mobile .sliderTabsContentArea .sliderTabItem .itemSlide{
    height: 100%;
  }
  .Mobile .sliderTabsContentArea .sliderTabItem .itemSlide >img{
    height: 210px;
  }
}
.modal-popup .modal-cont .kapat-cont {
  text-align: right;
  margin-bottom: 14px;
  position: relative;
}
.modal-popup .modal-cont .kapat-cont .timer {
  background-color: #fff;
  width: 50px;
  font-weight: 700;
  color: #2b2b2b;
  font-size: 20px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 9px;
  padding: 6px;
}
@media (max-width: 991px) {
  .modal-popup .modal-cont .kapat-cont {
    margin-bottom: 14px;
  }
}
.modal-popup .modal-cont .kapat-cont a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.modal-popup .modal-cont .kapat-cont a span {
  font-weight: 800;
  font-size: 17px;
  margin-right: 10px;
}
.modal-popup .modal-cont .kapat-cont a i {
  font-size: 37px;
}
.modal-popup .modal-cont .popup-cont{
  background-color: #fff;
  padding: 20px;
}
.modal-popup .modal-cont .popup-cont img{
  /*width: 100% !important;
  height: auto !important;*/
  width: initial !important;
  height: initial !important;
  display: block;
  margin: 0 auto;
}
.discoverySection{
    display: block;
  margin-bottom: 195px;
  margin-top: 37px;
}
.bannerResim img{
  width: initial;
  height: 532px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .popup-icerik img {
    width: 100% !important;
    height: initial !important;
  }
  .modal-popup .modal-cont .popup-cont img{
    width: 100% !important;
    height: auto !important;

  }
  .bannerResim img {
    width: initial;
    height: 347px;
    display: block;
    margin: 0 auto;
    margin-top: 87px;
  }
}
.popup-icerik table{
  table-layout: fixed;
}
.popup-icerik table tr td{
  padding: 10px;
}
.popup-icerik p{
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .popup-icerik table tr td{
    display: block;
  }
}


