@import url(//fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin,latin-ext);

html,body{height:100%;}

body {
	background:#fff; color:#333; /* #626262;*/
  padding-top: 0px;
	font-family:Proxima, tahoma, arial, verdana, sans-serif; font-size:13px;
	font-family: 'Titillium Web', sans-serif;
	overflow-x: hidden;
}

body>form { width:100%; height:100%;  position:relative;	 }

h1, h2, h3, h4, h5, h6 { font-weight:300;font-family: 'Titillium Web', sans-serif;  }

/* Navigation ------------------------------------------ */

.nav>li>a { padding: 35px 12px; }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
background-color:transparent;
color: #047e36;

background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
color:#FFF;


}

.navbar-collapse ul.navbar-nav>li>a { color:#292929; font-weight:400; font-size:17px; font-family:'Titillium Web', sans-serif; font-weight:400; border-right:dotted 1px #009900;  }


.navbar-nav>li>.dropdown-menu {
margin-top:0px;
border-top:solid 2px #047e36;
left:-25px;
width:250px;
background:#FFF;
}

li.navNavli { width:auto; padding:25px; }

ul.subNav01 { list-style:none; display:inline; margin:0px; padding:0; font-family:Proxima, tahoma, arial, verdana; }
ul.subNav01 li { }
ul.subNav01 li h4 { color:#047e36; margin-top:0; }
ul.subNav01 li a { color:#848484; text-decoration:none; font-size:14px; display:block; }
ul.subNav01 li a:hover { color:#047e36; }
.navNavli>.menuCaretUp { font-size:36px; position:absolute; color:#047e36; top:-33px; left:49%; color:#FFF; display:none; }
.subNavULSearch { margin-left:-100px; }


.aksalogoen01 { width:135px;}
/* -- Navigation ---------------------------------------- */

/* Fiberpost Sticky ------------------------------------------ */
.fiberpost-sticky{
	position: absolute;
	top:170px;
	right:0px;
	padding:15px 10px;
	border:1px solid #227f46;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: 0px;
	background-color: #ffffff95;
    z-index: 9999;
}
.fiberpost-sticky a{
	display: block;
}
.fiberpost-sticky a:hover img{
	opacity: 0.8;
}
.fiberpost-sticky a img{
	height:100px;
}
/* -- Fiberpost Sticky ---------------------------------------- */


/* slider ---------------------------------------- */
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;
  background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:bottom center;

      }

/* faster sliding speed */

.carousel-inner > .item {

    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;


		/*
	-webkit-animation: fadein 2s; */ /* Safari, Chrome and Opera > 12.1 */
		/* -moz-animation: fadein 2s; */ /* Firefox < 16 */
		/*	-ms-animation: fadein 2s; */ /* Internet Explorer */
		/*	 -o-animation: fadein 2s; */ /* Opera < 12.1 */
		/*			animation: fadein 2s; */

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.sliderUrunlerLayout { width: 100%; position: absolute; z-index: 100; margin-top: 31%; padding: 30px 0px; background: #edebec; background-color: rgba(237, 235, 236, 0.95); background: rgba(237, 235, 236, 0.95); color: rgba(237, 235, 236, 0.95); }
.sliderUrunLayout p { margin:0; padding:0; font-weight:600; }
.sliderUrunLayout h3 { margin:12px 0 6px; padding:0; font-size:18px; }
.sliderUrunLayout a img { display: inline-block; position: relative; width: 165px; height: 165px; border: solid 3px #f2f2f2; padding: 2px; -webkit-box-shadow: -4px -2px 24px -6px rgba(0,0,0,0.6); -moz-box-shadow: -4px -2px 24px -6px rgba(0,0,0,0.6); box-shadow: -4px -2px 24px -6px rgba(0,0,0,0.6); }
.sliderUrunLayout a:hover img { display: inline-block; width: 165px; height: 165px; border: solid 3px #090; padding: 2px; }
.sliderUrunLayout a { color:#848484; text-decoration:none; }
.sliderUrunLayout a:hover { color:#090; }
.sliderUrunLayout a img.img01 { background:#f2f2f2; }



.sliderAciklamaLayout { padding-top:20%; width:100%; }
.sliderAciklamalar { width:100%; border-top:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
border-top: 1px solid rgb(255, 255, 255);
border-top: 1px solid rgba(255, 255, 255, .3);
border-bottom: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgba(255, 255, 255, .3);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.sliderBaslik { background:#fefefd; display:inline-block; padding:16px 20px; }
.sliderBaslik h3 { margin:0px; padding:0px; font-size:27px; }
.sliderBaslik h3 a { color:#848484; text-decoration:none; font-weight:600; }
.sliderBaslik h3 a:hover { color:#090; }



.mainSliderControls { width:100%; position:absolute; z-index:101; margin-top:26%; }
.mainSliderControls a { background:#FFF; color:#848484; text-decoration:none; width:35px; height:35px; line-height:35px; font-size:17px; display:inline-block; text-align:center; }
.mainSliderControls a:hover { color:#090; }
/* -- slider ---------------------------------------- */




/* Global ----------------------------------------------- */
.marginTop7 { margin-top:7px; }
.marginTop12 { margin-top:12px; }
.marginTop20 { margin-top:20px; }
.marginTop30 { margin-top:30px; }
.padding20 { padding:20px; }
.paddingTB20 { padding:20px 0px; }
.paddingTB30 { padding:30px 0px; }
.paddingB30 { padding-bottom:30px; }

.posRel { position:relative; }

a.kirmiziLink01 { color:#e41d2c; text-decoration:none; }
a:hover.kirmiziLink01 { color:#626262; }
a.griLink01 { color:#626262; text-decoration:none; }
a:hover.griLink01 { color:#e41d2c; }

.rounded { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; }

/* -- Global ----------------------------------------- */

/* Sayfa Kapak --------------------------------------- */
.sayfaKapakLayout { background:#c2c2c2; height:253px; }
.sayfaKapakTitle { position:relative; height:253px; padding:10px; }
.sayfaKapakTitle h3 { position:absolute; z-index:1; top:160px; padding:20px; background:#FFF; height:auto; width:auto; color:#e41d2c; font-size:20px; width:auto; margin:0px;  }

.topBreadCrumb { padding:10px 0; border-bottom:solid 1px #e4e4e4; }

ul.breadCrumbList { list-style:none; margin:0; padding:0; display:inline; }
ul.breadCrumbList li { float:left; margin:0 20px 0 0; padding:0; line-height:30px; }
ul.breadCrumbList li a { color:#626262; text-decoration:none;  }
ul.breadCrumbList li a:hover { color:#e41d2c; }

ul.breadCrumbList li a em { font-size:80%; font-weight:100; }
/* -- Sayfa Kapak ------------------------------------ */

.icerikLayout01 { margin-top:27px; }
.contentLayot01 {  }
.contentLayot01 h2 { color:#000; margin-top:0px; }
.contentLayot01 h3 { font-size:20px; color:#000; }
.navTitle { font-size:16px; color:#e41d2c; padding-left:25px; }
.navTitle em { font-size:80%; }

ul.navList { list-style:none; margin:0; padding:0; display:inline; }
ul.navList > li { display:block; margin-bottom:3px; font-size:15px; }
ul.navList > li > a { padding:12px 30px 12px 25px; background:#cc2e22; color:#FFF; display:block; text-decoration:none; }
ul.navList > li > a:hover { color:#cc2e22;  background:#eaeaea; }
ul.navList > li > a > em { font-size:70%; }

ul.navList > li > ul { list-style:none; margin:0; padding:0; display:inline;  }
ul.navList > li > ul li { display:block; font-size:15px; }
ul.navList > li > ul li a { color:#cc2e22;  background:#eaeaea; display:block; padding:12px 30px 12px 25px; text-decoration:none; }
ul.navList > li > ul li a:hover { color:#FFF;  background:#cc2e22; }


.sayfalamaLayout { clear:both; margin-top:20px; text-align:right; }


.timeLineLayout {  }
.timeLine { width:100%; position:relative; height:47px; background:url(/images/line-01.gif) repeat-x top left; }
.timeline-item { position:relative; height:42px; }
.timeLineDetailTextLayout { min-height:100px; position:relative; padding:10px; }
.timeLineDetailText { position:absolute; z-index:1; display:none; text-align:center; font-size:16px; }
.timeLineDetailActive { display:block; }
.timeLineDetailLayout { }


.timeLine .owl-controls { position:absolute; top:1px; width:100%; font-size:18px; }
.timeLine .owl-controls .owl-buttons .owl-prev { position:absolute; left:-25px; }
.timeLine .owl-controls .owl-buttons .owl-next { position:absolute; right:-25px; }

a.timelineBullet { display:block; text-decoration:none; color:#292929; font-size:16px;  }
a:hover.timelineBullet { color:#047e36; font-weight:600; }
a.timelineBullet p { margin:0; padding:0; }
a.timelineBullet p img { width:17px; height:17px; border:solid 4px #292929; background:#292929; }
a:hover.timelineBullet p img { background:#FFF; }
a.lineActive { color:#047e36; font-weight:600; }
a.lineActive p img { width:17px; height:17px; border:solid 4px #333; background:#FFF; }


.bgGri { background:#e8e7e7; }
.paydasLayout { width:60%; margin:10px auto auto auto; }
.paydasText { margin-top:35px; }
.paydasTitle { margin-top:15px; font-size:18px; }
.paydasIsim { font-weight:700; }
.paydasSag { background:#e8e7e7; }

.paydasSlider .owl-controls { position:absolute; top:230px; right:20px; width:100%; font-size:18px; }
.paydasSlider .owl-controls .owl-buttons { font-size:30px; }
.paydasSlider .owl-controls .owl-buttons .owl-prev { position:absolute; right:10px; background:#3c3c3c; color:#FFF; width:30px; height:30px; text-align:center; line-height:30px;  }
.paydasSlider .owl-controls .owl-buttons .owl-next { position:absolute; right:-25px; background:#3c3c3c; color:#FFF; width:30px; height:30px; text-align:center; line-height:30px; }
.paydasSlider .owl-controls .owl-buttons .owl-prev:hover { background:#047e36; }
.paydasSlider .owl-controls .owl-buttons .owl-next:hover { background:#047e36; }


.akrilikElyafNedirLayout { background-attachment: fixed; background-size: cover; position: relative; margin-top: 20px; }
.elyafNedirLayout { padding:20px 0; }
.elyafNedirLayout a { color:#fff;  text-decoration:none; }
.solPanel { z-index: 9999; position: fixed; top: 105px; left: -205px;  background-repeat:no-repeat; background-position:top left; width: 246px; height:498px; display: block; }
.solPanelInner { padding-top:46px; }
ul.solLinkList { display:inline; margin:0; padding:0; text-align: center; list-style:none; }
ul.solLinkList li { width: 220px; height:75px; float: left; margin-right: 5px;}
ul.solLinkList li a { width:220px; height:75px; display:block;   text-indent:-9000px;  /*border:solid 2px #e41d2c;*/ }




.sayfaAltLayout { background-attachment:fixed; background-size:cover; position: relative; padding-top:20px; }
.botNavLayout { background:#292929; padding:30px 10px 7px 30px; font-size:16px; }
.surdurImage { padding:50px 0 95px 0; text-align:center; }
.surdurulebilirLayout  a { color:#FFF; text-decoration:none; }
.botAkkok { background:#047e37; background:rgba(4,126,54,0.8) }
.botNav { color:#FFF;}
.botNav a { color:#FFF; display:block; text-decoration:none; }
.botNav a:hover { text-decoration:none; color:#047e36; }

ul.botNavList { margin:0; padding:0; list-style:none; display:inline; }
ul.botNavList>li { margin:0; padding:0; float:left; margin-right:20px; }
ul.botNavList>li>ul { margin:0; padding:0; list-style:none; display:block; margin-top:20px; font-size:90%; }
ul.botNavList>li>ul>li { display:block; }

.anaVideoLayout { position:relative; background-image:url(/images/bg-video-01.jpg); background-attachment:fixed; background-size:cover; position: relative; padding-top:20px; }

.botNavInverseLayout { background:#FFF; }

.botNavInverse { color:#333; }
.botNavInverse a { color: #333; display: block; text-decoration: none; }
.botNavInverse a:hover { text-decoration:none; color:#047e36; }



.icerikSayfaUstLayout { position:relative; height:300px; background-attachment:fixed; background-position:top center;-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.8); -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.8);box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.8);
  /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */

                        }
.icerikUstBaslikLayout { position:absolute; z-index:1; margin:auto; width:100%; bottom:0px; }
.h2Baslik { font-size:21px; font-weight:600; background:rgba(255,255,255,0.8); padding:10px; }
.h3Baslik { border-bottom:solid 1px #e9e9e9; padding:0px 0px 12px 0; margin:0 0 20px 0; color:#4e4e4e; }
.h3Baslik a { color:#4e4e4e; text-decoration:none; }
.h3Baslik a:hover { color:#047e36; }

.solMenuLayout { font-size:15px; padding-right:10px; background:url(/images/dikey-cizgi-01.jpg) no-repeat top right; min-height:350px; }

ul.solMenuList { display:inline; list-style:none; margin:0; padding:0;  }
ul.solMenuList>li { display:block; }
ul.solMenuList>li>a { color:#333; text-decoration:none; display:block;  }
ul.solMenuList>li>a>em { color:#FFF; font-weight:700; }
ul.solMenuList>li>a:hover { color:#047e36; font-weight:600; }
ul.solMenuList>li>a:hover>em { color:#047e36; }

ul.solMenuList>li.active>a { color:#047e36; text-decoration:none; font-weight:600;  }
ul.solMenuList>li.active>a>em { color:#047e36; }

ul.solMenuList>li>ul { list-style:none; margin:10px 0 10px 20px; padding:0; }
ul.solMenuList>li>ul>li { display:block; }
ul.solMenuList>li>ul>li>a { color:#047e36; text-decoration:none; display:block; }
ul.solMenuList>li>ul>li>a:hover { color:#333; font-weight:600; }

.icerikText01 { padding-bottom:22px; font-size:15px; }

.icerikText01 ul { list-style:none; display:inline-block; padding:0; margin:7px 0 20px 0; }
.icerikText01 ul li em { margin-right:10px; }


.paylasimLayout { margin-top:22px; padding:10px 0 50px 0; border-top:solid 1px #e9e9e9; }
ul.paylasimList { list-style:none; margin:0; padding:0; font-size:20px; line-height:20px; text-align:center; }
ul.paylasimList>li { float:left; margin-right:7px;  }
ul.paylasimList>li>a { color:#333; text-decoration:none; }
ul.paylasimList>li>a:hover { color:#047e36; }

.icerikText01 a { color:#047e36; text-decoration:none; font-weight:600; }
.icerikText01 a:hover { text-decoration:underline; }

.imgSol01 { }
.imgSol01 img { }
.imgSol01 a img { border:solid 1px #717171; }
.imgSol01 a:hover img { border:solid 1px #047e36; }

.imgSolText01 { float:left; margin-left:14px; }

.urunList01 { margin-bottom:32px; }

ul.yilList01 { list-style:none; display:inline-block; font-size:16px; }
ul.yilList01>li { float:left; margin-right:20px; }
ul.yilList01>li>a { color:#4e4e4e; }
ul.yilList01>li>a:hover { color:#047e36; }
ul.yilList01>li.active>a { color:#047e36; font-weight:700; }

ul.dokumanList01 { display:inline-block; list-style:none; font-size:20px; }
ul.dokumanList01>li { margin-bottom:22px; }
ul.dokumanList01 a { font-weight:300; line-height:32px; }

ul.icerikList01 { display:inline-block; list-style:none; margin:0; padding:0; }
ul.icerikList01>li { margin-bottom:10px; display:block; padding:5px 0; }
ul.icerikList01>li a .img { margin-right:12px; }
ul.icerikList01>li a .img { border:solid 1px #717171; }
ul.icerikList01>li a:hover .img { border:solid 1px #047e36; }

ul.icerikList01>li .tarih { color:#CCC; padding-bottom:5px; }


.bg-pattern {
background-image: url(/images/video-filter.png);
background-repeat: repeat;
min-height: 350px;
}


.parallax-style,
.no-parallax-style{
	background-attachment: inherit;
	background-color: #0b0f28;
	background-position: 50% 0;
	/*background-repeat: no-repeat; */
	/*background-size:cover;*/
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 350px;
}

.parallax-style{
	background-attachment: fixed;
}

.no-parallax-style{
	background-attachment: inherit;
}

.parallax-overlay{
	background-color: rgba(0,0,0,.3);
}


.aksa_popup { display:none; }

.kullanimList01 { display:inline-block; text-align:center; list-style:none; }
.kullanimList01 li { float:left; margin-right:12px; margin-bottom:12px; width:120px; height:150px; }
.kullanimList01 li a { display:block; position:relative; }
.kullanimList01 li a h6 { position:absolute; margin:0; padding:8px 0; bottom:0; background:#047e36; background:rgba(4,126,54,0.7); width:100%; font-size:14px; color:#FFF;  }
.kullanimList01 li a:hover h6 { background:#047e36; background:rgba(4,126,54,0.9); width:100%; font-size:14px; padding:12px 0; }





.urunBox01 { display: block; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-bottom:25px; }
.urunBoxImage01 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.urunBox01 a { position: relative; display:block; }
.urunBox01 a .urunBoxLink01 { font-size:15px; position: absolute; margin: 0; padding: 8px; bottom: 0; background: #047e36; background: rgba(4,126,54,0.7); width: 100%; color: #FFF; }
.urunBox01 a:hover .urunBoxLink01 { padding:12px 8px; }
.urunBoxHR01 { border-bottom:solid 1px #047e36; margin:25px 0; }
.urunBox01KategoriAdi { padding-top:5%; }
.urunBox01KategoriAdi h3 { border-left: solid 1px #047e36; padding:20px; font-weight:600; }


/* KiÅŸisel Verilerin Korunma KararÄ± */
.kvkk{
	display: inline-block;
	width:100%;
	height:60px;
}

.kvkk-inner{
	position: fixed;
	bottom:0px;
	width:100%;
	height:60px;
	border-top:1px solid #eaeaea;
	background-color:#fff;
	z-index:999;
}

.kvkk-tr {
	height: 135px !important;
	padding: 5px 0;
}

.kvkk .row{
	display:table;
	height:60px;
	margin:0px auto;
}

.kvkk .row > div{
	display: table-cell;
	vertical-align: middle;
}

.kvkk .row > div button{
	margin-left:10px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	background-image: none;
}
.kvkk .row > div button:hover{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
	border-color: #000;
}
.kvkk .row > div p{
	margin:0px;
}

.kvkk .row > div p a{
	color:#047e37;
}

.newsletter{
	padding-top:30px;
	padding-bottom:30px;
}
.newsletter h3{
	margin-top:0px !important;
}
.newsletter .row{
	display:flex;
	flex-direction: row;
}
.newsletter .description, .newsletter .form-area{
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.newsletter .form-area .form-group {
	margin-bottom:0px;
}

@media (min-width: 1400px) {
	.slider{width:100%;}
}

@media (min-width: 1200px) and (max-width:1399px) {
  .container { max-width: 99%; }
	.slider{width:100%;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container { max-width: 99%; }
	.paydasSlider .owl-controls { top:230px; right:20px; z-index:1030;  }
	.kullanimList01 li { float:left; margin-right:12px; margin-bottom:12px; width:100px; height:130px; }
	.kullanimList01 li a div img { width:100%; }

  .sliderAciklamaLayout { padding-top:20%; }
  .mainSliderControls { margin-top: 28%; }
  .sliderUrunlerLayout { margin-top:35%; }
	.fill { background-attachment:scroll;}
}


@media (min-width: 768px) and (max-width: 991px)
{

  .nav>li>a { padding: 35px 3px; }
  .navbar-collapse ul.navbar-nav>li>a { font-size:14px;  }

  .container { width: 99%;  }
	.slider{width:100%;}
	.paydasSlider .owl-controls { top:300px; }
	.surdurImage a img { width:90%; }
	.timeLineDetailTextLayout { min-height:150px; padding-bottom:30px; overflow:hidden; padding:1px; }
	.timeLineDetailText { font-size:12px; }
	.paydasSlider .owl-controls { top:230px; right:20px; z-index:1030;  }
	.kullanimList01 li { float:left; margin-right:12px; margin-bottom:12px; width:100px; height:130px; }
	.kullanimList01 li a div img { width:100%; }

  .sliderAciklamaLayout { padding-top:34%; }
  .mainSliderControls { margin-top: 44%; }
  .sliderUrunlerLayout { margin-top:65%; }

	.fill { background-attachment:scroll;  }
}


@media (min-width: 768px) and (max-width: 1024px){
	.navbar-collapse ul.navbar-nav > li > a { font-size:14px; }
}

@media (min-width: 320px) and (max-width: 767px) {
	body { padding-top: 45px; }
	.aksalogo01 { width:45px; margin-top:-10px; }
	.sliderUrunlerLayout { padding: 20px 0px; }

	.navbar-collapse ul.navbar-nav>li>a { font-size:16px; padding:10px 3px; }
	.menuCaretUp { display:none; }
	li.navNavliSearch { width:90%; padding:5px; }
	.cepArama { width:70%; }
	.paydasLayout { width:99%; }

	.sliderBaslik h3 { font-size:18px; }
	.sliderAciklamaLayout { padding-top:10%; }
	.sliderUrunlerLayout { margin-top:44%; }
	.sliderUrunLayout a img { width:100px; height:100px; }
	.sliderUrunLayout a:hover img { width:100px; height:100px; }
	.sliderUrunLayout h3 { font-size:14px; }
	.sliderUrunLayout p { display:none; }
	.mainSliderControls { margin-top: 34%; }

	.marginTop20-xs { margin-top:20px; }
  .container { max-width: 99%; }
	.navbar-fix { padding-top:0px; }

	li.navNavli { width:inherit; padding:inherit; }
	.subNavImage { width:180px; margin-right:10px; }
	.subNavLayout { width:inherit; width:auto; margin-left:30px; }
	.subNavUL { margin-right:inherit; }
	.surdurImage a img { width:90%; }
	.timeLineDetailTextLayout { min-height:150px; padding-bottom:30px; overflow:hidden; padding:1px; }
	h3 { font-size:18px; }
	.paydasText { margin-top:3px; }

	.timeLineDetailText p em { font-size:50%; }
	.timeLineDetailText em { font-size:50%; }
	.solMenuLayout { min-height:50px; padding-bottom:30px; }

	.fill { background-attachment:scroll;  }

	.timeLineDetailText { font-size:12px; }

	.newsletter .row{
		display:flex;
		flex-direction: column;
	}
	.newsletter .form-group div{
		padding-left:0px;
	}
	.fiberpost-sticky{
		top:70px;
	}
}


@media (min-width: 320px) and (max-width: 480px) {
	.paydasSlider .owl-controls { top:280px; right:230px;  }
	.solMenuLayout { min-height:50px; padding-bottom:30px; }

	.fill { background-attachment:scroll;  }
		.timeLineDetailText { font-size:12px; }

	.kvkk, .kvkk-inner, .kvkk .row{
		height:80px;
	}

	.kvkk, .kvkk-tr, .kvkk .row {
		height: 350px !important;
		padding:4px 0;
	}

	.fiberpost-sticky{
		top:30px;
	}
	.fiberpost-sticky a img{
		height:80px;
	}


}



@media only screen and (max-device-width: 980px) and (orientation: landscape)
{
  body { padding-top:0; }
  .sliderAciklamaLayout { padding-top:3%; }
  .mainSliderControls { margin-top: 12%; }
  .sliderUrunlerLayout { margin-top:18%; }
  				.timeLineDetailText { font-size:12px; }

}


@media only screen and (max-device-width: 1020px) and (orientation: landscape) {
  .sliderAciklamaLayout { padding-top:12%; }
  .mainSliderControls { margin-top: 19%; }
  .sliderUrunlerLayout { margin-top:26%; }

	.sliderUrunLayout a img { width:100px; height:100px; }
	.sliderUrunLayout a:hover img { width:100px; height:100px; }
	.sliderUrunLayout h3 { font-size:14px; }
	.sliderUrunLayout p { display:none; }
					.timeLineDetailText { font-size:12px; }

}


@media (min-width: 1360px) and  (max-width: 1366px) {
  .sliderAciklamaLayout { padding-top:12%; }
  .mainSliderControls { margin-top: 19%; }
  .sliderUrunlerLayout { margin-top:26%; }

	.sliderUrunLayout a img { width:150px; height:150px; }
	.sliderUrunLayout a:hover img { width:150px; height:150px; }
	.sliderUrunLayout h3 { font-size:16px; }

}

@media screen and (min-width: 500px){

}

@media screen and (min-width: 750px){
}

@media screen and (min-width: 960px)
{

}
