/*
Theme Name: AGED
Theme URI: https://www.aged.org.tr/
Author: Dinamik Dizayn
Author URI: https://dinamikdizayn.net/
*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*{
    transition: all;
    transition-duration: 0.2s;
    -webkit-font-smoothing:antialiased;
}
body{
    color: #353535;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
    text-decoration: none;
}
.section_padding{
    padding: 40px 0;
}
.no_radius{
    border-radius: 0;
}
.no_padding{
    padding: 0;
}
#bread {
    margin-top: 15px;
    margin-bottom: -15px;
}
iframe{
max-width: 100%;
}
/* #bread a{
    color: #FFF;
} */
#main_topbar {
    background-color: #666;
    position: relative;
    margin-top: 0;
}
#main_topbar #topbar_beyaz{
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-color: #FFF;
}
#main_topbar ul.list-inline{
    margin:0;
}
#main_topbar ul li a{
    color: #FFF;
    display: block;
    padding: 7px 5px;
    font-weight: 600;
}
#main_topbar ul li:first-child a{
    padding-left: 0;
}
#topbar_beyaz:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 2px;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #d8d8d8;
}
#topbar_beyaz:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 12px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #d8d8d8;
}
#main_topbar:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 8px;
    background-color: #d8d8d8;
    display: none;
}
#main_topbar:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 8px;
    background-color: #d8d8d8;
    display: none;
}


#topbar {
    padding: 0;
    margin: 10px 0;
}
#topbar .logo img {
    height: 40px;
    display: -webkit-inline-box;
	width: auto;
}
#topbar .logo a {
    line-height: 5em;
}
#topbar .logo h1 {
    font-size: 13px;
    color: #353535;
}
#topbar ul {
    margin-bottom: 0;
}
#topbar ul:last-child{
    /* margin-top: 10px; */
}
#topbar ul li.social {
    border-right: 0;
    padding-left: 5px!important;
    padding-right: 5px;
}
#topbar ul li {
    border-right: 1px solid #e8e8e8;
    padding-right: 5px;
    padding-left: 15px;
}
#topbar ul li a{
    color: #444;
    line-height: 5em;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
	padding-right: 5px;
}
#topbar ul li a i {
    font-size: 30px;
    margin-top: 8px;
    color: #3d9ed6;
    margin-right: 3px;
}
#topbar ul li a span {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    top: -5px;
    color: #555;
}
#topbar ul li:last-child{
    padding-right: 0;
    border-right: 0;
    padding-left: 25px;
}
#topbar ul li:last-child a{
	padding-right: 0;
}
#topbar ul li.social:nth-child(3) {
    padding-left: 25px!important;
}
#topbar ul li:nth-child(2) a i{
/* 	color: #71bf44; */
}
.desc_en {
    display: block;
    font-weight: 300;
    font-style: italic;
}
.desc_tr {
    font-weight: 700;
}
.desc_tr, .desc_en{
    position: relative;
    top: 10px;
    left: 5px;
    font-size: 13px;
}
header{
    background-color: #3d9ed6;
}
header.fixmenu {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0px 4px 30px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 30px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 30px -1px rgba(0,0,0,0.75);
    padding-top: 5px;
    padding-bottom: 5px;
    transition-duration: 0s;
    background-color: #FFF;
}
.fixmenu .navbar-default .navbar-nav>li>a{
    color: #353535;
    border-color: #F5F5F5;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    min-height: auto;
    border: 0;
}
.navbar-default .navbar-nav>li>a{
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
    font-weight: 600;
    line-height: 1.5em;
    padding: 10px 13px;
    font-size: 15px;
    border-right: 1px solid #5eabd8;
}
.navbar-default .navbar-nav>li:last-child>a {
    border: 0;
}
.navbar-default .navbar-nav>li:first-child>a:hover{
	background-color: transparent!important;
	color: #FFF!important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3fafef;
    height: 3px;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
/*     background-color: #71bf44a6; */
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: #71bf44;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.dropdown-menu>li>a {
    padding: 6px 20px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #3d9ed6;
}




#homepage_slider{
    background-color: #3d9ed6;
    padding: 30px 0;
}
#homepage_slider ul li{
    margin-bottom: 15px;
}
#homepage_slider .carousel-inner{
    box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.38);
}

#homepage_slider .slider_item {
    color: #FFF;
}
#homepage_slider .slider_item h2 {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 30px;
}
#homepage_slider .slider_item p{
    font-size: 16px;
    line-height: 1.6em
}
#homepage_slider .owl-theme .owl-dots .owl-dot span{
  background-color: transparent;
  border: 1px solid #FFF;
}
#homepage_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
#homepage_slider .owl-theme .owl-dots .owl-dot.active span, 
#homepage_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF!important;
    border: 1px solid #FFF;
}
#homepage_slider .btn-default {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 0;
}
#homepage_slider .btn-default:hover {
    background-color: #353535;
    border-color: #353535;
}
#homepage_slider .carousel-control{
	margin-bottom: 5px!important;
}


