@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

body {
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size: 14px;
	line-height: 1.5;
	color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	line-height:22px;
}

h6 {
	font-size: 14px;
}



ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

header {
	position: relative;
	width: 100%;
	color: white;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/header.jpg');
	background-size: cover;
}




    .wrapper {
	height: 470px;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	position: relative;
	background-image: url(../img/56.fw.png);
	background-repeat: no-repeat;
    }

    .wrapper.fullscreen {
        position: static;
    }


	.carousel {
		
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  background-size: cover;
}

.carousel .list { display: none; }

.carousel .content {
background: rgba(0, 0, 0, .2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.carousel .content .a {
  margin-top: 236px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 76px;
}

.carousel .content .b { font-size: 24px; }

.carousel .content .button {
  margin-top: 4rem;
  font-weight: normal;
  padding: .78571429em 3em;
}


.anasayfaurunler
{
	
}

.anasayfaurunler li
{
	list-style-type:none;
	font-weight:bold;
	font-size:15px;
}

#anapanel {
	width: 100%;
	
}

header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

a {
	text-decoration: none;
	color: #233072;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


nav.navbar {
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #233072 !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding: 15px 0;
	opacity: 0;
	background: #fafafa;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #233072;
}

#panel
{
	margin-top:81px;
	padding:10px;
	background-color:#233072;
	color:#fafafa;
	margin-bottom:20px;
}

#panel h2
{
	color:#fafafa;
}

.harfduzenle
{
	text-transform: capitalize;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fafafa;
  background-color: #c51121;
  border-color: #a5111f;
}


.urunlersolmenu li 
{
  color: #fafafa;
  background-color: #c51121;
  border-color: #9e0e1a;
}

.urunlersolmenu a 
{
  color: #fafafa;
  font-weight:bold;
}

.urunlersolmenu a:hover 
{
  color: #dddddd;
  font-weight:bold;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#ekranorta{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width: 350px;
	height:300px;
	margin:auto;
}




footer {
	padding: 20px 0 20px;
	background: url('../img/footer.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}




.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #aaa;
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: -46px;
	left: calc(50% - 10px);
	left: 5px;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #00a8ff;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}


.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margin-top {
	margin-top: 150px;
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
	font-size: 24px;
	text-align: center;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}


@media(max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}
}
