html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

.clear{
	clear: both;
}

@font-face { 
  font-family: Titi-Bold;
  font-display: swap;
  src:  url(../fonts/TitilliumWeb-Bold.ttf);
}

@font-face { 
  font-family: Titi-SemiBold;
  font-display: swap;
  src:  url(../fonts/TitilliumWeb-SemiBold.ttf);
}

.bey-row{
	margin-right: -15px;
    margin-left: -15px;
}

header{
	width: 100%;
	height: auto;
}

header .header-top{
	width: 100%;
	height: 60px;
	background: #172F6E;
}

header .header-top .sag-alan{
	float: left;
}

header .header-top .sol-alan{
	float: right;
}

header .header-top .sag-alan a{
	display: block;
	height: 30px;
	margin-top: 15px;
	line-height: 30px;
	border-radius: 10px;
	padding-right: 7.5px;
	color: #162E6C;
	font-size: 14px;
	font-family: Titi-Bold;
	background-image: linear-gradient(100deg,#29D247 , #71FF8A);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(41,210,71,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(41,210,71,1);
box-shadow: 0px 2px 5px 0px rgba(41,210,71,1);
}

.svg-icon-wp{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

header .header-top .sol-alan a{
	float: right;
	margin-left: 10px;
	display: block;
	height: 30px;
	margin-top: 15px;
	line-height: 30px;
	border-radius: 10px;
	padding-right: 30px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 14px;
	font-family: Titi-Bold;
}

header .header-top .sol-alan a.giris-yap{
    background-image: linear-gradient(100deg,#FBB034 , #F5BE63);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(251,176,52,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(251,176,52,1);
box-shadow: 0px 2px 5px 0px rgba(251,176,52,1);
}

header .header-top .sol-alan a.kayit-ol{
    background-image: linear-gradient(100deg,#0085AD , #11A7D4);
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,133,173,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,133,173,1);
box-shadow: 0px 2px 5px 0px rgba(0,133,173,1);
}

header .header-bot{
	width: 100%;
	height: 100px;
	background: #ffffff;
}

header .header-bot.market-header{
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;

}

header .header-bot .sag-alan{
	float: left;
}

header .header-bot .sag-alan .logo{
	float: left;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center
}

header .header-bot .sag-alan .dil-sec{
	float: left;
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	background: #ffffff;
	position: relative;
	margin-top: calc(50px - 15px);
	font-size: 8px;
	padding-right: 2px;
}

header .header-bot .sag-alan .dil-sec .secili-dil span.ikon{
	position: relative;
}

header .header-bot .sag-alan .dil-sec .secili-dil span.ikon i{
	position: absolute;
	top: -2px;
}


header .header-bot .sag-alan .dil-sec:hover{
	cursor: pointer;
}
.dil-listesi li:hover{
	cursor: pointer
}

header .header-bot .sag-alan .dil-sec .dil-listesi{
	position: absolute;
	width: 60px;
	height: auto;	
	background: #ffffff;
	display: none;
	top: -30px;
	width: 60px;
	text-align: center;
	border-radius: 50px;
	z-index: 6;
	padding-top: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

header .header-bot .sag-alan .dil-sec .dil-listesi li{
   height: 30px;
}

header .header-bot .sag-alan .dil-sec .dil-listesi li img{
	width: 20px;
}

header .header-bot .sag-alan .dil-sec .asagiok{
	width: 5.73px;
	top: -10px;
}

header .header-bot .sag-alan .dil-sec span.img{
	width: 20px;
	height: 30px;
	line-height: 30px;
}

header .header-bot .sag-alan .dil-sec span.img img{
	width: 20px;
	margin-right: 5px;
	padding-top: 7px;
}

header .header-top .sol-alan .dil-sec-2{
	float: right;
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	background: #ffffff;
	position: relative;
	margin-top: 15px;
	font-size: 8px;
	padding-right: 2px;
	display: none;
}

header .header-top .sol-alan .dil-sec-2 .secili-dil span.ikon{
	position: relative;
}

header .header-top .sol-alan .dil-sec-2 .secili-dil span.ikon i{
	position: absolute;
	top: -2px;
}


header .header-top .sol-alan .dil-sec-2:hover{
	cursor: pointer;
}
.dil-listesi li:hover{
	cursor: pointer
}

header .header-top .sol-alan .dil-sec-2 .dil-listesi{
	position: absolute;
	width: 60px;
	height: auto;	
	background: #ffffff;
	display: none;
	top: -15px;
	width: 60px;
	text-align: center;
	border-radius: 50px;
	z-index: 6;
	padding-top: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

header .header-top .sol-alan .dil-sec-2 .dil-listesi li{
   height: 30px;
}

header .header-top .sol-alan .dil-sec-2 .dil-listesi li img{
	width: 20px;
}

header .header-top .sol-alan .dil-sec-2 .asagiok{
	width: 5.73px;
	top: -10px;
}

header .header-top .sol-alan .dil-sec-2 span.img{
	width: 20px;
	height: 30px;
	line-height: 30px;
}

header .header-top .sol-alan .dil-sec-2 span.img img{
	width: 20px;
	margin-right: 5px;
	padding-top: 7px;
}

header .header-bot .sol-alan{
	float: right;
}

header .header-bot .sol-alan .header-menu{
	height: 100px;
	line-height: 100px;
}

header .header-bot .sol-alan .header-menu ul li{
	margin-left: 20px;
	display: inline-block;
	position: relative;
}

header .header-bot .sol-alan .header-menu ul li .sub-menu{
	position: absolute;
	width: 180px;
	height: auto;
	background: #ffffff;
	padding: 5px;
	z-index: 10;
	 -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    display: none;
}

header .header-bot .sol-alan .header-menu ul li .sub-menu li{
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-left: 0px;
	padding-left: 10px;
}

header .header-bot .sol-alan .header-menu ul li .sub-menu li a{
	font-size: 16px;
	font-family: Titi-Bold;
	color: #525252
}

header .header-bot .sol-alan .header-menu ul li a{
    font-size: 20px;
	font-family: Titi-Bold;
	color: #12265D;
	display: block;
}

.kapat{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-family: Titi-Bold;
	color: #ffffff;
	background: #f44336;
	display: none;
}

header .header-bot .sol-alan .header-menu ul li a span{
	color: #A1A1A1
}

.girisbolum{
	width: 100%;
	height: 460px;
	background-image: url('../img/bg-girisx.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.girisbolum .bg-img .h2{
	display: block;
	width: 100%;
}

.giris-title{
	float: right;
	font-family: Titi-Bold;
	font-size: 50px;
	color: #12265D;
	text-align: right;
	padding-top: 70px;
	margin-bottom: 30px;
	line-height: 60px;
}

.giris-aciklama{
	display: block;
	width: 100%;
	float: right;
	font-family: Titi-SemiBold;
	font-size: 20px;
	color: #000000;
	text-align: right;
	margin-bottom: 30px;
	line-height: 40px;
}

.detay-buton{
	float: right;
	display: block;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	font-family: Titi-Bold;
	padding-right: 20px;
	padding-left: 20px;
	background-image: linear-gradient(100deg,#F5BE63 , #FBB034);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(245,190,99,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(245,190,99,1);
box-shadow: 0px 2px 5px 0px rgba(245,190,99,1);
}

.detay-buton i{
	margin-left: 10px;
	font-size: 14px;
}

#temalar{
	width: 100%;
	height: auto;
	padding-top: 45px;
}

.baslik{
	width: 100%;
	text-align: center;
	font-family: Titi-Bold;
	font-size: 35px;
	color: #12265D;
	margin-bottom: 30px;
}

.baslik-alti{
	width: 100%;
	text-align: center;
	font-family: Titi-SemiBold;
	font-size: 20px;
	color: #000000;
	margin-bottom: 30px;
}

.tema-kutu{
	margin-bottom: 30px;
}

.tema-kutu .tema-kutu-ic{
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	height: 240px;
	position: relative;
}
.tema-kutu .tema-kutu-ic img{
	width: 100%;
	height: 100%;
}

.tema-kutu .tema-kutu-ic .tema-alt{
    width: 100%;
    height: 50px;
    border-top: 1px dotted #ffffff;
    background: rgba(18, 38, 93, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    text-align: center;
    font-family: Titi-Bold;
	font-size: 25px;
	color: #ffffff;
	z-index: 2;
	transition: all 700ms ease;
	opacity: 1;
}

.tema-kutu .tema-kutu-ic .tema-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 3;
	background: rgba(18, 38, 93, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 700ms ease;
}

.tema-kutu .tema-kutu-ic .tema-hover .demo-buton{
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	font-family: Titi-Bold;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	background-image: linear-gradient(100deg,#F5BE63 , #FBB034);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(245,190,99,1);
-moz-box-shadow: 0px 2px 5px 0px rgba(245,190,99,1);
box-shadow: 0px 2px 5px 0px rgba(245,190,99,1);
}

.tema-kutu .tema-kutu-ic:hover{
	cursor: pointer;
}

.tema-kutu .tema-kutu-ic:hover .tema-alt{
	visibility: hidden;
	opacity: 0;
	transition: all 700ms ease;
}

.tema-kutu .tema-kutu-ic:hover .tema-hover{
	height: 240px;
	overflow: visible;
	transition: all 700ms ease;
}

#odeme{
	width: 100%;
	height: auto;
	padding-top: 60px;
	background-image: url('../img/odeme-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 60px;
}
.odeme-baslik{
	color: #ffffff;
}

.odeme-baslik-aciklama{
	margin-bottom: 58px;
}
.odeme-kutu .odeme-kutu-ic{
	float: left;
	width: 100%;
	height: auto;
	background: #ffffff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	padding-top: 45px;
}

.odeme-kutu .odeme-serit{
	border: 2px dotted #12265D;
}

.odeme-kutu .odeme-kutu-ic .odeme-baslik{
	position: absolute;
	height: 50px;
	width: 215px;
	border-top-left-radius: 100px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 100px;
	left: calc(50% - 107.5px);
	top: -25px;
	text-align: center;
	font-family: Titi-Bold;
	font-size: 25px;
	color: #ffffff;
	line-height: 40px;
}

.odeme-baslik-bg-yesil{
	background-image: linear-gradient(100deg,#A1DF11 , #84BD00);
	border: 3px solid #A1DF11;
}

.odeme-baslik-bg-pembe{
	background-image: linear-gradient(100deg,#FF7AAB , #FF468B);
	border: 3px solid #FF7AAB;
}

.odeme-baslik-bg-mor{
	background-image: linear-gradient(100deg,#CDA2FF , #B677FF);
	border: 3px solid #B677FF;
}
.odeme-baslik-bg-dark{
	background-image: linear-gradient(100deg,#383838 , #585858);
	border: 3px solid #B677FF;
}

.odeme-kutu .odeme-kutu-ic .odeme-tip{
	width: 100%;
	text-align: center;
	font-family: Titi-Bold;
	font-size: 30px;
	color: #12265D;
	margin-bottom: 35px;
}

.odeme-kutu .odeme-kutu-ic .odeme-tip span{
	position: relative;
}


.odeme-kutu .odeme-kutu-ic .odeme-tip span::before{
	content: '';
	position: absolute;
	width: 17px;
    height: 1px;
    background: #12265D;
    border-radius: 50px;
    top: calc(50% - 0.5px);
    left: -27px;
}

.odeme-kutu .odeme-kutu-ic .odeme-tip span::after{
	content: '';
	position: absolute;
	width: 17px;
    height: 1px;
    background: #12265D;
    border-radius: 50px;
    right: -27px;
    top: calc(50% - 0.5px);
}

.odeme-kutu .odeme-kutu-ic .odeme-ozellik{
	width: 100%;
	margin-bottom: 20px;
}

.odeme-kutu .odeme-kutu-ic .odeme-ozellik li{
	width: 100%;
	font-family: Titi-SemiBold;
	font-size: 23px;
	color: #000000;
	text-align: center;
	margin-bottom: 17px
}

.odeme-kutu .odeme-kutu-ic .odeme-fiyat{
	width: 100%;
	font-family: Titi-SemiBold;
	font-size: 67px;
	color: #12265D;
	text-align: center;
	margin-bottom: 90px;
}

.odeme-kutu .odeme-kutu-ic .odeme-buton{
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	font-family: Titi-Bold;
	font-size: 27px;
	color: #ffffff;
}

.odeme-kutu .odeme-serit .odeme-buton{
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: -2px;
	width: calc(100% + 4px);
}

.hover-pointer:hover{
	cursor: pointer;
}

.hover-scale{
    transition: all 500ms ease;
}

.hover-scale:hover{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
    transition: all 500ms ease;
}


.odeme-buton-bg-mavi{
	background: #12265D;
}

.odeme-buton-bg-mavi:hover{
	background: #12265D;
	background: linear-gradient(100deg,#C78417 , #FBB034);
}

.odeme-buton-bg-mavi:hover.ust-beyaz::before{
	content: '';
	width: 34px;
	height: 6px;
	position: absolute;
	left: calc(50% - 17px);
	top: 0;
	background: #ffffff;
    border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#referanslar{
	padding-top: 45px;
}

.sponsor-slider-enust{
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.sponsor-slide {
    width: 100%;
    height: 180px;
    position: relative;
    margin-bottom: 30px;
    overflow: visible;
}
.sponsor-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    height: 160px;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
}

.sponsor-slide .swiper-slide img{
	width: auto;
	height: 155px;
}

.sponsor-slide .sponsor-pagination{
   text-align: center;
}

.sponsor-slide .sponsor-pagination span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 4px solid #C5C5C5;
	background: none;
	opacity: 1
}


.sponsor-slide .sponsor-pagination span.swiper-pagination-bullet-active{
	background-color: #C5C5C5
}


footer{
	width: 100%;
	height: auto;
	background-image: url('../img/footer-bg2.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
	padding-top: 165px;
}

footer .footer-logo{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: -125px;
}

footer .jets-panel-bilgi{
	width: 100%;
	text-align: center;
	font-family: Titi-SemiBold;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 15px;
}

footer .jets-panel-iletisim{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

footer .jets-panel-iletisim a{
	display: inline-block;
	font-family: Titi-SemiBold;
	font-size: 17px;
	color: #ffffff;
	height: 38px;
	padding-right: 10px;
	border-radius: 10px;
	line-height: 38px;
	margin-right: 17px;
	margin-bottom: 17px;
}

footer .jets-panel-iletisim a.f-whatsapp{
    background-image: linear-gradient(100deg,#29D247 , #71FF8A);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(41,210,71,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(41,210,71,1);
    box-shadow: 0px 2px 5px 0px rgba(41,210,71,1);
}

footer .jets-panel-iletisim a.f-tel{
    background-image: linear-gradient(100deg,#00205B , #2E59A8);
	-webkit-box-shadow: 0px 2px 5px 0px #2E59A8;
    -moz-box-shadow: 0px 2px 5px 0px #2E59A8;
    box-shadow: 0px 2px 5px 0px #2E59A8;
}

footer .jets-panel-iletisim a.f-mail{
    background-image: linear-gradient(100deg,#F00068 , #FF6BAB);
	-webkit-box-shadow: 0px 2px 5px 0px #F00068;
    -moz-box-shadow: 0px 2px 5px 0px #F00068;
    box-shadow: 0px 2px 5px 0px #F00068;
}

footer .jets-panel-iletisim a.f-skype{
    background-image: linear-gradient(100deg,#00AFF0 , #85DEFF);
	-webkit-box-shadow: 0px 2px 5px 0px #00AFF0;
    -moz-box-shadow: 0px 2px 5px 0px #00AFF0;
    box-shadow: 0px 2px 5px 0px #00AFF0;
}

footer .jets-panel-iletisim a .svg-icon-footer{
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 10px;
}


footer .footer-menu{
	width: 100%;
	margin-bottom: 40px;
}

footer .footer-menu ul{
	width: 100%;
	text-align: center;
}

footer .footer-menu ul li{
	display: inline-block;
	margin-right: 5px;
}

footer .footer-menu ul li::after{
	content: '-';
	font-family: Titi-SemiBold;
	font-size: 20px;
	color: #ffffff;
	padding-left: 8px;
}

footer .footer-menu ul li:last-child::after{
	display: none;
}

footer .footer-menu ul li a{
	font-family: Titi-SemiBold;
	font-size: 20px;
	color: #ffffff;
}

#sayfalar .sayfa-menu{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#sayfalar .sayfa-menu ul{
	width: 100%;
	height: auto;
}

#sayfalar .sayfa-menu ul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #12265D;
	font-family: Titi-SemiBold;
	font-size: 17px;
	padding-left: 18px;
	border-bottom: 0.1px solid #525252;
}

#sayfalar .sayfa-menu ul li a{
	color: #ffffff;
}

#sayfalar .sayfa-menu ul li.active{
	background: #FBB034;
}

#sayfalar .sayfa-menu ul li:first-child{
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
}

#sayfalar .sayfa-menu ul li:last-child{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#sayfalar .sayfa-menu ul li:nth-child(2n){
-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.1);
}

#sayfalar .sayfa-menu ul li:hover{
	cursor: pointer
}

#sayfalar .sayfa{
	display: none;
	font-family: Titi-Bold;
	font-size: 17px;
	color: #000000;
}

#sayfalar .sayfa-ic{
	width: 100%;
	height: auto!important;
	background: #F8F8F8;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 20px;
}

#sayfalar .sayfa img{
	width: 100%;
	height: auto;
}

.ozellik-liste li{
	font-family: Titi-Bold;
	font-size: 17px;
	color: #000000;
	margin-bottom: 15px;
}

.ozellik-liste li i{
	margin-right: 8px;
	color: #12265D;
}

.mobil-buton{
	display: none;
}