.top-nav2 {
    float: left;
    position: relative;
    margin-top: 10px;
}
.top-nav2 img {height: 25px;}
.app-content-body {
  *background-image: url("http://localhost:1186/css/theme/default/img/kutuphane.jpg");
  *background-size: contain;
  background-image: linear-gradient(to top, #f0f0f0, #f4f4f4);
}
/*SARI*/
.dropdown > a:after {
  display: none;
  content: "";
}
.dropdown.left {
  width:44%;
}
.dropdown.center {
  width:12%;
  position:relative;
  height: 10px;
}
.dropdown.right {
  width:44%;
}
.full-width {
  width:100%;
}
.iu-logo {
  position: absolute;
  top: -40px;
  width: 130px;
  height: 130px;
  left: 0;
}
.iu-logo-sm
{
  /* width: 40px; */
  /* height: 40px; */
  margin: 5px;
  position: absolute;
  width: 80px;
}
@media (min-width: 992px) {
  .navbar-nav>li {
    text-align:center;
    width:33%;
  }
  .dropdown.right ul li.dropdown:nth-child(1){
    width:30%;
  }
  .dropdown.right ul li.dropdown:nth-child(2){
    width:30%;
  }
  .dropdown.right ul li.dropdown:nth-child(3){
    width:40%;
  }
}
.dropdown-menu li {
  cursor:pointer;
}
.navbar-dark {
  background-color: #00733e !important;
  border-top: none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
  background-color: #06ad60;
  background-image : none !important;
}

.green-line {
  background-color: #e0b200 !important;
  height:15px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:active {
  background-color: #00733e !important;
}
.navbar-dark .dropdown .dropdown-menu {
  background-color:#00733e !important;
  border-color: #035f35;
}
.navbar-default .navbar-nav > li > a {
  margin-top:0;
}
@media (max-width: 768px){
  a.feature-icon {
    padding: 15px;
    padding-bottom: 5px;
  }
  .navbar-nav>li {
    margin-left:10px;
  }
  .navbar-dark .dropdown > a {
    border-bottom: solid 1px #109055;
    margin: 0;
  }
  .navbar-dark .navbar-collapse {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .navbar-dark .navbar-collapse.in {
    border:none;
  }
  .navbar-dark .navbar-collapse .nav.navbar-nav:first {
    margin: 0px;
  }
  .app-content-body{
    margin-top:65px !important;
  }
}
.navbar-default .navbar-toggle {
  border: solid 1px #109055;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover {
  background-color: #0a9200;
  cursor :pointer;
}


@media (min-width: 768px) and (max-width: 992px) {
  .app-content-body{
    margin-top:104px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .container{
    width:100% !important;
  }
}
@media (max-width: 768px){
  .navbar-nav>li {
    text-align:center;
    width:100%;
  }
}

.menu-right{
  color: #fff;
  float: right;
  font-size: 20px;
  border: solid 1px #3fb0ac !important;
  padding: 1px 11px !important;
  margin-top: 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  position: relative;
}
.sb-menu-right{
  z-index:999999;
  display:block;
  -webkit-animation-duration: 0.5s;
  /* Safari 4.0 - 8.0 */
  animation-duration: 0.5s;
}
.sb-menu-right .menu-close{
  position: absolute;
  font-size: 30px;
  left: -33px;
  background-color: #222222;
  padding: 4px 8px;
  margin-top: 50px;
}

.xs-pageTitle{
  color: white;
  position: absolute;
  left: 90px;
  margin-top: 10px;
  text-align: center;
  width: calc(100% - 175px);
  font-size: 1em;
}
.navbar-toggle {
  margin-right:5px;
  padding:6px;
}
.sb-slidebar {
  overflow-y: inherit !important;
}
                                                                                                                                                                                                

/* Search Page Css*/
.search-container a
{
  cursor:pointer;
  color: #000000;
  text-decoration: none;
}
.search-container a:hover {
  color: #0a9200;
}
.search-container h5
{
  margin: 0 0 5px 0;
}
.search-container hr
{
  margin:10px 0;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
.btn {
  margin-right:5px;
}
.page-container .footer-contacts .fc-row {
  padding-left:35px;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder {
  width:80%;
}
.footer-widget a:hover {
  *background: #BABABA;
  background: #fff;
}
#footer-widgets .slogan{
  font-family: 'Brush Script MT', cursive;
      color: #e0b200;
  
}
@media only screen and (min-width : 320px) {
   #footer-widgets .slogan{
    font-size: 1.8em;
  }
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
   #footer-widgets .slogan{
    font-size: 2.2em;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
   #footer-widgets .slogan{
    font-size: 2.4em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
   #footer-widgets .slogan{
    font-size: 2.8em;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #footer-widgets .slogan{
    font-size: 2.8em;
  }
}

.footer-widget-title {
    color: #e0b200;
}

.newsContent2 {
	width:80%; 
}

.news-container img{
	width:100%;
}

.page-container .page-content .page-content-wrap .page-content-holder {
	width:80%;
}

.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}



.bottom-news a
{
  color: #000000;
  text-decoration: none;
}
.bottom-news a:hover {
  color: #0a9200;
}

.text-justify {
  text-align: justify;
}
.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a {
  cursor:pointer;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}
.coverPhoto {
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
}
.btn {
	margin-right:0 !important;
  margin-left: 5px;
}
.font-sizer div {
	margin: 10px 0;
}
.slider {
  margin-left:-10px;
  margin-right:-10px;
  position: relative;
}
.slider ul {
  max-height: 600px;
  margin-bottom: 0;
}
.thumbnailBar {
  width:60%;
  margin: 0 auto;
}
.sliderImage {
  height: 100%;
  width: 100%;
}
.thumbnailImage {
  cursor:pointer;
  opacity:0.6;
}
.thumbnailImage:hover {
  opacity:1;
}
.thumbnailImage.active {
  opacity:1;
}
.points {
  font-size: 2em;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  width: 100px;
  left: 50%;
  margin-left: -85px;
}
.slider .left {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.slider .right {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.slider .left span {
  font-size: 2em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.slider .right span {
  font-size: 2em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.bx-wrapper {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin: 0 auto 0px !important;
}
.carousel-items {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-items .container {
  background: none;
}
.carousel-caption {
  position: relative;
  left: 0;
  margin-top: 10px;
}
.cont {
}
.cont .crousel-title {
  color: white;
  font-size: 1.5em;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.cont .crousel-text {
  color: white;
  font-size: 1.2em;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.services-header-list li a {
  background: rgba(0,0,0,0.6);
}
.services-header-list li a:hover {
  color: black;
}
ul[rn-carousel] > li {
  position: relative !important;
  margin-left: -100% !important;
  margin-bottom: 0;
}
ul[rn-carousel] > li:first-child {
  margin-left: 0 !important;
}
ul[rn-carousel] img {
  max-width: 100% !important;
}
.carousel-items .item {
  height:100%;
}
.carousel-items .container{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.slider-link-container{
  position: absolute;
  z-index: 999;
  background: rgba(0,0,0,0.6);
  right: 0px;
  cursor: pointer;
}
.slider-link-container a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", "Open Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 2px 15px;
}
@media (max-width: 991px) {
  .services-header-list li a {
    font-size : 0.9em;
    padding:2px;
    padding-left :10px;
    margin:15px 0;
  }
  .slider .right span{ 
    left:0%;
  }
}
@media (max-width: 591px) {
  .services-header-list li a {
    font-size : 0.6em;
    padding:5px;
    margin:10px 0;
  }
    .slider .right span{
      left:0%;
  }
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
body {}
.text-justify {
  text-align: justify;
}

.flex-container2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-item2 h2 { 
  width: 100%;
}

.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}


.angular-google-map-container {
        height: 400px;
}
.text-justify {
  text-align: justify;
}
.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a {
  cursor:pointer;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}

.img-circle {
  width:200px;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container .flex-box{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-box a:hover {
  text-decoration : none;
}
.highlight-section a{
  text-decoration : none;
}
.highlight-section p{
  color:black;
}

.container.linkBar {
  background-color: #fbe459 !important;
}
.banner {
  background:none !important;
  *width:100%;
  height: 60px;
  position:relative;
  *background-image: url("http://www.googledrive.com/host/0B74yyUIRvPVqWk0wVG16VDdGZ0k");
}
/*0B74yyUIRvPVqZHFuYy1WZHNpWDQ   0B74yyUIRvPVqWk0wVG16VDdGZ0k*/
.left-text {
  position: absolute;
  bottom: 0;
  font-size: 2.5em;
}
.right-text {
  position: absolute;
  bottom: 0;
  font-size: 2.5em;
  right: 12px;
}
.banner .header-full-title
{
  background:none;
  padding-left: 0;
}
.wrap-dark-color {
  background-color: #fbe459;
  color: white;
}
.polygon {
  fill: #fbe459;
  stroke: #fbe459;
  stroke-width:1;
}
.feature-container .feature-icon{
  color: white;
  *border-right: solid 1px #e0b200;
  border-right:none;
}
.feature-icon:first-child {
  *border-left: solid 1px #e0b200;
  border-left : none;
}
.feature-container .feature-icon h4{
  color: #444;
  font-weight: bold;
}
a.feature-icon:hover {
  color: #fff;
  background-color: rgb(255, 251, 156);
}
.feature-icon{
  text-align:center;
}
.feature-icon .img-icon {
  margin-bottom:10px;
  width:35px;
}
.feature-icon .img-icon2 {
  margin-bottom:8px;
  height:40px;
}
@media (max-width: 1200px) {
  .polygon {
    display:none;
  }
   #polygondiv {
    display:none;
  }
}
@media (max-width: 991px) {
  a.feature-icon {
    width: 14.28571428571429%;
    min-width: 10px;
  }
  .feature-icon i {
    font-size: 1.6em;
  }
  .feature-icon h4 {
    font-size: 1.0em;
  }
}
@media (max-width: 591px) {
  a.feature-icon {
    padding-left:10px;
    padding-right:10px;
  }
  .feature-icon .img-icon {
    width:25px;
  }
  .feature-icon .img-icon2 {
    height:25px;
    margin-bottom:0;
  }
}

body {}
body {
}



.app-content-body {
  *background-image: url("http://localhost:1186/css/theme/default/img/kutuphane.jpg");
  *background-size: contain;
  background-image: linear-gradient(to top, #f0f0f0, #f4f4f4);
}
/*SARI*/
.dropdown > a:after {
  display: none;
  content: "";
}
.dropdown.left {
  width:44%;
}
.dropdown.center {
  width:12%;
  position:relative;
  height: 10px;
}
.dropdown.right {
  width:44%;
}
.full-width {
  width:100%;
}
.iu-logo {
  position: absolute;
  top: -40px;
  width: 130px;
  height: 130px;
  left: 0;
}
.iu-logo-sm
{
  /* width: 40px; */
  /* height: 40px; */
  margin: 5px;
  position: absolute;
  width: 80px;
}
@media (min-width: 992px) {
  .navbar-nav>li {
    text-align:center;
    width:33%;
  }
  .dropdown.right ul li.dropdown:nth-child(1){
    width:30%;
  }
  .dropdown.right ul li.dropdown:nth-child(2){
    width:30%;
  }
  .dropdown.right ul li.dropdown:nth-child(3){
    width:40%;
  }
}
.dropdown-menu li {
  cursor:pointer;
}
.navbar-dark {
  background-color: #00733e !important;
  border-top: none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
  background-color: #06ad60;
  background-image : none !important;
}

.green-line {
  background-color: #e0b200 !important;
  height:15px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:active {
  background-color: #00733e !important;
}
.navbar-dark .dropdown .dropdown-menu {
  background-color:#00733e !important;
  border-color: #035f35;
}
.navbar-default .navbar-nav > li > a {
  margin-top:0;
  position:revert;
}
@media (max-width: 768px){
  a.feature-icon {
    padding: 15px;
    padding-bottom: 5px;
  }
  .navbar-nav>li {
    margin-left:10px;
  }
  .navbar-dark .dropdown > a {
    border-bottom: solid 1px #109055;
    margin: 0;
  }
  .navbar-dark .navbar-collapse {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .navbar-dark .navbar-collapse.in {
    border:none;
  }
  .navbar-dark .navbar-collapse .nav.navbar-nav:first {
    margin: 0px;
  }
  .app-content-body{
    margin-top:65px !important;
  }
}
.navbar-default .navbar-toggle {
  border: solid 1px #109055;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover {
  background-color: #0a9200;
  cursor :pointer;
}


@media (min-width: 768px) and (max-width: 992px) {
  .app-content-body{
    margin-top:104px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .container{
    width:100% !important;
  }
}
@media (max-width: 768px){
  .navbar-nav>li {
    text-align:center;
    width:100%;
  }
}

.menu-right{
  color: #fff;
  float: right;
  font-size: 20px;
  border: solid 1px #3fb0ac !important;
  padding: 1px 11px !important;
  margin-top: 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  position: relative;
}
.sb-menu-right{
  z-index:999999;
  display:block;
  -webkit-animation-duration: 0.5s;
  /* Safari 4.0 - 8.0 */
  animation-duration: 0.5s;
}
.sb-menu-right .menu-close{
  position: absolute;
  font-size: 30px;
  left: -33px;
  background-color: #222222;
  padding: 4px 8px;
  margin-top: 50px;
}

.xs-pageTitle{
  color: white;
  position: absolute;
  left: 90px;
  margin-top: 10px;
  text-align: center;
  width: calc(100% - 175px);
  font-size: 1em;
}
.navbar-toggle {
  margin-right:5px;
  padding:6px;
}
.sb-slidebar {
  overflow-y: inherit !important;
}
                                                                                                                                                                                                

/* Search Page Css*/
.search-container a
{
  cursor:pointer;
  color: #000000;
  text-decoration: none;
}
.search-container a:hover {
  color: #0a9200;
}
.search-container h5
{
  margin: 0 0 5px 0;
}
.search-container hr
{
  margin:10px 0;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  





.event-container{
  border:1px double #00733e;
  margin:10px 0;
  padding:0;
  border-left: 5px solid #63d65a;
}
.event-container a:hover,a:focus,a:active {
  text-decoration:none !important;
}
.event-container img {
  width:100%;
}
.event-container .event-img{
  padding-left:0;
  padding-right:0;
}
.s98, .t98 {
  display: table-cell;
  font-size: 12px;
  padding: 0 9px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.s98, .t98, .u98, .v98 {
  font-weight: 600;
  text-transform: uppercase;
}
.s98, .s98:visited, .u98, .u98:visited {
  color: #0a9200;
}
.s98:hover, .u98:hover {
  color: #147e64;
}
.s98:active, .u98:active {
  color: #20486d;
}
.o98, .p98 {
  display: table;
  margin: 20px auto 0;
  position: relative;
  border-radius: 50%;
  *background-color: #E8E9EE;
}
.p98::after {
  -webkit-animation: AutoloadingPostsGridMoreLoadingIndicatorAnimation 2s infinite ease;
  animation: AutoloadingPostsGridMoreLoadingIndicatorAnimation 2s infinite ease;
  border-color: #0a9200 transparent transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.o98::before, .p98::before, .p98::after {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.o98, .o98::before, .p98, .p98::before, .p98::after {
  height: 100px;
  width: 100px;
}
.o98::before, .q98 {
  border-color: #0a9200;
}
.o98:hover::before, .q98:hover {
  border-color: #147e64;
}
.o98:active::before, .q98:active {
  border-color: #20486d;
}
.s98, .s98:visited {
  text-decoration: none !important;
}

.nav-tabs li {
	cursor:pointer;
}

/* set reference point */
.tab-animation .tab-content {
    position: relative;
}
/* set animate effect */
.tab-animation .tab-content .tab-pane{
    transition: 0.3s linear opacity;
}
/* overwrite display: none and remove from document flow */
.tab-animation .tab-content .tab-pane.active-remove {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}
/* opacity=0 when removing "active" class */
.tab-animation .tab-content .tab-pane.active-remove-active {
    opacity: 0;
  *transform: translateY(-100%); 
}
/* opacity=0 when adding "active" class */
.tab-animation .tab-content .tab-pane.active-add {
    opacity: 0;
  *transform: translateY(-100%); 
}

.slide-left {
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  *transition: all 0 linear;
  /* easeOutQuad */
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  *transition-timing-function: linear;
  /* easeOutQuad */
  transition-duration: 1s;
}
.slide-left.ng-enter {
  transform: translateX(-150%); 
  opacity: 0;
  color:red;
}
.slide-left.ng-enter-active {
  transform: translateX(0);
  opacity: 1;
  color:red;
}
.slide-left.ng-leave {
  transform: translateX(0); 
  opacity: 1;
}
.slide-left.ng-leave-active {
  transform: translateX(-150%);
  opacity: 0;
}

/*.tabContainer {
	width:80%;
  margin: 0 auto;
}
.tabs-left .tabContent { float:left; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}*/
                                                                                                                                                                                                                                                                                                      
.newsContent2 {
  width:80%;
}
.page-container .page-content .page-content-wrap .page-content-holder {
  width:80%;
}
.hidden {
  visibility: hidden;
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
.news-box a
{
  color: #000000;
  text-decoration: none;
}
.news-box a:hover {
  color: #0a9200;
}
.bx-viewport ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bx-viewport ul li{
  display: -webkit-flex; 
}
.bxslider-controls .bx-prev {
  background-color: #00733e;
}
.bxslider-controls .bx-next {
  background-color: #00733e;
}
.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
  background-color: #0a9200;
}

.bx-clone {
  display: none !important;
}
.event {
  z-index: 1;
  width: 32%;
  /*249px;*/
  position: relative;
  float: left;
  margin-right: 1%;
  /*14px;*/
}
.event .event-imgcontainer {
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.event img {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event.last {
  margin-right: 0;
}
.event .content {
  clear: both;
  display: block;
  margin-top: 10px;
  color: #000;
}
.event .content:hover {
  color: #ff9000;
}
.eventdate {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 90px;
  background: rgb(0,180,234);
  background: rgba(0,180,234,0.8);
  -webkit-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 10;
  /*width: 60px;*/
  min-width: 60px;
}
.eventdate .day,
.eventdate .month {
  color: #fff;
}
.eventdate .day {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'ralewaylight';
  font-weight: 100;
  font-size: 3em;
  line-height: 1.1em;
  margin-top: 8px;
}
.eventdate .month {
  padding: 5px 8px;
  text-align: center;
}

.event-box a
{
  color: #000000;
  text-decoration: none;
}
.event-box a:hover {
  color: #0a9200;
}

.body {}

.event-date-holder {
	background-color: #00733e;
}

.event-date {
	text-align: center;
    background-color: #e0b200 !important;
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 25%;
    margin-left: 25%;
}

.event-text {
	padding: 10px;
    text-align: center;
    background-color: #00733e;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
body {
}
.notice-box a
{
  color: #000000;
  text-decoration: none;
}
.notice-box a:hover {
  color: #0a9200;
}

.notice-box .media {
    margin-top: 0 !important;
  	margin-bottom: 0 !important;
}

.mainannouncements {
    display: flex;
    margin: 8px auto;
    overflow: hidden;
  	border:1px dotted #ccc;
  	border-radius:10px;
    transform: translateX(-20px);
    animation: duyuruSlideIn 0.5s ease-out forwards;
}

@keyframes duyuruSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
	}

.maindate {

    padding: 10px;
    background-color: #00733e;
    color:white;
  	margin-left:auto;  
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maintitle {

    padding-left: 10px;

}

.maindate2 {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    width: 30px;
    height: 20px;
  	vertical-align:middle;
}

.media-mainbody {

    padding-left: 10px;

}

.custom-scrollbar::-webkit-scrollbar {width: 4px;background:#00733e;}
.custom-scrollbar::-webkit-scrollbar-thumb {background-color: #e0b200;}
.custom-scrollbar {scrollbar-width: thin;scrollbar-color: #e0b200 transparent;}
.custom-scrollbar {  height: 400px;overflow-y: scroll;}


/* Gallery */
.gallery {
  float: left;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  *width: 25%;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
}
.gallery .gallery-item .image {
  width: 100%;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item .image a {
  display: block;
}
.gallery .gallery-item .image:after,
.gallery .gallery-item .image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.gallery .gallery-item .image:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.gallery .gallery-item .image img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gallery .gallery-item .image .gallery-item-controls {
  position: absolute;
  right: -60px;
  top: 3px;
  display: block;
  list-style: none;
  padding: 0px;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image .gallery-item-controls li {
  float: left;
  list-style: none;
  background: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}
.gallery .gallery-item .image .gallery-item-controls li .check {
  margin: 4px 0px;
}
.gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
  margin-right: 0px;
}
.gallery .gallery-item .image .gallery-item-controls li a,
.gallery .gallery-item .image .gallery-item-controls li span {
  font-size: 17px;
  color: #BBB;
}
.gallery .gallery-item .image .gallery-item-controls li a:hover,
.gallery .gallery-item .image .gallery-item-controls li span:hover {
  color: #656d78;
}
.gallery .gallery-item .image .gallery-item-controls li:first-child {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.gallery .gallery-item .image .gallery-item-controls li:hover {
  background: #F5F5F5;
}
.gallery .gallery-item .meta {
  color: #656d78;
  margin-top: 5px;
  line-height: 16px;
  padding: 0px 5px;
}
.gallery .gallery-item .meta strong {
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.gallery .gallery-item .meta span {
  display: block;
  color: #99a0aa;
}
.gallery .gallery-item:hover .image .gallery-item-controls {
  right: 3px;
}
.gallery .gallery-item.active .image {
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
}
.gallery .gallery-item.active .image .gallery-item-controls {
  right: 3px;
}
/* end Gallery */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
body {}

.angular-google-map-container {
        height: 400px;
}
.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}
.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}

body {}
body {
}
.monthly-day-event {
  padding-top: 0 !important;
}

.number{
		font-size:250%;
		font-family: "Open Sans";
		font-weight: bold;
		color:#FFCC00 !important;
	}
.motto{
		font-family: "Open Sans";
		font-variant: small-caps;
		color:#FFCC00 !important;
	}
.numberSm{
		font-size:150%;
		font-family: "Open Sans";
		font-weight: bold;
		color:#FFCC00 !important;
	}

.newsContent2 {
	width:80%; 
}

.news-container img{
	width:100%;
}

.page-container .page-content .page-content-wrap .page-content-holder {
	width:80%;
}

.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}



.bottom-news a
{
  color: #000000;
  text-decoration: none;
}
.bottom-news a:hover {
  color: #0a9200;
}

.news-slider .image-container img{
object-fit:cover;

}

.top-nav2 {
    float: left;
    position: relative;
    margin-top: 7px;
}

.top-nav2 img {height: 25px;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #fff;cursor: default;background-color: #e0b200;border: 1px solid #e0b200;border-bottom: 2px solid #00733e;border-radius: 0;}  
.tabs-left {border-right: 0;width: 100%;padding-top: 0;}  
.tabs-left>li{margin-bottom: 1px;}
.nav-tabs>li>a {margin-right: 0;border-radius:0px;display: block;background: #f4f4f4;transition: all 0.3s ease-in-out 0s;}
.nav-tabs>li>a:hover {background: #e0b200;transition: all 0.3s ease-in-out 0s;border-radius: 0;color: white;}

/*menü altına efek cizgi ekle başla*/
.tabs-left>li>a::after {content: "";position: absolute;width: 100%;height: 2px;bottom: -2px;left: 0;background-color: #00733e;transform: scaleX(0);transform-origin: bottom right;transition: transform 0.6s;}
.tabs-left>li>a:hover::after {transform: scaleX(1);transform-origin: bottom left;}

.tabs-top>li>a::after {content: "";position: absolute;width: 100%;height: 2px;bottom: -2px;left: 0;background-color: #00733e;transform: scaleX(0);transform-origin: bottom right;transition: transform 0.6s;}
.tabs-top>li>a:hover::after {transform: scaleX(1);transform-origin: bottom left;}
/*menü altına efek cizgi ekle bitiş*/
  
/* Sol tab menü bitiş */ 
.nav-tabs>li.active>a::before {font-family: 'FontAwesome';content: '\f061';font-size: 10px;color: #fff;margin-right: 5px;}/*aktif olan butonun sol kısmına icon ekle*/
.tabs-left {border-bottom: 0px solid #f3f3f3;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);}
.tabs-top {border-bottom: 0px solid #f3f3f3;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);}/*yatay menüde border ve gölgeyi kapat*/
.tabs-top li { padding-right: 2px;}/*top menüde butonlar arası boşuk bırak*/

.contact-info-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.contact-info {

        flex: 0 0 calc(50% - 10px);       
        background-color: #fff;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease, transform 0.3s ease;
        overflow: hidden;
        min-height: 230px;
        border-bottom: 5px solid #e0b200;
    }

.contact-info:hover {
        background-color: #f0f0f0;
        transform: scale(1.05);
border-bottom: 5px solid #00733e;
    }

.contact-info h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }

.contact-info p {
        display: block;
        margin: 0;

        align-items: center;
    }

    .contact-info i {
        margin-right: 5px;
    }
.section-title2 {
    background-image: linear-gradient(to bottom, rgb(198 196 196 / 5%) 0%, rgb(0 0 0 / 12%) 100%);
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    box-shadow: -1px 3px 11px 0px rgb(226 226 226);
    font-size: 1.8em;
    display: block;
    border-left: 5px solid #555 !important;
}
 
.section-title2::after {
    content: "\25BC";
    display: block;
    text-align: center;
    font-size: 20px;
    height: 0px;
    color: #dddddd;
}



/*Logo Kutular*/
/*.containerfakulteler{text-align:center;margin-top:-19px}.logos{display:flex;flex-wrap:wrap;justify-content:start;margin-bottom:20px}.logo1{margin:10px;text-align:center;width:calc(25% - 20px);transition:transform 0.3s;border-bottom:2px solid #e0b200;margin-top:10px;padding-top:10px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 -2px 4px -1px rgba(0,0,0,.05)}.logo1 img{height:120px;border:2px solid transparent;transition:transform 0.3s,filter 0.3s}.logo1:hover{transform:scale(1.1);border-bottom:2px solid #00733e}.logo1:hover img{filter:opacity(.7) grayscale(60%)}@media screen and (max-width:600px){.logo1{width:45%;margin:10px 0}.logo1 h2{font-size:14px}.logos{justify-content:space-around}}
/*Logo Kutular Bitiş*/




   /* Mobil cihazlar için stil */
@media (max-width: 600px) {.contact-info {flex: 0 0 100%;margin-right: 0;}.img-responsive{width:100%!important;}}




/*mobilde görünüm*/
@media (max-width: 460px) {.col-xs-3 {margin-left: -25px !important;}}
@media (max-width: 768px) {.tabs-left {display: none;margin-left: 25px;width: 100%; margin-bottom: 20px;}.col-xs-3, .col-xs-9 {width: 100%;}.tabs-top {display: none;}}

/* itf mobil bottom menü başla */
@media (min-width: 769px) {.tabs-left {display:block;}#itf-phone-number {display: none; /* Bottom Menüyü Masaüstünde Gizle */}}  
@media (max-width: 768px) {#itf-phone-number {position: fixed;z-index: 99;bottom: 0;left: 0;width: 100%;background-color: #650f3a;color: #fff;text-align: center;padding: 12px 3px;box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);}}
/* itf mobil bottom menü bitiş **/  



                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

.form-control.ng-invalid {
    border: 1px solid #ff9c9c;
}
.news-slider{
  width:100%;
  overflow:hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.news-slider .thumb-bar{
  width:15%;
  float:left;
}
.news-slider .thumb-container {
  margin-bottom:5px;
  position:relative;
}
.thumb-container .thumb-img {
  *position:absolute;
  top:0;
  left:0;
  width:100%;
  border-radius:5px;
}
.thumb-container:last-child {
    margin-bottom:0;
}
.thumb-container .overlay {
  position:absolute !important;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:5px;
  background-color:rgba(0,0,0,0.7);
  padding-top: 0 !important;
}


.news-slider .image-container{
  width:85%;
  float:right;
  *padding-left: 1.5%;
  position:relative;
}
.news-slider .image-container:after {
  clear:both;
}
.news-slider .image-container img{
  border-radius:5px;
  width: calc(100% - 10px);
  *width:96%;
  height:100%;
  position:absolute;
  top:0;
  left:10px;
  display:none;
}

.news-slider .image-container .text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    color: white;
    display: block;
    transition: all 1s linear;
    text-align: left;
    width: calc(100% - 10px);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding:20px;
    left: 10px;
    font-weight:bold;
    font-size:1.2em;
}

.news-slider .text.ng-enter  {
  *height:0;
  margin-bottom:-100px;
}
.news-slider .text.ng-enter.ng-enter-active  {
  *opacity: 1;
  margin-bottom:0;
}
.news-slider .text.ng-leave {
  *opacity:0;
  *height:0;
  *margin-bottom:-100px;
}
.news-slider .text.ng-leave.ng-leave-active  {
  margin-bottom:-100px;
}


.news-slider .image-container img.active{
  display:block;
}
.news-slider .img.ng-animate {
  transition: all 1s;
}
.news-slider .img.ng-enter {
  opacity: 0;
}
.news-slider .img.ng-enter.ng-enter-active {
  opacity: 1;
}
.news-slider .img.ng-leave.ng-leave-active  {
  opacity:0;
}
.news-slider .img.ng-leave  {
  opacity:1;
}

.news-slider .overlay.ng-animate {
  transition: all 1s;
}
.news-slider .overlay.ng-enter {
  opacity: 1;/*0*/
  height:0;
  top:0;
}
.news-slider .overlay.ng-enter.ng-enter-active {
  opacity: 1;
  height:100%;
  bottom:0;
}
.news-slider .overlay.ng-leave.ng-leave-active  {
  opacity:1;/*0*/
  *height:0;
  height:0;
  *bottom:0 !important;
}
.news-slider .overlay.ng-leave  {
  opacity:1;
  height:100%;
  *height:0;
  *bottom:0 !important;
}

.clear { clear:both;}










                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
.newsContent2 {
	width:80%; 
}

.news-container img{
	width:100%;
}

.page-container .page-content .page-content-wrap .page-content-holder {
	width:80%;
}

.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}



.bottom-news a
{
  color: #000000;
  text-decoration: none;
}
.bottom-news a:hover {
  color: #0a9200;
}

.text-justify {
  text-align: justify;
}
.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a {
  cursor:pointer;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}
.coverPhoto {
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
}
.btn {
	margin-right:0 !important;
  margin-left: 5px;
}
.font-sizer div {
	margin: 10px 0;
}
.newsContent2 {
  width:80%;
}
.page-container .page-content .page-content-wrap .page-content-holder {
  width:80%;
}
.hidden {
  visibility: hidden;
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
.news-box a
{
  color: #000000;
  text-decoration: none;
}
.news-box a:hover {
  color: #0a9200;
}
.bx-viewport ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bx-viewport ul li{
  display: -webkit-flex; 
}
.bxslider-controls .bx-prev {
  background-color: #00733e;
}
.bxslider-controls .bx-next {
  background-color: #00733e;
}
.bxslider-controls .bx-prev:hover,
.bxslider-controls .bx-next:hover {
  background-color: #0a9200;
}

.bx-clone {
  display: none !important;
}