

.subeler{
	width:calc(100% - 0px);
	float:left;
	position:relative;
	margin:50px 0px;
}

.subeler h1{
	width: calc(100% - 0px);
    line-height: 55px;
    font-size: 50px;
    float: left;
    text-align: center;
    position: relative;
    margin: 60px 0px;
    font-family: encode_sans_compressedblack;
    color: #3d3d3d;
}

.sube{
	width:calc(25% - 80px);
	float:left;
	position:relative;
	margin:0px 40px;
}

.sube .sube_resim{
	width:calc(100% - 0px);
	float:left;
	position:relative;
	background-color:#fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 10px 0 rgba(0, 0, 0, 0.39);
	z-index:100;
	border-radius:10px;
	cursor:pointer;
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.sube_resim:hover{
	-ms-transform: scale(1.03); 
	transform: scale(1.03);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.sube .sube_resim .sube_ic_resim{
	width:calc(100% - 20px);
	float:left;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	margin:10px;
}

/*

.sube .sube_resim img{
	width:calc(100% - 20px);
	float:left;
	position:relative;
	margin:10px;
	border-radius:6px;
}

*/
.sube .sube_resim img{
	float:left;
	position:relative;
}

.sube .sube_resim .yf{
	height:calc(100% - 0px);
	left:50%;
	transform:translateX(-50%);
}

.sube .sube_resim .df{
	width:calc(100% - 0px);
	top:50%;
	transform:translateY(-50%);
}




.sube .sube_isim{
	width:calc(100% - 20px);
	height:30px;
	float:left;
	position:relative;
	margin:0px 10px 10px 10px;
	background-color:#fff;
	color:#3d3d3d;
}

.sube .sube_isim p{
	width:calc(100% - 10px);
	line-height:20px;
	float:left;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	font-family:doppio_oneregular;
	margin:0px 5px;
	text-transform:uppercase;
}

.sube .sube_tel{
	width:calc(100% - 40px);
	height:40px;
	float:left;
	position:relative;
	margin:0px 10px;
	background-color:#3d3d3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 10px 0 rgba(0, 0, 0, 0.39);
	z-index:50;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#0093dd;
	padding:0px 10px;
	cursor:pointer;
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.sube_tel:hover{
	-ms-transform: scale(1.03); 
	transform: scale(1.03);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.sube .sube_konum{
	width:calc(100% - 60px);
	height:40px;
	float:left;
	position:relative;
	margin:0px 20px;
	background-color:#0093dd;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 10px 0 rgba(0, 0, 0, 0.39);
	z-index:10;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#3d3d3d;
	padding:0px 10px;
	cursor:pointer;
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.sube_konum:hover{
	-ms-transform: scale(1.03); 
	transform: scale(1.03);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.sube .icon{
	width:40px;
	height:40px;
	line-height:40px;
	float:left;
	position:relative;
	text-align:center;
	font-family:fontello;
	font-size:23px;
}

.sube .tel_icon:before{
	content:'\E800';
}

.sube .konum_icon:before{
	content:'\E803';
}

.sube .sube_bilgi{
	width:calc(100% - 40px);
	height:40px;
	line-height:40px;
	float:left;
	position:relative;
	font-family:doppio_oneregular;
	text-align:center;
	font-size:18px;
}






.tanitim_alan{
	width:100%;
	float:left;
	position:relative;
	padding:70px 0px;
}

.tanitim_alan .tanitim_metin{
	width:calc(100% - 560px);
	height:auto;
	float:left;
	position:absolute;
	font-family:alegreya_sansregular;
	top:50%;
	transform:translateY(-50%);
}

.tanitim_alan .tanitim_metin p{
	width:calc(100% - 0px);
	float:left;
	position:relative;
}

.tanitim_alan .tanitim_video{
	width:500px;
	float:right;
	position:relative;
}

.tanitim_alan .tanitim_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	float:left;
	position:relative;
	margin-bottom:60px;
	font-family:encode_sans_compressedblack;
	color:#3d3d3d;
}
















.paketler_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	float:left;
	text-align:center;
	position:relative;
	margin:60px 0px;
	font-family:encode_sans_compressedblack;
	color:#3d3d3d;
}

.diger_paketler{
	width:calc(100% - 0px);
	line-height:30px;
	font-size:20px;
	float:left;
	text-align:center;
	position:relative;
	font-family:alegreya_sansregular;
	margin:60px 0px;
	color:#3d3d3d;
}

.diger_paketler:hover{
	color:#0093dd;
}

.paketler{
	width:1000px;
	float:left;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	margin:60px 0px;
}

.paket_sol{
	width:325px;
	float:left;
	position:relative;
	z-index:20;
	cursor:pointer;
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.paket_sag{
	width:325px;
	float:right;
	position:relative;
	z-index:20;
	cursor:pointer;
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.paket_orta{
	width:360px;
	float:left;
	position:absolute;
	z-index:50;
	cursor:pointer;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.paket_sol:hover{
	transform: perspective(450px) rotate3d(0, 1, 0, 20deg);
	webkit-transform: perspective(450px) rotate3d(0, 1, 0, 20deg);
    -ms-transform: perspective(450px) rotate3d(0, 1, 0, 20deg);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.paket_sag:hover{
	transform: perspective(450px) rotate3d(0, 1, 0, -20deg);
	webkit-transform: perspective(450px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(450px) rotate3d(0, 1, 0, -20deg);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.paket_orta:hover{
	transform:translate(-50%,-50%) scale(1.05);
	webkit-transform:translate(-50%,-50%) scale(1.05);
    -ms-transform:translate(-50%,-50%) scale(1.05);
	-webkit-transition: all 300ms ;
	transition:         all 300ms ;
}

.paket_alt_mini{
	height:250px;
}

.paket_alt_buyuk{
	height:350px;
}

.paketler .paket .paket_top{
	width:100%;
	height:150px;
	float:left;
	position:relative;
	background-color:#0093dd;
	z-index:20;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 10px 0 rgba(0, 0, 0, 0.39);
}

.paketler .paket .paket_top .paket_isim{
	width:calc(100% - 30px);
	line-height:33px;
	float:left;
	position:absolute;
	font-family:doppio_oneregular;
	font-size:28px;
	text-align:center;
	top:calc(50% - 15px);
	transform:translateY(-50%);
	margin:0px 15px;
	color:#fff;
	text-transform: capitalize;
}

.paketler .paket .paket_fiyat{
	width:calc(100% - 60px);
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:45px;
	float:left;
	position:absolute;
	background-color:#3d3d3d;
	top:150px;
	transform:translateY(-50%);
	z-index:50;
	margin:0px 30px;
	font-family:doppio_oneregular;
	color:#fff;
	border-radius:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 10px 0 rgba(0, 0, 0, 0.39);
}

.paketler .paket .paket_fiyat span{
	font-size:15px;
}

.paket .paket_fiyat b{
	font-size:22px;
	text-decoration: line-through;
	color:#e26a6a;
	font-weight: normal;
}

.paketler .paket .paket_alt{
	width:calc(100% - 0px);
	float:left;
	position:relative;
	margin:0px 0px;
	padding-top:50px;
	background-color:#fff;
	z-index:10;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 10px 0 rgba(0, 0, 0, 0.39);
	padding-bottom:40px;
}

.paketler .paket .paket_alt .detay_text{
	width:calc(100% - 0px);
	line-height:18px;
	float:left;
	position:absolute;
	bottom:0px;
	padding:5px 0px;
	font-family:alegreya_sansregular;
	color:#0093dd;
	text-align:center;
	font-weight:bold;
}

.paketler .paket .paket_alt .paket_satir{
	width:calc(100% - 20px);
	line-height:20px;
	float:left;
	position:relative;
	padding:7px 0px;
	margin:0px 10px;
	font-family:alegreya_sansregular;
	border-top:1px solid #ddd;
	text-align:center;
	text-transform:uppercase;
	color:#3d3d3d;
}


.paketler .paket .paket_alt .paket_satir:nth-child(1){
	border:none;
}












.bayilik{
	width:calc(100% - 0px);
	float:left;
	position:relative;
	margin:100px 0px;
}

.bayilik .bayilik_foto{
	width:calc(700px - 0px);
	float:left;
	position:relative;
}

.bayilik .bayilik_metin{
	width:calc(100% - 750px);
	float:right;
	right:0px;
	position:absolute;
	text-align:right;
	font-family:alegreya_sansregular;
	top:50%;
	transform:translateY(-50%);
}

.bayilik .bayilik_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	float:left;
	position:relative;
	text-align:right;
	margin-bottom:60px;
	font-family:encode_sans_compressedblack;
	color:#3d3d3d;
}

.bayilik a{
	width:calc(100% - 0px);
	line-height:20px;
	float:left;
	position:relative;
	text-align:right;
	font-family:alegreya_sansregular;
	color:#3d3d3d;
	margin-top:10px;
}

.bayilik a:hover{
	color:#0093dd;
}













#container{
	width:100%;
	height:500px;
	margin:50px 0px;
	float:left;
	position:relative;
}

#anasayfa_slider{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	float:left;
	padding:0; 
}

#anasayfa_slider .slider2_icerik_alan{
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	background-color:#3d3d3d;
	z-index:-50;
}

#anasayfa_slider .slider2_resim_golge{
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
	z-index: 80;
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:60%;
	height:500px;
	clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%);
	background-color:#3d3d3d;
	position: absolute;
	top:0;
	right:0px;
	z-index:200;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#anasayfa_slider .slider2_resim_golge .slider2_resim img{
	width:100%;
	float:left;
	position:relative;
	z-index:150;
	top:50%;
	transform:translateY(-50%);
	z-index:200;
}


.anasayfa_slide{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
}


.slider2_icerik{
	width:calc(40% - 200px);
	float:left;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	margin-left:100px;
	z-index:400;
}

#container h2{
	width:calc(100% - 0px);
	line-height:50px;
	float:left;
	position:relative;
	z-index:650;
	color:#fff;
	font-family:alegreya_sansregular; 
	font-size:40px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#container p{
	width:calc(100% - 0px);
	line-height:24px;
	float:left;
	position:relative;
	z-index:650;
	color:#fff;
	font-size:20px;
	font-family:alegreya_sansregular; 
	margin-top:40px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#container p a{ 
	color:#fff;
	font-size:20px;
}


#prev, #next{
	cursor:pointer; 
	background:#666;
	height:50px;
	width:50px;
	display:inline-block;
	position:absolute;  
	top:50%;
	transform:translateY(-50%);
	padding:0;
	margin:0;
	opacity:0.7;
	filter: alpha(opacity=70);
	z-index:990;
}

#next{
	float:right;
	right:0px;
}

#prev{
	float:left;
	left:0px;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-left: 15px solid #fff;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	right:-40%;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-right:15px solid #fff; 
	position:relative;
	top:50%;
	transform:translateY(-50%);
	left:30%;
}










