.progress {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c30000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .09) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .09) 50%, rgba(255, 255, 255, .09) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .09) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .09) 50%, rgba(255, 255, 255, .09) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .09) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .09) 50%, rgba(255, 255, 255, .09) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar .acil-band {
  float: left;
  color: #fffc00;
  font-size: 1.4em;
  font-weight: 600;
  border-right: 1px solid #d06464;
  padding: 10px 20px 10px 0;
  width: 135px
}

.acil-band span {
  display: block
}

.yazarlar-block {
  padding: 15px 15px 15px 45px;
  background: url(../img/yazarlar-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 7px;
  position: relative
}

.yazarlar-block a.horizontal-span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  color: #fff;
  width: 30px;
  background: transparent url('../img/yazarlar-title.png') center center no-repeat
}

.yazarlar-block .hc-item>span {
  color: #fff;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5)
}

.yazarlar-block .hc-item .hc-img {
  background: #fff
}

.bio-block {
  padding: 15px 15px 15px 45px;
  background: url(../img/biyografiler-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 7px;
  position: relative
}

.bio-block a.horizontal-span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  color: #fff;
  width: 30px;
  background: transparent url('../img/biyografiler-title.png') center center no-repeat
}

.bio-block .hc-item>span {
  color: #fff;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5)
}

.bio-block .hc-item .hc-img {
  background: #fff
}

.progress-bar .duyuru {
  width: calc(100% - 135px);
  float: left;
  text-align: left
}

.progress-bar .duyuru p {
  display: block;
  width: calc(100% - 110px);
  float: left;
  font-size: 1.2em;
  padding: 10px 0 10px 10px;
  margin: 0 !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)
}

.progress-bar .duyuru a {
  float: right;
  width: 100px;
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 3px 10px;
  margin-top: 7px;
  margin-right: 1px
}

.progress-bar {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

/*! CSS Used keyframes */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  ""overflow: hidden;
  text-overflow: ellipsis
}

.live-chat-trigger {
  cursor: pointer
}

.bold {
  color: #c30000
}

.live-chat-trigger h4.online:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #28a745;
  border-radius: 50%;
  margin-right: 10px;
  animation: pulse 1s infinite;
  opacity: 1
}

@keyframes pulse {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.btn-social>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
  padding-left: 61px
}

.btn-social.btn-lg>:first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social.btn-sm {
  padding-left: 38px
}

.btn-social.btn-sm>:first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social.btn-xs {
  padding-left: 30px
}

.btn-social.btn-xs>:first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0
}

.btn-social-icon>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
  padding-left: 61px
}

.btn-social-icon.btn-lg>:first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social-icon.btn-sm {
  padding-left: 38px
}

.btn-social-icon.btn-sm>:first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social-icon.btn-xs {
  padding-left: 30px
}

