@import url(https://fonts.googleapis.com/css?family=Raleway:600);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/*Responsive Tasarımlar*/
@import url('../css/media.css');

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	
    background: url(../images/ortabg.png) right top;
	background-attachment:fixed;
}

.mainbg{
    background: #fff;
    padding: 7px;
    border-radius: 5px;
   
}


.bg{
    
     background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 4px solid #ddd;
}


header{
    background: #f6f6f8;
    position: relative;
    
}
.header-bg{
    background: url(../images/header_right.png) no-repeat right bottom;
    
    
}

.header-top{
    background:rgb(68 65 65 / 10%);
    border-bottom: 1px solid rgb(56 55 55 / 30%);
    width: 100%;
    height: 50px;
   padding: 5px 5px;
        
}

.header-logo{
    padding: 5px;
    margin: 15px;
    margin-left: 30px;
}

header h1{
    color: #fff;
    font-size: 22px;
    position: relative;
    top:30px;
    left: 25px;
    line-height: 28px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
 
}
h4{line-height: 25px}
header h1 span{
    text-align: center;
}

.social{
    padding: 0;
    margin: 0;
}

.social li{
   list-style: none;
    float: left;
}
.social li a{
    display: inline-block;
    position: relative;
    color: #fff;
    background: #60a7d9;
 
    padding: 5px;
     margin: 3px;

    text-align: center;
   width: 30px;
    height: 30px;
    transition: 400ms;
}

.social li a:hover{
    background: #fff;
      -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
       border-radius: 60%;
    color:#000;
}

.nav-bg
{
    background: #fff;
    border-bottom: 5px solid #5d9dca;
    
}

.header-bg{
    height: 160px;
}