.slider{overflow:hidden;width:100%;height:686px;position:relative;}
.slider #pictures{width:100%;height:100%;}
.slider #pictures li{width:100%;height:100%;position:relative;}
.slider #buttons{position:absolute;bottom:10px;float:left;left:50%;transform:translateX(-50%);}
.slider #buttons li{float:left;width:34px;height:34px;list-style-type:none;margin:0 3px;padding:0;border:2px solid #3d3d3d;border-radius:50%;background-color:rgba(150,150,150,0.5);cursor:pointer;box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);}
.slider #buttons li a{width:24px;height:24px;float:left;background-color:rgba(0,0,0,0.0);padding:0;margin:4px;border-radius:50%;border:1px solid #3d3d3d;-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.slider #buttons li a:hover{background-color:rgba(255,255,255,0.8);border:1px solid rgba(0,0,0,0.8);-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.slider #buttons li.aktif a{background-color:#3d3d3d;-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.slayt_resim{width:100%;float:left;position:absolute;top:50%;transform:translateY(-50%);}
.slide_anim{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: 1s;animation-duration: 1s;}
.zaman_01{ -webkit-animation-duration: 0.1s; animation-duration: 0.1s; }
.zaman_06{ -webkit-animation-duration: 0.6s; animation-duration: 0.6s; }
.zaman_08{ -webkit-animation-duration: 0.8s; animation-duration: 0.8s; }
.zaman_18{ -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.gec_01{ animation-delay: 0.1s; -webkit-animation-delay: 0.1s; }
.gec_07{ animation-delay: 0.7s; -webkit-animation-delay: 0.7s; }
.gec_09{ animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.gec_15{ animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.gec_17{ animation-delay: 1.7s; -webkit-animation-delay: 1.7s; }
.gec_18{ animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }
.gec_19{ animation-delay: 1.9s; -webkit-animation-delay: 1.9s; }

@-webkit-keyframes bounceInLeft{0%, 60%, 75%, 90%, 100%{ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}0%{ opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0);}60%{ opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0);}75%{ -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0);}90%{ -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0);}100%{ -webkit-transform: none; transform: none;}}
@keyframes bounceInLeft{0%, 60%, 75%, 90%, 100%{ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}0%{ opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); -ms-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0);}60%{ opacity: 1; -webkit-transform: translate3d(25px, 0, 0); -ms-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0);}75%{ -webkit-transform: translate3d(-10px, 0, 0); -ms-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0);}90%{ -webkit-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0);}100%{ -webkit-transform: none; -ms-transform: none; transform: none;}}
.bounceInLeft{ -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight{0%, 60%, 75%, 90%, 100%{ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}0%{ opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0);}60%{ opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0);}75%{ -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0);}90%{ -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0);}100%{ -webkit-transform: none; transform: none;}}
@keyframes bounceInRight{0%, 60%, 75%, 90%, 100%{ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}0%{ opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); -ms-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0);}60%{ opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); -ms-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0);}75%{ -webkit-transform: translate3d(10px, 0, 0); -ms-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0);}90%{ -webkit-transform: translate3d(-5px, 0, 0); -ms-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0);}100%{ -webkit-transform: none; -ms-transform: none; transform: none;}}
.bounceInRight{ -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp{0%, 60%, 75%, 90%, 100%{ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}0%{ opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0);}60%{ opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}75%{ -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0);}90%{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);}100%{ -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
@keyframes bounceInUp{0%, 60%, 75%, 90%, 100%{ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}0%{ opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); -ms-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0);}60%{ opacity: 1; -webkit-transform: translate3d(0, -20px, 0); -ms-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}75%{ -webkit-transform: translate3d(0, 10px, 0); -ms-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0);}90%{ -webkit-transform: translate3d(0, -5px, 0); -ms-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);}100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
.bounceInUp{ -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }


.garanti_alan{width:100%;height:450px;float:left;position:absolute;top:50%;transform:translateY(-50%);}
.garanti{width:100%;line-height:30px;float:left;text-align:center;position:absolute;z-index:999;color:#fff;font-family:alegreya_sansregular;-webkit-animation-name: garanti_anim;animation-name: garanti_anim;}
.garanti_yazi{width:100%;height:70px;line-height:70px;float:left;text-align:center;margin-top:10px;position:relative;font-size:80px;z-index:999;color:#fff;font-family:encode_sans_compressedblack;}
.tur_asist_logo{width:800px;float:left;position:relative;margin-left:-400px;left:50%;}
.garanti_link{width:300px;height:40px;line-height:40px;border:1px solid #fff;text-align:center;left:50%;margin-left:-150px;position:absolute;padding:0 10px;border-radius:10px;font-size:18px;z-index:999;color:#fff;bottom:3px;font-family:encode_sans_compressedblack;}

@-webkit-keyframes garanti_anim{
0%{opacity:0;font-size:170px;bottom:50%;}
20%{opacity: 1; font-size:80px; line-height:80px; bottom:50%; margin-bottom:-40px;}
90%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;} 
100%{font-size:30px;bottom:70px;margin-bottom:0px;}
}

@keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;} 
90%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;}
100%{font-size:30px;bottom:70px;margin-bottom:0px;}
}

