@charset "UTF-8";
/* CSS Document coded by Aykut Yılmazer*/

.takvim_baslik{font-size: 18px !important; color: #132c62;}
.speed_box{box-shadow: 0 2px 3px rgba(0,0,0,0.10); transition: box-shadow 0.3s ease-in-out; border-radius: 5px; padding: 5px;}
.speed_box:hover{box-shadow: 0 5px 5px rgba(0,0,0,0.3);}
.but_container{width:97% !important;}
.duyuru_box{box-shadow: 0 2px 3px rgba(0,0,0,0.10); transition: box-shadow 0.3s ease-in-out; padding: 10px; display: block; margin-bottom: 10px; font-weight: bold; cursor: pointer; background-color: #efefef;}
.duyuru_box a:link{display: block !important;}
.duyuru_box:hover{box-shadow: 0 5px 5px rgba(0,0,0,0.3); background-color: #fff;}
.max_yuk{max-height: 435px !important; overflow: scroll;}
.haber_detay{font-size: 15px; background-color: #132c62; padding: 5px; color:#efefef; padding-top:1em;}
.fancy-image{-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.fancy-image:hover{-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.color-green{color:#017c05;}
.color-red{color:#bc011a;}
.color-blue{color:#2b5ebc;}
.haber_cover{min-height: 360px !important;}
.just_black{color:#000 !important;}
.sharebar{background-color: #132c62 !important; height: 40px; color: #fff;}
.bg_info{background-image: url('../images/icons/bulb.png'); background-repeat: no-repeat; background-position: top right;}
.input_info{color: #ccc; font-size: 10px; display: block;}
.form-group{border: 1px solid #fff;}
.form-group:hover{background-color: #efefef; color: #132c62; border: 1px solid #132c62; padding: 5px;}
.form-group:hover label{color: #132c62 !important;}
.form-group:hover .input_info span{background-color: #B9D707; color: #132c62 !important;}
.speed_row{border-bottom: 1px solid #efefef; display: block;}
.speed_row:hover{border-bottom: 1px solid #132c62;}
.underlined{border-bottom: 1px solid #132c62;}
.vidcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yaprak{cursor: pointer;}
.yaprak:hover div.speed_calendar_month{background-color: #f87c34; color: #132c62;}
.speed_calendar_month{background-color: #132c62; padding: 5px; color: #fff; text-align: center; font-weight: bold; border: 1px solid #132c62;}
.speed_calendar_day{background-color: #fff; border: 1px solid #132c62; padding: 2px; color: #132c62; text-align: center; font-size: 2em; font-weight: bold;}
.answer{background-color: #efefef; border-left: 3px solid #132c62; padding: 5px; font-style: oblique;}
.yeni_doviz{width: 70%;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background-color: #132C62; color: #fff; margin-bottom: 5px; padding-left: 10px; text-align: center;}
@media (max-width: 575px) {
	
	.haber_cover{height: auto;}
	.yeni_doviz{width: 100%; font-size: 9px;}
	
}