@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url("../css/acilis.css");
@import url("../css/iletisim.css");

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}


/*--- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
margin-left: 0px!important;
margin-right: 0px!important;
}



/*--- iOS Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999!important;
}



/*--- iOS Fixed Background Image --*/
.fixed-acik-1-background {
  position: relative;
  width: 100%;
}
.fixed-acik-1-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999!important;
}



body {
	overflow-x: hidden;
	font-family: 'Roboto Slab', sans-serif;
	color: #464a68;
	padding: 0px;
	background-color: #212121;
}
.ayirac  {
	width: 100%;
	height: 0.2rem;
	display: inherit;
	background-color: orangered;
    box-shadow: .05rem .05rem .1rem black;
}
.home-inner a .container-fluid.center-block {
	visibility: visible;
	opacity: 0;
}
/*--- TURN OFF ANIMATION ON MOBILE *
@media (max-width: 767px) {
.animated, .os-animation {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1;
	-webkit-animation-delay: none !important;
	-moz-animation-delay: none !important;
	animation-delay: none !important;
	}
}

/* YATAY KULLANIMDA EKRANA SIGMAYAN TUŞ */
@media screen and (max-height: 360px){
    
.btn-lg {
	visibility: hidden;
}



}
    
