*{margin: 0;padding: 0;box-sizing: border-box;}
hr{margin: 25px 0 25px 0;}
a{text-decoration: none;}

html {
  scroll-behavior: smooth;
}

@font-face{
    font-family: garex;
    src:url('data/grx.ttf');
}


.sol{ width: 280px; margin-top: 20px; text-align: left;padding-left: 25px;}
.ortala{ width: 320px; margin:0 40px 0 22px;}
.sag{width: 240px; margin-top: 20px; text-align: right;}
.tt{clear: both;}

.banner {
    margin: 0 auto 0;    
    font:bold 20px garex;
    background: #fff;
    text-align: center;
    padding: 15px;    
	box-sizing: border-box;
    color:#064899;
}

.banner a{
    color:#064899; 
}

.banner div{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}



.menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.menu li{
  float: left;
  position: relative;
  width: 170px;
    z-index:99;
}
 
.menu ul li ul{
  display: none;
}
 
.menu ul li:hover ul{
  display: block;
    position: absolute;
}
 
.menu ul li a{
  text-decoration: none;
  background: #064899;
  display: block;
  color: white;   
    font:bold 18px garex;
  text-align: center;
  border: 2px solid #fff;
  padding: 12px;
  margin:1px;
}
 
.menu ul li ul li a{
  background: #064899;
  text-align: left;
  padding: 12px;
  border-bottom: 3px solid #fff;
  font:bold 16px garex;
}


 
.menu li a:hover{
  background: #8fa51e;
  transition: .3s;
	border-radius:20px;
}
 
.menu ul li ul li a:hover{
  
}
.menu {
    width: 1200px;
    margin: 0 auto;
}

.swiper-container {
    width: 1200px;
    height: 450px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.swiper-slide {
  text-align: center;
  background: #fff;    
    font:bold 22px garex;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.content{ 
    padding:55px 0 25px 0;
}

.content h4{
    font:bold 22px garex;
    text-align: center;
    margin-bottom: 25px;
}

.content h3{
    background:  #064899;
    color:#fff;
    padding: 20px;
    text-align: center;
    font:bold 22px garex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;	
	text-shadow: 4px 4px 5px #000;
}

.content h2{
    font: bold 18px garex;
    padding: 15px;
    text-align: left;
    width: 250px;
    margin-bottom: 20px;
    background: #8fa51e;
    color: #fff;
	border:1px solid #fff;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 7px 9px 11px 0px #967a7a
}


.post{
    text-align: left;
    padding: 50px 25px 0 25px;
    background: #fff;
    font:18px garex;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin:0 25px 0 25px;
    width:90%;
}

#post p{
    font:14px garex;
}

.content p:first-child{
    z-index: -99
}

#metinler{
    white-space: pre-line;
}

#resimler{
    text-align: center;
    margin-top: 25px;
}

#resimler img{
    width:220px;       
    display: inline-block;
    vertical-align: top;
    margin: 5px;    
    border:3px solid #fff;
}

#resimler img:hover{
    border:3px solid #ddd;
}

#icerik{
    white-space: pre-line;
    text-align: left;
    font-weight: 600
}

.fixed {
    position: fixed;
    top:0; left:5%;
    width: 100%; 
    z-index: 99;
}

.footer {
    background: #064899;
    padding: 20px;
    font: 18px garex;
    text-align: center;
    color:#fff;
    margin: 35px 0 15px 0;
}
.footer a{color:#fff;}


#ikon {
    font-size:18px;
    width: 35px;
    color:#fff;
    background:#064899;
    padding:7px;
    margin:0 3px 5px 0;
    border-radius: 10px;
    text-align: center;
}


.highslide-caption {
    width: 100%;
    text-align: center;
}
/* Remove the close button from the controls since we already have one in the corner of the image */
.highslide-close {
    display: none !important;
}
/* Put the image number in front of the caption */
.highslide-number {
    display: inline;
    padding-right: 1em;
    color: white;
}




@media only screen and (min-width: 600px) {
    .mobilbanner{ display: none; }
}

@media only screen and (max-width: 600px) {
.mobilbar{width:20px;height:100%;position:fixed;top:0;left:0;}
#harita,.banner{
    display: none;
}

body{
    padding-top:75px; 
}

.mobilbanner{ 
    background: #fff; 
    font: bold 120% garex;
    box-sizing: border-box;
    padding: 15px 15px 5px 15px;
    position: fixed;
    top: 0; left: 0;
    z-index: 99;
    width: 100%;
    border-bottom:3px solid #ddd;
}

#mobilmenu{
    float: left;
    margin-right: 35px;
}

.menu{
    width:100%;
    height: 100%;
    display:none;
    position: fixed;
    top:70px;
    left: 0;
    z-index: 99
}

.menu li{
    float: none;
    width: 150px;
}

.menu ul li a {
    font: 18px garex;
	text-align:left;
}

.menu ul li:hover ul{
    display: none;
}

.fas {display: none;}

.swiper-container{
    width: 100%;
    height: 220px;
}

.sag{
    display: block;
    position: fixed;
    bottom:5px;
    right:5px;
    z-index: 99;
}

.post{margin: 0;padding: 0;width: 100%;}
.content h3{margin: 0;}
.content h2{margin: 0;width: 100%;}
.content p{
    display: block;
    width: 92%;
    margin: 15px;
}
}