/* Popup (arka plan) */
.modal {
    display: block; /* Varsayılan olarak gizlidir */
    position: fixed; /* Yerinde kal */
    z-index: 999999; /* Üstte */
    left: 0;
    top: 0;
    width: 100%; /* Ful Genişlik */
    height: 100%; /* Ful Yükseklik */
    overflow: auto; /* Gerekirse kaydırmayı etkinleştir */
    background-color: rgb(0,0,0); /* Yedek renk */
    background-color: rgba(0,0,0,0.7); /* Siyah w / opaklık */
}






.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


.icerik_menu_baslik1{
	padding: 20px 10px 20px 10px;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0,0,0,0.4);
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 10vw;
	height: 30px;
	display: table;
	
	
	
	}

.icerik_menu_baslik1:hover{
	
	border-color: rgba(0, 184, 222, 0.1);
	background-color: rgba(0, 184, 222, 0.1);
		
	}

.blog_menu1{
	font-size: 14px;
	text-decoration: none;

	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	
	display: table-cell;
		vertical-align: middle;

}


.onemlibesinler_table{
	
	border-spacing:20px;
	
}
.onemlibesinler_td img{
	
	width:100%;
	border-radius: 10px 10px 10px 10px;
}

.onemlibesinler_td{
	text-align: left;
	
	vertical-align: top;
	
}

.takvim_table{
	width: 100%;
	border-spacing:20px;
	
}



.takvim_td{
	
	width:20%;
	text-align: center;
	
}

.takvim_td img{
	
	width:80%;
}
.takvim_td_hafta{
	
	color:#00b8de;
}
.takvim_td_hafta_ic{
	
	color:rgba(0, 0, 0, 0.5);
}

.img-hover-zoom {
   /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
	border-radius: 10px 10px 10px 10px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
	
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}


/*div 3 lü başla*/
div.container {
  float:left;
  width:98%;
  height:auto;
  min-height:300px;
	margin-bottom: 50px;
	
  
  clear:both;
}

div.items-1 {
  clear:both;
  float:left;
	background-color: rgba(0, 184, 222, 0.1);
	border-radius: 10px 10px 10px 10px;
	
  
}
div.items-2, div.items-3 {
  float:left;
  background-color: rgba(0, 184, 222, 0.1);
	border-radius: 10px 10px 10px 10px;
}
div.items-3{
  background-color: rgba(0, 184, 222, 0.1);
	border-radius: 10px 10px 10px 10px;
}
div.items-1, div.items-2, div.items-3 {
  width:31%;
  height:auto;
  min-height:300px;
  margin:1%;
	  background-color: rgba(0, 184, 222, 0.1);
	border-radius: 10px 10px 10px 10px;
}

@media only screen and (max-width:1000px){
  
  div.items-1, div.items-2, div.items-3 {
  clear:both;
  float:left;
  width:100%;
  height:auto;
  min-height:300px;
  margin:1%
    }
}

/*/*div 3 lü son*/*/


#CevreBakanlik{
	float:right; margin-right:10px; padding-top:20px;
	}

#logo {
  float:left; 
  margin-top:5px;
}

#bilgiler {
  float:right;
  background-color:rgba(0, 0, 0, 0);
  color:black;
	
  
 
    

	
	  

} 
.menuu {
    
    
	width: 950px;
	
		
	height:50px;
	
	z-index:99999;
	
	

	
	
}
.fixed {
    position:fixed;
    top:0;
left: calc(-50vw + 50%);
right: calc(-50vw + 50%);
margin-left: auto;
margin-right: auto;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 1020px;
	
	background-image:url(../img/sumtextb.jpg) !important; 
            background-repeat:repeat; background-size:100px !important;
	
	
font-family: 'Helvetica', cursive;
}

html::before {
  content: ' ';
  display: block;
  /*background-color:#fcfdff;*/
  background-position:left;
  background-size: cover;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}
#Ust 
{
	width:100%;
	float:left;
	/*background-color:rgba(0, 184, 222, 0.1);*/
	/*background-color:#e3ecf0;*/
	
	background-image:url(../img/ust.png) !important; 
            background-repeat:repeat; background-size:100px !important;
	
	
	
	
	
	
}


#UstIc
{
	height:160px;
	margin-left:auto;
	margin-right:auto;
}




#Sayfa 
{
	width:100%;
	float:left;
		height: auto;
	
	
		
	

	
}




#Alt 
{
	width:100%;
	float:left;
	padding-top:10px;
	
	
	background-color:rgba(0, 46, 110, 0.9);;
	
	
}




#AltAlt 
{
		width:80%;

	margin-left:auto;
	margin-right:auto;
	height:100%;
	padding-left:5px;
	padding-right:5px;

}



#AltAltSol
{
	color:#FFF;
	padding-top:10px;
	text-align:justify;
}

#AltAltOrta
{
	text-align:center;
	color:#FFF;
	padding-top:10px;
}


#AltAltSag
{
	text-align:right;
	padding-top:10px;
	color:#FFF;
}

.GolgeAlt {
    -webkit-box-shadow: 0 0 0 4px white, 0 6px 4px black;
    -moz-box-shadow: 0 0 0 4px white, 0 6px 4px black;
    box-shadow: 0 0 0 4px white, 0 6px 4px black;
}

#Design {
	width:calc(100% - 20px);
	background-image:url(../img/sumtextb.jpg);
	background-size:100px;
	background-repeat:repeat;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	padding:10px;
	float:left;
	font-size:10px;
}