.filo_cerceve{width:1000px;height:270px;float:left;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.filo_yazi{width:100%;float:left;text-align:center;position:absolute;z-index:999;color:#fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);font-family:encode_sans_compressedblack;-webkit-animation-name: filo_yazi_anim;animation-name: filo_yazi_anim;}
.slide_button1{width:260px;height:80px;line-height:80px;text-align:center;background-color:rgba(255,255,255,0.2);color:#fff;position:absolute;float:left;left:30px;bottom:0;font-size:25px;font-family:encode_sans_compressedblack;border:3px solid #fff;border-radius:15px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);cursor:pointer;}
.slide_button2{width:260px;height:80px;line-height:80px;text-align:center;background-color:rgba(255,255,255,0.2);color:#fff;position:absolute;float:right;right:30px;bottom:0;font-size:25px;font-family:encode_sans_compressedblack;border:3px solid #fff;border-radius:15px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);cursor:pointer;}
.filo_veya{width:100%;line-height:84px;float:left;text-align:center;bottom:0;position:absolute;font-size:60px;z-index:999;color:#fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);font-family:encode_sans_compressedblack;}

@-webkit-keyframes filo_yazi_anim{
0%{opacity: 0;font-size:110px;}
20%{opacity: 1;font-size:110px;line-height:110px;top:50%;transform:translateY(-50%);} 
70%{opacity: 1;font-size:110px;line-height:110px;top:50%;transform:translateY(-50%);}
100%{font-size:75px;top:0px;}
}

@keyframes filo_yazi_anim{
0%{opacity: 0;font-size:110px;}
20%{opacity: 1;font-size:110px;line-height:110px;top:50%;transform:translateY(-50%);} 
70%{opacity: 1;font-size:110px;line-height:110px;top:50%;transform:translateY(-50%);} 
100%{font-size:75px;top:0px;}
}












@media screen and (max-width: 1680px), screen and (max-device-width: 1680px) {
.sube{
	width:calc(25% - 40px);
	float:left;
	position:relative;
	margin:0px 20px;
}

#container{	height:400px;}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:60%;
	height:400px;
	clip-path: polygon(220px 0, 100% 0, 100% 100%, 0 100%);
}




.garanti_alan{height:350px;top:calc(50% - 20px);}
.tur_asist_logo{width:560px;margin-left:-280px;}
.garanti_yazi{height:60px;line-height:60px;margin-top:10px;font-size:60px;}


}






@media screen and (max-width: 1366px), screen and (max-device-width: 1366px) {
.slider #buttons li{width:30px;height:30px;}
.slider #buttons li a{width:20px;height:20px;}
.garanti_alan{height:285px;top:calc(50% - 20px);}
.tur_asist_logo{width:460px;margin-left:-230px;}
.garanti_yazi{height:50px;line-height:50px;margin-top:5px;font-size:50px;}
.garanti{line-height:30px;}

@-webkit-keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;}
100%{font-size:30px;bottom:47px;margin-bottom:0px;}
}

@keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:80px;line-height:80px;bottom:50%;margin-bottom:-40px;}
100%{font-size:30px;bottom:47px;margin-bottom:0px;}
}

.garanti_link{width:300px;height:30px;line-height:30px;border:1px solid #fff;text-align:center;left:50%;margin-left:-150px;position:absolute;padding:0 10px;border-radius:10px;font-size:15px;z-index:999;color:#fff;bottom:0px;font-family:encode_sans_compressedblack;}

}




@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) {


.sube{
	width:calc(25% - 40px);
	margin:0px 20px;
}

.sube .sube_resim{
	width:calc(100% - 0px);
	border-radius:10px;
}

.sube .sube_resim .sube_ic_resim{
	width:calc(100% - 12px);
	border-radius:6px;
	margin:6px;
}

.sube .sube_isim{
	width:calc(100% - 12px);
	height:30px;
	margin:0px 6px 6px 6px;
}

.sube .sube_isim p{
	width:calc(100% - 10px);
	line-height:20px;
	margin:0px 5px;
}

.sube .sube_tel{
	width:calc(100% - 40px);
	height:35px;
	margin:0px 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:0px 10px;
}

.sube .sube_konum{
	width:calc(100% - 60px);
	height:35px;
	margin:0px 20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:0px 10px;
}

.sube .icon{
	width:35px;
	height:35px;
	line-height:35px;
	font-size:20px;
}

.sube .sube_bilgi{
	width:calc(100% - 35px);
	height:35px;
	line-height:35px;
	font-size:17px;
}




.bayilik .bayilik_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	margin-bottom:30px;
}

.bayilik .bayilik_foto{
	width:calc(550px - 0px);
}

.bayilik .bayilik_metin{
	width:calc(100% - 560px);
}

.tanitim_alan .tanitim_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	margin-bottom:10px;
}




#container{
	height:350px;
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:60%;
	height:350px;
	clip-path: polygon(170px 0, 100% 0, 100% 100%, 0 100%);
}


.slider2_icerik{
	width:calc(50% - 200px);
}

#container h3{
	line-height:40px;
	font-size:30px;
}

#container p{
	line-height:24px;
	font-size:20px;
	margin-top:40px;
}





}





@media screen and (max-width: 1152px), screen and (max-device-width: 1152px){
.slider #buttons li{width:25px;height:25px;}
.slider #buttons li a{width:15px;height:15px;}
.garanti_alan{height:245px;top:calc(50% - 20px);}
.tur_asist_logo{width:400px;margin-left:-200px;}
.garanti_yazi{height:40px;line-height:40px;margin-top:5px;font-size:40px;}
}








@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {


.sube{
	width:calc(25% - 30px);
	margin:0px 15px;
}

.sube .sube_resim{
	width:calc(100% - 0px);
	border-radius:6px;
}

.sube .sube_resim .sube_ic_resim{
	width:calc(100% - 12px);
	border-radius:4px;
	margin:6px;
}

.sube .sube_isim{
	width:calc(100% - 12px);
	height:25px;
	margin:0px 6px 6px 6px;
}

.sube .sube_isim p{
	width:calc(100% - 10px);
	line-height:16px;
	font-size:14px;
	margin:0px 5px;
}

.sube .sube_tel{
	width:calc(100% - 20px);
	height:30px;
	margin:0px 5px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:0px 5px;
}

.sube .sube_konum{
	width:calc(100% - 30px);
	height:30px;
	margin:0px 10px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:0px 5px;
}

.sube .icon{
	width:25px;
	height:30px;
	line-height:30px;
	font-size:18px;
}

.sube .sube_bilgi{
	width:calc(100% - 25px);
	height:30px;
	line-height:30px;
	font-size:15px;
}


.tanitim_alan .tanitim_metin{width:calc(100% - 430px);}
.tanitim_alan .tanitim_metin p{
	width:calc(100% - 0px);
	line-height:19px;
}

.tanitim_alan .tanitim_video{
	width:400px;
	float:right;
	position:relative;
}




.paketler{
	width:calc(100% - 40px);
	margin:60px 0px;
}

.paket_sol{
	width:calc(32% - 0px);
}

.paket_sag{
	width:calc(32% - 0px);
}

.paket_orta{
	width:calc(36% - 0px);
}

.paket_alt_mini{
	height:210px;
}

.paket_alt_buyuk{
	height:310px;
}

.paketler .paket .paket_top{
	height:100px;
}

.paketler .paket .paket_top .paket_isim{
	width:calc(100% - 20px);
	line-height:22px;
	font-size:18px;
	top:calc(50% - 15px);
	margin:0px 10px;
}

.paketler .paket .paket_fiyat{
	width:calc(100% - 60px);
	height:60px;
	line-height:60px;
	font-size:35px;
	top:100px;
	margin:0px 30px;
	border-radius:10px;
}

.paketler .paket .paket_fiyat span{
	font-size:12px;
}

.paket .paket_fiyat b{ font-size:18px; }

.paketler .paket .paket_alt{
	padding-top:40px;
}

.paketler .paket .paket_alt .paket_satir{
	width:calc(100% - 20px);
	line-height:17px;
	padding:6px 0px;
	margin:0px 10px;
	font-size:14px;
}




.bayilik .bayilik_foto{
	width:calc(400px - 0px);
}

.bayilik .bayilik_metin{
	width:calc(100% - 410px);
}





#container{
	height:370px;
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:55%;
	height:370px;
	clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
}