.btn-social-icon.btn-xs>:first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon>:first-child {
  border: 0;
  text-align: center;
  width: 100% !important
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open>.dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open>.dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open>.dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
  background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open>.dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open>.dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open>.dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open>.dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open>.dropdown-toggle.btn-bitbucket {
  background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open>.dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open>.dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open>.dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open>.dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open>.dropdown-toggle.btn-dropbox {
  background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open>.dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open>.dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open>.dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
  background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open>.dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open>.dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open>.dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
  background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open>.dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open>.dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open>.dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open>.dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open>.dropdown-toggle.btn-foursquare {
  background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open>.dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open>.dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open>.dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open>.dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open>.dropdown-toggle.btn-github {
  background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
  color: #444;
  background-color: #fff
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open>.dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open>.dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open>.dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google {
  background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open>.dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open>.dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open>.dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open>.dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open>.dropdown-toggle.btn-instagram {
  background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open>.dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open>.dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open>.dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
  background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open>.dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open>.dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open>.dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open>.dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open>.dropdown-toggle.btn-microsoft {
  background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open>.dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open>.dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open>.dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open>.dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open>.dropdown-toggle.btn-odnoklassniki {
  background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open>.dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open>.dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open>.dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open>.dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open>.dropdown-toggle.btn-openid {
  background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open>.dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open>.dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open>.dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open>.dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open>.dropdown-toggle.btn-pinterest {
  background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open>.dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open>.dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open>.dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open>.dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open>.dropdown-toggle.btn-reddit {
  background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open>.dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open>.dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open>.dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open>.dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open>.dropdown-toggle.btn-soundcloud {
  background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open>.dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open>.dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open>.dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open>.dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open>.dropdown-toggle.btn-tumblr {
  background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open>.dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open>.dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open>.dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
  background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open>.dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open>.dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open>.dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open>.dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open>.dropdown-toggle.btn-vimeo {
  background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open>.dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open>.dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open>.dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open>.dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open>.dropdown-toggle.btn-vk {
  background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open>.dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open>.dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open>.dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open>.dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open>.dropdown-toggle.btn-yahoo {
  background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-5ths {
  width: 20%;
  float: left
}

@media(min-width:768px) {
  .col-sm-5ths {
    width: 20%;
    float: left
  }
}

@media(min-width:992px) {
  .col-md-5ths {
    width: 20%;
    float: left
  }
}

@media(min-width:1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-display: auto
}

a:hover {
  color: #c30000
}

*:focus {
  outline: 0
}

.clear {
  clear: both
}

.mk {
  margin-top: 10px
}

.nopadding {
  padding: 0 !important
}

.nopaddingr {
  padding-right: 0 !important
}

.nopaddingl {
  padding-left: 0 !important
}

.margint {
  padding-top: 30px
}

a {
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  -o-transition: all .10s linear;
  transition: all .10s linear
}

nav.hidden-xs {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  font-family: 'Roboto', sans-serif;
  font-display: auto
}

nav.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.3)
}

nav.sticky .main-right-nav {
  display: none
}

nav .sticky-logo {
  display: none
}

nav.sticky .sticky-logo {
  display: inline-block;
  padding: 3px;
  float: left;
  margin-right: 10px
}

img {
  max-width: 100%
}

.top-header {
  width: 100%;
  float: left;
  padding: 5px 0;
  background: #fff;
  border-bottom: 1px solid #dedede;
  font-size: .90em
}

.top-header .current-date {
  float: left;
  display: inline-block;
  font-weight: 500;
  padding-right: 20px
}

.top-head-menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  float: right
}

.top-header li {
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 15px
}

.top-header li a {
  font-weight: 500
}

.top-head-socials {
  float: right;
  margin-left: 20px
}

header {
  width: 100%;
  float: left;
  display: block;
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #f6f5f5;
  z-index: 3;
  position: Relative
}

header .weather {
  position: Relative;
  bottom: -13px
}

header .weather .weather-status {
  font-size: 1.713em;
  color: #333;
  float: right;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  position: Absolute;
  left: -5px;
  top: -5px
}

header .weather span.city {
  display: inline-block;
  font-size: .75em;
  color: #333;
  line-height: 9px;
  top: -5px
}

header .weather span.degree {
  display: inline-block;
  position: relative;
  top: -7px;
  margin-right: 10px;
  font-size: 1em;
  font-weight: bold
}

header .weather .weather-info {
  display: inline-block !important;
  float: left;
  position: Relative;
  margin-top: -7px;
  padding-left: 30px
}

header .weather .weather-info select {
  background: transparent;
  padding: 5px 0 0;
  margin-left: -5px;
  font-size: 1em;
  color: #717171
}

header .search-area {
  position: relative;
  width: 100%;
  margin-top: 8px;
  float: left
}

header .search-area .search-input {
  position: relative;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 1.1em;
  background: #f8f8f8;
  font-weight: 600;
  color: #717171
}

header .search-area i {
  position: absolute;
  right: 14px;
  top: 10px;
  color: #d6d6d6;
  font-size: 1.45em
}

header .right-menus .e-ticaret-btn {
  position: relative;
  background: #c30000;
  color: #fff;
  padding: 5px 22px;
  font-size: .875em;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  margin-top: 12px;
  margin-left: 20px;
  float: right;
  font-weight: 900
}

header .right-menus .e-ticaret-btn i {
  display: inline-block;
  margin-righT: 5px
}

header .right-menus .e-ticaret-btn:hover {
  opacity: .7
}

header .right-menus .e-ticaret-btn:hover {
  opacity: .7
}

header .right-menus a:not(.e-ticaret-btn) {
  color: #333;
  font-size: 1em;
  margin-left: 10px;
  float: right;
  margin-top: 17px;
  font-weight: 600;
  text-decoration: none
}

header .right-menus a.separator {
  color: #999 !important
}

header .right-menus a:not(.e-ticaret-btn):hover {
  color: #c30000
}

nav.hidden-xs {
  width: 100%;
  float: left;
  height: 40px;
  background: #fff;
  border-bottom: 3px solid #dedede;
  z-index: 2;
  position: Relative
}

nav .main-nav {
  margin: 0;
  padding: 0;
  list-style-type: none
}

nav .main-nav>li {
  float: left;
  position: relative
}

nav .main-nav>li>ul {
  min-width: 200px;
  max-width: 250px;
  width: auto !important;
  float: left;
  position: absolute;
  top: 38px;
  display: none;
  border-radius: 0 0 15px 15px;
  overflow: hidden
}

nav .main-nav>li>ul>li>a {
  display: block;
  font-weight: normal !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  width: 100%;
  position: Relative;
  font-size: 1em;
  font-weight: 700;
  padding: 8px 15px 4px;
  font-display: auto
}

nav .main-nav>li>ul>li:hover>a:after {
  background: rgba(255, 255, 255, 0.2) !important;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0
}

nav .main-nav>li>ul>li>a>i {
  float: left !important;
  display: inline-block;
  margin-right: 7px;
  margin-top: 3px;
  opacity: .5
}

nav .main-nav>li:hover ul {
  display: block
}

nav .main-nav>li>a {
  display: block;
  padding: 8px 15px 4px;
  color: #717171;
  font-size: 1.1em;
  font-weight: 900
}

nav .main-nav li a:hover {
  background: #f7f7f7;
  color: #0f1f27
}

nav .main-nav li.active a {
  color: #fff
}

nav .main-nav li.home a {
  font-size: 1.188em;
  padding: 7px 15px 5px;
  border: 0
}

nav .main-nav li.new {
  position: relative
}

nav .main-nav li.new:after {
  content: '';
  font-size: 7px;
  color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c30000;
  position: Absolute;
  top: 7px;
  right: 5px;
  padding: 3px 4px 2px 3px;
  line-height: 7px;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 1s infinite
}

.tooltip {
  min-width: 110px;
  max-width: 100%
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4)
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4)
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

nav .main-right-nav {
  float: right;
  border-left: 1px solid #f6f5f5;
  padding: 0 0 0 5px
}

nav .main-right-nav li {
  float: left
}

nav .main-right-nav li a {
  display: block;
  padding: 8px 15px 3px;
  color: #717171;
  font-size: 1.1em;
  font-weight: 700
}

nav .main-right-nav li a:hover {
  color: #333
}

nav .main-right-nav>li:last-child>a {
  padding-right: 0 !important
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
  z-index: 2
}

#story {
  padding: 20px 0 10px
}

#story .story-item {
  display: block
}

#story .story-item.active .story-img {
  border-color:
}

.story-img img.lazy:not(.loaded) {
  border-radius: 50%
}

#story .story-item .story-img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  background: #e7ebec;
  padding: 14px
}

#story .story-item h4 {
  color: #717171;
  font-size: 1.05em;
  font-weight: 700;
  text-align: center
}

.event-item {
  border-radius: 10px;
  float: left;
  position: Relative;
  width: 100%;
  cursor: pointer
}

.event-item .event-img {
  border-radius: 10px;
  overflow: hidden
}

.event-item .event-info:before {
  content: ' ';
  position: Absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 0, rgba(203, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 0, rgba(203, 0, 0, 0.5) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0, rgba(203, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#b3cb0000', GradientType=1);
  opacity: .9
}

.event-item .event-info {
  position: Absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10
}

.event-item .event-info .event-type {
  position: Absolute;
  top: 0;
  left: 30px
}

.event-item .event-info .event-type b {
  background: #c30000;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px
}

.event-item .event-info .event-type span {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.90)
}

.event-item .event-info h3 {
  position: Absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  text-shadow: 0 0 15px #000;
  font-weight: 700
}

.single-slide {
  margin-top: 28px;
  margin-bottom: 20px
}

.single-slide.middle {
  margin-top: 0
}

.single-slide .item img {
  border-radius: 10px
}

.single-slide .carousel-indicators {
  width: auto !important;
  display: inline-block;
  float: right;
  right: 30px;
  bottom: 10px;
  left: auto !important
}

.single-slide .carousel-indicators li {
  width: 18px;
  heighT: 18px;
  border: 2px solid #fff;
  background: #fff;
  margin: 0 !important;
  margin-left: 5px !important
}

.single-slide .carousel-indicators li.active {
  background: #c30000;
  border-color: #c00000
}

.campaign-area {
  background: #fff;
  text-align: center;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  position: relative
}

.campaign-area .campaign-title {
  padding-top: 20px;
  padding-left: 20px;
  text-align: left
}

.campaign-area .campaign-title h4 {
  color: #c30000;
  margin-bottom: 0;
  font-size: 1.5em
}

.campaign-area .campaign-title span {
  display: block;
  color: #c0c0c0;
  font-size: 1em
}

.campaign-area .campaign-sale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px;
  background: #ffde00;
  width: 80px;
  height: 80px;
  border-radius: 0 12px 0 100px;
  text-align: right;
  z-index: 10
}

.campaign-area .campaign-sale b {
  font-size: 1.563em;
  color: #b69e00;
  line-height: 20px
}

.campaign-area .campaign-sale small {
  color: #b69e00;
  display: block;
  margin-top: -10px
}

.campaign-area .campaign-item {
  padding-top: 12px;
  text-align: center
}

.campaign-area .campaign-item img {
  max-height: 245px;
  width: auto !important;
  margin: 8px auto
}

.campaign-area .campaign-item .campaign-counter {
  background: #f6f6f6;
  width: 100%;
  padding: 15px 0;
  margin-top: 25px;
  border-top: 1px solid #dbdbdb
}

.campaign-area .campaign-item .campaign-counter .countdown {
  font-size: 15px !important
}

.campaign-area .campaign-item .campaign-counter small {
  display: inline-block
}

.campaign-area .campaign-item .campaign-counter span:not(.countdown>small) {
  color: #c30000;
  font-size: 1.125em;
  font-weight: 700
}

.campaign-counter .countdown {
  display: inline-block
}

.campaign-counter .countdown small {
  display: inline-block
}

.campaign-area .campaign-item h4 {
  color: #717171;
  margin-top: 20px;
  padding: 0 15px
}

.campaign-area .ca-item-price b {
  display: inline-block;
  color: #c30000;
  margin-right: 20px;
  font-size: 1.1em
}

.campaign-area .ca-item-price del {
  font-size: .8em
}

.campaign-area>a {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #717171;
  font-weight: 700;
  border-top: 1px solid #dbdbdb;
  padding: 10px 0;
  margin-top: 0
}

.campaign-area .owl-nav {
  position: absolute;
  top: -5px !important;
  display: block;
  width: 100%;
  text-align: center
}

.campaign-area .owl-nav div {
  display: inline-block !important
}

.campaign-area .owl-nav div i {
  color: #999
}

.campaign-area .owl-nav div:first-child {
  margin-right: 10px
}

.campaign-area .owl-nav div:last-child {
  margin-left: 10px
}

#sale-products {
  background: #f6f5f5;
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0;
  margin: 10px 0 30px
}

#sale-products .container {
  position: Relative
}

#sale-products h2 {
  margin: 0;
  padding: 0
}

#sale-products .owl-nav {
  position: Absolute;
  right: 0;
  top: -59px;
  text-align: right
}

#sale-products .owl-nav>div {
  float: left;
  padding: 7px 15px;
  font-size: 1.3em;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: #fff
}

#sale-products .owl-nav>div:first-child {
  margin-right: 10px
}

#sale-products h2 span {
  padding: 0 7px
}

#sale-products h2 {
  color: #c30000;
  font-size: 1.5em;
  margin-bottom: 25px
}

.in-title {
  color: #c30000;
  font-size: 1.5em;
  margin-bottom: 15px
}

.sale-product {
  bordeR: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 15px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff
}

.sale-product.hvr-shrink:hover, .sale-product.hvr-shrink:focus, .sale-product.hvr-shrink:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07)
}

.sale-product .sp {
  margin: 2px
}

.sale-product .category-name {
  display: block;
  font-size: 12px;
  color: #717171;
  margin-top: -5px
}

.sale-product h4 {
  color: #c30000;
  font-size: 1.3em
}

.sale-product .product-info {
  position: relative;
  float: left;
  width: 100%
}

.sale-product .product-info span.product-price {
  display: inline-block;
  color: #c30000;
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 12px
}

.sale-product .product-info del.product-price {
  display: inline-block;
  color: #717171;
  font-size: .9em
}

.sale-product .product-info a {
  display: inline-block;
  float: right;
  background: #495767;
  color: #fff;
  padding: 2px 8px 2px 12px;
  font-size: 1.1em;
  font-weight: 700;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-right: -17px
}

.sale-product .product-info a i {
  display: inline-block;
  margin-right: 7px
}

.sale-product .product-info a:hover {
  background: #c30000
}

.sale-product .product-footer {
  display: block;
  text-align: center;
  margin-top: 10px
}

.sale-product .product-footer .product-footer-link {
  color: #919191;
  font-size: 1em
}

.sale-product .product-footer .product-footer-link:first-child {
  margin-right: 15px
}

#sale-products {
  width: 100%;
  float: left
}

.sale-products {
  float: left
}

