.owl-carousel {
	display: none;
	width: 100%;
	height : 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	height : 100%;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	width : 100%;
	position: relative;
	height: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
	touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

/*Tema Ayarları*/

.owl-carousel .owl-stage-outer {
	width : 100%;
	height : 100%;
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
a.item {
	width : 100%;
	height : 100%;
	display: table;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size :  auto 100%;
	color : #fff;
	text-decoration : none;
}
a.item b{
	color : #fff;
	font-size : 28px;
	display : block;
	text-align : center;
	line-height : 40px;
}
a.item p{
	display: table-cell;
	vertical-align: middle;
	padding : 0 50px 50px 50px;
	text-align : center;
	font-size : 15px;
	
}
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	transition: all 0.2s linear;
}
.owl-theme .owl-nav [class*='owl-'] {
	display: inline-block;
	cursor: pointer;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
	width : 80px;
	height : 100%;
	position : absolute;
	top: 0;
	outline : 0;
	transition: all 0.1s linear;
	opacity : 0.7;
}
.owl-carousel .owl-nav button.owl-prev{
	background : url(../images/left.svg) left 5px bottom 50% no-repeat;
	background-size  : 50px 50px;
	left : 0;
}
.owl-carousel .owl-nav button.owl-next{
	background : url(../images/right.svg) right 5px bottom 50% no-repeat;
	background-size  : 50px 50px;
	right : 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{
opacity : 1;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
width : 100%;
position : absolute;
bottom : 5px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
outline : 0;
}
.owl-theme .owl-dots .owl-dot span {
width: 50px;
height: 10px;
margin: 1px;
background: rgba(255,255,255,0.7);
display: block;
margin-bottom : 60px;
}
.owl-theme .owl-dots .owl-dot:hover span {
background: rgba(255,255,255,1);
}
.owl-theme .owl-dots .owl-dot.active span {
background: #FF7C00;
}
@media screen and (max-width:1000px) {
	a.item b{
		font-size : 24px;
		line-height : 35px;
	}
	a.item p{
		font-size : 14px;	
	}
	.owl-carousel .owl-nav{
		display : none;
	}
}