#anasayfa_slider .slider2_resim_golge .slider2_resim img{
	width:auto;
	height:100%;
	top:0px;
	left:50%;
	transform:translateY(0px);
	transform:translateX(-50%);
}


.slider2_icerik{
	width:calc(50% - 70px);
	margin-left:50px;
}

#container h3{
	line-height:30px;
	font-size:25px;
}

#container p{
	line-height:20px;
	font-size:18px;
	margin-top:20px;
}

#prev, #next{
	height:40px;
	width:40px;
}













@media only screen and (orientation: landscape){
/*MASAÜSTÜ*/
.slider_masaustu{ display:block; }
.slider_mobil{ display:none; }
.garanti_alan{height:185px;top:calc(50% - 20px);}
.tur_asist_logo{width:250px;margin-left:-125px;}
.garanti_yazi{height:30px;line-height:30px;margin-top:5px;font-size:30px;}
.garanti_link{width:260px;height:26px;line-height:26px;margin-left:-130px;padding:0px;border-radius:10px;font-size:15px;}

@-webkit-keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
100%{font-size:20px;bottom:32px;margin-bottom:0px;}
}

@keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
100%{font-size:20px;bottom:32px;margin-bottom:0px;}
}

.filo_cerceve{width:620px;height:150px;}
.slide_button1{width:180px;height:60px;line-height:60px;left:30px;font-size:25px;border-radius:15px;}
.slide_button2{width:180px;height:60px;line-height:60px;right:30px;font-size:25px;border-radius:15px;}
.filo_veya{width:100%;line-height:64px;font-size:40px;}

@-webkit-keyframes filo_yazi_anim{
0%{opacity: 0;font-size:90px;}
20%{opacity: 1;font-size:90px;line-height:90px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:90px;line-height:90px;top:50%;transform:translateY(-50%);}
100%{font-size:40px;top:0px;}
}

@keyframes filo_yazi_anim{
0%{opacity: 0;font-size:90px;}
20%{opacity: 1;font-size:90px;line-height:90px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:90px;line-height:90px;top:50%;transform:translateY(-50%);}
100%{font-size:40px;top:0px;}
}

}


@media (orientation: portrait){
/*MOBİL*/

.slider_masaustu{ display:none; }
.slider_mobil{ display:block; }
.slayt_resim{width:auto;height:100%;float:left;position:absolute;top:0px;left:50%;transform:translateX(-50%);}
.garanti_alan{height:350px;top:calc(50% - 0px);}
.tur_asist_logo{width:630px;margin-left:-315px;}
.garanti_yazi{height:60px;line-height:60px;margin-top:5px;font-size:60px;}
.garanti_link{width:260px;height:36px;line-height:36px;margin-left:-130px;padding:0px;border-radius:10px;font-size:15px;bottom:-10px;}

.filo_cerceve{width:620px;height:450px;}
.slide_button1{width:300px;height:60px;float:left;margin-left:-150px;line-height:60px;right:auto;left:50%;font-size:25px;border-radius:15px;bottom:150px;}
.slide_button2{width:300px;height:60px;float:left;margin-left:-150px;line-height:60px;right:auto;left:50%;font-size:25px;border-radius:15px;}
.filo_veya{width:100%;line-height:64px;font-size:40px;bottom:80px;}

}






}








@media screen and (max-width: 800px), screen and (max-device-width: 800px) {

.sube{
	width:calc(50% - 80px);
	margin:25px 40px;
}

.sube .sube_resim{
	width:calc(100% - 0px);
	border-radius:6px;
}

.sube .sube_resim .sube_ic_resim{
	width:calc(100% - 20px);
	border-radius:4px;
	margin:10px;
}

.sube .sube_isim{
	width:calc(100% - 20px);
	height:25px;
	margin:0px 10px 10px 10px;
}


.sube .sube_tel{
	width:calc(100% - 30px);
	height:35px;
	margin:0px 10px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:0px 5px;
}

.sube .sube_konum{
	width:calc(100% - 50px);
	height:35px;
	margin:0px 20px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:0px 5px;
}

.sube .icon{
	width:35px;
	height:35px;
	line-height:35px;
	font-size:20px;
}

.sube .sube_bilgi{
	width:calc(100% - 35px);
	height:35px;
	line-height:35px;
	font-size:17px;
}





.tanitim_alan .tanitim_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	margin-bottom:20px;
	text-align:center;
}

.tanitim_alan .tanitim_metin{
	width:calc(100% - 0px);
	position:relative;
	top:0px;
	transform:translateY(0%);
}

.tanitim_alan .tanitim_metin p{
	width:calc(100% - 0px);
	line-height:19px;
	text-align:center;
}

.tanitim_alan .tanitim_video{
	width:500px;
	float:left;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	margin-top:50px;
}




.bayilik .bayilik_foto{
	width:calc(300px - 0px);
}

.bayilik .bayilik_metin{
	width:calc(100% - 310px);
	line-height:18px;
	font-size:15px;
}







#container{
	height:340px;
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:55%;
	height:340px;
	clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
}


.slider2_icerik{
	width:calc(55% - 0px);
	margin-left:45px;
}

#container h3{
	width:calc(100% - 10px);
	line-height:30px;
	font-size:25px;
}

#container p{
	width:calc(100% - 60px);
	line-height:20px;
	font-size:18px;
	margin-top:10px;
}




.slider #buttons{display:none;}
@media only screen and (orientation: landscape){
/*MASAÜSTÜ*/
.slider_masaustu{ display:block; }
.slider_mobil{ display:none; }
.garanti_alan{height:175px;top:calc(50% - 0px);}
.tur_asist_logo{width:250px;margin-left:-125px;}
.garanti_yazi{height:32px;line-height:32px;margin-top:5px;font-size:32px;}
.garanti_link{width:260px;height:26px;line-height:26px;margin-left:-130px;padding:0px;border-radius:10px;font-size:15px;}
}