.sale-products .owl-nav {
  position: absolute;
  top: 45% !important;
  display: block;
  width: 100%;
  text-align: center
}

.sale-products .owl-nav div {
  display: inline-block !important;
  position: absolute
}

.sale-products .owl-nav div i {
  color: #999;
  font-size: 43px
}

.sale-products .owl-nav div:hover i {
  color: #c30000
}

.sale-products .owl-nav div:first-child {
  margin-right: 10px;
  left: -35px
}

.sale-products .owl-nav div:last-child {
  margin-left: 10px;
  right: -35px
}

#middle-area {
  padding: 30px 0;
  background: #f6f5f5
}

footer.top-footer {
  float: left;
  width: 100%;
  background: #fff;
  border-top: 1px solid #dedede;
  z-index: 10;
  position: relative
}

footer #footer-primary {
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%
}

footer #footer-primary .footer-logo {
  width: 100%;
  float: lefT;
  border-right: 1px solid #dedede;
  padding: 20px 0
}

footer .social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right
}

footer .social-links li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0
}

footer .social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #dedede;
  color: #666;
  text-align: center;
  padding-top: 7px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 28px
}

footer .social-links li:last-child a {
  margin-right: 0
}

footer .socialize {
  border-left: 1px solid #dedede;
  float: left;
  width: 100%;
  padding-bottom: 25px
}

footer .help-desk {
  padding: 25px 0 0
}

footer .help-desk .other {
  padding-top: 15px
}

footer .help-desk small {
  color: #717171
}

footer .help-desk h4 {
  color: #000
}

.single-items .ca-item-price {
  margin-bottom: 30px;
  display: block
}

#header {
  float: left;
  width: 100%;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100
}

.btn-rounded {
  border-radius: 10px !important
}

#main-title {
  padding: 50px 0;
  background: transparent url("../img/subheader-min.jpg") center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  position: Relative
}

#main-title h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

#main-title h1 a {
  color: #fff
}

#main-title h2 {
  color: #fff;
  opacity: .7;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-display: auto;
  font-weight: 400;
  margin-top: 0
}

#main-title .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff
}

#main-title .breadcrumb a {
  color: #fff;
  opacity: .8
}

#main-title h1 i.fa {
  font-size: 70%;
  display: inline-block;
  margin-left: 2px;
  color: #77ca35
}

.rehber-img {
  float: left;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  margin-right: 15px
}

.rehber-img img {
  border-radius: 6px
}

#section-container {
  padding: 30px 0 0
}

.slide-area {
  margin-top: 10px;
  float: left;
  width: 100%
}

.slide-area .single-slide {
  margin-top: 0
}

.head-carouseller .hc-item .hc-img {
  float: left;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #dedede
}

.head-carouseller .hc-item .hc-img img {
  border-radius: 6px
}

.head-carouseller .hc-item {
  display: block
}

.head-carouseller .hc-item .hc-img span {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 1px 8px;
  color: #fff;
  border-radius: 0 0 7px 7px;
  font-size: 11px
}

.head-carouseller .hc-item>span {
  display: block;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  line-height: 1.45em
}

#blocks {
  background: #fff
}

.other-item {
  display: block;
  float: lefT;
  width: 100%;
  position: relative;
  margin-bottom: 20px
}

.other-item .other-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dedede
}

.category-description {
  margin-top: 20px
}

.other-item:hover .other-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1)
}

.other-item.small .other-info h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.4em;
  height: 56px
}

.other-item.small .other-info h2 {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  line-height: 1.4em;
  height: auto !important;
  padding-bottom: 8px;
  font-size: 1.3em !important
}

.sale-products .owl-nav div i {
  font-size: 28px !important
}

.sale-products .owl-nav div:first-child {
  left: 5px
}

.sale-products .owl-nav div:last-child {
  right: 5px
}

.other-item.small .other-info h4.dots {
  height: auto !important
}

.other-item.small .other-info span {
  height: 15px;
  display: block
}

.other-item.large .other-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url("../img/shadow.png") repeat-x top;
  padding: 70px 15px 10px;
  border-radius: 0 0 10px 10px
}

.other-item.large .other-info h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.7em
}

.other-item.large .other-info span {
  color: #fff;
  opacity: .7
}

@keyframes flashImg {
  0% {
    opacity: 1
  }

  50% {
    opacity: .7
  }

  100% {
    opacity: 1
  }
}

.inside-sidebar h2 {
  font-weight: 600;
  color: #c30000;
  padding-bottom: 12px;
  font-size: 1.5em
}

.inside-sidebar ul {
  margin: 0;
  padding: 0
}

.inside-sidebar ul li {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.bg-transparent {
  background: transparent !important
}

.inside-sidebar>ul>li>a {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 1.1em
}

.inside-sidebar>ul>li>ul {
  max-height: 170px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 7px
}

.has-sub {
  padding-bottom: 40px !important;
  max-height: 170px !important;
  position: Relative;
  box-sizing: content-box
}

.all-categories-toggle {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff
}

.all-categories-toggle a {
  font-weight: 600 !important
}

.inside-sidebar>ul>li>ul>li>a {
  display: block;
  padding-bottom: 0;
  padding-left: 38px;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: .9em
}

.scollbar::-webkit-scrollbar-track {
  background-color: transparent
}

.scollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5
}

.scollbar::-webkit-scrollbar-thumb {
  background-color: #d1d1d1
}

.fa-angle-right {
  float: none
}

.main-pagination {
  display: inline-block
}

.main-pagination li a {
  border-radius: 10px !important;
  font-weight: 600
}

.main-pagination li a:hover {
  background: #c30000
}

.inside-sidebar ul li a img {
  margin-right: 10px
}

.main-header {
  padding: 30px 0 0
}

.main-header h1 {
  color: #c30000;
  font-size: 1.9em;
  margin-bottom: 10px;
  margin-top: 0
}

.main-header h1 a {
  color: #c30000
}

.main-header h2 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-display: auto;
  font-size: 1.225em;
  line-height: 1.35em;
  margin-bottom: 20px;
  font-style: italic
}

.main-header span {
  display: block;
  font-weight: 500;
  color: #717171
}

.main-header img {
  margin-bottom: 5px
}

.sidebar.affix-top {
  position: relative !important
}

.sidebar.affix-bottom {
  position: fixed !important
}

.sidebar {
  margin-top: 25px
}

.sidebar.affix {
  position: fixed !important;
  top: 40px;
  width: 228px
}

.main-contentinal img {
  border-radius: 10px
}

#main-contentinal {
  background: #fff;
  float: left;
  width: 100%
}

#main-contentinal #sale-products {
  margin-top: 0 !important;
  padding-top: 0 !important
}

.main-contentinal {
  font-size: .98em;
  color: #263238
}

.trends {
  display: block;
  width: 100%;
  height: 100%;
  background: #f6f5f5;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px
}

.trend-item {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f2f2f2
}

.trend-item img {
  margin-bottom: 10px
}

.trend-item b {
  display: block;
  font-size: .875em;
  color: #717171;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-display: auto
}

#search-tools {
  display: block;
  width: 100%;
  float: left;
  background: transparent url('../img/subheader-min.jpg') center center no-repeat;
  background-size: cover;
  padding: 70px 0;
  color: #fff
}

#search-tools h2 {
  margin-bottom: 3px;
  margin-top: 0
}

#search-tools p {
  opacity: .7
}

.search-box {
  margin-top: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.search-box input {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #dedede;
  font-weight: 700 !important;
  padding: 15px !important;
  font-size: 1.3em;
  height: auto !important
}

.search-box select {
  border-radius: 0 !important
}

.search-box button {
  border-radius: 0 10px 10px 0;
  padding: 15px !important;
  font-size: 1.3em
}

.popular-search {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 7px;
  margin-top: 10px;
  display: inline-block
}

.popular-search li {
  float: left
}

.popular-search>li>span {
  display: block;
  margin-right: 10px;
  font-weight: 500
}

.popular-search>li>a {
  display: block;
  color: #fff;
  opacity: .8
}

.popular-search>li>a:hover {
  opacity: 1
}

.popular-search>li>a:after {
  content: ",";
  margin-right: 5px
}

.popular-search>li:last-child>a:after {
  content: "" !important
}

#rehber-content {
  padding: 30px 0
}

.rehber-title {
  margin-bottom: 20px
}

.rehber-title h2 {
  color: #c30000;
  margin-bottom: 0;
  font-size: 1.5em
}

.rehber-title p {
  margin: 0
}

.content-bread li {
  float: left;
  margin-right: 7px
}

.content-bread li span:after {
  content: '›';
  display: inline-block;
  margin-left: 7px
}

.content-bread li:last-child span:after {
  content: ''
}

.rehber-bread {
  margin-top: -7px
}

.rehber-bread a {
  font-weight: 500;
  color: #fff;
  opacity: .7
}

.dropdown-menu {
  border-radius: 6px;
  padding: 10px 15px
}

