@media (max-width:1000px){

    html{
        overflow-x: hidden;
    }

    body{
        overflow-x: hidden;
        width: 100%;
    }

    .ortala{
        width: 95%;
    }

.soldar { width: 100%; margin: 0px 0px 20px 0px; }	
.sagdar { width: 100%; margin: 0px 0px 20px 0px; }	
.solbar { width: 100%; margin: 0px 0px 20px 0px; }	
.sagbar { width: 100%; margin: 0px 0px 20px 0px; }	
.icsol { width: 100%; margin: 0px 0px 20px 0px; }	
.icsag { width: 100%; margin: 0px 0px 20px 0px; }	
.dtysol { width: 100%; }	
.dtysag { width: 100%; margin: 0px 0px 20px 0px; }	

.dgaleri { height: auto; }
.dgaleri img { width: 100%; height: auto; }

.kgaleri { height: auto; }
.kgaleri img { width: 100%; height: auto; }

    .header {
		background: #f3f3f3;
		position: relative;
        z-index: 1000;
		width: 100%;
		display:block;
		height:auto;
		overflow:hidden;
		padding:0px 0px 0px 0px;
    }

.footer-alt .logo h1,
.header .logo h1{
    font-size: 29px;
}



    .header .ortala .header-flex {
  		display:block;
       width: 100%;
    }
	
    .header .ortala .logo {
  		display:block;
       width: 100%;
    }
	
    .header .left {
 		display:block;
		float:left;
		width: 120px;
		margin-right:20px;
    }
    
    .header .right {
 		display:block;
		float:left;
		width: calc(100% - 140px);
    }
    
    .header .hizmet{
        display: none;
    }

  .header-2{
    display: none;
  }


  .rez-vb{
    display: none;
  }



.home-alt-ic {
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.home-alt-ic-flex {
	display:block;
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.home-alt-ic-flex .box {
	display:block;
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	border: 0px;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
	}

.home-alt-ic-flex .box .left {
	display:block;
	float:left;
	width: 50px;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.home-alt-ic-flex .box .right {
	display:block;
	float:left;
	width: calc(100% - 50px);
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}






.home-alt-ic-flex .big-button {
	display:block;
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
	}

.home-alt-ic-flex .big-button button{
	display:block;
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border: 0px;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
	}

.home{
	padding:50px 00px 50px 0px;
}

.home .content .big{
  width: 100%;
}

.home .content .little{
   width: 100%;
}

.home .content h1{
    font-size: 25px;
}

.home .content p{
      font-size: 17px;
  text-shadow: 1px 2px 3px black;
}

.home .content .big{
    padding-bottom: 20px;
}

.ara-button{
padding-top: 40px;
}




.little-villas-section-flex{
   
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    background-color: white;
    padding-top: 20px;
    gap: 0px;

}

.little-villas-section-flex .box{
    
    width: 150px;
}

.little-villas-section-flex .box h2{
    font-size: 12px;
}

.one-cikan .section-title .title h1,
.firsat .section-title .title h1,
.popular .section-title .title h1{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.one-cikan .section-title .title p,
.firsat .section-title .title p,
.popular .section-title .title p{
    color: gray;
    font-size: 8px;
}

.one-cikan .section-title,
.firsat .section-title,
.popular .section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.one-cikan .right-button a,
.firsat .right-button a,
.popular .right-button a{
    font-size: 10px;
    padding: 6px 10px;
    border: 2px solid var(--main-color);
    border-radius: 13px;
    color: var(--main-color);
    font-weight: 700;
}


.one-cikan .right-button a:hover,
.firsat .right-button a:hover,
.popular .right-button a:hover{
    color: var(--yellow);
    background-color: var(--main-color);
}

.three-popular-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 35px;
}

.three-popular-grid .box{
    width: 100%;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.three-popular-grid .box .img img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.three-popular-grid .box .img p{
    position: absolute;
    bottom: 6px;
    padding: 10px;
    width: 100%;
    background-color: rgba(86, 11, 156, 0.544);
    color: #f3f3f3;
}

.hard-three .left{
    display: none;
}



.hard-three .ortala{
    width: 90%;
    margin: 0px auto 0px;
}

.hard-three .two .right{
    border-top-left-radius: 0px;
    margin-left:0px;
    
    width: 100%;
    padding: 5px;
    padding-left: 5px;
    z-index: 999;
    background-color: white;
}


.alt-kayan{
    margin-top:0px;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    background-image: linear-gradient(to right, rgba(71, 1, 65, 0.696), rgba(46, 0, 49, 0.8)), url('wallpaperflare.com_wallpaper.jpg');
    height: auto;
    margin-bottom: 100px;
    border-radius: 0px;
}

.alt-kayan .boxlar{
    
    padding-top: 20px;
    display: flex;
    gap: 50px;
    color: white;
    text-align: center;
    flex-direction: column;
    
}

.boxlar .box{
    padding: 20px;
    width: 100%;
   
}

.boxlar .box i{
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 20px;
}


.alt-kayan .boxlar h2{
    font-size: 16px;
    padding-bottom: 18px;
}

.alt-kayan .boxlar p{
    font-size: 14px;
    color: rgb(199, 199, 199);
}

.yorumlar  .swiper-button-prev{
    position: absolute;
    top:50px;
    left: 40px;
    border: 2px solid var(--main-color);
    padding: 30px;
    border-radius: 20px;
    display: none;
}

.yorumlar  .swiper-button-next{
    position: absolute;
    top:50px;
    right: 40px;
    border: 2px solid var(--main-color);
    padding: 30px;
    border-radius: 20px;
 display: none;
}

.one-cikan .iki-flex{
    flex-direction: column;
}

.one-cikan .iki-flex .box{
    padding: 20px;
    flex-direction: row;
    width: 100%;
    background-color: white;
}

.one-cikan .iki-flex .box img{
    width: 100%;
}

.footer-ust-flex{
    flex-direction: column;
}

.footer-ust-flex .ortala{
    background-color: red;
}


.footer-ust .navbar{
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.footer-ust .navbar a{
    font-size: 10px;
}

.footer-ust .sorc{
    display: none;
}

.footer-ust .icons{
    background: none;
}

.footer-alt-flex{
    
   display: inline;
    padding: 0;
    
  
    
}

.footer-alt-flex .left{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
    
}

.footer-alt-flex .left h1{
    color: var(--main-color);
}

.footer-alt-flex .left h1 span{
    color: var(--yellow);
}

.footer-alt-flex .left p{
    font-size: 10px;
}

.footer-alt .logo {
    align-items: center;
    
}

.footer-alt .logo .left {
    align-items: center;
}

.footer-alt .logo .left img{
    width: 50px;
}

.footer-alt .logo .right h1{
    font-size: 12px;
}

.footer-alt .logo .right p{
    font-size: 8px;
}

.footer-alt .right-1{
    display: flex;
    justify-content: center;
    gap: 30px;
    color: var(--main-color);
    padding-bottom: 10px;
}

.footer-alt .right-1 h5{
    color: var(--yellow);
}

.footer-alt .right-1 i{
    font-size: 15px;
    padding: 10px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
}






.end .ortala{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.end .left h5{
    font-size: 11px;
}

.end .right a{
    font-size: 10px;
}

}


@media (max-width:767px) {

    html{
        overflow-x: hidden;
    }

    body{
        overflow-x: hidden;
        width: 100%;
    }

    .ortala{
        width: 90%;
    }


    .header .hizmet{
        display: none;
    }

  .header-2{
    display: none;
  }

  .rez-vb-2{
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .rez-vb-2 .box{
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .header .navbar-2{
    position: absolute;
    top:100%;
    left:1110px;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.904);
    padding: 10px 0px;
    padding-left: 50px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 9999;
}

.header .navbar-2 a{
    padding: 5px;
    font-size: 20px;
    background-color: var(--main-color);
    color: #f3f3f3;
}

.header .navbar-2.active{
    left: 0px;
 }

  .rez-vb{
    display: none;
  }


.little-villas-section-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    background-color: white;
    padding-top: 20px;
    gap: 0px;

}

.little-villas-section-flex .box{
    width: 150px;
}

.little-villas-section-flex .box h2{
    font-size: 12px;
}

.one-cikan .section-title .title h1,
.firsat .section-title .title h1,
.popular .section-title .title h1{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.one-cikan .section-title .title p,
.firsat .section-title .title p,
.popular .section-title .title p{
    color: gray;
    font-size: 8px;
}

.one-cikan .section-title,
.firsat .section-title,
.popular .section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.one-cikan .right-button a,
.firsat .right-button a,
.popular .right-button a{
    font-size: 10px;
    padding: 6px 10px;
    border: 2px solid var(--main-color);
    border-radius: 13px;
    color: var(--main-color);
    font-weight: 700;
}

.one-cikan .right-button a:hover,
.firsat .right-button a:hover,
.popular .right-button a:hover{
    color: var(--yellow);
    background-color: var(--main-color);
}

.three-popular-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 35px;
}

.three-popular-grid .box{
    width: 100%;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.three-popular-grid .box .img img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.three-popular-grid .box .img p{
    position: absolute;
    bottom: 6px;
    padding: 10px;
    width: 100%;
    background-color: rgba(86, 11, 156, 0.544);
    color: #f3f3f3;
}

.hard-three .left{
    display: none;
}

.hard-three .ortala{
    width: 90%;
    margin: 0px auto 0px;
}

.hard-three .two .right{
    border-top-left-radius: 0px;
    margin-left:0px;
    
    width: 100%;
    padding: 5px;
    padding-left: 5px;
    z-index: 999;
    background-color: white;
}

.alt-kayan{
    margin-top:0px;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    background-image: linear-gradient(to right, rgba(71, 1, 65, 0.696), rgba(46, 0, 49, 0.8)), url('wallpaperflare.com_wallpaper.jpg');
    height: auto;
    margin-bottom: 100px;
    border-radius: 0px;
}

.alt-kayan .boxlar{
    
    padding-top: 20px;
    display: flex;
    gap: 50px;
    color: white;
    text-align: center;
    flex-direction: column;
}

.boxlar .box{
    padding: 20px;
    width: 100%;
   
}

.boxlar .box i{
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 20px;
}


.alt-kayan .boxlar h2{
    font-size: 16px;
    padding-bottom: 18px;
}

.alt-kayan .boxlar p{
    font-size: 14px;
    color: rgb(199, 199, 199);
}

.yorumlar  .swiper-button-prev{
    position: absolute;
    top:50px;
    left: 40px;
    border: 2px solid var(--main-color);
    padding: 30px;
    border-radius: 20px;
    display: none;
}

.yorumlar  .swiper-button-next{
    position: absolute;
    top:50px;
    right: 40px;
    border: 2px solid var(--main-color);
    padding: 30px;
    border-radius: 20px;
	display: none;
}

.one-cikan .iki-flex{
    flex-direction: column;
}

.one-cikan .iki-flex .box{
    padding: 20px;
    flex-direction: column;
}

.one-cikan .iki-flex .box img{
    width: 100%;
}

.footer-ust-flex{
    flex-direction: column;
}

.footer-ust-flex .ortala{
    background-color: red;
}

.footer-ust .navbar{
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.footer-ust .navbar a{
    font-size: 10px;
}

.footer-ust .sorc{
    display: none;
}

.footer-ust .icons{
    background: none;
}

.footer-alt-flex{
   display: inline;
    padding: 0;
}

.footer-alt-flex .left{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
    
}

.footer-alt-flex .left h1{
    color: var(--main-color);
}

.footer-alt-flex .left h1 span{
    color: var(--yellow);
}

.footer-alt-flex .left p{
    font-size: 10px;
}

.footer-alt .logo {
    align-items: center;
    
}

.footer-alt .logo .left {
    align-items: center;
}

.footer-alt .logo .left img{
    width: 50px;
}

.footer-alt .logo .right h1{
    font-size: 22px;
}

.footer-alt .logo .right p{
    font-size: 8px;
}

.footer-alt .right-1{
    display: flex;
    justify-content: center;
    gap: 30px;
    color: var(--main-color);
    padding-bottom: 10px;
}

.footer-alt .right-1 h5{
    color: var(--yellow);
}

.footer-alt .right-1 i{
    font-size: 15px;
    padding: 10px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
}

.end .ortala{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.end .left h5{
    font-size: 11px;
}

.end .right a{
    font-size: 10px;
}

}









@media only screen and (max-width: 1100px) {

.ortala { width: 94% !important; height:auto; margin: 0px auto 0px; }
.ortala2 { width: 94% !important; height:auto; margin: 0px auto 0px; }
.ortala3 { width: 94% !important; height:auto; margin: 0px auto 0px; }
.ortala4 { width: 94% !important; height:auto; margin: 0px auto 0px; }

.icsolbar { width: 100%; margin: 0px 0px 20px 0px; }
.icsagbar { width: 100%; margin: 0px 0px 0px 0px; }
.solbar { width: 100%; margin: 0px 0px 20px 0px; }
.sagbar { width: 100%; margin: 0px 0px 0px 0px; }
.usolbar { width: 100%; margin: 0px 0px 20px 0px; }
.usagbar { width: 100%; margin: 0px 0px 0px 0px; }

.icsol { width: 100%; }
.icsag { width: 100%; margin: 0px 0px 0px 0px !important; }

.icsagbaslik { background:#000;	}

.icsagbaslik h1 {
	padding: 20px 0px 20px 0px;
	text-align:center;
	font-size:18px;
	}

.logo { width: 136px; height: 132px; margin: 0px 0px 0px 0px; }

.altortala .logo {
	float:left;
	width: 100%;
	height: 132px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.altortala .logo a{
	background:url(i/logo.png) no-repeat center top;
	}

.logosag {
	display:none;
	}

.mlogosag {
	display:block;
	float:left;
	width: calc(100% - 136px);
	height: 132px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.mlogosag .ust-1 {
	float:left;
	width: 100%;
	height: 47px;
	overflow:hidden;
	margin: 0px 0px 23px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.mlogosag .ust-1 p {
	float:left;
	width: 100%;
	height: 24px;
	overflow:hidden;
	margin: 13px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align:right;
	color:#ffffff;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	}

.menum { float: right; width: 40px; height: 40px; overflow:hidden; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px; }
.menum a { background: #f68500; float:left; width: 100%; height: 40px; overflow:hidden; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; border: 0px; border-radius:10px; -webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } 
.menum a i { float:left; width: 100%; height: auto; overflow:hidden; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px; text-align:center; font-size: 20px; color: #ffffff; text-decoration:none; } 

.menum2 { float: right; width: 40px; height: 40px; overflow:hidden; margin: 0px 20px 0px 0px; padding: 0px 0px 0px 0px; border: 0px; }
.menum2 a { background: #2e2e2e; float:left; width: 100%; height: 40px; overflow:hidden; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; border: 0px; border-radius:10px; -webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } 
.menum2 a i { float:left; width: 100%; height: auto; overflow:hidden; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px; text-align:center; font-size: 20px; color: #ffffff; text-decoration:none; } 

.manset {
	background:url(i/manset.jpg) no-repeat -300px top;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

.manset-sol {
	width: 100%;
	height: auto;
	margin: 25px 0px 0px 0px;
	}

.manset-sol span {
	margin: 0px 0px 0px 0px;
	font-size:16px;
	}

.manset-sol span b {
	font-size:16px;
	}

.manset-sol a {
	margin: 15px 15px 0px 0px;
	padding: 10px 15px 10px 15px;
	font-size:13px;
	}

.link1 {
	background:none !important;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	}

.manset-sag {
	width: 100%;
	height: auto;
	margin: 30px 0px 20px 0px;
	}

#atabs  {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
	
#atabs button {
	background:#f68500;
	width: 25%;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-radius:0px;
	color:#FFFFFF;
	}
	
#atabs button i {
	color:#FFFFFF;
	}

#atabs button.aktif {
	background:#ffffff;
	color:#f68500;
	border-radius:10px 0px 0px 10px;
	}

#atabs button.aktif i {
	color:#f68500;
	}

.form-liste {
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 11px 0px;
	}	

.sbaslik p {
	width: 100%;
	font-size:18px;
	}	

.sbaslik p span {
	font-size:14px;
	}	
	
.sbaslik a {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size:14px;
	}	

.kampanyasol {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}	

.kampanyasag {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}	

.kampanya {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}	
	
.kampanyat {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

.kampanyak {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}	

.kampanyak:last-child {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}	

.kutualan {
	margin: -180px 0px 0px 0px;
	padding: 160px 0px 0px 0px;
	}

.kutualan-baslik {
	margin: 0px 0px 40px 0px;
	font-size:22px;
	}

.kutualan-baslik p {
	font-size:16px;
	margin: 0px 0px 10px 0px;
	}

.skutu {
	width:100%;
	margin: 0px 0px 20px 0px;
	}

.skutubos {
	width:100%;
	margin: 0px 0px 20px 0px;
	}

.skututam {
	width:100%;
	margin: 0px 0px 60px 0px;
	}

.kutustat {
	width: 100%;
	height: auto;
	margin: -170px 0px 0px 0px;
	padding: 170px 0px 20px 0px;
	}

.kutustat p {
	width: 46%;
	margin: 20px 2% 20px 2%;
	font-size:13px;
	}

.kutustat p i {
	font-size:30px;
	}

.kutustat p b {
	font-size:14px;
	}

.yazilar {
	margin: 30px 0px 80px 0px;
	}

.yazilar-sol {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	}

.yazilar-sol img {
	float:left;
	width: 100%;
	height: auto;
	}

.yazilar-sag {
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.yazilar-sagic {
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 0px 30px;
	}

.otel {
	width: 100%;
	height: auto;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 20px 0px;
}

.otelbos { margin: 0px 0px 40px 0px; }

.otel img {
	height: auto;
}

.besli a {
	width: 50%;
	}

.hbr { width: 100%; height: auto; padding: 0px 0px 30px 0px; margin: 0px 0px 30px 0px; border-bottom:1px solid #c3c3c3; }
.hbrbos { width: 100%; height: auto; padding: 0px 0px 30px 0px; margin: 0px 0px 30px 0px; border-bottom:1px solid #c3c3c3; }
.hbrtek { width: 100%; height: auto; padding: 0px 0px 30px 0px; margin: 0px 0px 30px 0px; border-bottom:1px solid #c3c3c3; }

.hbr img {
	width: 150px;
	height: 100px;
	margin: 0px 20px 0px 0px;
}

.hbr p {
	width: calc(100% - 170px);
}

.flogo {
	width: 100%;
	}

.fsol {
	display:none;
	}
	
.fsag {
	display:none;
	}

.enalt span { width: 100%; text-align:left; margin: 0px 0px 10px 0px; }
.enalt p { width: 100%; text-align:left; margin: 0px 0px 0px 0px; }

.detaybaslik { padding: 40px 0px 140px 0px; }
.detaybaslik-bg img { width: auto; height: 100%; }

.detaybaslik h1 { font-size:20px; }
	
.detaykutu {
	width: 100%;
	margin: -110px 0px 50px 0px;
	}

.icsol {
	width: 100%;
	margin: -130px 50px 0px 0px;
	}

.icsag {
	width: 100%;
	margin: -130px 50px 0px 0px;
	}

.tesis {
	text-align:center;
}

.tesis a {
	width: 100%;
	text-align:center;
}

.tesis img {
	float:none;
	width: 250px;
	height: auto;
	margin: 0px auto 15px;
}

.tesis p {
	width: 100%;
	margin: 0px 0px 15px 0px;
	text-align:center;
}

.tesis span {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.tesis span i {
	margin: 0px 0px 5px 0px;
}

.tesis span b {
	margin: 0px 0px 5px 0px;
}

	
	
	
	
	
	
} 


@media only screen and (max-width: 630px) { 

.ytablo {
    border: 0;
}

.ytablo thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
  
.ytablo tr {
    border-bottom: 2px solid #dbdbdb;
    display: block;
    margin-bottom: 1.625em;
}
  
.ytablo td {
    border-bottom: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
    display: block;
    text-align: right;
}

.ytablo td.ilksatir {
   	width:100%;
	text-align: center;
	border-left:0px !important;
	border-right:0px !important;
}
  
.ytablo td::before {
    content: attr(data-label);
    float: left;
	font-weight: bold;
	text-transform: uppercase;
}
  
.ytablo td:last-child {
	border-bottom: 0;
}

.ytablo tbody tr td img {
	float:none;
	margin: 0px 0px 0px 0px;
}

}


.icerik iframe { width: 100% !important; height: 290px !important; overflow:hidden; }

#uyemenu {
	background:#FFF;
	display:none;
	z-index:9999 !important;
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	border: 0px;
	position : fixed;
	_position : absolute;
	top	: 0px;
	_top : expression(eval(document.body.scrollTop));
	left:0px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}

#mobilmenu {
	background:#FFF;
	display:none;
	z-index:9999 !important;
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	border: 0px;
	position : fixed;
	_position : absolute;
	top	: 0px;
	_top : expression(eval(document.body.scrollTop));
	left:0px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}

.mlogo {
	float:left;
	width: 100px;
	height: 50px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.mlogo a{
	background: url(i/logo.png) no-repeat left center;
	background-size:auto 50px;
	float:left;
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.mkapat {
	float: right; 
	width: auto; 
	height:auto; 
	overflow:hidden; 
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	border: 0px;
	}

.mkapat a {
	float: right; 
	width: auto; 
	height: auto; 
	overflow:hidden; 
	margin:0px 0px 0px 0px; 
	padding:10px 15px 10px 15px;
	border: 1px solid #243645;
	border-radius:10px;
	color:#243645;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	}
	
.mkapat a:hover {
	background: #243645;
	color:#FFF;
	text-decoration:none;
	}

#mblmenu {
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

ul.mblmenu {
	list-style:none;
	float: left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.mblmenu li {
	list-style:none;
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.mblmenu li a {
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #d3dde4; 
	color:#243645;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
	}