@media (orientation: portrait){
/*MOBİL*/
.slider_masaustu{ display:none; }
.slider_mobil{ display:block; }
}


	
	
}





@media screen and (max-width: 736px), screen and (max-device-width: 736px) {

.sube{
	width:calc(50% - 50px);
	margin:25px 25px;
}









.paketler{
	width:calc(100% - 10px);
	margin:60px 0px;
}

.paket_sol{
	width:calc(32% - 0px);
}

.paket_sag{
	width:calc(32% - 0px);
}

.paket_orta{
	width:calc(36% - 0px);
}

.paket_alt_mini{
	height:160px;
}

.paket_alt_buyuk{
	height:240px;
}

.paketler .paket .paket_top{
	height:80px;
}

.paketler .paket .paket_top .paket_isim{
	width:calc(100% - 12px);
	line-height:19px;
	font-size:16px;
	top:calc(50% - 11px);
	margin:0px 6px;
}

.paketler .paket .paket_fiyat{
	width:calc(100% - 60px);
	height:44px;
	line-height:44px;
	font-size:26px;
	top:80px;
	margin:0px 30px;
	border-radius:10px;
}

.paketler .paket .paket_fiyat span{
	font-size:10px;
}

.paketler .paket .paket_alt{
	padding-top:27px;
}

.paketler .paket .paket_alt .paket_satir{
	width:calc(100% - 20px);
	line-height:15px;
	padding:4px 0px;
	margin:0px 10px;
	font-size:12px;
}





}





@media screen and (max-width: 640px), screen and (max-device-width: 640px) {

.sube{
	width:calc(50% - 40px);
	margin:20px 20px;
}


.sube .sube_resim{
	width:calc(100% - 0px);
	border-radius:6px;
}

.sube .sube_resim .sube_ic_resim{
	width:calc(100% - 12px);
	border-radius:4px;
	margin:6px;
}

.sube .sube_isim{
	width:calc(100% - 12px);
	height:25px;
	margin:0px 6px 6px 6px;
}

.sube .sube_isim p{
	width:calc(100% - 10px);
	line-height:16px;
	font-size:14px;
	margin:0px 5px;
}

.sube .sube_tel{
	width:calc(100% - 30px);
	height:35px;
	margin:0px 10px;
	padding:0px 5px;
}

.sube .sube_konum{
	width:calc(100% - 50px);
	height:35px;
	margin:0px 20px;
	padding:0px 5px;
}

.sube .icon{
	width:35px;
	height:35px;
	line-height:35px;
	font-size:18px;
}

.sube .sube_bilgi{
	width:calc(100% - 35px);
	height:35px;
	line-height:35px;
	font-size:15px;
}







.paketler_baslik{
	line-height:50px;
	font-size:40px;
	margin:60px 0px 30px 0px;
}

.diger_paketler{
	line-height:30px;
	font-size:20px;
	margin:30px 0px 60px 0px;
}

.paketler{
	width:calc(100% - 10px);
	margin:60px 0px;
}

.paket_sol{
	width:calc(32% - 0px);
}

.paket_sag{
	width:calc(32% - 0px);
}

.paket_orta{
	width:calc(36% - 0px);
}

.paket_alt_mini{
	height:180px;
}

.paket_alt_buyuk{
	height:255px;
}

.paketler .paket .paket_top{
	height:70px;
}

.paketler .paket .paket_top .paket_isim{
	width:calc(100% - 12px);
	line-height:17px;
	font-size:14px;
	top:calc(50% - 11px);
	margin:0px 6px;
}

.paketler .paket .paket_fiyat{
	width:calc(100% - 40px);
	height:40px;
	line-height:40px;
	font-size:20px;
	top:70px;
	margin:0px 20px;
	border-radius:10px;
}

.paketler .paket .paket_fiyat span{
	font-size:10px;
}

.paket .paket_fiyat b{ font-size:14px; }

.paketler .paket .paket_alt{
	padding-top:27px;
	padding-bottom:25px;
}

.paketler .paket .paket_alt .paket_satir{
	width:calc(100% - 20px);
	line-height:13px;
	padding:4px 0px;
	margin:0px 10px;
	font-size:11px;
}

.paketler .paket .paket_alt .detay_text{
	width:calc(100% - 0px);
	line-height:14px;
	padding:4px 0px;
	font-size:12px;
}




.bayilik .bayilik_baslik{
	width:calc(100% - 0px);
	line-height:50px;
	font-size:50px;
	margin-bottom:30px;
	text-align:left;
}

.bayilik .bayilik_foto{
	width:calc(300px - 0px);
	left:50%;
	transform:translateX(-50%);
}

.bayilik .bayilik_metin{
	width:calc(100% - 40px);
	line-height:18px;
	font-size:15px;
	position:relative;
	text-align:left;
	top:0px;
	transform:translateY(0);
	margin:40px 20px 0px 20px;
}





#container{
	height:260px;
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:50%;
	height:260px;
	clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
}


.slider2_icerik{
	width:calc(55% - 0px);
	top:50%;
	transform:translateY(-50%);
	margin-left:45px;
}

#container h3{
	line-height:23px;
	font-size:20px;
}

#container p{
	width:calc(100% - 60px);
	line-height:18px;
	font-size:17px;
	margin-top:10px;
}







@media only screen and (orientation: landscape){
/*MASAÜSTÜ*/
.slider_masaustu{ display:block; }
.slider_mobil{ display:none; }
.garanti_alan{height:145px;top:calc(50% - 0px);}
.tur_asist_logo{width:200px;margin-left:-100px;}
.garanti_yazi{height:30px;line-height:30px;margin-top:2px;font-size:30px;}
.garanti_link{width:240px;height:24px;line-height:24px;margin-left:-120px;padding:0px;border-radius:10px;font-size:14px;}

@-webkit-keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
100%{font-size:16px;bottom:25px;margin-bottom:0px;}
}

@keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:50px;line-height:50px;bottom:50%;margin-bottom:-40px;}
100%{font-size:16px;bottom:25px;margin-bottom:0px;}
}


.filo_cerceve{width:450px;height:110px;}
.slide_button1{width:140px;height:40px;line-height:40px;left:10px;font-size:16px;border-radius:15px;}
.slide_button2{width:140px;height:40px;line-height:40px;right:10px;font-size:16px;border-radius:15px;}
.filo_veya{width:100%;line-height:44px;font-size:22px;}

@-webkit-keyframes filo_yazi_anim{
0%{opacity: 0;font-size:60px;}
20%{opacity: 1;font-size:60px;line-height:60px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:60px;line-height:60px;top:50%;transform:translateY(-50%);}
100%{font-size:30px;top:0px;}
}

@keyframes filo_yazi_anim{
0%{opacity: 0;font-size:60px;}
20%{opacity: 1;font-size:60px;line-height:60px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:60px;line-height:60px;top:50%;transform:translateY(-50%);}
100%{font-size:30px;top:0px;}
}


}

@media (orientation: portrait){
/*MOBİL*/
.slider_masaustu{ display:none; }
.slider_mobil{ display:block; }
.garanti_alan{height:300px;top:calc(50% - 0px);}
.tur_asist_logo{width:500px;margin-left:-250px;}
.garanti_yazi{height:46px;line-height:46px;margin-top:5px;font-size:46px;}
.garanti_link{width:260px;height:36px;line-height:36px;margin-left:-130px;padding:0px;border-radius:10px;font-size:15px;bottom:-10px;}

.filo_cerceve{width:520px;height:410px;}
.slide_button1{width:300px;height:60px;float:left;margin-left:-150px;line-height:60px;right:auto;left:50%;font-size:25px;border-radius:15px;bottom:150px;}
.slide_button2{width:300px;height:60px;float:left;margin-left:-150px;line-height:60px;right:auto;left:50%;font-size:25px;border-radius:15px;}
.filo_veya{width:100%;line-height:64px;font-size:40px;bottom:80px;}

@-webkit-keyframes filo_yazi_anim{
0%{opacity: 0;font-size:80px;}
20%{opacity: 1;font-size:80px;line-height:80px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:80px;line-height:80px;top:50%;transform:translateY(-50%);}
100%{font-size:55px;top:0px;}
}

@keyframes filo_yazi_anim{
0%{opacity: 0;font-size:80px;}
20%{opacity: 1;font-size:80px;line-height:80px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:80px;line-height:80px;top:50%;transform:translateY(-50%);}
100%{font-size:55px;top:0px;}
}

}






}







@media screen and (max-width: 533px), screen and (max-device-width: 533px) {
.sube{
	width:calc(50% - 30px);
	margin:20px 15px;
}

.sube .sube_tel{
	width:calc(100% - 20px);
	height:30px;
	margin:0px 5px;
	padding:0px 5px;
}

.sube .sube_konum{
	width:calc(100% - 30px);
	height:32px;
	margin:0px 10px;
	padding:0px 5px;
}

.sube .icon{
	width:32px;
	height:32px;
	line-height:32px;
	font-size:18px;
}

.sube .sube_bilgi{
	width:calc(100% - 32px);
	height:32px;
	line-height:32px;
	font-size:15px;
}

	
.tanitim_alan .tanitim_metin{
	width:calc(100% - 0px);
	position:relative;
	top:0px;
	transform:translateY(0%);
}

.tanitim_alan .tanitim_metin p{
	width:calc(100% - 0px);
	line-height:19px;
	text-align:center;
}

.tanitim_alan .tanitim_video{
	width:calc(100% - 40px);
	float:left;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	margin-top:50px;
}








#container{
	width:100%;
	height:500px;
}

#anasayfa_slider .slider2_resim_golge{
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	width:100%;
	height:500px;
	clip-path: polygon(0% calc(50% + 50px), 100% calc(50% + 0px), 100% 100%, 0 100%);
}

#anasayfa_slider .slider2_resim_golge .slider2_resim img{
	width:100%;
	height:auto;
	top:75%;
	left:0px;
	transform:translateY(-50%) translateX(0);
}

.slider2_icerik{
	width:calc(100% - 90px);
	top:0px;
	margin:20px 45px 0px 45px;
	transform:translateY(0%);
}

#container h3{
	width:calc(100% - 0px);
	line-height:40px;
	font-size:35px;
}

#container p{
	width:calc(100% - 0px);
	line-height:20px;
	font-size:18px;
	margin-top:30px;
}










@media only screen and (orientation: landscape){
/*MASAÜSTÜ*/
.slider_masaustu{ display:block; }
.slider_mobil{ display:none; }
.garanti_alan{height:135px;top:calc(50% - 0px);}
.tur_asist_logo{width:200px;margin-left:-100px;}
.garanti_yazi{height:20px;line-height:20px;margin-top:2px;font-size:20px;}
.garanti_link{width:240px;height:24px;line-height:24px;margin-left:-120px;padding:0px;border-radius:10px;font-size:14px;}
}

@media (orientation: portrait){
/*MOBİL*/
.slider_masaustu{ display:none; }
.slider_mobil{ display:block; }
.garanti_alan{height:320px;top:calc(50% - 0px);}
.tur_asist_logo{width:370px;margin-left:-185px;}
.garanti_yazi{height:55px;line-height:55px;margin-top:5px;font-size:53px;}
.garanti_link{width:260px;height:36px;line-height:36px;margin-left:-130px;padding:0px;border-radius:10px;font-size:15px;bottom:-10px;}

@-webkit-keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:40px;line-height:40px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:40px;line-height:40px;bottom:50%;margin-bottom:-40px;}
100%{font-size:16px;bottom:35px;margin-bottom:0px;}
}

@keyframes garanti_anim{
0%{opacity: 0;font-size:170px;bottom:50%;}
20%{opacity: 1;font-size:40px;line-height:40px;bottom:50%;margin-bottom:-40px;}
90%{opacity: 1;font-size:40px;line-height:40px;bottom:50%;margin-bottom:-40px;}
100%{font-size:16px;bottom:35px;margin-bottom:0px;}
}