.tags-list {
  margin-right: 15px
}

.content-info a {
  margin-top: 5px;
  display: block;
  cursor: pointer
}

.content-info a, .content-info span {
  color: #717171;
  font-size: 12px;
  margin-top: 5px
}

.content-info span {
  font-weight: normal
}

.content-hr {
  margin-top: 10px
}

.head-carousel-3 {
  padding: 30px 0 20px
}

.rehber-linkler {
  text-align: right
}

.rehber-linkler a, .rehber-linkler span {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  height: 35px;
  padding: 5px 22px;
  color: #717171;
  font-weight: 600;
  margin-top: 45px;
  position: relative
}

.rehber-linkler span.aktif b {
  content: "";
  width: 15px;
  height: 15px;
  background: #77ca35;
  display: block;
  position: absolute;
  left: 10px;
  border: 2px solid #fff;
  top: 10px;
  border-radius: 50%
}

.rehber-linkler span:first-child {
  margin-right: 15px;
  padding-left: 30px
}

.detailed h2 {
  font-weight: 500
}

.detailed {
  font-size: 1.3em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-display: auto
}

.detailed p {
  font-size: .9em;
  line-height: 1.7em;
  font-weight: 400
}

.detailed img {
  margin: 15px 0;
  height: auto !important
}

.detailed .detailed-link {
  font-weight: 700;
  color: #000
}

.rehber-map {
  margin: 30px 0;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden
}

.rehber-map iframe {
  margin: 0
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0)
}

.rehber-info {
  margin-top: 30px;
  font-weight: 600
}

.firma-content {
  font-size: 1.1em
}

.rehber-info .blockquote {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 30px
}

.iletisim-bilgileri {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5
}

.iletisim-bilgileri ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.iletisim-bilgileri ul li {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333
}

.iletisim-bilgileri ul li a {
  color: #333
}

.iletisim-bilgileri ul li span:not(.blur) {
  display: inline-block;
  width: 135px;
  font-weight: 800
}

.iletisim-bilgileri ul li i {
  display: inline-block;
  margin-right: 5px;
  color: #c30000;
  width: 15px
}

.custom-tabs {
  margin-top: 30px;
  background: #ddd;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  border-bottom: 0
}

.custom-tabs li {
  margin-right: 5px
}

.custom-tabs li a {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  color: #888;
  background: rgba(255, 255, 255, 0.4);
  padding: 8px 15px 6px
}

.custom-tabs li.active a {
  color: #333
}

.custom-content {
  padding: 20px 0
}

.detail {
  font-size: 1.1em;
  font-weight: 600
}

.rehber-info h2 {
  font-size: 1.5em;
  color: #c30000;
  margin-bottom: 15px
}

.firma-resimler {
  margin-bottom: 30px
}

.img-bordered {
  border: 1px solid #d4d4d4
}

.etkinlik-info {
  width: 100%;
  float: left;
  background: #f5f6f6;
  border-radius: 10px;
  padding-right: 30px
}

.etkinlik-info img {
  margin: 0 !important;
  border-radius: 10px 0 0 10px
}

.etkinlik-ol {
  margin-top: 13px;
  margin-bottom: 12px
}

.etkinlik-ol .firsat-price {
  padding: 0;
  margin-bottom: 10px
}

.etkinlik-ol b {
  display: block;
  font-size: 1.2em
}

.etkinlik-ol span {
  display: block;
  font-size: 1.1em
}

.btn-pinterest span.fa.fa-ticket, .btn-pinterest span.fa.fa-star {
  color: #fff
}

.etkinlik-title {
  color: #c30000;
  font-weight: 700 !important;
  font-size: 1.5em;
  margin-bottom: 5px !important
}

.etkinlik-hr {
  margin: 10px 0 0
}

.etkinlik-detay {
  font-size: 1.2em;
  font-weight: 500
}

.countdown {
  font-size: .8em !important;
  display: block;
  font-weight: 600
}

.countdown small {
  font-weight: 100
}

.firsat-price {
  font-size: 1.2em !important
}

.embed-responsive-16by9 {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-radius: 10px;
  overflow: hidden
}

.search-cateogories {
  text-align: center
}

.sc-item {
  border-radius: 10px;
  padding: 20px 0;
  bordeR: 1px solid #dedede;
  display: block;
  margin-bottom: 15px
}

.sc-item:hover {
  background: #f8f8f8
}

.sc-item .sc-img {
  border-radius: 7px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px
}

.modal-body {
  min-height: 200px
}

.search-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize
}

.search-title b {
  color: #333;
  font-size: 1.3em
}

.sc-item h4 {
  margin-bottom: 3px
}

.sc-item b {
  font-weight: 500;
  color: #999
}

.search-container {
  min-height: 450px
}

.weather-content {
  margin-top: 25px
}

.weather-content h2 {
  font-size: 1.3em;
  margin-top: -10px;
  font-weighT: 500;
  color: #717171
}

.current-day .current-img {
  float: right;
  margin-right: 20px;
  text-align: center
}

.current-day-title {
  float: left;
  font-size: 1.7em;
  margin-bottom: 25px;
  font-weight: 500;
  color: #444;
  display: block
}

.current-day-info {
  font-size: 1.2em;
  font-weight: 400;
  color: #666;
  display: block;
  text-align: center;
  margin-bottom: 15px
}

.cuda-infos {
  float: left
}

.current-day-maxc {
  font-size: 3.2em;
  font-weight: 500;
  display: block;
  float: left;
  width: 100%
}

.current-day-maxc span {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  float: left;
  display: inline-block
}

.current-day-minc {
  font-size: 1.5em;
  font-weight: 500
}

.cuda-infos sup {
  color: #666;
  font-size: .5em;
  display: inline-block;
  top: -10px;
  position: relative
}

.current-day-text {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 25px;
  color: #666
}

.current-day-text sup {
  color: #666;
  font-size: .7em
}

.weather-card {
  border: 1px solid #dedede;
  border-radius: 10px;
  text-align: center;
  padding: 12px 10px
}

.wc-title {
  font-size: 1.2em;
  font-weight: 600
}

.current-day-other-text {
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 25px;
  color: #666;
  margin-bottom: 20px
}

.current-day-other-text sup {
  color: #666;
  font-size: .7em
}

.wc-max {
  font-size: 1.4em;
  font-weight: 600;
  color: #333 !important
}

.wc-min {
  font-size: 1.2em;
  font-weight: 500;
  color: #666 !important
}

sup {
  color: #333;
  font-size: 70%
}

.wc-info {
  line-height: 1.2em;
  height: 30px;
  margin-bottom: 10px
}

#cont-block {
  margin-top: 10px
}

#cont-block .etkinlik-block {
  margin-top: 0 !important;
  box-shadow: none !important;
  border-radius: 7px !important
}

.detailed ul {
  list-style-type: disc;
  list-style-position: inside
}

.detailed ol {
  list-style-type: decimal;
  list-style-position: inside
}

.detailed ul ul, .detailed ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px
}

.detailed ol ol, .detailed ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px
}

.cont-item {
  border: 1px solid #dedede;
  border-radius: 6px;
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px
}

.cont-item .cont-header {
  width: 100%;
  float: left;
  background: #0098e6;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #0084c8;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5)
}

.cont-item .cont-header h2 {
  font-size: 1.4em;
  margin: 0
}

.cont-item .we-item {
  float: left;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #dedede
}

.cont-item .ct-item {
  height: 66px !important;
  overflow: hidden
}

.cont-item .et-item {
  height: 65px !important;
  overflow: hidden
}

.etkinlik-block .cont-link {
  border-top: 1px solid #dedede
}

.cont-item .we-item .we-img {
  float: left;
  width: 64px;
  margin-right: 15px
}

.cont-item .we-item .we-info {
  float: left;
  width: calc(100% - 160px)
}

.cont-item .we-item .we-info span:first-child {
  font-size: 1em;
  font-weight: 600;
  display: block;
  margin-top: 7px
}

.cont-item .we-item .we-info span:last-child {
  font-size: .85em;
  letter-spacing: -0.06em
}

.cont-item .current-day {
  background: #ebf8ff
}

.cont-item .current-day .we-info span:first-child {
  color: #0098e6;
  font-size: 1.3em
}

.cont-item .we-c {
  text-align: right
}

.cont-item .we-c span {
  display: inline-block
}

.cont-item .we-c span:first-child {
  font-size: 1.3em;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 3px;
  margin-top: 5px
}

.cont-item .cont-link {
  display: block;
  text-align: center;
  background: #f8f8f8;
  padding: 5px 0;
  font-size: .9em;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.weather-block .cont-link:hover {
  background: #f8f8f8;
  padding: 5px 0;
  font-size: .9em;
  font-weight: 400;
  color: #0098e6
}

.cont-item.nobetci-block .cont-header {
  background: #c00;
  border-color: #c60000
}

.cont-item.puan-block .cont-header {
  background: #77ca35;
  border-color: #63be1b
}

.cont-item.etkinlik-block .cont-header {
  background: #fe9806;
  border-color: #e98900
}

.cont-item .ne-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: relative;
  padding: 3px
}