#featured{
    background-color: #c6dae6;
}

.featured_content {
    position: relative;
    top: -40px;
}
.featured_item{
    background-color: #FFF;
    padding: 10px;
}
.featured_1 .featured_item{
    margin-bottom: 30px;
}
.featured_content a{
    color: #333;
}
.featured_item i {
    font-size:  40px;
}

.featured_item h4 {
    line-height: 2em;
    font-size: 16px;
}

#haberler{

}
#haberler .section_title h2{
    background-color: transparent;
}
.haber_item {
    margin-bottom: 30px;
}
.haber_item:hover img,
.etkinlik_item:hover img{
    box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.38);
    transform: scale(1.03);
}
.haber_item h4 {
    padding: 5px;
    color: #000;
    padding-top: 0;
    font-weight: 700;
    padding-left: 0;
    font-size: 20px;
    height: 50px;
    line-height: 1.3em;
    font-family: 'Titillium Web', sans-serif;
}
.haber_content p {
    color: #000;
    /* font-size: 13px; */
    font-weight: 300;
}
.haber_content .tarih {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.haber_item .detay_link{
    font-size: 10px;
    font-weight: 400;
    color: #929292;
    border-bottom: solid 1px #b2b2b2;
    display: inline-block;
    margin-left: 5px;    
    position: relative;
    margin-bottom: 15px;
}
.haber_item .detay_link:before{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.category-page .haber_item h4{
	font-size: 18px;
}
#etkinlikler{
    background-color: #3d9ed6;
}
#etkinlikler .section_title h2{
    color: #FFF;
    background-color: #3d9ed6;
}
#etkinlikler .section_title a {
    background-color: #FFF;
    color: #3d9ed6;
}
#etkinlikler .haber_item h4 {
    font-size: 18px;
    height: 55px;
    color: #FFF;
}
#etkinlikler .haber_content .tarih {
    color: #FFF;
}
#etkinlikler .haber_content p{
    color: #FFF;
    font-weight: normal;
}
#etkinlikler .section_title:after{
    background-color: #0275b7;
}
.etkinlik_item{
    position: relative;
}
.etkinlik_item a{
    color: #FFF;
}
.etkinlik_item h4{
    font-size: 16px;
}

.etkinlik_content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,#000 95%,#000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,#000 95%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
    z-index: 3;
}
.pos_absolute{
    position: absolute;
    bottom: 0;
}
.etkinlik_tarih {
    font-size: 12px;
}
.etkinlik_tarih i {
    margin-right: 5px;
}

.img_hover {
    position: relative;
    overflow: hidden;
}
.img_hover img {
    transition: all 5s;
}

.etkinlik_item:hover .img_hover img,
.haber_item:hover .img_hover img{
    transform: scale(1.05);
}



footer{
    background-color: #444;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 20px;
}
footer a{
    color: #bec7c9;
}
footer form ul li{
    margin-bottom: 10px;
}
footer form ul li:last-child{
    margin-bottom: 0;
}
footer .input-group-addon{
    background-color: #3d9ed6;
    border-color: #3d9ed6;
    color: #FFF;
	border: 0;
	padding-bottom: 0;
}
footer h4 {
    font-weight: 700;
}
#footer_bottom {
    background-color: #444;
}
#footer_bottom a {
    padding: 15px 0;
    color: #FFF;
    display: block;
}
footer .tnp-field input[type="submit"] {
    background-color: transparent;
    padding: 0;
}

/* Preloader */
#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:99;
}
#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%;
  top:50%;
  background-image:url(images/preloader.gif); 
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px;
}

/* Title */
.section_title {
    position:  relative;
}
.section_title h2 {
    text-transform:  uppercase;
    font-weight: 600;
    position:  relative;
    margin-bottom: 20px;
    z-index:9;
    display:-webkit-inline-box;
    padding-left: 10px;
    padding-right:10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
}
.section_title h2:before{
    content:'';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #3d9ed6;
    left: 0;
    top: 0;
}
.section_title a {
    position: relative;
    top: -2px;
}
#etkinlikler .section_title h2:before{
    background-color: #FFF;
}

.owl-theme .owl-dots .owl-dot span{
    border-radius: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #3d9ed6!important;
    border: 1px solid #3d9ed6;
}
#etkinlikler .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #FFF;
}
#etkinlikler .owl-theme .owl-dots .owl-dot.active span, 
#etkinlikler .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #FFF!important;
}