.sidebar-right a{color: #cbdfde; text-decoration: none; background: #60a7d9; padding:5px; margin:3px;transition: 400ms; position: relative; display: inline-block;}
.sidebar-right a:hover{color:#007d7d;background: #fff; padding:5px;}
.sidebaronline-icon:hover:before{color:#007d7d; content:"\f256"; font-family: FontAwesome; padding-right:5px;}
.sidebaronline-icon:before{color:#fff; content:"\f063"; font-family: FontAwesome; padding-right:5px;}



.resimtext{position: relative;  }
.resimtextbg{background: #008b8b;opacity: 0.9}
.resimtext p{position:absolute; z-index: 1; bottom: -5px; left: 20px; width:86.2%; text-align: center; color:#fff; font-family: 'Open Sans', sans-serif; font-weight: bold; font-size:13px; padding:2px; letter-spacing:-1px;}


.bizdenhaber a.list-group-item {
    height:auto;
    min-height:125px;
}
.bizdenhaber a.list-group-item.active small {
    color:#fff;
}
.bizdenhaber .stars {
    margin:20px auto 1px;    
}

.duyurular a.list-group-item {
    height:auto;
    min-height:90px;
}
.duyurular a.list-group-item.active small {
    color:#fff;
}
.duyurular .stars {
    margin:20px auto 1px;    
}


.duyurular a.list-group-item span {
     background-color: #60a7d9;
    color: #fff;
    width: 50px;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 15px 0;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0);
    transition: all 300ms ease;
}

.duyurular a.list-group-item span:hover {
   background-color: #fff;
    color: #008b8b;
    border-color: #60a7d9;
}



.haber-duyuru-bg{
    padding:10px;background: #60a7d9; color: #FFF;border-bottom: 2px solid #60a7d9;
    width: 140px; position: relative;float: left;

}

.haber-duyuru-distort-cizgi {
    background: #60a7d9;
    width: 32px;
    display: 		inline-block;
    height: 		42px;
   -moz-transform: 	scaleX(2) scaleY(1) scaleZ(1) skewX(20deg);
    -webkit-transform:  scaleX(2) scaleY(1) scaleZ(1) skewX(20deg);
    transform: 		scaleX(2) scaleY(1) scaleZ(1) skewX(20deg);
    transform-origin: 	50% 50%;
     position: absolute;

}

.haber-duyuru-distory-bg {
    background: #f8f8f8;
    width: 60%;
    display: 		inline-block;
    height: 		42px;
     border-bottom: 2px solid #60a7d9;
    transform-origin: 	50% 50%;
    text-align: right;

}


.haber-haber-bg{
    padding:10px;background: #60a7d9; color: #FFF;border-bottom: 2px solid #60a7d9;
    width: 180px; position: relative;float: left;

}

.haber-haber-distort-cizgi {
    background: #60a7d9;
    width: 36px;
    display: 		inline-block;
    height: 		42px;
   -moz-transform: 	scaleX(2) scaleY(1) scaleZ(1) skewX(20deg);
    -webkit-transform:  scaleX(2) scaleY(1) scaleZ(1) skewX(20deg);
    transform: 		scaleX(2) scaleY(1) scaleZ(1) skewX(20deg);
    transform-origin: 	50% 50%;
    position: absolute;

}

.haber-haber-distory-bg {
    background: #f8f8f8;
    width: 75.4%;
    display: 		inline-block;
    height: 		42px;
     border-bottom: 2px solid #60a7d9;
    transform-origin: 	50% 50%;
    text-align: right;

}

.duyurumenu .navbar-default{background: #fff;}


.btn-yemeklist a{font-size:16px; width:342px; background: #60a7d9; color:#fff !important; transition: 400ms;}
.btn-yemeklist a:hover{font-size:16px; width:342px; background: #60a7d9; color:#777 !important;}

btn-default:hover{background: #60a7d9 !important;}

.navbar{
    
    margin-bottom: 0px;
    
}

.navbar-default .navbar-nav>li>a{
    border-right: 1px solid #eee;
}

.carousel-control.left, .carousel-control.right{
    background-image: none;
}





.footerbg{
    background: #1f3d57;
    padding: 5px;
}

.copyright{
    background: #162b3c;
    padding: 5px;
  color:#c1c1c1;
    font-size:12px;
}

.footerlink h1{
    font-size:18px;
    color:#eeeeee;
    border-bottom: 1px solid #999a9a;
    padding-bottom: 5px;
   
}

.footerlink ul{
    margin: 0px;
    padding-bottom: 20px;
}

.footerlink ul li{
    list-style: none;
}
.footerlink ul li:before{
    list-style: none;
}
.footerlink ul li a{
    color:#c1c1c1;
    transition: all 400ms;
    text-decoration:none;
    display: block;
    
}
.footerlink ul li a:hover{
    color:#eee;
    text-decoration: none;
    padding-left: 5px;
}

.footerlink ul li a:before{
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 0.4em;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

}

.footerlink p{color:#c1c1c1;}
.cizgi{border-bottom: 1px solid #999a9a;}

.footersiluet{
    width:1120px;
    height:128px;
     background: url(../images/silueti.png) no-repeat right bottom;
}
   




/*Arama Kutusu*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    z-index: 9999;
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}




/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  height: 100%;
    
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 100%;
    padding: 10px;
  max-width: 740px;
   height: 620px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}


#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#DuyuruSearch {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}


#ism-haber-prev{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-haber-next{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-haber-pause{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-haber-play{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-duyuru-prev{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-duyuru-next{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-duyuru-pause{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}
#ism-duyuru-play{padding-right:10px; padding-top:13px; cursor:pointer;color:#60a7d9}



/* ism-haber */





#ism-haber-container i {
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#ism-haber-container i:hover {
	color: #333;
}

#ism-haber li {
	color: #4e4e4e;
	overflow: hidden;
	height: 120px;
	padding: 10px;
    margin:5px;
	list-style: none;
	text-align: left;
	border: 1px dotted #ddd;
}

#ism-haber li:hover {
	background: #f7f7f7;
}

#ism-haber a{color: #4e4e4e;}


/* ism-duyuru */





#ism-duyuru-container i {
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#ism-duyuru-container i:hover {
	color: #333;
}

#ism-duyuru li {
	color: #4e4e4e;
	overflow: hidden;
	height: 88px;
	padding: 10px;
    margin:5px;
	list-style: none;
	text-align: left;
	border: 1px dotted #ddd;
}

#ism-duyuru li:hover {
	background: #f7f7f7;
}

#ism-duyuru li span{
    background-color: #60a7d9;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    width:63px;
    height:63px;
    margin: 0;
    padding: 3px 0;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0);
    transition: all 300ms ease;
}



#ism-duyuru a{color: #4e4e4e;text-decoration: none;}



.snip1434 {
  font-family: 'Raleway', Arial, sans-serif;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  color: #698698;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: inline-block;
  margin: 6px 0px;
  font-weight: 600;
  outline: none;
  position: relative;
  font-size: 16px;
  line-height: 50px;
  background-color: #b9d5e1;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
width: 100%;
}
.snip1434 i {
  font-size: 4em;
  width: 55px;
  line-height: 50px;
  position: absolute;
  left: -5px;
  top: 5px;
  -webkit-transform: rotate(-25deg) scale(1);
  transform: rotate(-25deg) scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snip1434:hover i,
.snip1434.hover i {
  -webkit-transform: rotate(-20deg) scale(1.3);
  transform: rotate(-20deg) scale(1.3);
}



.input-group-btn {
    width: 50px !important;
}




/*Footer İcon*/
.icon-box{float:left;margin:15px 10px 10px 10px; position:relative;}
.icon-box a{padding:5px; width:120px; height:75px;background: #fff; border-radius: 5px; color:#1f3d57;display: block;text-decoration: none; text-align: center; }

.search-box{float:left;margin:15px 10px 10px 10px; position:relative; display: table; }
.search-box a{padding:5px; width:120px;height:140px;background: #fff; border-radius: 5px; color:#1f3d57;display: block;text-decoration: none; text-align: center; display: table-cell; vertical-align: middle;}
#myUL{
    overflow: hidden;
height:490px;}
#myUL:hover{overflow-y: auto;}
#myUL li{list-style: none;}
.yukarikaydir {display:none;padding:10px;position:fixed;bottom:10px;right:10px;text-decoration:none;color:#000; background-image:url(../images/yukari_icon.png); width:43px; height:42px;}

.cd-popup-container ul li a{border:1px solid #ddd;}

#wrapper{ overflow: auto}




/*Detay css*/

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    margin-top:-5px;
    border-bottom: solid 3px #e8e7e7;
    background: url(../images/breadcrumbs.png) repeat;
}

.breadcrumb{
     background: url(../images/breadcrumbs.png) repeat;
}

h1 {
    font-size: 28px;
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
    font-family: "Roboto Condensed", sans-serif;
    color: #656565;
}


/*Şube Çalışanlar Table*/

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #14b8d5 !important;
    border-color: #14b8d5 !important;
}
.panel-primary {
    border-color: lightgray !important;
}

.alert-success {
    color: #000 !important;
    background-color: #d8f0ed !important;
    border-color: #d8f0ed !important;
}


/*Sube Calisan Filtre*/
.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}


.gallery
{
    display: inline-block;
   
}



/*Accordion Menü*/

/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a {
padding: 12px 35px 12px 15px;
display: inline-block;
width: 100%;
background-color: #14b8d5;
color: #ffffff;
position: relative;
text-decoration: none;
}
.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
}



/*Eklentiler*/

/*Css Buton*/

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-primary {
    background: none;
    border: 3px solid #428bca;
    color: #428bca;
}
.btn-outlined.btn-primary:hover,
.btn-outlined.btn-primary:active {
    color: #FFF;
    background: #428bca;
    border-color: #428bca:
}

.btn-outlined.btn-success {
    background: none;
    border: 3px solid #5cb85c;
    color: #5cb85c;
}
.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:active {
    color: #FFF;
    background: #47a447;
}

.btn-outlined.btn-info {
    background: none;
    border: 3px solid #5bc0de;
    color: #5bc0de;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #39b3d7;
}

.btn-outlined.btn-warning {
    background: none;
    border: 3px solid #f0ad4e;
    color: #f0ad4e;
}
.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:active {
    color: #FFF;
    background: #ed9c28;
}

.btn-outlined.btn-danger {
    background: none;
    border: 3px solid #d9534f;
    color: #d9534f;
}
.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:active {
    color: #FFF;
    background: #d2322d;
}



/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-panel ul{margin-left:30px;}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #8ce8f8;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #25cae7;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}




/*Custom Css*/
.subebaglanti .nav>li{border-bottom:1px solid #eee;}
.subebaglanti .nav>li:hover{border-right:3px solid #008b8b;}
.subebaglanti .nav>li:last-child{border:none;}
.subebaglanti .nav>li:hover:last-child{border-right:3px solid #008b8b;}
.subebaglanti .nav>li>a{color:#656565; transition: 400ms;}
.subebaglanti .nav>li>a:hover{background: #f5f5f5; }
 .navbar-brand{display: none;}

  @media print
   {
       .buyult,.kucult,.yazdir,.sifirla{display: none !important;}
       .gallery{display: inline;}
   }

@media (max-width:394px)
{
    .haber-haber-bg{ width: 100% !important;}
    .haber-haber-distory-bg{width: 100% !important;}
    .haber-duyuru-bg{width: 100% !important;}
    .haber-duyuru-distory-bg{width: 100% !important;}
     .navbar-brand{display: inherit !important; padding:5px; margin:3px;}
    
}

@media (max-width:394px)
{
    
    .header-top{ height:100px}
    .header-bg h1{font-size:14px; text-align: center}
    .haber-haber-bg{font-size:12.3px; width: 100%}
    .haber-duyuru-bg{width: 100%}
    
    #ism-haber h4{font-size:15px;}
    #ism-duyuru li span{border-radius: 0; width:100%;}
    
    .navbar-brand{display: inherit !important;}
     #header-ara{display: inline !important; padding:7px;}
  
}

@media (max-width:420px)
{
     .haber-haber-bg{font-size:12.3px; width: 100%;margin-top: 2px;}
    .haber-duyuru-bg{width: 100%;}
     .navbar-brand{display: inherit !important;}
   #header-ara{display: inline !important; padding:7px;}
    
}

@media (max-width:780px)
{
    
     .header-bg{background: none; }
    .header-top{margin-top: 52px;}
    .duyurular{margin-top: 10px}
     #ism-duyuru li span{border-radius: 0; width:100%;}
     .navbar-brand{display: inherit !important;}
 
   
  
}


@media (max-width: 991px){
    
    .header-bg{background-position: right bottom; background-size: 60% 60% }
         .duyurular{margin-top: 10px}
     #ism-duyuru li span{border-radius: 0; width:100%;}
     #header-ara{display: none !important}
     
    
}

@media (max-width: 1200px) { 

     .navbar-brand{display: none}
     .haber-haber-bg{width: 49%}
    .haber-haber-distory-bg{width: 50%;}
    .haber-haber-distort-cizgi{display: none;}
    
     .haber-duyuru-bg{width: 49%; margin-top: 0px;}
    .haber-duyuru-distory-bg{width: 50%;}
    .haber-duyuru-distort-cizgi{display: none;}
     #header-ara{display: none !important}
    
   
    
   

}