.cont-item .ne-item span:first-child {
  display: block;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.cont-item .ne-address {
  font-size: .85em;
  margin-top: -5px
}

.dots {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ne-info {
  width: calc(100% - 30px);
  margin-left: 30px
}

.cont-item .ne-item small {
  display: block;
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 22px;
  color: #777
}

.puan-durumu {
  height: 265px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: Relative;
  overflow-y: scroll;
}

.blur {
  filter: blur(3.5px);
  position: Relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}


.cont-item.puan-block {
  padding-bottom: 10px !important
}

.sahiplen small {
  font-size: .7em;
  display: inline-block;
  margin-left: 5px;
  border-bottom: 1px solid #dedede
}

.puan-sticky li {
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
  background: #f6f7f7
}

.puan-sticky li span:nth-child(1) {
  border-right: 1px solid #dedede;
  width: 25px;
  text-align: center;
  font-weight: 500;
  display: block;
  float: left;
  clear: both;
  margin-right: 5px
}

.puan-sticky li.active {
  background: #f1ffe5 !important
}

.puan-sticky li span:nth-child(2) {
  width: calc(100% - 85px);
  display: block;
  float: left
}

.puan-sticky li span:nth-child(3) {
  width: 24.5px;
  float: left;
  display: block;
  text-align: center;
  border-left: 1px solid #dedede
}

.puan-sticky li span:nth-child(4) {
  width: 25px;
  float: left;
  display: block;
  text-align: center;
  border-left: 1px solid #dedede;
  margin-right: 5px
}

.nobetci-block .cont-link {
  border-top: 1px solid #dedede
}

.puan-durumu::-webkit-scrollbar-track {
  background-color: transparent
}

.puan-durumu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5
}

.puan-durumu::-webkit-scrollbar-thumb {
  background-color: #d1d1d1
}

.puan-durumu li {
  border-bottom: 1px solid #dedede;
  font-size: .9em;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}

.puan-durumu li span:nth-child(1) {
  border-right: 1px solid #dedede;
  width: 25px;
  text-align: center;
  font-weight: 500;
  display: block;
  float: left;
  clear: both;
  margin-right: 5px
}

.puan-durumu li.active {
  background: #f1ffe5 !important
}

.puan-durumu li span:nth-child(2) {
  width: calc(100% - 80px);
  display: block;
  float: left
}

.puan-durumu li span:nth-child(3) {
  width: 25px;
  float: left;
  display: block;
  text-align: center;
  border-left: 1px solid #dedede
}

.puan-durumu li span:nth-child(4) {
  width: 25px;
  float: left;
  display: block;
  text-align: center;
  border-left: 1px solid #dedede
}

.puan-durumu li.active span:nth-child(2) {
  font-weight: 500;
  color: #77ca35
}

.et-item {
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
  position: relative;
  display: block
}

.et-item:hover {
  color: #fe9806
}

.et-item .et-date span {
  display: block;
  width: 80px;
  float: left;
  margin-right: 5px;
  padding: 9px 0 0;
  text-align: center;
  font-size: 1em
}

.et-item .et-date span b {
  font-size: 1.2em;
  line-heighT: 1em;
  display: block
}

.et-item .et-date {
  width: 80px;
  float: left
}

.et-item .et-info {
  width: calc(100% - 80px);
  float: left
}

.et-item .et-info span:first-child {
  font-weight: 600;
  display: block;
  margin-top: 5px;
  line-heighT: 1em;
  margin-bottom: 2px
}

.etkinlik-block .cont-body {
  margin-top: 5px;
  float: left;
  width: 100%
}

.cont-item {
  position: relative;
  padding-bottom: 35px
}

.et-info .dots {
  padding-right: 10px
}

.girinti-1 {
  padding-left: 15px
}

.girinti-2 {
  padding-left: 30px
}

.head-rehber {
  margin-bottom: 20px
}

.nobetci-eczaneler {
  margin-top: 25px
}

.nobetci-eczaneler h1 {
  color: #c30000;
  font-size: 2em
}

.nobetci-eczaneler h2 {
  color: #666;
  font-size: 1.4em
}

.ne-baslik {
  text-align: center;
  background: #f7f7f7 !important;
  color: #c00;
  font-weight: 600
}

.ne-tr {
  position: relative
}

.ne-adres {
  width: calc(100% - 100px);
  float: left
}

.ne-konum {
  width: 100px;
  float: lefT
}

.ne-konum a {
  float: right;
  margin-top: 5.5px
}

.tarih-filter {
  position: relative
}

.tarih-filter button {
  position: Absolute;
  top: 3px;
  right: 3px;
  background: #d0d0d0;
  border: 0;
  padding: 3px 12px;
  border-radius: 4px;
  color: #fff
}

#login {
  padding: 80px 0 0;
  width: 100%
}

#login .login-box {
  padding: 20px;
  width: 100%;
  background: #fff;
  float: left;
  border: 1px solid #dedede;
  margin-bottom: 60px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 35px #c1c1c1;
  -webkit-box-shadow: 0 0 35px#c1c1c1;
  box-shadow: 0 0 35px #c1c1c1
}

.login-box h2 {
  font-weight: 700;
  color: #3b434e;
  margin-bottom: 5px
}

#login .login-box p {
  font-size: 15px;
  color: #3b434e;
  margin-bottom: 3px
}

#login .login-box hr {
  margin: 10px 0
}

.font-sm {
  font-size: 100%
}

.iletisim-item i {
  display: inline-block;
  float: left;
  font-size: 40px;
  color: #c30000;
  border: 1px solid #d1d1d1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  padding-top: 15px;
  margin-right: 15px
}

.iletisim-item b {
  font-weight: 700;
  color: #c30000;
  font-size: 20px;
  display: inline-block;
  margin-top: 5px
}

.iletisim-item span {
  font-size: 15px;
  font-weight: 700;
  color: #666
}

.newsletter {
  margin-top: 10px
}

.error-input {
  border: 1px solid #c30000 !important
}

.newsletter-content {
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px 20px 5px 20px;
  margin-bottom: 10px;
  margin-top: 10px
}

.newsletter-content h3 {
  color: #c30000;
  font-weight: 500;
  font-size: 1.3em
}

.small-other h4 {
  font-size: 1em !important
}

#sync2 .owl-item {
  cursor: pointer
}

.ilan-ozellikler {
  display: block;
  float: left;
  width: 100%;
  font-size: .9em;
  margin-top: -5px;
  font-weight: 400 !important
}

.ilan-ozellikler b {
  display: block;
  width: 125px;
  float: left;
  font-weight: 600;
  color: #333
}

.ilan-ozellikler .fiyat {
  display: block;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #c30000
}

.ilan-ozellikler span:nth-child(even) {
  background: #f8f8f8
}

.ilan-ozellikler span:nth-child(odd) {
  background: #FFF
}

#sync2 {
  border-radius: 7px;
  background: #f8f8f8;
  overflow: hidden
}

#sync2 .owl-item {
  border-right: 1px solid #f1f1f1;
  padding: 10px;
  opacity: .8
}

#sync2 .owl-item.current {
  background: #f1f1f1 !important;
  opacity: 1
}

.ilanveren-bilgileri {
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 7px;
  float: left;
  width: 100%;
  padding-top: 100px;
  text-align: center
}

.ilanveren-bilgileri img {
  margin-bottom: 10px;
  padding: 5px 0;
  background: #fff
}

.ilanveren-bilgileri h3 {
  color: #c30000;
  font-size: 1em;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3px;
  background: #f8f8f8;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0
}

.benzer-title {
  margin-top: 10px;
  color: #c30000
}

.degerler {
  padding: 10px;
  font-size: 13px
}

.degerler .fa-check-square {
  color: #ff9600;
  font-size: 18px
}

.degerler .fa-square {
  color: #f0f0f0;
  font-size: 18px
}

.ilanveren-bilgileri .iv-magaza {
  display: block;
  margin-bottom: 10px
}

.ilanveren-bilgileri .list-group {
  margin-bottom: 5px
}

.ilanveren-bilgileri .text-muted {
  margin-bottom: 7px;
  display: block
}

.ilanveren-bilgileri .list-group li {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 5px;
  font-size: 1.1em;
  font-weight: 600
}

.emlak_bg {
  background-image: url("../../../../uploads/bolumler/emlak.jpg");
  background-repeat: no-repeat;
  background-size: 100% 120px;
  background-attachment: cover
}

.ilanveren-bilgileri .text-muted {
  font-size: .95em !important
}

#all-links {
  padding: 30px 0 10px
}

body .block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: left
}

