@charset "UTF-8";
body {
  background-color: #f1f1f1; }

/* Fix */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }
.site{
  float:left;
  margin-right: 10px;
  line-height: 43px;
}
.site a{
  color:#fff;
  font-size:15px;
  font-weight: bold;
  text-decoration: none;
}
#owl-demo .item {
  margin: 3px;
  font-weight: bold;
  font-size: 14px;
  color: #818181; }

#owl-demo .title {
  text-align: center; }

#owl-demo .title a {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #818181; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: 200; }

.fekle {
  padding: 5px;
  text-align: Center; }

.fekle a {
  color: #1572bb;
  text-decoration: none;
  margin-top: 5px; }

header .top-bar {
  color: #fff;
  height: 120px; }
header .menu-bar {
  color: #fff;
  line-height: 45px;
  height: 45px;
  background-color: #2196F3;
  border-bottom: 3px solid #1572bb; }
header .banner {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  float: none; }

/* Men├╝ */
ul.menu > li {
  float: left;
  list-style-type: none;
  text-align: center;
  margin-right: 10px;
  padding: 0 10px 0 10px; }
  ul.menu > li:hover {
    background-color: #1572bb; }
  ul.menu > li a {
    color: #fff;
    text-decoration: none; }

.menu-ac {
  float:right;
  display: none; }

.gizli-menu {
  display: None;
  background-color: #1572bb;
  padding: 3px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .gizli-menu ul li {
    padding: 5px; }
    .gizli-menu ul li a {
      color: #fff !important;
      text-decoration: none; }
    .gizli-menu ul li:hover {
      background-color: #125d98; }

@media (max-width: 750px) {
  .menu-ac {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    height: 45px;
    color: #fff;
    font-size: 17px; }

  ul.menu {
    display: none; } }
@media (min-width: 720px) {
  .gizli-menu {
    display: none; } }
footer {
  margin-top: 10px;
  margin-bottom: 20px; }
  footer .text {
    text-indent: 20px;
    font-size: 13px;
    color: #818181; }

ul.sidebar-list > li {
  padding: 4px;
  color: #818181;
  border-bottom: 1px solid #ededed; }
  ul.sidebar-list > li:last-child {
    border: none; }
  ul.sidebar-list > li a {
    text-decoration: none;
    color: #818181;
    transition: color .5s ease-in; }
    ul.sidebar-list > li a:hover {
      color: #ca1b21; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #e51c23 !important;
  border-color: #ca1b21 !important;
  color: #fff !important; }

.pagination > li > a, .pagination > li > span {
  color: #7a7a7a !important; }

ul.city-list {
  margin: 0;
  padding: 0; }
  ul.city-list > li {
    padding: 4px;
    color: #818181;
    text-align: Center; }
    ul.city-list > li:last-child {
      border: none; }
    ul.city-list > li .back {
      background-color: #f6f6f6;
      border-bottom: 1px solid #ededed;
      transition: background-color 400ms linear;
      padding: 8px; }
      ul.city-list > li .back a {
        color: #8a8a8a;
        text-decoration: none; }
      ul.city-list > li .back:hover {
        font-weight: bold;
        background-color: #d9d9d9;
        border-bottom: 1px solid #cccccc; }

.item-list {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .item-list .item-title {
    color: #8a8a8a !important;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    color: #505050;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 3px; }
    .item-list .item-title a {
      text-decoration: none;
      color: #ca1b21; }
  .item-list .item-info {
    font-size: 13px;
    margin-top: 3px; }
    .item-list .item-info span {
      font-weight: bold; }

/* Search Box */
#search input[type="text"] {
  outline: 0;
  background: url(../img/search.png) no-repeat 10px 6px #fcfcfc;
  border: 1px solid #d1d1d1;
  font: bold 12px Arial,Helvetica,Sans-serif;
  color: #bebebe;
  width: 170px;
  padding: 6px 15px 6px 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }
  #search input[type="text"]:focus {
    width: 200px; }

/* Box */
.box {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ededed;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }
  .box .box-title {
    font-weight: bold;
    font-size: 14px;
    color: #818181;
    background-color: #efefef;
    border-bottom: 2px solid #e4e4e4;
    padding: 10px;
    margin-bottom: 5px; }
  .box .box-content {
    line-height: 19px;
    color: #818181;
    font-size: 13px; }

.news-list {
  margin-top: 10px;
  padding-left: 9px;
  padding-righht: 9px;
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 10px; }
  .news-list .news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
    .news-list .news-title a {
      color: #818181;
      text-decoration: none; }
      .news-list .news-title a:hover {
        color: #ca1b21; }
  .news-list .news-image {
    float: left;
    margin: 0px 10px 10px 0; }
  .news-list:last-child {
    border: none; }

/*# sourceMappingURL=template.css.map */