.page-title{
	/* background-color:#3d9ed6; */
}
.page-title h1{
    line-height: 1.3em;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1em;
	font-size: 30px;
}
.page-content,
.page-content p {
    font-size: 16px;
	line-height: 1.7em;
}
.page-content h2 {
    margin-top: 0;
    font-size: 18px!important;
    line-height: 1.5em;
    font-weight: 700;
}

.blog-item{
    margin-bottom: 30px;
}
.blog-item .blog-image img{
    margin: 0 auto;
}
.blog-item .blog-title h4{
    font-size: 13px;
    color: #333;
    height: 30px;
    margin-top: 0;
}

/* Gallery */
.gallery-item img {
    border: 0!important;
    max-width: 100%;
    height: auto;
    padding: 5px;
    position: relative;
    overflow: hidden;
    transition: all 3s;
}
.gallery-item:hover img{
  transform: scale(1.01);
}

/* Widgets */
.widget label,
.widget input[type=submit] {
    display: none;
}
.widget {
    margin-bottom: 30px;
}
.widget h4{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #353535;
    margin: 0;
    padding: 15px;
    color: #FFF;
}
.widget ul li:last-child a{
    border-bottom: 0;
}
.widget ul li a{
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 13px 15px;
    line-height: 18px;
    background: #f5f5f5;
    color: #333;
}
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li.current_page_item>a, 
.widget ul li.current_page_item>a:hover, 
.widget ul li.current_page_item>a:focus {
    border-color: transparent;
    color: #fff;
    background: #71bf44;
    position: relative;
}
.widget input[type=text] {
    padding: 12px;
    height: 45px;
}


.carousel-indicators{
  left: -18%;
  top: 0;
  width: 50%;
} 
.carousel-indicators li,
.carousel-indicators li.active{
  text-indent:0;
  width:283px!important;
  height: 49.18px!important;
  border: 0!important;
  border-bottom:1px solid #e6e6e6!important;
  background-color: #F0F0F0!important;
  display: block;
  color: #535353;
  text-align: left;
  border-radius: 0;
  position: relative;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  margin: 0;
	text-transform: uppercase;
} 
.carousel-indicators li:last-child{
  border-bottom: 0!important;
}
.carousel-indicators li.active{
  background-color: #3d9ed6!important;
  color: #FFF;
}
.carousel-indicators li.active:after{
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #3d9ed6;
  border-width: 24px 22px;
  right: -44px;
  top: 0;
}
#homepage_slider{
  background-color: transparent;
  padding-bottom: 0;
}
#homepage_slider .carousel-inner{
  box-shadow: inherit;
}
.slide{
  padding: 0;
}
.carousel-caption{
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  left: 5%;
  text-align: left;
  width: 90%;
  right: 5%;
}
.item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: rgba(0,0,0,.8) 0 -190px 120px -100px inset;
}
.item img {
  width: 100%;
  height: auto;
}
.transition-timer-carousel-progress-bar {
  height: 4px;
  background-color: #5cb85c;
  width: 0%;
  margin: 0px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: relative;
  bottom: 2px;
}

.box{
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 24px;
  position: relative;
  height: 140px;
}
.box h2 {
  font-size: 18px;
  color: #ed1c24;
  font-weight: 700;
  margin: 0;
}
.bordered-bg {
  background: url(images/repeat-border.gif);
}
.box img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.box p{
  width: 60%;
  line-height: 1.5em;
  margin-top: 20px;
  font-weight: 600;
  padding: 5px 0px;
	font-size: 18px;
}
.box a p{
	color: #333;
}
.box.videolar{
  height: auto;
  margin-bottom: 0;
}
.box.videolar .bordered-bg {
  height: 15px;
  margin-top: 10px;
}
.box.videolar img{
  float: left;
  width: 60%;
  position: inherit;
}
.box.videolar h3{
  float: right;
  width: 38%;
  font-size: 12px;
  margin-left: 2%;
  color: #333;
}
.owl-videolar{
  margin-top: 20px;
}
.owl-videolar a{
  margin-top: 2px;
  display: block;
}
#homepage_slider .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #3d9ed6;
    width: 5px;
    height: 5px;
}
#homepage_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
#homepage_slider .owl-theme .owl-dots .owl-dot.active span, #homepage_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #3d9ed6!important;
    border: 1px solid #3d9ed6;
}
.owl-carousel .owl-item img{
	height: auto!important;
}

i.fa.fa-facebook-official {
    color: #4166b2!important;
}
i.fa.fa-instagram {
    color: #cf4375!important;
}
i.fa.fa-youtube {
    color: #ed4630!important;
}