body .block-popup-login .close-login {
  display: inline-block;
  background: url(https://eticaret.gaziantep.com/catalog/view/javascript/so_sociallogin/images/btn-close-login.png) no-repeat top left;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 10px;
  top: 3px;
  position: absolute;
  opacity: 1
}

body .block-popup-login .tt_popup_login {
  height: 36px;
  border-bottom: 3px solid #ea3a3c;
  background-color: #242424;
  margin: 0 -20px
}

body .block-popup-login .tt_popup_login strong {
  line-height: 37px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 133.33%;
  color: #fff;
  position: relative;
  padding-right: 10px;
  top: -4px;
  background-color: #ea3a3c;
  font-weight: 600
}

body .block-popup-login .tt_popup_login strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 37px solid #ea3a3c
}

body .block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal
}

body .block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px
}

body .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #ddd
}

body .block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal
}

body .block-popup-login .email-input, body .block-popup-login .pass-input {
  position: relative;
  margin: 0 0 14px
}

body .block-popup-login .fieldset>.field:not(.choice)>.control {
  width: 100%
}

body .block-popup-login .input-text {
  border: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 0 5px 0 52px;
  height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #909090
}

body .block-popup-login .email-input:before {
  background: #f7f7f7;
  content: "\f007";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background:#d0d0d0;
  color:#fff;
  font: normal normal normal 20px/1 FontAwesome;
  padding: 10px 0 !important;
  text-align: center;
}

body .block-popup-login .pass-input:before {
  content: "\f13e";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background:#d0d0d0;
  color:#fff;
  font: normal normal normal 20px/1 FontAwesome;
  padding: 10px 0 !important;
  text-align: center;
}

body .block-popup-login .secondary {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px
}

body .block-popup-login .action.login {
  background-repeat: no-repeat;
  background-position: 25px center;
  padding: 0 25px 0 48px;
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
  background-image: url(https://eticaret.gaziantep.com/catalog/view/javascript/so_sociallogin/images/icon-btn-login.png);
  background-color: #666;
  color: #fff;
  border: 0;
  text-transform: uppercase
}

body .block-popup-login .action.login:hover {
  background-color: #ea3a3c
}

body .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px
}

body .block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 116.67%;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #ea3a3c
}

body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #d23436
}

body .block-popup-login .block-content .col-reg .list-log {
  margin: 0;
  list-style-type: none
}

body .block-popup-login .block-content .list-log li {
  padding: 2px 0 2px 14px;
  position: relative;
  list-style-type: none
}

body .block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 10px
}

.so_sociallogin a.btn-social-icon {
  padding: 9px 10px
}

.so_sociallogin .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-facebook:hover, .so_sociallogin .btn-facebook:focus, .so_sociallogin .btn-facebook:active {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-facebook:active {
  background-image: none
}

.so_sociallogin .btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-google-plus:hover, .so_sociallogin .btn-google-plus:focus, .so_sociallogin .btn-google-plus:active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-google-plus:active {
  background-image: none
}

.so_sociallogin .btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-twitter:hover, .so_sociallogin .btn-twitter:focus, .so_sociallogin .btn-twitter:active {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-twitter:active {
  background-image: none
}

.so_sociallogin .btn-linkdin {
  color: #fff;
  background-color: #0e76a8;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-linkdin:hover, .so_sociallogin .btn-linkdin:focus, .so_sociallogin .btn-linkdin:active {
  color: #fff;
  background-color: #04669a;
  border-color: rgba(0, 0, 0, 0.2)
}

.so_sociallogin .btn-linkdin:active {
  background-image: none
}

body .so_sociallogin .block-popup-login .tt_popup_login {
  border: 0;
  background-color: #c30000;
  height: 42px
}

body .so_sociallogin .block-popup-login .tt_popup_login strong {
  font-size: 16px;
  font-weight: 700;
  background-color: #c30000;
  line-height: 42px;
  position: static;
  background-position: 20px center;
  padding-left: 20px
}

body .so_sociallogin .block-popup-login .tt_popup_login strong:before {
  display: none
}
body .so_sociallogin .text-warning{
  color:#c30000 !important
}
body .so_sociallogin .block-popup-login .close-login {
  background-image: none;
  text-indent: 0;
  font-size: 24px;
  color: #fff;
  top: 7px;
  right: 5px
}

body .so_sociallogin .block-popup-login .block-content .login-customer h2 {
  font-size: 16px;
  font-weight: 700
}

body .so_sociallogin .block-popup-login .block-content .input-text {
  border-radius: 0
}

body .so_sociallogin .block-popup-login .block-content .btn-reg-popup {
  font-size: 14px;
  padding: 0 20px;
  background-color: #666;
  border-radius: 4px
}

body .so_sociallogin .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #c30000
}

body .so_sociallogin .block-popup-login .block-content .action.login {
  background-image: none;
  padding: 0 20px;
  background-color: #666;
  border-radius: 4px
}

body .so_sociallogin .block-popup-login .block-content .action.login:hover {
  background-color: #c30000
}

header {
  width: 100%;
  float: left;
  z-index: 111
}

header.affix {
  top: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.phone-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 111
}

.phone-footer-fixed .ilan-owner {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #dedede;
  color: #c30000;
  font-size: 17px
}

.phone-footer-fixed ul {
  margin: 0;
  padding: 0
}

.phone-footer-fixed ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-weight: 600;
  padding: 5px 0
}

.phone-footer-fixed ul li:first-child {
  border-right: 1px solid #dedede
}

.sub-categories {
  margin-left: 40px !important;
  overflow: hidden
}

.inside-tree>ul>li:first-child>a {
  margin-top: 0 !important
}

.inside-tree>ul>li>a {
  font-weight: 600;
  font-size: 1.2em;
  color: #000;
  margin-top: 15px
}

@media(max-width:480px) {
  header {
    padding: 5px 10px 5px 58px !important
  }

  .progress-bar .duyuru {
    width: 100% !important
  }

  .yazarlar-block {
    margin-top: 20px
  }

  .modal-dialog {
    margin: 0 !important;
    border-radius: 0 !important
  }

  .modal-content {
    border-radius: 0 !important
  }

  .profile-mobile {
    padding: 15px;
    float: left;
    width: 100%
  }

  .yazarlar-block .hc-item, .bio-block .hc-item {
    margin-bottom: 0 !important
  }

  body .block-popup-login {
    width: 100% !important
  }

  body .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0 !important
  }

  .profile-mobile img {
    width: 40px;
    margin-right: 15px;
    float: left
  }

  .profile-mobile .welcome {
    display: inline-block;
    font-size: .7em;
    font-weight: 500;
    padding: 0 !important;
    text-transform: uppercase
  }

  .profile-mobile .profile-username {
    font-weight: 600;
    font-size: 1.1em;
    padding: 0 !important
  }

  .profile-menu>a {
    display: block;
    padding: 0 !important
  }

  .ilan-ozellikler .fiyat {
    font-size: 1.5em;
    margin-top: 15px
  }

  #search-tools h2 {
    font-size: 1.6em !important
  }

  .weather-card {
    margin-bottom: 20px
  }

  .etkinlik-ol {
    padding: 15px
  }

  .etkinlik-info .btn-social {
    display: block;
    text-align: center
  }

  .etkinlik-info {
    padding: 0 !important
  }

  .etkinlik-info img {
    border-radius: 10px
  }

  #story .container {
    padding: 0 !important
  }

  .ga-logo img {
    height: 50px
  }

  .event-item {
    margin-bottom: 15px
  }

  #banner .col-lg-6:last-child .event-item {
    margin-bottom: -10px
  }

  #middle-area .campaign-area {
    margin-bottom: 15px
  }

  body .block-popup-login {
    width: 295px
  }

  body .block-popup-login .block-content .col-reg {
    width: 100%
  }

  body .block-popup-login .block-content .col-reg.registered-account {
    border-right: 0
  }

  body .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0
  }

  .search-box .nopaddingl {
    padding-lefT: 0 !important
  }

  .search-box .nopaddingr {
    padding-right: 0 !important
  }

  .search-box input {
    padding: 8px 8px 7px !important;
    font-size: 1em !important
  }

  .search-box button {
    padding: 5px !important
  }
}

.customer-menu {
  position: relative;
  float: right
}

.customer-menu:hover ul a {
  margin: 0;
  float: left;
  display: block
}

header .dropdown-menu {
  min-width: 160px
}

#all-links .list-group-item {
  padding: 6px 12px;
  font-weight: 400
}

#all-links .list-group-item .fa {
  display: inline-block;
  margin-right: 5px
}

.al-header h4 {
  float: left;
  display: inline-block
}

.al-header>a {
  float: right;
  font-size: .9em
}

.middle-height {
  max-height: 500px !important;
  overflow: hidden;
  overflow-y: scroll !important;
  border: 1px solid #dedede;
  padding: 10px 0 !important
}

.middle-height li>a {
  padding-left: 15px !important
}

.text-primary {
  color: #c30000
}

.ilan-ver-fixed {
  position: fixed;
  bottom: calc(50% - 75px);
  right: -60px;
  background: #c30000;
  padding: 10px 35px;
  border-radius: 25px 25px 0 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
  z-index: 100;
  transform: rotate(-90deg);
  height: 45px;
  max-height: 45px
}

