#fullScreenSlider {
  position: relative;
}
#fullScreenSlider .fullScreenSliderContainer {
  display: none;
}
#fullScreenSlider .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#fullScreenSlider .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.fullScreenSliderNav {
  margin: 0 auto;
  position: absolute;
  top: 46%;
  width: 100%;
  z-index: 9;
}
.fullScreenSliderNav a {
  display: block;
  font-size: 0;
  height: 50px;
  opacity: 0.3;
  position: absolute;
  width: 30px;
  -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
  -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
  -ms-transition: 0.3s; /* Internet Explorer. */
  -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
  transition: 0.3s; /* Yeni tarayıcıların desteklediği */
}
.fullScreenSliderNav a:hover {
  opacity: 1;
}
.fullScreenSliderNav a.prev {
  background: url("../images/sliderPrev.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
  left: 72px;
}
.fullScreenSliderNav a.next {
  background: url("../images/sliderNext.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
  right:72px;
}

.fullScreenSliderPagination {
  bottom: 41px;
  left: 190px;
  display: none;
  margin: 0 auto;
  position: relative;
  width: 123px;
  z-index: 99;
}
.fullScreenSliderPagination a {
  background: none repeat scroll 0 0 #041439;
  border-radius: 20px;
  color: #d6b469;
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 2;
  text-indent: 9px;
  margin: 2px;
  overflow: hidden;
  text-decoration: none;
  vertical-align: middle;
  width: 26px;
}

.fullScreenSliderPagination a.current {
  background: #d6b469;
  color:#041439 ;
}
.sliderItem img {
  background-color: #000;
  opacity: 0.5;
}
.sliderText {
  bottom: 35%;
  position: absolute;
  z-index: 99;
  width: 100%;
 
}
.sliderText h3 {

  font-family: "Open Sans",sans-serif;
  font-size: 45px;
  font-weight:700;
  letter-spacing:5px;
  text-align: center;
  color: rgba(198, 43, 32, 0.95);
  
  
}





.sliderText h3  { 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  text-shadow: 0 1px 0 #060200,
               0 2px 0 #060200,
               0 3px 0 #060200,
               0 3px 0 #cf2910,
               0 3px 0 #cf2910,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}






.contentBody .sliderText { display: none; }
.contentBody .fullScreenSliderNav { display: none; }
.contentBody .sliderItem img { opacity: 0.3; }

@media only screen and (min-width:319px) and (max-width:479px) {
  .fullScreenSliderNav a.prev {
     left: 10px;
  }
  .fullScreenSliderNav a.next {
     right: 10px;
  }
  .sliderText {
     display:none;
  }
}

@media only screen and (min-width:600px) and (max-width:767px) {

  .sliderText {
    display: block;
  }
  .sliderText h3 {
    font-size: 31px;
  }
  .fullScreenSliderNav {
    top: 37%;
  }

}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .sliderText h3 {
    font-size: 36px;
  }
}