.filo_cerceve{width:370px;height:390px;}
.slide_button1{width:300px;height:60px;float:left;margin-left:-150px;line-height:60px;right:auto;left:50%;font-size:25px;border-radius:15px;bottom:150px;}
.slide_button2{width:300px;height:60px;float:left;margin-left:-150px;line-height:60px;right:auto;left:50%;font-size:25px;border-radius:15px;}
.filo_veya{width:100%;line-height:64px;font-size:40px;bottom:80px;}
}




	
}








@media screen and (max-width: 480px), screen and (max-device-width: 480px) { 


.paketler{
	width:calc(100% - 10px);
	margin:7px 0px 7px 0px;
}

.paket_sol{
	width:calc(100% - 60px);
	float:left;
	position:relative;
	margin:20px 30px;
}

.paket_sag{
	width:calc(100% - 60px);
	float:left;
	position:relative;
	margin:20px 30px;
}

.paket_orta{
	width:calc(100% - 60px);
	float:left;
	position:relative;
	top:0px;
	left:0px;
	transform:translate(0,0);
	margin:20px 30px;
}

.paket_alt_mini{
	height:auto;
}

.paket_alt_buyuk{
	height:auto;
}

.paketler .paket .paket_top{
	height:70px;
}

.paketler .paket .paket_top .paket_isim{
	width:calc(100% - 12px);
	line-height:17px;
	font-size:14px;
	top:calc(50% - 11px);
	margin:0px 6px;
}

.paketler .paket .paket_fiyat{
	width:calc(100% - 60px);
	height:40px;
	line-height:40px;
	font-size:22px;
	top:70px;
	margin:0px 30px;
	border-radius:10px;
}

.paketler .paket .paket_fiyat span{
	font-size:10px;
}

.paketler .paket .paket_alt{
	padding-top:27px;
	padding-bottom:35px;
}

.paketler .paket .paket_alt .paket_satir{
	width:calc(100% - 20px);
	line-height:13px;
	padding:4px 0px;
	margin:0px 10px;
	font-size:11px;
}

.paketler .paket .paket_alt .detay_text{
	line-height:14px;
	padding:8px 0px;
	font-size:13px;
}


.paket_sol:hover{
	transform:scale(1.05);
	webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
}

.paket_sag:hover{
	transform:scale(1.05);
	webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
}

.paket_orta:hover{
	transform:scale(1.05);
	webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
}




}


@media screen and (max-width: 460px), screen and (max-device-width: 460px) {
.sube{
	width:calc(50% - 20px);
	margin:10px 10px;
}

.sube .icon{
	width:25px;
	height:32px;
	line-height:32px;
	font-size:16px;
}

.sube .sube_bilgi{
	width:calc(100% - 25px);
	height:32px;
	line-height:32px;
	font-size:14px;
}




.paketler_baslik{
	line-height:40px;
	font-size:32px;
	margin-top:60px;
}






#container{
	width:100%;
	height:400px;
}

#anasayfa_slider .slider2_resim_golge{
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

#anasayfa_slider .slider2_resim_golge .slider2_resim{
	height:400px;
	clip-path: polygon(0% calc(55% + 40px), 100% calc(55% + 0px), 100% 100%, 0 100%);
}

#container h3{
	line-height:23px;
	font-size:20px;
}

#container p{
	line-height:19px;
	font-size:17px;
	margin-top:10px;
}




}






@media screen and (max-width: 380px), screen and (max-device-width: 380px){

@media only screen and (orientation: landscape){
/*MASAÜSTÜ*/
.slider_masaustu{ display:block; }
.slider_mobil{ display:none; }
}

@media (orientation: portrait){
/*MOBİL*/

.slider_masaustu{ display:none; }
.slider_mobil{ display:block; }
.garanti_alan{height:320px;top:calc(50% - 0px);}
.tur_asist_logo{width:310px;margin-left:-155px;}
.garanti_yazi{height:45px;line-height:45px;margin-top:8px;font-size:43px;}
.garanti_link{width:260px;height:36px;line-height:36px;margin-left:-130px;padding:0px;border-radius:10px;font-size:15px;bottom:-10px;}

.filo_cerceve{width:320px;height:320px;}
.slide_button1{width:300px;height:50px;float:left;margin-left:-150px;line-height:50px;right:auto;left:50%;font-size:25px;border-radius:15px;bottom:120px;}
.slide_button2{width:300px;height:50px;float:left;margin-left:-150px;line-height:50px;right:auto;left:50%;font-size:25px;border-radius:15px;}
.filo_veya{width:100%;line-height:54px;font-size:30px;bottom:65px;}

@-webkit-keyframes filo_yazi_anim{
0%{opacity: 0;font-size:60px;}
20%{opacity: 1;font-size:60px;line-height:65px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:60px;line-height:65px;top:50%;transform:translateY(-50%);}
100%{font-size:48px;top:0px;}
}

@keyframes filo_yazi_anim{
0%{opacity: 0;font-size:60px;}
20%{opacity: 1;font-size:60px;line-height:65px;top:50%;transform:translateY(-50%);}
70%{opacity: 1;font-size:60px;line-height:65px;top:50%;transform:translateY(-50%);}
100%{font-size:48px;top:0px;}
}

}

}








@media screen and (max-width: 360px), screen and (max-device-width: 360px) {
.sube{
	width:calc(100% - 40px);
	margin:20px 20px;
}

.sube .sube_tel{
	width:calc(100% - 30px);
	height:30px;
	margin:0px 10px;
	padding:0px 5px;
}

.sube .sube_konum{
	width:calc(100% - 50px);
	height:32px;
	margin:0px 20px;
	padding:0px 5px;
}

.sube .icon{
	width:25px;
	height:32px;
	line-height:32px;
	font-size:16px;
}

.sube .sube_bilgi{
	width:calc(100% - 25px);
	height:32px;
	line-height:32px;
	font-size:14px;
}





.paketler_baslik{
	line-height:35px;
	font-size:29px;
	margin-top:60px;
}




}