.max-height {
  max-height: 100% !important
}

.ilan-ver-fixed:hover, .ilan-ver-fixed:active {
  background: #666;
  color: #fff
}

.sc-iei {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px
}

.sc-iei h4 {
  font-size: 1.2em
}

.overflow-hidden {
  overflow: hidden
}

.col3 {
  width: 20%;
  float: left;
  border: 1px solid #dedede;
  overflow: hidden;
  margin-bottom: 20px
}

.col3:first-child {
  border-radius: 7px 0 0 7px
}

.col3:last-child {
  border-radius: 7px 0 0 7px
}

.main-scroll {
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0
}

.other-categories {
  min-width: 100%;
  float: left
}

.maxwidth {
  width: 100%;
  float: left;
  overflow: hidden;
  overflow-x: scroll
}

.other-categories {
  padding: 0 10px
}

.kategori-son {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: #fff;
  height: 100% !important;
  padding: 40px
}

.kategori-son>span {
  font-size: 1.5em;
  color: #28a745;
  font-weight: 600;
  margin-bottom: 20px;
  display: block
}

.other-categories .list-group-item {
  padding: 5px 10px;
  font-weight: 500;
  text-align: left
}

.other-categories .list-group-item.active {
  background: #c30000;
  border-color: #c30000
}

.ilan-ekle {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.ilan-ekle .btn-success {
  margin-bottom: 10px
}

.upload-area {
  border: 2px dashed #dedede;
  background: #f8f8f8;
  border-radius: 7px;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 20px;
  position: Relative
}

.upload-area img {
  max-width: 64px;
  border-radius: 0 !important;
  opacity: .5
}

.max_imgs {
  position: absolute;
  top: 0;
  right: 0;
  background: #c30000;
  color: #fff !important;
  font-size: .8em !important;
  font-weight: 500;
  padding: 1px 12px;
  border-radius: 0 7px 0 7px
}

.upload-area span {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  color: #666
}

.upload-area input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer
}

.gallery {
  width: 100%;
  float: left
}

.gallery .img-prev {
  width: 120px;
  height: 120px;
  float: left;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% auto !important;
  border: 2px solid #dedede;
  background: #FFF;
  border-radius: 7px
}

.etkinlik-sidebar {
  font-size: 1.3em;
  color: #666;
  margin-top: 0
}

.etkinlik-sidebar .etkinlik-fiyat {
  display: inline-block;
  margin-bottom: 10px
}

.etkinlik-sidebar .etkinlik-kisi {
  margin-bottom: 10px;
  font-size: .8em;
  float: right
}

.etkinlik-block-top {
  float: left;
  width: 100%;
  background: #f8f8f8;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #dedede
}

.etkinlik-block-one {
  float: left;
  padding: 10px;
  border-right: 1px solid #dedede;
  width: 60%
}

.etkinlik-kisi {
  float: right;
  display: inline-block
}

.etkinlik-block-top span:first-child {
  font-size: .9em;
  color: #000;
  font-weight: 600
}

.etkinlik-block {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-radius: 7px 7px 0 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.etkinlik-kisi {
  text-align: center;
  width: 40%;
  padding-top: 10px
}

.etkinlik-kisi b {
  display: block;
  font-size: 1.2em
}

.etkinlik-fiyat-item {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: relative;
  cursor: pointer
}

.etkinlik-fiyat-item:hover, .etkinlik-fiyat-item.active {
  background: #edffe0
}

.etkinlik-fiyat-b {
  width: 60%;
  display: block;
  float: left;
  padding: 10px;
  font-size: .7em;
  font-weight: 500;
  border-right: 1px solid #f5f5f5
}

.etkinlik-fiyat {
  position: Absolute;
  right: 10px;
  top: calc(50% - 12px)
}

.etkinlik-sidebar .btn {
  border-radius: 0 0 5px 5px !important
}

.firsat-item {
  border: 1px solid #dedede;
  border-radius: 7px;
  overflow: hidden;
  float: left;
  display: block;
  padding: 10px
}

.firsat-item img {
  border-radius: 5px;
  margin-bottom: 10px
}

.firsat-item:hover {
  border-color: #c30000
}

.firsat-item h4 {
  line-height: 130%
}

.firsat-item .firsat-info {
  height: 112.8px;
  overflow: hidden;
  padding-top: 10px;
  border-bottom: 1px solid #dedede
}

.firsat-price {
  display: block;
  padding: 7px 7px 0 7px;
  font-size: 1.4em !important;
  font-weight: 600
}

.firsat-price i {
  float: right;
  display: inline-block;
  padding-top: 4px
}

.tur-fiyat {
  padding: 10px;
  text-align: center;
  display: block
}

.ga-mobile-toggle {
  width: 35px;
  float: left;
  position: absolute;
  left: -35px;
  top: 11px
}

#Capa_1 {
  fill: #60607a;
  height: 27px
}

#mobile-menu .eticaret {
  background: #c30000;
  color: #fff;
  text-align: center
}

#mobile-menu .social {
  text-align: center
}

#section-container .campaign-area .campaign-item {
  height: 295px
}

.firsat-item {
  margin-bottom: 25px
}

.close-mobile-menu {
  display: inline-block;
  position: fixed;
  top: 17px;
  right: 0;
  background: #c30000;
  color: #fff !important;
  width: 45px;
  height: 35px;
  border-radius: 50px 0 0 50px;
  text-align: center;
  z-index: 2222;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  padding-top: 3px;
  border: 1px solid #fff;
  border-right: 0
}

.rehber-item {
  border: 2px solid #dedede;
  border-radius: 7px;
  overflow: hidden
}

.rehber-item .other-img {
  border: 0 !important;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #dedede;
  padding: 10px
}

.rehber-item .other-img img {
  border-radius: 7px
}

.rehber-item .other-info {
  border-top: 1px solid #dedede;
  text-align: center;
  padding: 0 7px
}

.rehber-item .other-info h4 {
  margin-top: 0;
  font-size: 1.3em !important;
  height: auto !important;
  padding-bottom: 8px
}

.toast-alert {
  cursor: pointer
}

.inside-sidebar .active {
  color: #c30000
}

.inside-sidebar li {
  position: Relative
}

.inside-sidebar .active:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: Absolute;
  font-display: auto;
  right: 0
}

.fullwidth {
  width: 100%
}

.editor-tool {
  position: fixed;
  bottom: 50px;
  right: 1px;
  width: 100px;
  z-index: 1000
}

.editor-tool a {
  display: block;
  float: left;
  width: 100%;
  margin: 0 !important;
  border-radius: 0
}

.editor-tool a:first-child {
  border-radius: 7px 0 0 0
}

.editor-tool a:last-child {
  border-radius: 0 0 0 7px
}

#customer-chat-iframe {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.65);
  border-radius: 3px 3px 0 0
}

.not-found {
  display: block;
  width: 100%;
  padding: 70px 0 50px;
  background: #f6f6f6
}

.not-found img {
  max-height: 300px;
  float: right
}

.text-sm {
  font-size: 12px
}

.not-found i {
  font-size: 70px;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px
}

.content-share a {
  display: block;
  margin-bottom: 10px
}

.title-category {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px
}

.title-category:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #c30000;
  bottom: -2px;
  left: 0
}

.panel-body .table {
  margin: 0
}

#panelim .panel-body {
  padding: 0
}

.checkbox {
  cursor: pointer;
  display: inline-block
}

.checkbox div.checkbox-overlay {
  position: relative;
  overflow: hidden
}

.checkbox input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 0;
  margin: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.checkbox label {
  float: left;
  line-height: initial
}

.checkbox.ch-align-right label {
  float: right;
  line-height: initial
}

.checkbox div.checkbox-container {
  float: left
}

.checkbox.ch-align-right div.checkbox-container {
  float: right
}

.checkbox div.checkbox-container .checkbox-checkmark {
  position: relative;
  background-color: #eee;
  border-radius: 6px;
  border: 1px #ddd solid
}

