/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#anasayfa{    max-width: 1400px;
margin:auto;background-color:#fff}
*:first-child+html #demo
,#demo{margin:0 auto; width:100%;padding:10px; }
 
#demo .container{max-width:75%;width:75%;height:auto;display:inline-block;vertical-align: middle;margin:0 auto;min-width:310px;padding:1px}
.sag {
    color: #ff6a00;
    font-weight: 900;
    font-size: 18px;
    max-width: 25%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    min-height: 486px;
    min-width: 250px;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    padding: 7px;
    text-align: center
}

@media (min-width:50px) and (max-width:950px) 
{ demo .container{display:block;}
   .sag{display:block;}	
}
#owl-yeniurunler .item, #owl-demo3 .item, #owl-markalar .item{ text-align: center; margin: 1px }
#owl-yeniurunler .item .rsm, #owl-demo3 .item .rsm{height:140px;width:auto;margin:0 auto;}
    #owl-markalar .item .rsm {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }
    #owl-markalar .item .lazyOwl {
        max-height: 100px;
        width: 100px;
        margin: 0 auto;
    }
#owl-yeniurunler .item .lazyOwl, #owl-demo3 .item .lazyOwl{max-height:140px;width:auto;margin:0 auto;}
#owl-urun .item .ad, #owl-yeniurunler .item .ad, #owl-demo3 .item .ad{font-size: 0.80em; text-align:center;color:#000100;font-weight:400;}
#owl-urun .item .fyt, #owl-yeniurunler .item .fyt, #owl-demo3 .item .fyt{color:#ff6a00;font-weight:700;width:100%;text-align:center}

#sync1 .owl-item div{padding:5px}
#sync1 .owl-item img{display:block;width:100%;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#sync2{max-width:802px;}
#sync2 .item{background:#C9C9C9;padding:3px;margin:5px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center;cursor:pointer}
#sync2 .item img{background:none;padding:0;margin:0;color:#FFF;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-align:center;cursor:auto}
#sync2 img,#sync2 .item{height:40px;width:70px; background-size: 70px 40px;}

#sync1 .item{background:#0c83e7;padding:80px 0;margin:5px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center}
#sync2 .item h1{font-size:18px}
#sync2 .synced .item{background:#0c83e7}

/* clearfix */
.owl-carousel .owl-wrapper:after {content: ".";display:block;clear:both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init */
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{	cursor: pointer;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}

/* fix */
.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);
}