.wp-block-image img{
	height: auto;
}
@media (max-width: 767px){
    header {
        background-color: transparent;
    }
    #homepage_slider {
        padding: 15px 0;
        padding-top: 0;
    }    
    #homepage_slider h2{
        font-size: 18px;
    }
    #homepage_slider ul li {
        width: 50%;
        float: left;
    }
    #homepage_slider ul li:last-child {
        width: auto;
        float: inherit;
    }    
    #homepage_slider ul li:nth-child(2){
        padding-left: 5px;
    }
    #homepage_slider ul li:first-child{
        padding-right: 5px;
    }
    #homepage_slider ul {
        margin-top: 15px;
    }    
    .navbar-brand>img {
        position: relative;
        top: -9px;
        height: 40px;
		width: auto;
    } 
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:focus, 
	.navbar-default .navbar-nav>.active>a:hover{
		color: #3d9ed6;
	}
    .haber_item {
        margin-bottom: 30px;
    }  
    .navbar-default {
        padding: 0;
    }  
    .navbar-default .navbar-nav>li>a{
        color: #3d9ed6;
    }
    .slide{
        margin-bottom: 20px;
    }
    .haber_item h4{
        height: auto;
    }
    .page-title h1{
        font-size: 20px;
		padding-top: 0;
		margin-top: 10px;
		margin-bottom: 0;
    }
    footer>div>div>div {
        margin-bottom: 30px;
    }
    footer>div>div>div:last-child{
        margin-bottom: 0;
    }
    .etkinlik_content {
        padding-top: 330px;
    }  
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border-color: transparent;
    }
	.page-content p{
		font-size: 18px;
	}
}

@media (min-width: 768px) {
    .navbar-brand{
        height: auto;
    }
    header .navbar-right {
        margin-top: 35px;
    }    
    .navbar-default .navbar-collapse{
        padding:0;
    }
    .navbar-nav{
        width: 100%;
    }
    .navbar-nav>li:last-childd {
        float: right!important;
    }
    .navbar-default .navbar-nav>li:last-childd>a {
        padding: 9px 15px;
        background-color: #71bf44;
        color: #FFF;
        animation: pulse 2s infinite;
        font-weight: 700;
    }   
    .navbar-nav > li:first-child > a {
        padding: 10px 0;padding-right: 20px;
    }  
    #homepage_slider ul li{
        box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.38);
    }
    #homepage_slider ul li:hover a{
        transform: scale(1.05);
    }
	#topbar .logo li{
		padding-left: 0!important;
	}
    #haberler .haber_item{
        margin-bottom: 60px;
    }    
    #etkinlikler .haber_item{
        margin-bottom: 0;
    }
	.box.videolar{
		margin-top: 40px!important;
	}
}

@media (min-width: 768px) and (max-width: 899px){
	.navbar-default .navbar-nav>li:first-child>a{
		display: none;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 10px 5px;
    	font-size: 14px;
	}
	#topbar ul li {
		padding-right: 5px;
		padding-left: 5px;
	}
	.carousel-indicators {
		display: none;
	}
	.box{
		margin-bottom: 0;
	}
	.box.videolar{
		margin-top: 5px!important;
	}
	.box p{
		font-size: 14px;
	}
	#homepage_slider .owl-theme .owl-nav.disabled+.owl-dots{
		margin-top: -10px;
	}
	.box.videolar .bordered-bg{
		display: none;
	}
	.haber_item h4 {
		font-size: 14px;
	}
}

@media (min-width: 900px) and (max-width: 1366px){
	.navbar-nav>li:first-child>a{
		display: none;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 10px 12px;
	}
	.carousel-indicators li, .carousel-indicators li.active,
	.carousel-indicators li, .carousel-indicators li{
		width: 233px!important;
		font-size: 11px;
		height: 41.18px!important;
		padding: 5px 10px;
	}
	.carousel-indicators li.active:after{
	  border-width: 20px 16px;
	  right: -32px;
	}
	.box{
		margin-bottom: 0;
	}
	.box.videolar{
		margin-top: 5px!important;
	}
	.box.videolar .bordered-bg{
		display: none;
	}
	#homepage_slider .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -20px;
	}
	.box a p{
		font-size: 14px;
	}
	.haber_item h4{
		font-size: 17px;
		height: 40px;
	}
	.page-title h1{
		padding-top: 0;
		margin-bottom: 0;
	}
	.caret{
	    color: #FFF;
	}
}

@media (max-width: 1200px) {
    #topbar .desc{
        display: none;
    }
}

@media (min-width: 1366px){
    .carousel-indicators li, .carousel-indicators li.active, .carousel-indicators li, .carousel-indicators li{
        width: 280px;
    }
}