.checkbox div.checkbox-checkmark::after {
  display: none;
  position: absolute;
  content: "";
  border: solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.checkbox input:checked~.checkbox-container>.checkbox-checkmark {
  background-color: #28a745;
  border: 0
}

.checkbox input:checked~.checkbox-container>.checkbox-checkmark:after {
  display: initial
}

.checkbox input:checked:hover~.checkbox-container>.checkbox-checkmark {
  background-color: #28a745;
  border: 0
}

.checkbox input:checked:hover~.checkbox-container>.checkbox-checkmark:after {
  border-color: white
}

.checkbox input:hover~.checkbox-container>.checkbox-checkmark {
  background-color: #ddd;
  border: 1px #ccc solid
}

.checkbox input:hover~.checkbox-container>.checkbox-checkmark:after {
  display: initial;
  border-color: rgba(190, 190, 190, 1);
  border-top: 0;
  border-left: 0
}

.checkbox.tiny label {
  font-size: .9em;
  padding: .08em .7em
}

.checkbox.small label {
  font-size: 1em;
  padding: .25em 1em
}

.checkbox.medium label {
  font-size: 1.25em;
  padding: .28em .8em
}

.checkbox.large label {
  font-size: 1.5em;
  padding: .26em .8em
}

.checkbox.tiny .checkbox-container .checkbox-checkmark {
  width: 20px;
  height: 20px
}

.checkbox.small .checkbox-container .checkbox-checkmark {
  width: 26px;
  height: 26px
}

.checkbox.medium .checkbox-container .checkbox-checkmark {
  width: 34px;
  height: 34px
}

.checkbox.large .checkbox-container .checkbox-checkmark {
  width: 40px;
  height: 40px
}

.checkbox.tiny .checkbox-container .checkbox-checkmark:after {
  height: 12px;
  width: 6px;
  left: 7px;
  top: 3px;
  border-width: 0 2px 3px 0
}

.checkbox.small .checkbox-container .checkbox-checkmark:after {
  height: 15.6px;
  width: 7.8px;
  left: 9.1px;
  top: 3px;
  border-width: 0 2px 4px 0
}

.checkbox.medium .checkbox-container .checkbox-checkmark:after {
  height: 20.4px;
  width: 10.2px;
  left: 11.9px;
  top: 4px;
  border-width: 0 3px 5px 0
}

.checkbox.large .checkbox-container .checkbox-checkmark:after {
  height: 24px;
  width: 12px;
  left: 14px;
  top: 5px;
  border-width: 0 3px 6px 0
}

.checkbox.disabled input {
  display: none
}

.checkbox.disabled input:checked~.checkbox-container>.checkbox-checkmark {
  opacity: .25;
  cursor: not-allowed;
  border: 0
}

.checkbox.disabled .checkbox-container>.checkbox-checkmark {
  opacity: .25;
  cursor: not-allowed;
  border: 1px #666 solid
}

.checkbox.disabled label {
  opacity: .25;
  cursor: not-allowed
}

.checkbox.rounded-3 .checkbox-container .checkbox-checkmark {
  border-radius: 3px
}

.checkbox.rounded-6 .checkbox-container .checkbox-checkmark {
  border-radius: 6px
}

.checkbox.rounded-8 .checkbox-container .checkbox-checkmark {
  border-radius: 8px
}

.checkbox.rounded-10 .checkbox-container .checkbox-checkmark {
  border-radius: 10px
}

.checkbox.rounded-16 .checkbox-container .checkbox-checkmark {
  border-radius: 16px
}

.page-item.active a {
  background: #c30000 !important;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.head-carouseller, #main-contentinal {
  clear: both
}

.comment-item {
  bordeR: 1px solid #dedede;
  border-radius: 6px;
  padding: 15px;
  float: left;
  width: 100%;
  margin-top: 10px
}

.comment-item .comment-author {
  color: #449d44;
  font-size: 1.2em
}

.comment-item .comment-author time {
  display: inline-block;
  font-size: .8em;
  color: #666
}

.comment-item p {
  font-size: 1em;
  color: #666;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
  border-top: 1px solid #dedede;
  padding-top: 10px
}

.comment-item p>b {
  font-size: 40px;
  color: #d1d1d1;
  float: left;
  display: inline-block;
  margin-righT: 10px;
  margin-top: 7px
}

.author-boxed {
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 15px 5px 15px
}

.author-boxed h2 {
  color: #c30000;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  margin: 0
}

.author-boxed img {
  border: 1px solid #dedede
}

.author-boxed p.small-desc {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 100px;
  overflow: hidden
}

.author-boxed-title {
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
  padding-bottom: 5px
}

.btn-socialy {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #dedede;
  border-radius: 50%;
  text-align: center
}

.author-boxed p.small-desc>a, .bio-close {
  color: #c30000;
  font-weight: bold
}

.list-custom-group a {
  font-size: .8em;
  padding: 7px 10px !important
}

.all-contents-link {
  color: #c30000;
  font-weight: bold
}

.main-contentinal>.row>.col-lg-2 {
  left: -45px !important
}

.main-contentinal>.row>.col-lg-3.leftCol {
  right: -30px !important
}

.list-custom-group a {
  font-size: 1em !important
}

.footer-foot {
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #dedede
}

.footer-foot h1, .footer-foot h2 {
  font-size: .8em;
  margin: 0;
  padding: 0;
  margin-top: 5px
}

.category-title h1 {
  font-size: 2em;
  color: #c30000;
  margin-bottom: 0
}

.category-title .breadcrumbs {
  padding-bottom: 20px;
  float: left;
  width: 100%
}

.marginst {
  display: block;
  padding-top: 10px
}

.header_ust {
  display: block;
  width: 100%;
  text-align: center;
  float: left
}

.etkinlikler-container .sidebar {
  margin-top: 0 !important
}

.yazar-kutu {
  display: block;
  border: 1px solid #dedede;
  border-radius: 0 0 7px 7px;
  background: #fff
}

.yazarlar-list-alt {
  position: Relative;
  margin-top: 22.5px
}

.yazarlar-list>div.yazar-kutu {
  display: block;
  float: left;
  width: 100%;
  padding: 7px 5px 2.5px 5px;
  margin-bottom: 28.5px
}

.yaz-cont {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: block;
  clear: both
}

.yaz:after {
  clear: both
}

.yazarlar-list .hc-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 3px;
  margin-right: 10px;
  float: left
}

.yazarlar-list .hc-infos {
  float: left;
  width: calc(100% - 106px)
}

.yazarlar-list .hc-img img {
  border-radius: 7px
}

.yazarlar-list h5 {
  color: #c30000;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 15px
}

.yazarlar-list .owl-nav {
  position: Absolute;
  right: 0;
  top: -35px
}

.yazarlar-list .owl-nav .owl-prev, .yazarlar-list .owl-nav .owl-next {
  display: inline-block !important
}

.yazarlar-list .owl-nav .owl-prev {
  margin-right: 10px
}

.fullwidth {
  width: 100%
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

.preloading:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eee 10%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  position: relative
}
.bizim-item{
  display: block;
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  border-radius: 6px;
  margin-bottom: 15px;
  cursor: pointer;
}
.bizim-item:hover{
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.bizim-item .bizim-item-img{
  float: left;
  position:relative;
  padding: 20px 10px;
}
.bizim-item .bizim-item-img span{
  position:absolute;
  right: -30px;
  top: 5px;
  color:#fff;
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 5px 0 0 5px;
  line-height: 15px;
}
.bizim-item .bizim-item-img span.sikayet{
  background:#c30000;
}
.bizim-item .bizim-item-img span.gorus{
  background:#ff9600
}
.bizim-info{
  float: left;
  width: 100%;
  padding: 20px;
  border-left: 1px solid #dedede;
}
.bizim-info h3{
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color:#666;
}
.bizim-info h2{
  font-size: 1.3em;
  color:#c30000;
  margin-bottom: 5px;
}
.bizim-info hr{
  margin: 10px 0
}
.category-description{
  border: 1px solid #dedede;
  float: left;
  width: calc(100% - 30px);
  margin-left: 15px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 7px;
  max-height: 270px;
  overflow: hidden;
  overflow-y: scroll;
}
.category-description::-webkit-scrollbar-track {
  background-color: transparent
}

.category-description::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5
}

.category-description::-webkit-scrollbar-thumb {
  background-color: #d1d1d1
}
.remove-videodetector{
  display: none;
}
.main-header iframe{
  max-width: 100% !important
}
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  text-align: center;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-weight: bold;
  min-width: 220px;
  font-size: 17px;
  display: block;
  padding: 10px 0;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #f27f7f;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #c30000;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.image-area{
  display: block;
  width: 100%;
  height: 135px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}
.image-area.not-found:after{
  content: 'Hiç görsel yüklenmedi.';
  position:Absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  font-size: 12px;
}
.image-area .image-item img{
  max-width: 100%;
}
.image-area .image-item{
  float: left;
  width: calc(100% / 6);
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  margin-right: 5px;
  position:relative;
}
.text-white{
  color:#fff;
}
.image-area .image-item .times{
  float: right;
  position:absolute;
  right: 0;
  top: 0;
  background:#c30000;
  color:#fff;
  padding: 5px;
  cursor: pointer;
  border-radius: 0 4px 0 5px;
}
.modal label{
  font-weight: 300 !important;
  font-size: 13px !important;
  line-height: 19px !important
}
.rklm-detay{
  text-align: center;
  width: 100%;
  min-width: 300px;
  float: left;
  display: block !important;
  margin-bottom: 20px;
}
.google-auto-placed{
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.rklm-detay.pull-right{
  margin-left: 20px;
  margin-right: 0 !important
}
.sepetAdet{
  display: inline-block;
  width: 20px;
  height: 20px;
  background:#c30000;
  color:#fff;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  margin-left: 5px;
  position:relative;
  top: -2px
}
