/* Tüm Haklarý My Medya ® Firmasýna Aittir. Ýzinsiz Kopyalanamaz ve Çoðaltýlamaz. | www.mymedya.com.tr */

body { font-size: 14px; background: #1b2034 url(../images/MainBg.jpg) no-repeat top center; color: #fff; font-family: 'Rajdhani', sans-serif; overflow-x: hidden; overflow-y: auto; -webkit-text-size-adjust: none; }
body, html, form { height: 100%; width: 100%; }
p { line-height: 22px; }
a { outline: none; color: #fff; cursor: pointer; text-decoration: none; }
a:hover, a:active, a:focus { color: #159f87; }
.clear { clear: both; }

.ContentBox { width: 100%; max-width: 1280px; margin: 0px auto; position: relative; display: block; }
.fLeft { float: left; }
.fRight { float: right; }
.SetMargin { margin: 20px auto; }
.FullContentBox { width: 100%; min-height: 400px; background: #e9e9e9; position: relative; z-index: 10; margin-bottom: 250px; }
.SetFixed { position: fixed; overflow: hidden; width: 100%; height: 100%; z-index: -1; }
.SetPageContent { margin: 20px auto; width: 100%; max-width: 1180px; }
.SetPageContent > p { font-size: 14px; line-height: 25px; color: #161213; }
.Site-Top { width: 100%; background: #19181e; }

.linkss { width: 100% !important; min-height: 500px !important; text-align: center; margin: 0 auto; float: none !important; }
.linkss p { width: 650px; margin: 20px auto 20px auto !important; }
.linkss p a { background: #FFF; padding: 20px; text-align: center; display: block; color: #000; font-size: 18px; font-weight: 500; border-radius: 20px; }
.linkss p a:hover { background: #159f87; color: #FFF; transition: all 0.3s ease; }

.Reset input { cursor: pointer; padding: 10px; text-align: center; background: #159f87; margin-top: 10px; border: none; width: 100%; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.Reset input:hover { background: #161929; color: #FFF; transition: all 0.3s ease; }

.Header { width: 100%; min-height: 104px; }
.Logo { width: 200px; min-height: 1px; float: left; margin-top: 20px; }
.Logo a img { max-height: 70px; }
.Logo a { display: block; }
.Logo i { font-size: 22px; background: #161929; color: #f4eade; padding: 10px 14px; display: none; margin-top: 10px; }

.Language { float: right; }
.Language > ul { display: block; }
.Language > ul > li { display: inline-block; position: relative; }
.Language > ul > li:after { content: ""; width: 1px; height: 20px; background: #fff; right: -2px; bottom: 0; position: absolute; }
.Language > ul > li a { font-size: 16px; padding: 0 10px; margin: 0 2.5px; padding-top: 45px; display: block; transition: all 0.3s ease; }
.Language > ul > li a:hover { background: #159f87; color: #fff; transition: all 1s ease; }
.Language > ul > li:last-child:after { display: none; }

.DownArrow { visibility: inherit; position: absolute; bottom: 30px; z-index: 99999; text-align: left; width: 100%; animation: Arrowbounce 1.3s cubic-bezier(.07,.5,.58,1) infinite; }
.DownArrow a { padding: 20px; cursor: pointer; background: url(../images/ScrollDown.png) no-repeat center center; width: 34px; height: 48px; }

.card__body__intro p { font-weight: 700; }
.card__body-continued p a { color: #161213; font-weight: 600; }
.card__body-continued p a:hover { color: #159f87; transition: all 0.3s ease; }

.duyurugost { }
.duyurugost ul { margin: 0; padding: 0; list-style-type: none; }
.duyurugost ul li { width: 32.3%; float: left; margin: 0 1% 1% 0; border: 1px solid #605f5f; padding: 10px; font-size: 14px; min-height: 400px; }
.duyurugost ul li img { width: 100%; margin: 0; }
.duyurugost ul li h4 { height: 112px; font-size: 20px; font-weight: 500; border-bottom: 1px solid #605f5f; padding: 0 0 8px 0; margin: 0 0 8px 0; }
.duyurugost ul li h5 { font-size: 16px; }
.duyurugost ul li p { font-size: 15px; }
.tumduyurudetayS { position: absolute; right: 0; top: 0; font-size: 13px; }

.DuyuruFotos { width: 50%; margin: 40px auto 0 auto; }

.orgutlenmesemasi { width: 100%; }
.orgutlenmesemasi .left { width: 50%; float: left; }
.orgutlenmesemasi .left img { width: 100%; }
.orgutlenmesemasi .right { width: 17%; margin-left: 6%; float: left; }
.orgutlenmesemasi .right img { width: 100%; }

.sayfalarss { border-top: 1px solid #FFF; }
.sayfalamas { width: 100%; text-align: center; margin: 60px 0 10px 0; }
.lnkbtnIleri { border: 1px solid; padding: 8px 18px; font-size: 14px; }
.lnkbtnGeri { border: 1px solid; padding: 8px 18px; font-size: 14px; margin-right: 10px; }

@-moz-keyframes Arrowbounce {
	0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0); }
	40% { -moz-transform: translateY(-20px); transform: translateY(-20px); }
	60% { -moz-transform: translateY(-15px); transform: translateY(-15px); }
}

@-webkit-keyframes Arrowbounce {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}

@keyframes Arrowbounce {
	0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	60% { -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}

.MenuClose { text-align: center; font-size: 20px; position: absolute; top: 20px; right: 20px; display: none !important; }

.MainMenu { float: left; min-height: 1px; margin-left: 180px; margin-top: 20px; }
.Menu { margin-top: 10px; }
.Menu-mobile { display: none; padding: 20px; text-align: center; }
.Menu-mobile:after { content: "\f0c9"; font-family: "FontAwesome"; font-size: 2rem; padding: 0; position: relative; top: 50%; -webkit-transform: translateY(-25%); transform: translateY(-25%); text-align: center; }
.Menu-dropdown-icon:before { content: "\f067"; font-family: "FontAwesome"; display: none; cursor: pointer; float: right; padding: 1.5em 2em; background: #fff; color: #333; }
.Menu > ul { margin: 0 auto; width: 100%; list-style: none; padding: 0; position: relative; box-sizing: border-box; }
.Menu > ul:before,
.Menu > ul:after { content: ""; display: table; }
.Menu > ul:after { clear: both; }
.Menu > ul > li { float: left; padding: 0; margin: 0; }
.Menu > ul > li > a { text-decoration: none; padding: 1.2em 1.1em; display: block; color: #fff; font-size: 16px; }
.Menu > ul > li:hover { background: #161929; }

.Menu > ul > li > ul { display: none; width: 100%; background: rgba(22,25,41,0.9); padding: 20px; position: absolute; z-index: 99; left: 0; margin: 0; list-style: none; box-sizing: border-box; }
.Menu > ul > li > ul:before,
.Menu > ul > li > ul:after { content: ""; display: table; }
.Menu > ul > li > ul:after { clear: both; }
.Menu > ul > li > ul > li { margin: 0; padding-bottom: 0; list-style: none; width: 25%; background: none; float: left; }
.Menu > ul > li > ul > li a { color: #fff; padding: .2em 0; width: 100%; display: block; border-bottom: 1px solid #747996; font-size: 14px; }
.Menu > ul > li > ul > li > ul { display: block; padding: 0; margin: 10px 0 0; list-style: none; box-sizing: border-box; }
.Menu > ul > li > ul > li > ul:before,
.Menu > ul > li > ul > li > ul:after { content: ""; display: table; }
.Menu > ul > li > ul > li > ul:after { clear: both; }
.Menu > ul > li > ul > li > ul > li { float: left; width: 100%; padding: 10px 0; margin: 0; font-size: .8em; }
.Menu > ul > li > ul > li > ul > li a { border: 0; }

.Menu > ul > li > ul.normal-sub { width: 232px; left: auto; padding: 0px; }
.Menu > ul > li > ul.normal-sub > li { width: 100%; }
.Menu > ul > li > ul.normal-sub > li a { border: 0; padding: 10px 20px; }
.Menu > ul > li > ul.normal-sub > li:hover { background: rgba(21,159,135,0.9); }
.Menu > ul > li > ul.normal-sub > li:hover a { color: #fff; }
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Menu Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1024px) {
	.Menu { float: none; margin-top: 50px; width: 100%; overflow-y: auto; height: 100%; }
	.Menu-container { width: 100%; }
	.Menu-mobile { display: block; color: #fff; }
	.Menu-dropdown-icon:before { display: block; }
	.Menu > ul { }
	.Menu > ul > li { width: 100%; float: none; display: block; }
	.Menu > ul > li a { padding: 1.5em; width: 100%; display: block; }
	.Menu > ul > li > ul { position: relative; }
	.Menu > ul > li > ul.normal-sub { width: 100%; }
	.Menu > ul > li > ul > li { float: none; width: 100%; margin-top: 20px; }
	.Menu > ul > li > ul > li:first-child { margin: 0; }
	.Menu > ul > li > ul > li > ul { position: relative; }
	.Menu > ul > li > ul > li > ul > li { float: none; }
	.Menu .show-on-mobile { display: block; }
}

.sticky { position: fixed; top: 0; width: 100%; background: #1b2034; z-index: 9999999; box-shadow: 0 19px 28px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.2); }
.star { border-radius: 100%; position: absolute; display: block; animation: twinkle 2s linear 0s infinite normal; background: #F6F6F6; z-index: 0; left: 100%; top: 100%; }

@keyframes twinkle {
	0% { transform: scale(1.0); opacity: 1; }
	50% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1.0); opacity: 1; }
}

.NewsArea { width: 100%; background: #161929; padding-top: 30px; padding-bottom: 50px; }
.NewsArea h2 { text-align: center; font-size: 20px; color: #159f87; position: relative; }
.MapsButton { padding: 7px 15px; width: 150px; background: #252b43; position: absolute; left: 50px; top: -8px; text-align: center; font-size: 20px; font-weight: 500; }

.SliderArea { width: 450px; float: left; min-height: 1px; }
.Slider { width: 100%; height: 300px; background: #161213; z-index: 2; position: relative; margin-top: 80px; box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.Slider:after { content: ""; background: #159f87; width: 150px; z-index: -1; height: 492px; left: 50px; bottom: -92px; position: absolute; }

.News { width: 100%; min-height: 1px; }
.News h2 { font-size: 25px; font-weight: bolder; text-align: center; margin-bottom: 34px; padding-left: 0; }
.News a { font-size: 16px; font-weight: 500; text-align: left; margin-top: 0; float: right; position: relative; z-index: 123; }
.News .tumunugor { font-size: 14px; font-weight: 500; text-align: left; margin: -58px 24px 0 0; float: right; position: relative; z-index: 123; }
.News .item h1 { font-size: 20px; font-weight: 600; height: 102px; overflow: hidden; }
.News .item span { margin: 10px 0 20px 0; display: block; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #535353; }
.News .item p { font-size: 15px; margin-bottom: 10px; }
.News .item a { display: block; }
.News .item b i { color: #159f87; }
.News .item { padding: 10px; transition: all 0.3s ease-in-out; }
.News .item img { width: 100%; }
.News .item:hover { transition: all 0.3s ease-in-out; }
.News .util-theme-default .util-pagination { text-align: center; z-index: 30; position: absolute; right: 0; bottom: -34px; width: 100%; }
.News .util-theme-default .util-page.active-page span { background: #159f87; }
.News:before { pointer-events: none; /*background: rgb(22,25,41); background: -moz-linear-gradient(270deg, rgba(22,25,41,1) 9%, rgba(22,25,41,0) 100%); background: -webkit-linear-gradient(270deg, rgba(22,25,41,1) 9%, rgba(22,25,41,0) 100%); background: linear-gradient(270deg, rgba(22,25,41,1) 9%, rgba(22,25,41,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161929",endColorstr="#161929",GradientType=1);*/ content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 40%; z-index: 20; }
.newsdetail { display: block; width: 100%; }
.newsdetail a { }

.YoutubesArea { width: 100%; background: #161929; padding-top: 30px; padding-bottom: 50px; }
.YoutubesArea h2 { text-align: center; font-size: 20px; color: #159f87; position: relative; }

.Youtubes { width: 100%; min-height: 1px; }
.Youtubes h2 { font-size: 25px; font-weight: bolder; text-align: center; margin-bottom: 34px; padding-left: 0; }
.Youtubes a { font-size: 16px; font-weight: 500; text-align: left; margin-top: 0; float: right; position: relative; z-index: 123; }
.Youtubes .tumunugor { font-size: 14px; font-weight: 500; text-align: left; margin: -58px 24px 0 0; float: right; position: relative; z-index: 123; }
.Youtubes .item h1 { font-size: 20px; font-weight: 600; height: 60px; overflow: hidden; }
.Youtubes .item span { margin: 10px 0 20px 0; display: block; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #535353; }
.Youtubes .item p { font-size: 15px; margin-bottom: 10px; }
.Youtubes .item a { display: block; }
.Youtubes .item b i { color: #159f87; }
.Youtubes .item { padding: 10px; transition: all 0.3s ease-in-out; }
.Youtubes .item img { width: 100%; }
.Youtubes .item:hover { transition: all 0.3s ease-in-out; }
.Youtubes .util-theme-default .util-pagination { text-align: center; z-index: 30; position: absolute; right: 0; bottom: -34px; width: 100%; }
.Youtubes .util-theme-default .util-page.active-page span { background: #159f87; }
.Youtubes:before { pointer-events: none; /*background: rgb(22,25,41); background: -moz-linear-gradient(270deg, rgba(22,25,41,1) 9%, rgba(22,25,41,0) 100%); background: -webkit-linear-gradient(270deg, rgba(22,25,41,1) 9%, rgba(22,25,41,0) 100%); background: linear-gradient(270deg, rgba(22,25,41,1) 9%, rgba(22,25,41,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161929",endColorstr="#161929",GradientType=1);*/ content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 40%; z-index: 20; }
.Youtubesdetail { display: block; width: 100%; }
.Youtubesdetail a { }

.SliderTextArea { position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ""; background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
.SliderText { position: absolute; width: 100%; bottom: 0; left: 0; padding: 10px; }
.SliderText h1 { font-size: 25px; font-weight: bold; }
.SliderText p { font-size: 12px; }
.bx-controls-direction { position: absolute; visibility: visible !important; bottom: 0; bottom: -27px; left: 123px; }

.SocialArea { position: absolute; bottom: 0; width: 32px; z-index: 1; height: 100%; right: 0; }
.SocialText { color: #159f87; font-size: 14px; bottom: 230px; font-weight: 600; left: -23px; position: absolute; white-space: nowrap; visibility: hidden; -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.SocialArea ul { position: absolute; bottom: 10px; }
.SocialArea ul li { display: block; margin-bottom: 5px; text-align: center; border-radius: 100%; }
.SocialArea ul li a { font-size: 14px; color: #868db0; border-radius: 100%; display: block; width: 32px; height: 32px; line-height: 35px; transition: all 0.3s ease-in-out; }
.SocialArea ul li a svg { top: 2px; font-size: 13px; position: relative; fill: #868db0; left: -1px; }
.SocialArea ul li a:hover { color: #fff; background: #159f87; transition: all 0.3s ease-in-out; }
.SocialArea ul li a:hover svg { fill: #fff; transition: all 0.3s ease-in-out; }

.ContentPdfArea li { position: relative; width: 45%; float: left; margin: 20px 2% 0 2%; }
.ContentPdfArea li .HoverLink { position: absolute; text-align: center; background: #161929; width: 100%; height: 100%; top: 0; left: 0; display: table; opacity: 0; transition: all 0.3s ease-in-out; }
.ContentPdfArea li .HoverLink i { display: table-cell; vertical-align: middle; font-size: 30px; }
.ContentPdfArea li:hover .HoverLink { opacity: 0.8; transition: all 0.3s ease-in-out; }

.deneyims { }
.deneyims ul { }
.deneyims ul li { width: 49%; float: left; margin: 0 0.5%; position: relative; }
.deneyims ul li img { width: 100%; }
.deneyims ul li .HoverLink { position: absolute; text-align: center; background: #161929; width: 100%; height: 100%; top: 0; left: 0; display: table; opacity: 0; transition: all 0.3s ease-in-out; }
.deneyims ul li .HoverLink i { display: table-cell; vertical-align: middle; font-size: 30px; }
.deneyims ul li:hover .HoverLink { opacity: 0.8; transition: all 0.3s ease-in-out; }

.doruks { position: relative; width: 45%; float: left; margin: 20px 2% 0 2%; }
.doruks ul li .HoverLink { position: absolute; text-align: center; background: #161929; width: 100%; height: 100%; top: 0; left: 0; display: table; opacity: 0; transition: all 0.3s ease-in-out; }
.doruks ul li .HoverLink i { display: table-cell; vertical-align: middle; font-size: 30px; }
.doruks ul li:hover .HoverLink { opacity: 0.8; transition: all 0.3s ease-in-out; }
.doruks ul li a { display: flex; }

.SemaMainContent { padding: 150px; }
.SemaMainContent .box { position: relative; transform: translate(-50%, 0%); 0; }
.SemaMainContent .box * { }

.Footer { width: 100%; min-height: 250px; background: #1b2034; border-top: 1px solid rgba(55,62,92,0.2); }
.FooterLeft { float: left; width: 24%; padding-top: 10px; min-height: 210px; padding-right: 50px; font-size: 14px; }
.FooterLeft img { width: 70%; margin-bottom: 20px; }
.FooterLeft a { display: block; margin: 16px 0; }
.FooterRight { float: left; width: 75%; padding-top: 30px; padding-bottom: 30px; min-height: 210px; }
.FooterRight > ul { overflow: hidden; }
.FooterRight > ul > li { display: block; width: 25%; float: left; }
.FooterRight > ul > li h6 { margin-bottom: 10px; font-size: 17px; font-weight: 500; }
.FooterRight > ul > li:last-child h6 { text-align: right; }
.FooterRight > ul > li > ul > li > a { padding: 5px 0; font-size: 14px; color: #b7b7b7; display: block; }
.FooterRight > ul > li > ul > li > a i { margin-right: 5px; color: #159f87; font-size: 9px; vertical-align: middle; }
.FooterRight > ul > li > ul > li > a:hover { color: #159f87; }

.FooterSocial { float: right; }
.FooterSocial ul { display: block; line-height: 50px; }
.FooterSocial ul li { display: inline-block; border: 1px solid #b4b4b4; width: 34px; height: 34px; line-height: 34px; text-align: center; }
.FooterSocial ul li a { display: block; color: #b4b4b4; padding: 0; transition: all 0.3s ease-in-out; }
.FooterSocial ul li a svg { top: 3px; font-size: 16px; position: relative; display: initial; }
.FooterSocial ul li:last-child a { padding-right: 0; }
.FooterSocial ul li a i { line-height: 30px; font-size: 16px; }
.FooterSocial ul li:hover { border: 1px solid #fff; transition: all 0.3s ease-in-out; }

.ScrollUp { width: 44px; height: 44px; position: fixed; bottom: 30px; background: #159f87; right: 40px; display: table; cursor: pointer; }
.ScrollUp i { display: table-cell; color: #fff; text-align: center; vertical-align: middle; }
.SiteInfo { border-top: 1px solid #3c454d; padding: 10px 0; }
.SiteInfo p { float: left; color: #868686; }
.SiteInfo a { float: right; color: #159f87; }
.SiteInfo a:hover { color: #FFF; }

.MainContent { width: 100%; max-width: 1280px; margin: 0 auto; height: calc(100% - 104px); display: table; overflow: hidden; position: relative; }

.box { width: 550px; height: 550px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.box .cls-1 { fill: none; stroke: #ddd; stroke-width: 1px; transform: scale(0); transform-origin: 50% 50%; animation: cirScale 0.2s ease-in-out forwards; opacity: 0.1; }
.box .cls-2 { fill: #fff; fill-rule: evenodd; }
.box #icon-w { background: rgba(255,255,255,0.2); padding: 20px; width: 150px; height: 150px; text-align: center; position: absolute; left: 50%; top: 50%; margin-top: -75px; margin-left: -75px; border-radius: 50%; display: flex; display: -webkit-flex; justify-content: center; align-items: center; transform: scale(0); animation: icon-w 0.4s ease-in-out forwards 0.5s; }
.box .icons { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.box .icons .Aicon { position: absolute; top: 40%; right: 0; bottom: 0; left: 40%; text-align: center; max-width: 100px; max-height: 100px; border-radius: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: all ease-in-out 0.5s; }
.box .icons .Aicon div { transform: translate3d(0, 0, 0) scale(0) rotate(0); text-align: center; cursor: pointer; overflow: hidden; }
.box .icons .Aicon div span { border-radius: 50%; display: inline-block; transition: 0.2s ease-in-out; }
.box .icons .Aicon div span a { display: block; color: #1b2034; font-size: 45px; padding-top: 4px; }
.box .icons .Aicon div span a b { font-size: 12px; font-weight: 600; white-space: nowrap; position: relative; width: 100%; text-align: center; display: none; }

.box .icons .Aicon:nth-child(1) { animation-duration: 3.5s; animation-delay: 0.3s; }
.box .icons .Aicon:nth-child(6) { animation-duration: 3.5s; animation-delay: 0.4s; }

.box .icons .Aicon:nth-child(1) div { animation-duration: 3.5s; animation-delay: 0.6s; }
.box .icons .Aicon:nth-child(6) div { animation-duration: 3.5s; animation-delay: 0.8s; }

.box .icons .Aicon div span:hover { transition: 0.2s ease-in-out; }
.box .icons .Aicon:hover span { width: 200px; border-radius: 50px; }
.box .icons .Aicon:hover span a { font-size: 25px; }
.box .icons .Aicon:hover a b { display: block; }

.box .icons .Aicon:nth-child(2), .box .icons .Aicon:nth-child(4) { animation-duration: 3.5s; animation-delay: 1s; }
.box .icons .Aicon:nth-child(2) div, .box .icons .Aicon:nth-child(4) div { animation-duration: 3.5s; animation-delay: 1s; }
.box .icons .Aicon:nth-child(5), .box .icons .Aicon:nth-child(3), .box .icons .Aicon:nth-child(7), .box .icons .Aicon:nth-child(8) { animation-duration: 3.5s; animation-delay: 1.4s; }
.box .icons .Aicon:nth-child(5) div, .box .icons .Aicon:nth-child(3) div, .box .icons .Aicon:nth-child(7) div, .box .icons .Aicon:nth-child(8) div { animation-duration: 3.5s; animation-delay: 1.4s; }

.Aicon-circle span { width: 100px; height: 100px; padding: 20px; background: #fff; }
.Aicon-circle span svg { margin-top: 30%; }

.box #icon-w img { width: 100%; opacity: 1; }

.spinner { animation: rotate 6.4s linear infinite; -webkit-animation: rotate 6.4s linear infinite; -moz-animation: rotate 6.4s linear infinite; }

@keyframes rotate {
	to { transform: rotate(360deg); }
}

@-webkit-keyframes rotate {
	to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rotate {
	to { transform: rotate(360deg); }
}

.path { stroke-dasharray: 170; stroke-dashoffset: 20; }

.box .Aicon:nth-child(1) { animation: bouncePar1 ease-in-out forwards; }
.box .Aicon:nth-child(1) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild1 ease-in-out forwards; }

.box .Aicon:nth-child(2) { animation: bouncePar2 ease-in-out forwards; }
.box .Aicon:nth-child(2) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild2 ease-in-out forwards; }

.box .Aicon:nth-child(3) { animation: bouncePar3 ease-in-out forwards; }
.box .Aicon:nth-child(3) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild3 ease-in-out forwards; }

.box .Aicon:nth-child(4) { animation: bouncePar4 ease-in-out forwards; }
.box .Aicon:nth-child(4) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild4 ease-in-out forwards; }

.box .Aicon:nth-child(5) { animation: bouncePar5 ease-in-out forwards; }
.box .Aicon:nth-child(5) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild5 ease-in-out forwards; }

.box .Aicon:nth-child(6) { animation: bouncePar6 ease-in-out forwards; }
.box .Aicon:nth-child(6) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild6 ease-in-out forwards; }

.box .Aicon:nth-child(7) { animation: bouncePar7 ease-in-out forwards; }
.box .Aicon:nth-child(7) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild7 ease-in-out forwards; }

.box .Aicon:nth-child(8) { animation: bouncePar8 ease-in-out forwards; }
.box .Aicon:nth-child(8) div { transform: translate3d(0, 0, 0) scale(0) rotate(0); animation: bounceChild8 ease-in-out forwards; }

@keyframes icon-w {
	0% { transform: scale(0); }
	50% { transform: scale(2); }
	100% { transform: scale(1); }
}

#circle-1 { animation-delay: 0.3s; }
#circle-2 { animation-delay: 0.6s; }
#circle-3 { animation-delay: 0.9s; }
#circle-4 { animation-delay: 1.2s; }
#circle-5 { animation-delay: 1.5s; }

@keyframes cirScale {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@keyframes bouncePar1 {
	0%,30% { transform: rotate(-100deg); }
	100% { transform: rotate(360deg); }
}

@keyframes bounceChild1 {

	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(5%, -323%, 0) scale(1.5) rotate(10deg); }
	30% { transform: translate3d(5%, -323%, 0) scale(1) rotate(10deg); }
	100% { transform: translate3d(5%, -323%, 0) scale(1) rotate(-360deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar2 {
	0%,30% { transform: rotate(60deg); }
	100% { transform: rotate(400deg); }
}

@keyframes bounceChild2 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(-268px, -20px, 0) scale(1.5) rotate(-60deg); }
	30% { transform: translate3d(-268px, -20px, 0) scale(1) rotate(-60deg); }
	100% { transform: translate3d(-268px, -20px, 0) scale(1) rotate(-400deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar3 {
	0%,30% { transform: rotate(50deg); }
	100% { transform: rotate(420deg); }
}

@keyframes bounceChild3 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(-70px, -266px, 0) scale(1.5) rotate(-60deg); }
	30% { transform: translate3d(-70px, -266px, 0) scale(1) rotate(-60deg); }
	100% { transform: translate3d(-70px, -266px, 0) scale(1) rotate(-420deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar4 {
	0%,30% { transform: rotate(90deg); }
	100% { transform: rotate(485deg); }
}

@keyframes bounceChild4 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(176px, 274%, 0) scale(1.5) rotate(-90deg); }
	30% { transform: translate3d(176px, 274%, 0) scale(1) rotate(-90deg); }
	100% { transform: translate3d(176px, 274%, 0) scale(1) rotate(-485deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar5 {
	0%,30% { transform: rotate(0); }
	100% { transform: rotate(-60deg); }
}

@keyframes bounceChild5 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(-73px, 274%, 0) scale(1.5) rotate(0); }
	30% { transform: translate3d(-73px, 274%, 0) scale(1) rotate(0); }
	100% { transform: translate3d(-73px, 274%, 0) scale(1) rotate(60deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar6 {
	0%,30% { transform: rotate(0); }
	100% { transform: rotate(80deg); }
}

@keyframes bounceChild6 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(41px, -333%, 0) scale(1.5) rotate(0); }
	30% { transform: translate3d(41px, -333%, 0) scale(1) rotate(0); }
	100% { transform: translate3d(41px, -333%, 0) scale(1) rotate(-80deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar7 {
	0%,30% { transform: rotate(0); }
	100% { transform: rotate(-140deg); }
}

@keyframes bounceChild7 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(7px, -276%, 0) scale(1.5) rotate(0); }
	30% { transform: translate3d(7px, -276%, 0) scale(1) rotate(0); }
	100% { transform: translate3d(7px, -276%, 0) scale(1) rotate(140deg); -webkit-transform-origin: 50% 51%; }
}

@keyframes bouncePar8 {
	0%,30% { transform: rotate(90deg); }
	100% { transform: rotate(485deg); }
}

@keyframes bounceChild8 {
	0% { transform: translate3d(0, 0, 0) scale(0) rotate(0); }
	20% { transform: translate3d(266px,-200%, 0) scale(1.5) rotate(-90deg); }
	30% { transform: translate3d(266px,-200%, 0) scale(1) rotate(-90deg); }
	100% { transform: translate3d(266px,-200%, 0) scale(1) rotate(-485deg); -webkit-transform-origin: 50% 51%; }
}

.LoaderArea { width: 100%; height: 100%; background: #161929 url(../images/Logo.svg) no-repeat center center; background-size: 10%; position: fixed; top: 0; left: 0; z-index: 999999999; }
.PageHeader { padding: 50px 0; background: #161929 url(../images/HeaderBg.png) no-repeat right bottom; }
.PageHeader h3 { font-size: 35px; font-weight: 700; text-transform: capitalize; }
.PageHeader p { color: #747996; }
.PageNavigation { border-bottom: 1px solid rgba(55,62,92,0.2); border-top: 1px solid rgba(55,62,92,0.2); background: rgba(55,62,92,0.06); padding: 10px 0; }
.PageNavigation ul li { display: inline-block; }
.PageNavigation ul li:last-child { font-weight: bold; color: #159f87; text-transform: capitalize; }

.controls { font-size: 0.1px; margin: 20px 0; position: relative; z-index: 1; }
.controls ul li { display: inline-block; position: relative; padding: 10px; cursor: pointer; color: #fff; z-index: 13123; font-size: 16px !important; text-indent: 0 !important; transition: background 150ms; }
.mixitup-control-active { background: #159f87; }
.mixitup-control-active[data-filter]:after { background: transparent; }

.mix { display: inline-block; vertical-align: top; margin: 0% 0.5% 1.2% 0.5%; position: relative; visibility: hidden; width: calc(100%/1 - (((2 - 1) * 3%) / 2)); }
.mixitup-ready .mix { visibility: visible; }

@media screen and (min-width: 541px) {
	.mix { width: calc(100%/2 - (((3 - 1) * 2%) / 3)); }
}

@media screen and (min-width: 961px) {
	.mix { width: calc(100%/3 - (((4 - 1) * 2%) / 4)); }
}

@media screen and (min-width: 1281px) {
	.mix { width: calc(100%/4 - (((5 - 1) * 1.51%) / 4)); }
}

.Scalebox { transform: scale(0.65) !important; -moz-transform: scale(0.65) !important; transform-origin: -91% -91% !important; }

.ContentArea { padding: 50px 0; }
.ContentArea p { font-size: 15px; margin-top: 10px; }
.ContentArea h1 { font-size: 25px; font-weight: bold; }

.ContentBoxRight { width: 60%; float: left; min-height: 1px; }
.ContentBoxRight h1 { font-size: 20px; }
.ContentBoxRight p { font-size: 15px; margin-top: 10px; text-align: justify; }

.ContentBoxLeft { width: 38%; float: left; min-height: 1px; margin-left: 2%; }
.ContentBoxLeft img { max-width: 100%; }
.ContentBoxLeft a { display: block; margin-bottom: -4px; }

.BlogFull { width: 100%; }
.bloggost { }
.bloggost ul { margin: 0; padding: 0; list-style-type: none; }
.bloggost ul li { width: 24%; float: left; margin: 0 1% 1% 0; border: 1px solid; padding: 10px; font-size: 14px; min-height: 300px; }
.bloggost ul li h1 { font-size: 22px; min-height: 66px; border-bottom: 1px solid; margin-bottom: 8px; padding-bottom: 8px; }
.bloggost ul li h4 { font-size: 18px; font-weight: 600; border-bottom: 1px solid; padding: 0 0 8px 0; margin: 0 0 8px 0; }
.bloggost ul li h5 { font-size: 14px; }
.bloggost ul li p { font-size: 14px; }
.bloggost ul li a { padding: 8px 18px; float: left; background: #0b0e21; margin-top: 10px; }

.BlogBoxLeft { width: 18%; float: left; min-height: 1px; margin-right: 2%; }
.BlogBoxLeft img { max-width: 100%; }
.BlogBoxLeft a { display: block; margin-bottom: -4px; }

.Left-Menu { max-width: 100%; }
.Left-Menu h3 { border-bottom: 1px solid #eee; font-size: 16px; padding-bottom: 5px; margin-bottom: 15px; color: #FFF; }
.Left-Menu ul { padding: 0px; margin-top: 5px; }
.Left-Menu ul li { margin-bottom: 7px; line-height: 10px; border-bottom: 1px dashed #dadada; }
.Left-Menu ul li a { display: block; color: #FFF; font-size: 14px; padding: 5px 0 10px 0; transition: all 0.3s ease-in-out; line-height: 22px; }
.Left-Menu ul li a:hover { color: #159f87; transition: all 0.3s ease-in-out; }
.Left-Menu ul li a.aktif { color: #159f87; }
.Left-Menu ul li a i { margin-right: 5px; }

.BlogRight { width: 80%; float: right; min-height: 1px; }
.BlogRight h1 { font-size: 20px; padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid #EEE; }
.BlogRight p { font-size: 15px; margin-top: 10px; text-align: justify; }

.YayinlarArea { padding: 30px 0; }
.YayinlarAreaLeft { width: 230px; min-height: 20px; float: left; }
.YayinlarAreaRight { width: calc(100% - 250px); float: right; min-height: 20px; }

.Yayinlar { display: flex; flex-wrap: wrap; }
.Yayinlar .list-item { flex: 0 50%; margin-bottom: 20px; }
.Yayinlar .list-item p.desc { padding-right: 20px; font-size: 14px; }
.Yayinlar .list-item p.title { font-weight: bold; font-size: 20px; }
.Yayinlar .list-item p.date { color: #747996; }
.Yayinlar .YayinDesc > a { display: inline-block; background: #159f87; padding: 5px 30px; margin-top: 13px; }
.Yayinlar .YayinDesc > a:focus,
.Yayinlar .YayinDesc > a:active,
.Yayinlar .YayinDesc > a:hover { background: #161929; color: #fff; }

.Yayinlar .list-item .desc p span.morecontent { display: none; font-style: normal; }
.Yayinlar .list-item .desc p .morelink { font-weight: bold; color: #159f87; }

.YayinPic { width: 30%; float: left; }
.YayinPic img { max-width: 100%; width: 154px; height: 200px; }
.YayinPic img:hover { opacity: 0.8; }
.YayinDesc { width: 67%; float: right; }
.YayinDesc p { font-size: 13px; }
.KategoriArea { margin-bottom: 30px; }
.KategoriArea h3 { margin-bottom: 5px; font-weight: 600; margin-top: 20px; font-size: 14px; }
.KategoriArea ul li { margin-bottom: 5px; }

.FilterCategori > ul > li { width: 100%; margin-bottom: 10px; }
.FilterCategori > ul > li ul li { width: 49%; float: left; }
.FilterCategori > ul > li ul li:nth-child(2n) { width: 49%; float: right; }

.TextBox { position: relative; }
.TextBox input { display: inline-block; width: 100%; font-size: 12px; cursor: pointer; padding: 10px 10px; padding-right: 30px; outline: 0; border: 0; border-radius: 0; background: rgba(55,62,92,0.5); color: #747996; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.TextBox i { position: absolute; right: 10px; top: 10px; color: #747996; }

.selectArea { position: relative; }

.selectArea select { display: inline-block; width: 100%; font-size: 12px; cursor: pointer; padding: 8px 5px; outline: 0; border: 0; border-radius: 0; background: rgba(55,62,92,0.5); color: #747996; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.selectArea option { border: none; outline: none; background: #161929; }
.select__arrow { position: absolute; top: 14px; right: 15px; width: 0; height: 0; pointer-events: none; border-style: solid; border-width: 6px 5px 0 5px; border-color: #7b7b7b transparent transparent transparent; }

/*Contact Sayfasý*/
.ContactLeft { float: left; width: 48%; min-height: 300px; }
.ContactRight { float: right; width: 48%; min-height: 300px; }

.ContactList { width: 100%; }
.ContactList > ul { width: 100%; overflow: hidden; }
.ContactList > ul > li { width: 50%; border-top: 1px solid #747996; float: left; min-height: 50px; padding: 20px 0; }
.ContactList > ul > li:nth-of-type(3n) { width: 100%; }
.ContactList > ul > li > i { float: left; color: #159f87; font-size: 25px; margin-right: 20px; }
.ContDesc { float: left; }
.ContDesc h5 { font-size: 16px; }
.ContDesc p { font-size: 15px; color: #FFF; margin-top: 5px; }

.ContactList ul li a[href^="tel"] { color: #888 !important; }
.Map iframe { width: 100%; height: 400px; margin-top: 10px; }

.ContactForm { width: 100%; }
.ContactForm > ul { overflow: hidden; }
.ContactForm > ul > li { float: left; width: 49%; margin-bottom: 15px; min-height: 30px; }
.ContactForm > ul > li > span { font-weight: bold; font-size: 14px; display: block; border-bottom: 1px solid #747996; padding-bottom: 10px; }
.ContactForm > ul > li:first-child { float: left; width: 100%; }
.ContactForm > ul > li:nth-of-type(2n) { float: left; }
.ContactForm > ul > li:nth-of-type(3n) { float: right; }
.ContactForm > ul > li:nth-of-type(4n) { width: 100%; }
.ContactForm > ul > li:nth-of-type(5n) { width: 100%; }
.ContactForm > ul > li:nth-of-type(6n) { width: 100%; }
.ContactForm > ul > li:nth-of-type(7n) { width: 100%; }
.ContactForm > ul > li > input, .ContactForm > ul > li > textarea { border: 1px solid #242c48; background: #161929; width: 100%; height: 40px; padding: 5px; font-size: 13px; color: #888; transition: all 0.3s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.ContactForm > ul > li textarea { height: 160px; font-family: Tahoma, Arial; width: 100%; }
.ContactForm > ul > li button { border: none; padding: 10px 25px; background: #159f87; color: #fff; cursor: pointer; border: 1px solid transparent; }
.ContactForm > ul > li button:hover { background: #1b2034; border: 1px solid #159f87; color: #159f87; }
.ContactForm > ul > li input:focus, .ContactForm > ul > li > textarea:focus { border-color: #000; transition: all 0.3s ease-in-out; }
.ContactForm > ul > li ul li { display: inline-block; width: 48%; font-size: 13px; color: #777; margin-bottom: 10px; }

.GTitleDetailLeft { width: 100%; min-height: 100px; text-align: left; }
.GTitleDetailLeft h3 { font-weight: bold; font-size: 30px; margin-bottom: 10px; }
.GTitleDetailLeft span { color: #747996; font-size: 13px; }
.GTitleDetailLeft .sperator { width: 50px; height: 2px; background: #000; margin-top: 20px; }

.SocialMedia { margin: 10px 0; }
.SocialMedia ul { overflow: hidden; }
.SocialMedia ul li { float: left; margin-left: 5px; }
.SocialMedia ul li:last-child a { border-right: none; }
.SocialMedia ul li a { display: table; color: #000; border-radius: 3px; background: #eee; width: 24px; height: 24px; transition: all 0.2s linear; }
.SocialMedia ul li a i { font-size: 15px; margin-right: 5px; text-align: center; display: table-cell; vertical-align: middle; }
.SocialMedia ul li a:hover { color: #fff; transition: all 0.2s linear; }
.SocialMedia ul li:nth-of-type(1) a:hover { background: #3c5b9b; }
.SocialMedia ul li:nth-of-type(2) a:hover { background: #62cff5; }
.SocialMedia ul li:nth-of-type(3) a:hover { background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); }
.SocialMedia ul li:nth-of-type(4) a:hover { background: #ce493f; }
.SocialMedia ul li:nth-of-type(5) a:hover { background: #830a88; }

@media (min-width: 375px) and (max-width:1279px) {
	.Scalebox { transform: none !important; -moz-transform: none !important; transform-origin: unset !important; }
	.MainContent { height: auto; }
	.PageHeader h3 { font-size: 18px; }
	.box { width: 100%; }
	.spinner { display: none; }
	figure { display: none !important; }
	.NewsArea { height: auto; }
	.NewsArea h2 { margin-bottom: 20px; }
	.SliderArea { width: 100%; float: none; margin-bottom: 60px; }
	.Slider { height: auto; margin-top: 0; box-shadow: none; }
	.Slider:after { height: 290px; left: 20px; bottom: -60px; }
	.bx-controls-direction { left: 95px; }
	.News:before { display: none; }
	.MainMenu { width: 100%; float: none; display: table; height: 100vh; margin: 0; overflow: hidden; position: absolute; top: 0; left: 0; background: #1b2034; z-index: 999999; left: -100%; }
	.News .util-theme-default .util-pagination { position: relative; bottom: 0; text-align: center; }
	.MenuClose { display: block !important; }
	.Logo { padding-left: 10px; position: relative; }
	.Logo i { display: block; background: #19181e; position: absolute; right: -70px; top: 5px; }
	.News { float: none; width: 100%; }
	.News .tumunugor { margin: -15px 0 10px 0; display: block; width: 100%; text-align: center; }
	.SocialArea { position: relative; width: 100%; height: auto; }
	.SocialText { display: none; }
	.SocialArea { background: #252b43; padding: 5px 0; }
	.SocialArea ul { text-align: center; position: relative; bottom: 0; }
	.SocialArea ul li { display: inline-block; margin-bottom: 0; }
	#icon-w { display: none !important; }
	.box .icons .Aicon { animation: none !important; position: relative; float: left; margin-bottom: 1px; top: auto; display: block; right: auto; bottom: auto; width: 49.9%; height: auto; left: auto; max-width: 100% !important; max-height: 100% !important; border-radius: 0; }
	.box .icons .Aicon:nth-child(2n) { float: right; }
	.box { width: 100%; height: 100%; position: relative; left: auto; top: auto; -webkit-transform: none; transform: none; }
	.Aicon-circle span { width: 100%; height: auto; background: #1b2034; padding: 10px; }
	.box .icons .Aicon div span a b { display: block; }
	.box .icons .Aicon div span { border-radius: 0; display: block; }
	.box .icons .Aicon div span a { text-align: center; }
	.box .icons .Aicon div span:hover { transform: none; transition: none; background: #252b43; }
	.box .icons .Aicon div span a { color: #fff; }
	.box .icons { position: relative; }
	.box .Aicon div { transform: none !important; animation: none !important; }
	.box .icons .Aicon:hover span { width: 100%; border-radius: 0; }
	.box .icons .Aicon:hover span a { font-size: 45px; }

	.bloggost ul li { width: 100%; }
	.BlogFull { padding: 0 5px; }
	.BlogBoxLeft { width: 100%; padding: 0 5px; }
	.BlogRight { width: 100%; padding: 0 5px; margin-top: 20px; }

	.DownArrow { bottom: 10px; left: 10px; }
	.Footer { position: relative; z-index: 1; }
	.FooterLeft { float: none; width: 100%; padding-top: 10px; min-height: unset; text-align: center; padding-right: 0; }
	.FooterRight { float: none; width: 100%; padding-top: 30px; min-height: unset; padding-bottom: 0; }
	.FooterRight > ul > li { display: block; width: 100%; float: none; text-align: center; padding: 10px 0; border-bottom: 1px solid #3c454d; }
	.FooterRight > ul > li:last-child { border: none; }
	.FooterRight > ul > li:last-child h6 { text-align: center; }
	.SiteInfo { padding: 10px 0; text-align: center; }
	.SiteInfo p { float: none; }
	.SiteInfo a { float: none; padding: 10px 0; display: block; }
	.ScrollUp { width: 30px; height: 30px; right: 18px; bottom: 10px; }
	.FooterSocial { float: none; }
	.FooterSocial ul { display: block; text-align: center; }
	.LoaderArea { background-size: 50%; }
	.controls ul li { display: block; }
	.PageHeader, .PageNavigation, .YayinlarArea { padding: 10px; }
	.ContactLeft { float: none; width: 100%; padding: 10px; }
	.ContactRight { float: none; width: 100%; padding: 10px; }
	.ContactList > ul > li { width: 100%; margin-bottom: 15px; }
	.ContactForm > ul > li ul li { width: 100%; padding: 5px; }
	.ContDesc { width: 80%; }
	.SemaMainContent { padding: 10px; margin-top: 0 !important; }
	#Sema h1 { padding: 10px; }
	.MapsButton { position: relative; margin: 20px auto; left: auto; right: auto; top: 0; display: block; }
	.News h2 a { margin-right: 10px; }

	.ContentBoxRight { width: 100%; padding: 0 10px; }
	.ContentBoxLeft { width: 100%; }
	.cc-window.cc-banner { margin: 0; }
	.orgutlenmesemasi .left { width: 100%; }
	.orgutlenmesemasi .right { width: 50%; }
	.duyurugost ul li { width: 100%; border: none; min-height: 1px; }

	.YayinlarAreaLeft { width: 100%; }
	.YayinlarAreaRight { width: 100%; }
	.Yayinlar .list-item { flex: 0 100%; }
	.YayinPic img { height: 140px; }

	.deneyims ul li { width: 99%; }

	.linkss { min-height: auto; }
	.linkss p { width: 100% !important; margin: 0 0 15px 0 !important; }
	.linkss p a { font-size: 16px; padding: 12px 15px; }
}

@media (min-width: 320px) and (max-width:374px) {

	.Scalebox { transform: none !important; -moz-transform: none !important; transform-origin: unset !important; }
	.MainContent { height: auto; }
	.box { width: 100%; }
	.spinner { display: none; }
	figure { display: none !important; }
	.NewsArea { height: auto; }
	.NewsArea h2 { margin-bottom: 20px; }
	.SliderArea { width: 100%; float: none; margin-bottom: 60px; }
	.Slider { height: auto; margin-top: 0; box-shadow: none; }
	.Slider:after { height: 290px; left: 20px; bottom: -60px; }
	.bx-controls-direction { left: 95px; }
	.News:before { display: none; }
	.MainMenu { width: 100%; float: none; display: table; height: 100vh; margin: 0; overflow: hidden; position: absolute; top: 0; left: 0; background: #1b2034; z-index: 999999; left: -100%; }
	.News .util-theme-default .util-pagination { position: relative; bottom: 0; text-align: center; }
	.MenuClose { display: block !important; }
	.Language { float: none; position: absolute; top: 95px; right: 0; }
	.Language > ul > li a { padding: 10px; }
	.Language > ul > li:after { top: 10px; }
	.Logo { padding-left: 0px; position: relative; float: none; width: 100%; text-align: center; margin-top: 0; padding-top: 10px; }
	.Logo i { display: block; background: #161929; position: relative; text-align: left; }

	.News { float: none; width: 100%; }
	.SocialArea { position: relative; width: 100%; height: auto; }
	.SocialText { display: none; }
	.SocialArea { background: #252b43; padding: 5px 0; }
	.SocialArea ul { text-align: center; position: relative; bottom: 0; }
	.SocialArea ul li { display: inline-block; margin-bottom: 0; }
	#icon-w { display: none !important; }
	.box .icons .Aicon { animation: none !important; position: relative; float: left; margin-bottom: 1px; top: auto; display: block; right: auto; bottom: auto; width: 49.9%; height: auto; left: auto; max-width: 100% !important; max-height: 100% !important; border-radius: 0; }
	.box .icons .Aicon:nth-child(2n) { float: right; }
	.box { width: 100%; height: 100%; position: relative; left: auto; top: auto; -webkit-transform: none; transform: none; }
	.Aicon-circle span { width: 100%; height: auto; background: #1b2034; padding: 10px; }
	.box .icons .Aicon div span a b { display: block; }
	.box .icons .Aicon div span { border-radius: 0; display: block; }
	.box .icons .Aicon div span a { text-align: center; }
	.box .icons .Aicon div span:hover { transform: none; transition: none; background: #252b43; }
	.box .icons .Aicon div span a { color: #fff; }
	.box .icons { position: relative; }
	.box .Aicon div { transform: none !important; animation: none !important; }
	.box .icons .Aicon:hover span { width: 100%; border-radius: 0; }
	.box .icons .Aicon:hover span a { font-size: 45px; }
	.MapsButton { position: relative; margin: 20px auto; left: auto; right: auto; top: 0; display: block; }
	.News h2 a { margin-right: 10px; }
	.DownArrow { bottom: 10px; left: 10px; }
	.Footer { position: relative; z-index: 1; }
	.FooterLeft { float: none; width: 100%; padding-top: 10px; min-height: unset; text-align: center; padding-right: 0; }
	.FooterRight { float: none; width: 100%; padding-top: 30px; min-height: unset; padding-bottom: 0; }
	.FooterRight > ul > li { display: block; width: 100%; float: none; text-align: center; padding: 10px 0; border-bottom: 1px solid #3c454d; }
	.FooterRight > ul > li:last-child { border: none; }
	.FooterRight > ul > li:last-child h6 { text-align: center; }
	.SiteInfo { padding: 10px 0; text-align: center; }
	.SiteInfo p { float: none; }
	.SiteInfo a { float: none; padding: 10px 0; display: block; }
	.ScrollUp { width: 30px; height: 30px; right: 5px; bottom: 10px; }
	.FooterSocial { float: none; }
	.FooterSocial ul { display: block; text-align: center; }
	.LoaderArea { background-size: 50%; }
	.controls ul li { display: block; }
	.PageHeader, .PageNavigation, .YayinlarArea { padding: 10px; }
	.box .icons .Aicon div span a b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

	.ContactLeft { float: none; width: 100%; padding: 10px; }
	.ContactRight { float: none; width: 100%; padding: 10px; }
	.ContactList > ul > li { width: 100%; margin-bottom: 15px; }
	.ContactForm > ul > li ul li { width: 100%; padding: 5px; }

	.NewsArea h2 a { position: relative; position: relative; display: block; margin: 0 auto 10px; left: 0; }
	.SemaMainContent { padding: 10px; margin-top: 0 !important; }
	#Sema h1 { padding: 10px; }
}

/* Tüm Haklarý My Medya ® Firmasýna Aittir. Ýzinsiz Kopyalanamaz ve Çoðaltýlamaz. | www.mymedya.com.tr */
