/*Genel*/
body {
	padding-top: 0px;
	background: #eeeeee;
}
.h2, h2 {
    font-size: 20px!important;
}

.site_bg {background: #fff;height: 100%;}

.ust_bg {float: left;width: 100%;height:40px;margin-top:0px;margin-bottom:0px;background: #4a4a4a;padding-left: 15px;padding-right: 15px;}


.bilgi{float: left;margin-top: 10px;padding: 0px;margin-left:0px;}
.bilgi li {float: left;list-style: none;margin-right: 12px;}
.bilgi li .yazi2{float: left;font-size:13px;margin-left: 0px;font-family: 'Roboto', sans-serif;font-weight: 500;color:#999999;}
.bilgi li a {color:#999999;float: left;}
.bilgi li a:hover {color:#999999;}
.bilgi li a i {font-size:15px;padding-right: 10px;}

.sosyal{float: right;padding: 0px;margin-top:10px;margin-right: 0px;}
.sosyal li {padding: 0px 10px 0px 10px;float: left;list-style: none;border-right: 1px solid #6f6f6f;}
.sosyal li a {color:#999999;float: left;}
.sosyal li a.dil{color:#999999;font-family: 'Roboto', sans-serif;font-weight: 500;font-size:14px;margin-top: 1px}
.sosyal li a:hover {color:#999999;}
.sosyal li a i {font-size:14px;}
 
.carousel-control.left{background: none;}
.ajaxloader {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 48px 48px;
}



a.WhatsApp {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
      box-shadow: 0 0 0 0 #2EB843;
    }
    50% {
      box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
  }



.navbar {
	min-height: 50px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
.navbar-inverse {
	background-color: #fff;
}
.navbar-brand {
	height: 34px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-brand > img {
	height: 34px;
}

.panel-footer {
	padding: 20px 0 10px 0;
	margin-top: 20px;
	border-radius: 0;
}
.footer-logo {
	text-align: right;
}
.footer-logo > img {
	height: 50px;
}
.footer-text {
	margin-top: 20px;
	font-size: 82%;
	text-align: right;
}
.footer-bottom {
	padding-top: 10px;
	margin-top: 20px;
	font-size: 82%;
	border-top:1px solid #ccc;
}
.footer-desc {
	text-align: left;
}
.footer-author {
	text-align: right;
}
.footer-author > a {
	color: inherit;
}
.footer-menu {
	margin-bottom: 20px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu ul > li {
	position: relative;
	display: block;
	border-top: 0px solid #ccc;
}
.footer-menu ul > li:first-child {
  border-top: none;
}
.footer-menu ul > li > a {
	display: block;
	line-height: inherit;
	padding: 3px 0;
	font-size: 88%;
	color: inherit;
}
.footer-menu ul > li > a:hover,
.footer-menu ul > li > a:focus {
	text-decoration: underline;
	background-color: transparent;
}

.page-header {
	padding-bottom: 9px;
	margin: -10px 0 20px 0;
}
.list-group {
	margin-bottom: 40px;
}
.media:last-child {
	margin-bottom: 40px;
}
.media > a {
	color: inherit;
}

.carousel-control.right {background: none;}
.carousel {
	margin-bottom: 15px;
}
.carousel-caption {
	bottom: 40px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-left: 50px;

}

@media (max-width: 900px) {
.carousel-caption h3 {
    font-family: 'Roboto', sans-serif;	
    font-weight: 400;
    font-size: 35px!important;
    margin: 0px;
}
.carousel-caption p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px!important;
	margin: 0px;
	margin-top: 0px;
}
}

.carousel-caption h3 {
    font-family: 'Roboto', sans-serif;	
    font-weight: 400;
    font-size: 50px;
    margin: 0px;
}

.carousel-caption p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0px;
	margin-top: 0px;
}

a.banner_buton {float: left;width: auto;padding: 7px 25px;background: none;border:solid 1px #fff;text-align: center;color:#fff;text-shadow: none;margin-top: 17px;font-family: 'Roboto', sans-serif;font-weight:300}

.container .carousel-caption {
	left: auto;
	right: auto;
	text-align: left;
}
.container .carousel-caption small {
	color: #fff;
}
.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .glyphicon-circle-arrow-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-top: -15px;
}
.carousel-control .glyphicon-circle-arrow-left {
	left: 50%;
	margin-left: -15px;
}
.carousel-control .glyphicon-circle-arrow-right {
	right: 50%;
	margin-right: -15px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}

.anket .panel-body {
	padding: 0;
}
.anket.sonuc .panel-body {
	padding: 20px;
}
.anket.sonuc .panel-body h6 {
	font-weight: 400;
	margin-bottom: 3px;
}
.anket.sonuc .panel-body .progress {
	margin-bottom: 10px;
}
.anket.sonuc .panel-body .progress:last-child {
	margin-bottom: 0;
}
.anket.sonuc .panel-body .progress-bar {
	padding: 0 5px;
	text-align: left;
}
.anket .list-group {
	margin-bottom: 0px;
}
.anket .list-group-item {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.anket .list-group-item:first-child {
	border-top: 0;
}
.anket .list-group-item .radio,
.anket .list-group-item .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.anket .panel-footer {
	padding: 10px 15px;
}

.icerik-sol {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.icerik-sol > li {
	position: relative;
	display: block;
	border-top: 1px solid #ddd;
}
.icerik-sol:first-child > li:first-child {
	border: 0;
}
.icerik-sol > li > a {
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    position: relative;
    display: block;
    padding: 5px 15px 5px 0;
    color: #000;
}
.icerik-sol > li > a .icon {
	display: none;
	top: auto;
	line-height: inherit;
	float: right;
	margin-right: -5px;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0px;
}

.icerik-sol > li > a.inactive .icon.minus,
.icerik-sol > li > a.active .icon.plus {
	display: inherit;
}
.icerik-sol > li > a:hover,
.icerik-sol > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.icerik-sol:first-child > li:first-child > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.icerik-sol:first-child > li:last-child > a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.icerik-sol > li.current > a {
	z-index: 2;
	margin: -1px;
	color: #fff;
	text-decoration: none;
	background-color: #4a4a4a;
}
.icerik-sol > li > a > img {
	max-width: none;
}
.icerik-sol ul {
	display: none;
}
.icerik-sol:before,
.icerik-sol:after {
	display: table;
	content: " ";
}
.icerik-sol:after {
	clear: both;
}

.page-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-404 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-404 a {
	color: #888;
}
.page-404 .left {
	font-size: 200px;
	text-align: right;
}
.page-404 .right {
	margin-top: 120px;
	font-size: 18px;
	text-align: left;
}

.icerik-resim,
.icerik-video,
.icerik-dosya {
	width: 100%;
}
.icerik-resim a,
.icerik-video a,
.icerik-dosya a {
	display: block;
	padding: 9px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.icerik-dosya a,
.icerik-dosya a.btn-link {
	color: #337ab7;
	text-decoration: none;
}
.icerik-resim a .resim,
.icerik-video a .resim,
.icerik-dosya a .resim {
	display: block;
}
.icerik-dosya a .resim {
	font-size: 24px;
	text-align: center;
}
.icerik-resim a .resim img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.icerik-video a .resim iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.icerik-resim a .aciklama,
.icerik-video a .aciklama,
.icerik-dosya a .aciklama {
	display: block;
	text-align: center;
}
.icerik-dosya a:hover .aciklama,
.icerik-dosya a:focus .aciklama,
.icerik-dosya a:hover.btn-link .aciklama,
.icerik-dosya a:focus.btn-link .aciklama {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

ul.haberler {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
ul.haberler > li > a {
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
ul.haberler > li:first-child > a {
	padding-top: 0;
	border: 0;
}
ul.haberler > li > a .resim {
	display: block;
	padding: 9px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
ul.haberler > li > a .resim img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
ul.haberler > li > a .aciklama,
ul.haberler > li > a .aciklama .baslik,
ul.haberler > li > a .aciklama .detay,
ul.haberler > li > a .aciklama .tarih {
	display: block;
	margin-top: 10px;
	color: #222;
}
ul.haberler > li > a .aciklama .baslik {
	font-size: 20px;
}
ul.haberler > li > a .aciklama .detay {
	font-size: 16px;
}
ul.haberler > li > a .aciklama .tarih {
	font-size: 14px;
	color: #888;
}
ul.haberler > li > a:hover .baslik,
ul.haberler > li > a:focus .baslik,
ul.haberler > li > a:hover .detay,
ul.haberler > li > a:focus .detay {
	text-decoration: underline;
	background-color: transparent;
}

.haber-detay,
.icerik-detay-resim {
	width: 100%;
}
.haber-detay .spot {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}
.haber-detay .resim,
.icerik-detay-resim .resim {
	width: 230px;
	float: left;
	padding: 9px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.icerik-detay-resim .resim {
	width: 380px;
}
.haber-detay .resim img,
.icerik-detay-resim .resim img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.icerik-detay-resim .resim img {
	display: block;
}
.haber-detay .aciklama {
	font-size: 14px;
	text-align: justify;
}
.icerik-detay-resim .resim .aciklama {
	display: block;
	text-align: center;
}
.haber-detay .tarih {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #888;
}
.icerik-detay-resim a:hover .resim,
.icerik-detay-resim a:focus .resim {
	text-decoration: underline;
	border-color: transparent;
	background-color: transparent;
}

ul.etiketler {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
	list-style: none;
}
ul.etiketler > li {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
ul.etiketler > li:first-child {
	margin-left: 0;
}
ul.etiketler > li > a {
	display: block;
	padding: 5px 8px;
	font-size: 11px;
	font-weight: 400;
}

.urunler {
	width: 100%;
}
.urunler a {
	display: block;
	padding: 9px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.urunler a .row {
	display: block;
}
.urunler a .baslik {
	display: block;
	color: #222;
	text-align: center;
}
.urunler a .resim {
	display: block;
	margin-top: 10px;
}
.urunler a .resim img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.urunler a .aciklama {
	display: block;
	color: #222;
}
.urunler a .urunkodu,
.urunler a .urunfiyati {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.urunler a .urunkodu .left,
.urunler a .urunfiyati .left {
	float: left;
}
.urunler a .urunfiyati .left {
	font-size: 14px;
	font-weight: 700;
}
.urunler a .urunkodu .right,
.urunler a .urunfiyati .right {
	float: right;
}

.urun-detay {
	width: 100%;
}
.urun-detay .resim {
	display: block;
	padding: 9px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.urun-detay .resim:hover,
.urun-detay .resim:focus {
	text-decoration: underline;
	border-color: transparent;
	background-color: transparent;
}
.urun-detay .resim img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.urun-detay .aciklama {
	font-size: 14px;
	text-align: justify;
}
.urun-detay .urunkodu b {
	font-size: 16px;
}

.yorumlar {
	width: 100%;
}
.yorumlar .heading {
	display: block;
	margin-bottom: 20px;
}
.yorumlar .button {
	display: block;
	margin-bottom: 20px;
}
.yorumlar .button .btn-sm {
	padding: 3px 7px;
	font-size: 14px;
}
.yorumlar ul.liste {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.yorumlar ul.liste > li {
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
.yorumlar ul.liste > li:first-child {
	padding-top: 0;
	margin-top: 0;
	border: 0;
}
.yorumlar ul.liste > li .baslik {
	display: block;
	margin-bottom: 5px;
}
.yorumlar ul.liste > li .baslik .adsoyad {
	font-weight: 700;
}
.yorumlar ul.liste > li .baslik .tarih {
	font-size: 12px;
}
.yorumlar ul.liste > li .mesaj {
	display: block;
}

.yorum h4 {
	display: block;
	padding: 0 15px 10px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.yorum .panel-body {
	padding: 0;
}
.yorum .list-group {
	margin-bottom: 0px;
}
.yorum .list-group-item {
	padding: 0 15px;
	margin-top: 10px;
	border: 0;
}
.yorum .panel-footer {
	padding: 10px 15px;
	margin-top: 10px;
}

.maps {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0px;
}
.maps iframe {
	pointer-events: none;
}
.maps #maps {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.3);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.maps #maps.none {
	z-index: -1;
	background-color: transparent;
}

.mail h4 {
	display: block;
	padding: 0 15px 10px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.mail .panel-body {
	padding: 0;
}
.mail .list-group {
	margin-bottom: 0px;
}
.mail .list-group-item {
	padding: 0 15px;
	margin-top: 10px;
	border: 0;
}
.mail .panel-footer {
	padding: 10px 15px;
	margin-top: 10px;
}

.tuncay {
	width: 100%;
	height: 100vh;
	margin: 0px;
	position: relative;
	background-color: #000;
	background-image: url(../slider/cycle/tuncay.gif);
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-position: center;
	margin-bottom: 20px;
}
.tuncay a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}
.slide1Control {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50vh;
	z-index: 998;
}
#prev {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../slider/cycle/arrow.png) 0px 0px;
    float: left;
    margin-left: 0px;
} 
#next {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../slider/cycle/arrow.png) -60px 0px;
    float: right;
    margin-right: 0px;
}
#prev:hover {
    background: url(../slider/cycle/arrow.png) 0px -60px;
} 
#next:hover {
    background: url(../slider/cycle/arrow.png) -60px -60px;
}
.slider1head {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	left: 0px;
	right: 0px;
	top: 35vh;
	text-align: center;
	z-index: 99999;
}
.slider1head h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height:100%;
}
.slider1head h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height:100%;
}
.slider1head .button {
	display: inline-block;
	color: #FFF;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: 500;
	background: #3AC4FA;
	border-radius: 2px;
	cursor: pointer;
	margin-top:20px;
}
.slider1head .button:hover {
	color: #3AC4FA;
	background: #FFF;
}

/*Masaüstü*/
@media (min-width: 1024px) {
	body {
		padding-top: 0;
	}

    .navbar {
        padding:0px 0;
        -webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
    }
	.navbar-inverse {
		background-color: transparent;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	} 

	.navbar-inverse .navbar-nav > li:first-child{background:none;}
	.navbar-inverse .navbar-nav > li {background: url('../images/arrow.png') no-repeat center left}
	.navbar-inverse .navbar-nav > li > a {
		color: #666666;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font-family: 'Roboto', sans-serif;
		font-weight:500;		
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #666666;
	}
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		color: #666666;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		color: #666666;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu {
		margin-top: -10px;
		background-color: transparent;
		-webkit-background-clip: inherit;
		background-clip: inherit;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: inherit;
		box-shadow: inherit;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding-left: 15px;
		padding-right: 15px;
		color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #5cb85c;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #5cb85c;
		background-color: transparent;
	}
	.navbar-brand {
		width: 100%;
		text-align: center;
		height: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;		
	}
	.navbar-brand > img {
		height:60px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;	
		display:inline-block
	}
	.nav {
		margin-top: -20px;
		margin-bottom: -20px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}	
	.navbar-nav > li > a {
		padding-top: 35px;
		padding-bottom: 35px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		padding: 0px;	
	}
    .top-nav-collapse .navbar {
        padding: 0;
    }
    .top-nav-collapse .navbar-inverse {
        background-color: rgba(0,0,0,.8);
    }	 	 
    .top-nav-collapse .navbar-brand {
    	height: 30px;
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    .top-nav-collapse .navbar-brand > img {
    	height: 30px;
    }
    .top-nav-collapse .nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.top-nav-collapse .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu {
		margin-top: 0;
		background-color: rgba(0,0,0,.8);
		border-radius: 0 0 4px 4px;
	}
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: #f5f5f5;
	}
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.top-nav-collapse .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #333;
		background-color: #f5f5f5;
	}
}

/*Tablet ve masaüstü*/
@media (min-width: 768px) {

	.carousel-control .glyphicon-circle-arrow-left,
	.carousel-control .glyphicon-circle-arrow-right {
		width: 40px;
		height: 40px;
		font-size: 40px;
		margin-top: -20px;
	}
	.carousel-control .glyphicon-circle-arrow-left {
		margin-left: -20px;
	}
	.carousel-control .glyphicon-circle-arrow-right {
		margin-right: -20px;
	}					
}

/*Masaüstüne kadar*/
@media (max-width: 991px) {
	.footer-logo {
		margin-top: 20px;
		text-align: center;
	}
	.footer-logo > img {
		height: 40px;
	}
	.footer-text {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-bottom {
		margin-top: 10px;
	}
	.footer-desc {
		text-align: center;
	}
	.footer-author {
		text-align: center;
	}
	.footer-menu h3 {
		text-align: center;
	}
	.footer-menu ul > li {
		text-align: center;
	}
}

/*Tablete kadar*/
@media (max-width: 767px) {	
	.carousel-caption {
		bottom: 0;
	}	

	.page-404 .left {
		font-size: 100px;
		text-align: center;
	}
	.page-404 .right {
		margin-top: 0;
		font-size: 12px;
		text-align: center;
	}

	.urunler a .urunkodu,
	.urunler a .urunfiyati {
		text-align: center;
	}
	.urunler a .urunkodu .left,
	.urunler a .urunfiyati .left {
		display: block;
		float: none;
	}
	.urunler a .urunkodu .right,
	.urunler a .urunfiyati .right {
		display: block;
		float: none;
		margin-top: 10px;
	}

	.slider1head h1 {
		font-size: 20px;
	}
	.slider1head h2 {
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		line-height:100%;
	}
	.slider1head .button {
		padding: 8px 5px;
		font-size: 11px;
	}	
}

/*Küçük telefon*/
@media (max-width: 479px) {
	.haber-detay .resim,
	.icerik-detay-resim .resim {
		display: block;
		width: 100%;
		float: none;
		padding: 9px;
		margin-bottom: 20px;
		margin-right: 0;
		border: 1px solid #ddd;
		border-radius: 4px;
	}	
}









@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    min-width: 160px;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.42857143;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: inherit;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #4a4a4a;
    background-color: inherit;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, .15);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e5e5e5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #777;
    background-color: inherit;
  }
}

@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

@media (max-width: 1023px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-header {
    float: none;
  }

  .navbar-collapse {
    width: auto;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }
  .navbar-collapse.collapse {
  	display: none !important;
  	height: inherit !important;
  	max-height: 340px;
  	padding-bottom: inherit;
  	overflow: auto !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-static-top {
    border-radius: inherit;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: inherit;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: auto;
  }

  .navbar-toggle {
    display: inherit;
	background: #316c43;
	border-color:#316c43;
	border-radius: 0px;
  }

  .navbar-nav {
    float: none;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
  	padding-top: 10px;
  	padding-bottom: 10px;
  }

  .navbar-left {
    float: none !important;
  }
  .navbar-right {
    float: none !important;
    margin-right: inherit;
  }
  .navbar-right ~ .navbar-right {
    margin-right: inherit;
  }
}

@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    background-color: white;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .navbar-toggle {
    display: none!important;
  }

  .navbar-nav {
    float: none!important;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    padding: 0px 10px 0px 20px;
  }

  .navbar-left {
  	margin: 120px auto 20px;
    width: 100%;
    display: block;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.collapse.in {
  display: block !important;
}