/* ===== Alerts ===== */

.page-list { display:block; position: relative; padding:10px 0; border-bottom:1px dotted #EEE; }
.page-list:after {clear: both; content:''; display: block;}
.page-list img { width:150px; border-radius:4px; float:left; margin-right:15px;}
.page-list h3 { font-weight: 600; text-shadow:0 1px #FFF; font-size:15px; margin-top:0; margin-bottom:4px;}
.page-list p { font-size:13px; text-shadow:0 1px #FFF;}
.page-list .date { color:#CCC; position:absolute; top:10px; right: 10px; }
.page-list .date i { font-size:13px; vertical-align: baseline; }

.page-grid { display:block; position: relative; padding:10px 0; }
.page-grid:after {clear: both; content:''; display: block;}
.page-grid img { width:100%; border-radius:4px; margin-right:15px;}
.page-grid h3 { font-weight: 600; margin:10px 0 4px 0; text-shadow:0 1px #FFF; font-size:15px;}
.page-grid p { font-size:13px; text-shadow:0 1px #FFF;}

.iletisim .row { margin-bottom: 8px;}
form[name='contactForm'] label { display: block; font-size:13px; font-weight: 600; padding: 10px 0 5px 0; }
form[name='contactForm'] input,textarea { margin-bottom:10px; width:100%; padding:8px; font-size:13px; border:1px solid #CCCCCC; border-radius:2px; outline: none; }



.alert {
  padding: 13px 14px 14px 14px;
  border:1px solid transparent;
  margin-bottom: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-weight: 600;
}
.alert i {
  float: left;
  margin-right: 8px;
}
.alert h6 {
  margin-top: 0;
}
.alert .alert-link {
  font-weight: 600;
}
.alert .btn {
  margin-top: 14px;
}
.alert hr {
  margin: 12px -14px
}


/* Success */

.alert-success {
  color: #2D552D;
  background-color: #F5FAF4;
  border-color: #D6E9C6;
}
.alert-success hr {
  border-top-color: #D6E9C6;
}
.alert-success .alert-link {
  color: #2D552D;
}


/* Info */

.alert-info {
  color: #426A7E;
  background-color: #F5FBFD;
  border-color: #C8DEE2;
}
.alert-info hr {
  border-top-color: #C8DEE2;
}
.alert-info .alert-link {
  color: #426A7E;
}


/* Warning */

.alert-warning {
  color: #725A32;
  background-color: #FFFDF0;
  border-color: #E9DDC4;
}
.alert-warning hr {
  border-top-color: #E9DDC4;
}
.alert-warning .alert-link {
  color: #725A32;
}


/* Danger */

.alert-error {
  background-color: #FDF5F5;
  border-color: #EED3D7;
  color: #923E3C;
}
.alert-error hr {
  border-top-color: #EED3D7;
}
.alert-error .alert-link {
  color: #923E3C;
}

/* ===== Pagination ===== */

.pagination>li>a, .pagination>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination {
  margin: 20px 0;
  border-radius: 0;
  font-size: 0;
  padding:0;
}


.pagination > li {
  display: inline-block;
  margin-left: 1px;
  font-size: 12px;
}
.pagination > li:first-child {
  margin-left: 0;
}

.pagination > li > a,
.pagination > li > span {
  float: none;
  margin-left: 0;
  border: 0;
  display: block;
  color: #333;
  font-weight: 600;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #65B688;
  color: #fff;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #32434D;
  cursor: default;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #32434D;
  cursor: default;
}

