/* GENEL AYARLAR */
    /* modül kutusu ile ilgili*/
body{
    /*background-color: #fff !important;*/
}
.sifirla{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.ver-inline-menu li a {
    font-size: 14px;
    font-weight: 300;
    /*color: #e31536 /*#393939;*/
    display: block;
    /*border-left: solid 1px #c4d5df;*/
}

a:hover {
    /*color: #424242;*/
    color: #009df0;
    text-decoration: none;
}
a {
    color: #8e8e8e;
}
/* HABER */

.kutuYukseklik{
    height: 55px;
    margin-top:10px;
    margin-bottom: 0px;
    word-wrap: break-word !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    /*...*/
    overflow:hidden;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
    /* haber modülü başlıklar -mavi alan-*/
.haberBg{
    /*margin-bottom: 0px;background-image: url("/img/haberBg-parca.png") !important;*/
    /*background-repeat: repeat-y;*/
    /*background-color: #f0f6fa;*/
    padding-left: 0px;
    padding-right: 0px;
/*border-right: 1px solid #c4d5df;*/
}
/* OWL */
/* ileri - geri okları */
.owl-buttons{
    margin-top: 60px;
    width: 100%;
    padding-left: 10px;
    background: transparent;
    position: absolute !important;
    top:-10px !important;
    right: 10px !important;
    z-index: -5;
}
.owl-buttons .owl-next{
    float: right;
   background: #fff url(../img/fa-angles.png) no-repeat -33px 6px;
    box-shadow: 2px 2px 2px grey;
    margin-right: -24px;
}
.owl-buttons .owl-prev{
    float: left !important;
    /*background: rgba(255, 255, 255, 0.85) url(../img/fa-angles.png) no-repeat 8px 80px !important;*/
    box-shadow: 2px 2px 2px grey !important;
    margin-left: -18px !important;
}
.owlButonYuksekligiTekSatir .owl-next {
    margin-top: 0px !important;
}
.owlButonYuksekligiTekSatir .owl-prev{
    margin-top: 0px !important;
}
.owlButonYuksekligiCiftSatir .owl-next {
    margin-top: 90px !important;
}
.owlButonYuksekligiCiftSatir .owl-prev{
    margin-top: 90px !important;
}
.owl-buttons .owl-prev:hover {
    background-color: #009df0;
}
.owl-buttons .owl-next:hover {
    background-color: #009df0;
}
.owl-item.active .kutuDis {
    margin-right: 15px !important;
    padding-left: 0px;
}
.owl-buttons div {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    position: static;
    border-radius: 26px !important;
    text-indent: -100000px;
}


/* OWL CAROUSEL*/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin

.owl-height {
    -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;
} */

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carouselUst {
    display: none;
    width: 70%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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 {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    /*min-height: 200px; Anasayfa haber tabına tekrar tıklamayı engelliyor.*/ 
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*height: 270px;*/
}
.yukseklik{
    height: 350px;
}
.owl-itemUst{
    height: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
} */
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    /*-webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;*/
}
/*.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}*/
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /*-webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;*/
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*  */
/* haber blok her bir haber kutusu*/
.haberBlok {
    /*padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;*/
    margin-bottom: 0px !important;
    /*border-right-color: #CFCFCF;
    border-right-style: solid;
    border-right-width: 1px;*/
    margin-right: -8px;
    height: 100%;
}
.haberBlokText{
    position:relative;
    width:100%;
    padding-top: 60%;
    box-sizing: border-box;
    overflow:hidden;
}
.haberBlokResim{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(176,176,176,0.56);
    -moz-box-shadow: 0px 0px 10px 2px rgba(176,176,176,0.56);
    box-shadow: 0px 0px 10px 2px rgba(176,176,176,0.56);
    margin: 4px;
    padding: 6px;
    border:1px solid #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}
.haberBlokResimKutu{
    position:relative;
    width:100%;
    /*padding-top: 60%;
    box-sizing: border-box;*/
    overflow:hidden;
    height:84px;/*120*/
    padding-right: 6px;
    margin-bottom: 4px;
}
.haberBlok:hover {
    /*background: none !important;
    border-color: #e31536 !important;
    background: rgba(39, 39, 39, 0.4);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    color: #fff;*/


    /*background: rgba(0, 0, 0, 0.65);

    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff !important;*/

 /*   background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    padding-top: 60px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff;*/

}
.haberBlok h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    line-height: 32px;
}
.haberBlok h3 a {
    color: #000;
}
.haberBlok h3 a:hover {
    color: #78cff8;
    text-decoration: none;
}
.haberBlok p {
    overflow: hidden;
}
.haberBlok a.haberBlokBtn {
    display: block;
    font-size: 12px;
    background: none;
    padding: 5px 10px 0;
    text-align: right;
    text-decoration: none;
}
.haberBlok .haberBlokTag {
    margin-bottom: 8px;
    margin-top: 10px;
    display: none;
}
.haberBlok img.haberBlokResim {
    width: 200px;
    /*height: 108px !important;*/
}
.haberBasligi {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 11px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/**/
.header {
    box-shadow: 0 1px 3px #ddd;
    background: rgb(216, 218, 216);
    margin-bottom: 18px;
    z-index: 999;
    position: relative;
}
.tab-content {
    /*background: #766ce3;*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/***
Custom vertical inline menu
***/
.ver-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ver-inline-menu li {
    position: relative;
    margin-bottom: auto !important;
    /*border-bottom: 1px solid #b5c8d4;*/
    height: 37.5px;
}

.ver-inline-menu li i {
    width: 37px;
    height: 37px;
    display: inline-block;
    color: #b9cbd5;
    font-size: 15px;
    padding: 12px 10px 10px 8px;
    margin: 0 8px 0 0;
    text-align: center;
    background: transparent !important;
}



.ver-inline-menu li a {
    font-size: 14px;
    font-weight: 300;
    /*color: white;*/
    display: block;
    background: transparent !important;
    border-left: none !important;

   border-bottom: 1px solid #b5c8d4;

}
.ver-inline-menu li:hover a {
    background: #e0eaf0;
    text-decoration: none;
}
.ver-inline-menu li:hover i {
    /*color: #fff;*/
    /*background: #c4d5df !important;*/
}
.ver-inline-menu li.active a {
    border-left: none !important;
    background: #0c91e5 !important;
}
.ver-inline-menu li.active i {
    /*background: #0c91e5 !important;*/
}
.ver-inline-menu li.active a, .ver-inline-menu li.active i {
    /*color: #fff;*/
    /*background: #169ef4;*/
    text-decoration: none;
    /*height: 40px;*/
}
.ver-inline-menu li.active a, .ver-inline-menu li:hover a {
    font-size: 14px;
}
.ver-inline-menu li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    /*border-left: 6px solid #169ef4;*/
    position: absolute;
    top: 12px;
    right: -5px;
}
.portfolio-block .item > a {
    background: rgba(0, 0, 0, 0.46);
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-transform: none !important;
    padding-top: 25%;
    padding-left: 4px;
    padding-right: 4px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff;
}
.kutuDis{
    min-height: 155px;
    font-size: 11px;
    /**overflow: hidden;**/
    /*color: white;*/
}

.kutuIc {
    position: relative;
    /*overflow: hidden;*/
}
.kutuIc .kutuHover{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    display: none;
    height: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.kutuDis:hover > .kutuIc > .kutuHover{
    display: block;
}
.kutuIc div .btn-default {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    font-weight: inherit;
    margin: -13px 5px 0;
    padding: 3px 10px;
    position: relative;
    top: 50%;
}
.kutuIc div .btn-success {
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    margin: -13px 5px 0;
    padding: 3px 10px;
    position: relative;
    top: 50%;
}
.kutuDis .btn:hover {
    background: #e84d1c none repeat scroll 0 0;
    border-color: #c8c8c8;
}
.kutuDis h3 {
    font: 300 12px "Open Sans",sans-serif;
    padding-bottom: 4px;
    padding-top: 10px;
}
.kutuDis h3 a {
    color: #3e4d5c;
}
.kutuDis h3 a:hover {
    color: #e02222;
}

#cizgiYatay {
    margin: 6px !important;
    border: 0;
    border-top: 1px solid rgba(228, 228, 228, 0);
    border-bottom: 0;
    /*padding: 6px 0;*/
}
.kutuResimGolge{
    /* dışa gölge*/
    -webkit-box-shadow: 0px 0px 6px 1px rgba(176,176,176,0.56);
    -moz-box-shadow: 0px 0px 6px 1px rgba(176,176,176,0.56);
    box-shadow: 0px 0px 6px 1px rgba(176,176,176,0.56);
    /*margin: 4px;
    padding: 6px;*/
    border:1px solid #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    /*margin-right: 14px;*/
    padding-left: 7px;
    padding-top: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 100px;
/*içe gölge
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(176,176,176,0.56);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(176,176,176,0.56);
    box-shadow: inset 0px 0px 10px 2px rgba(176,176,176,0.56);*/
}
.solKutu{
    /*background-color: #dde7ef;*/
    background-image: url("/img/slider_12.jpg");
    float: left;
    height: 360px;
    width: 20.08%;
    overflow: hidden;
}
.sagKutu{
    float: right;
    background-image: url("/img/slider_12.jpg");
    height: 317px;
    width: 20.08%;
    overflow: hidden;

}
