/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    display: block;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    *display: inline;
    /*IE7 life-saver */
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.9;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

#owl-demo .owl-carousel .owl-item {
    width: 318px !important;
    margin: 0 13px 0 0 !important;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 11px 0 0 0;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 1;
    background: url('../../images/icon/rightslidebutton.png') top center no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: url('../../images/icon/rightslidebuttonactive.png') top center no-repeat;
}

#owl-demo1 .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px 2px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    background: #fff;
    border-radius: 50%;
}

#owl-demo1 .owl-controls .owl-page.active span,
#owl-demo1 .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-demo {
    margin: 58px 0 0 0;
    /*height: 310px !important;*/
}

#owl-demo1 {
    /*height: 360px !important;*/
}

#owl-demo2 {
    padding-bottom: 35px;
}

#owl-demo2 .owl-wrapper-outer {
    padding-bottom: 25px;
}

#owl-demo3 {
    padding-bottom: 35px;
}

#owl-demo3 .owl-wrapper-outer {
    padding-bottom: 25px;
}

#owl-demo4 {
    padding-bottom: 35px;
}

#owl-demo4 .owl-wrapper-outer {
    padding-bottom: 25px;
}

#owl-demo5 {
    padding-bottom: 35px;
}

#owl-demo5 .owl-wrapper-outer {
    padding-bottom: 25px;
}

#owl-demo6 {
    padding-bottom: 35px;
}

#owl-demo6 .owl-wrapper-outer {
    padding-bottom: 25px;
}

#owl-demo1 .owl-pagination {
    padding: 0 15px;
    /* min-height: 39px; */
    margin-top: -23px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
}

#owl-demo2 .owl-pagination,
#owl-demo3 .owl-pagination,
#owl-demo4 .owl-pagination,
#owl-demo5 .owl-pagination,
#owl-demo6 .owl-pagination {
    display: none;
}

#owl-demo .owl-buttons {}

#owl-demo1 .owl-buttons {
    display: none;
}

#owl-demo .item {
    cursor: pointer;
}

#owl-demo .item img {
    margin-bottom: 0;
}

#owl-demo .item:hover p {
    color: #3e3e3c;
}

#owl-demo2 .owl-buttons,
#owl-demo3 .owl-buttons,
#owl-demo4 .owl-buttons,
#owl-demo5 .owl-buttons,
#owl-demo6 .owl-buttons {
    position: relative
}

#owl-demo2 .item,
#owl-demo3 .item,
#owl-demo4 .item,
#owl-demo5 .item,
#owl-demo6 .item {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
}

#owl-demo2 .owl-prev,
#owl-demo3 .owl-prev,
#owl-demo4 .owl-prev,
#owl-demo5 .owl-prev,
#owl-demo6 .owl-prev {
    width: 44px;
    height: 44px;
    text-indent: -9999em;
    border: none !important;
    background: url(../../images/icon/prev.png) no-repeat !important;
    border-radius: 0px !important;
    position: absolute;
    top: 35px;
    left: 40%;
}

#owl-demo2 .owl-next,
#owl-demo3 .owl-next,
#owl-demo4 .owl-next,
#owl-demo5 .owl-next,
#owl-demo6 .owl-next {
    width: 44px;
    height: 44px;
    text-indent: -9999em;
    border: none !important;
    background: url(../../images/icon/next.png) no-repeat !important;
    border-radius: 0px !important;
    position: absolute;
    top: 35px;
    right: 47%;
}

#owl-demo1 .owl-prev {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border: none !important;
    background: url(../../images/icon/newsleft.png) no-repeat !important;
    border-radius: 0px !important;
    position: absolute;
    bottom: 99px;
    left: -60px;
}

#owl-demo1 .owl-next {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border: none !important;
    background: url('../../images/icon/newsright.png') no-repeat !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 1px 0px 0 0 !important;
    position: absolute;
    bottom: 99px;
    right: -40px;
}

#owl-demo .owl-prev {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border: none !important;
    background: url(../../images/icon/rehber_left.png) no-repeat !important;
    border-radius: 0px !important;
    position: absolute;
    bottom: 207px;
    left: -60px;
}

#owl-demo .owl-next {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    border: none !important;
    background: url('../../images/icon/rehber_right.png') no-repeat !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 1px 0px 0 0 !important;
    position: absolute;
    bottom: 207px;
    right: -40px;
}