html,
body {
  background: url(../images/background.png) repeat-y;
  background-size: 100%;
  font-family: 'Lato', sans-serif;
  color: #4a0857;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #4c4c79;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #eef3f5;
}

/* Sidebar Layout Fix - PHP 8+ Uyumluluk */
.container .row,
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.container .col-md-8,
.col-md-8,
.container .col-md-4,
.col-md-4 {
  padding: 0 15px;
}

.container .col-md-8,
.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.container .col-md-4,
.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.container .row::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Sidebar */
@media (max-width: 768px) {
  .container .row,
  .row {
    display: block;
  }

  .container .col-md-8,
  .col-md-8,
  .container .col-md-4,
  .col-md-4 {
    flex: none;
    max-width: 100%;
    position: static;
    margin-bottom: 30px;
  }

  .container .col-md-4,
  .col-md-4 {
    margin-top: 20px;
  }
}

}
.container {
  max-width: 1220px;
}

* {
  outline: 0 !important;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #4a0857;
}

a:hover {
  text-decoration: none;
  color: #4a0857;
}

header.site-header {
  background: url(../images/header.png) no-repeat;
  background-size: 100%;
  min-height: calc(100vw / (1920 / 237));
  padding-top: 1.5vw;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

header.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.site-header .container .logo img {
  height: 31px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .container .logo img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

header.site-header .container nav.header-menu {
  position: relative;
}

header.site-header .container nav.header-menu .bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 50px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .container nav.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

header.site-header .container nav.header-menu ul li a {
  color: #4a0857;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 40px;
  padding: 0 25px;
}

header.site-header .container nav.header-menu ul li a:hover {
  color: #fff;
}

header.site-header .container nav.header-menu ul li a.active {
 color: #fba335;
}


.header-clear {
  min-height: calc(100vw / (1920 / 237));
}

.page-header-bg {
  position: absolute;
  width: 65vw;
  right: 0;
  top: 0;
  height: calc(65vw / (1454 / 1047));
  background: url(../images/page-header.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

section.home-header {
  padding: 130px 0 250px;
}

section.home-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.home-header .container .left {
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 100%;
  line-height: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.home-header .container .left h2 {
  font-size: 36px;
  font-weight: 800;
}

section.home-header .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 100%;
}

section.home-header .container .right .login-area {
  background: #fff;
  max-width: 390px;
  width: 100%;
  padding: 40px 30px 30px;
  border-radius: 30px;
  position: relative;
}

section.home-header .container .right .login-area .heart {
  position: absolute;
  background: url(../images/icons/login-heart.png);
  width: 277px;
  height: 257px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  -webkit-animation: heartAnimation 2s infinite;
          animation: heartAnimation 2s infinite;
}

section.home-header .container .right .login-area h4 {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 20px;
}

section.home-header .container .right .login-area label {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

section.home-header .container .right .login-area label input {
  width: 100%;
  border: 1px solid #4a0857;
  padding: 15px 20px;
  border-radius: 20px;
}

section.home-header .container .right .login-area label .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-header .container .right .login-area label .icon.username {
  width: 13px;
  height: 25px;
  background: url(../images/icons/username.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

section.home-header .container .right .login-area label .icon.password {
  width: 18px;
  height: 25px;
  background: url(../images/icons/password.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

section.home-header .container .right .login-area label input:focus + .icon {
  -webkit-transform: translateX(-10px) translateY(-50%);
          transform: translateX(-10px) translateY(-50%);
}

section.home-header .container .right .login-area .submit-btn {
  display: inline-block;
  width: 100%;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 55px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-header .container .right .login-area .submit-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.home-header.contact {
  padding: 50px 0 250px;
}

section.home-header.contact .contact-form {
  background-color: rgba(255, 255, 255, 0.72);
  max-width: 600px;
  border-radius: 20px;
  padding: 50px 50px 10px 50px;
  text-align: center;
  position: relative;
}

section.home-header.contact .contact-form .heart {
  position: absolute;
  background: url(../images/icons/login-heart.png);
  width: 277px;
  height: 257px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  -webkit-animation: heartAnimation 2s infinite;
          animation: heartAnimation 2s infinite;
}

section.home-header.contact .contact-form h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

section.home-header.contact .contact-form input[type="text"],
section.home-header.contact .contact-form input[type="email"],
section.home-header.contact .contact-form input[type="number"],
section.home-header.contact .contact-form textarea {
  background-color: #f6f6f6;
  border: 1px solid rgba(14, 0, 56, 0.5);
  border-radius: 15px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
}

section.home-header.contact .contact-form textarea {
  min-height: 150px;
}

section.home-header.contact .contact-form .submit-btn {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 46px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 80px;
  margin-bottom: 30px;
}

section.home-header.contact .contact-form .submit-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.home-features {
  padding: 50px 0 0 0;
}

section.home-features .features-box {
  color: #fff;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 15px;
  position: relative;
  padding: 70px 30px 30px;
  margin-bottom: 80px;
  text-align: center;
}

section.home-features .features-box .icon {
  position: absolute;
  left: 50%;
  top: -130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.home-features .features-box h3 {
  text-align: center;
  color: #fba335;
  font-weight: 900;
  font-size: 36px;
}

section.home-chat-rooms .container {
  position: relative;
}

section.home-chat-rooms h2.section-title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}

section.home-chat-rooms .hc-rooms a.room {
  display: block;
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  padding: 50px 30px 40px;
  margin: 60px 0 20px;
  position: relative;
  border-radius: 10px;
}

section.home-chat-rooms .hc-rooms a.room span.image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  display: block;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-chat-rooms .hc-rooms a.room span.image img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  width: 82px;
}

section.home-chat-rooms .hc-rooms a.room span.title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  -webkit-transition: .6s all;
  transition: .6s all;
}

section.home-chat-rooms .hc-rooms a.room span.online {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -13px;
  line-height: 26px;
  background: #4a0857;
  color: #fff;
  border-radius: 30px;
  color: #fff;
  padding: 0 25px;
  font-size: 13px;
}

section.home-chat-rooms .hc-rooms a.room:hover span.image {
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}

section.home-chat-rooms .hc-rooms a.room:hover span.title {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

section.home-chat-rooms .custom-owl-button {
  position: absolute;
  top: 160px;
  border: none;
  background: transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-chat-rooms .custom-owl-button img {
  height: 40px;
}

section.home-chat-rooms .custom-owl-button.prev {
  left: -50px;
}

section.home-chat-rooms .custom-owl-button.next {
  right: -50px;
}

section.home-chat-rooms .custom-owl-button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.home-about-us {
  background: url(../images/about-us-bg.png) no-repeat;
  text-align: center;
  color: #fff;
  padding: 200px 0 180px;
  position: relative;
  margin: 300px 0 0;
  font-size: 28px;
}

section.home-about-us .top-image {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.home-about-us h3 {
  color: #fba335;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}

section.home-about-us .text {
  margin-bottom: 30px;
}

section.home-about-us a.details {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 46px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 70px;
}

section.home-about-us a.details:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.blog-area .blog-posts .post {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

section.blog-area .blog-posts .post .image {
  position: relative;
  overflow: hidden;
}

section.blog-area .blog-posts .post .image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.blog-area .blog-posts .post .image .category {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
}

section.blog-area .blog-posts .post .image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #2a0446;
  background: -webkit-gradient(linear, left bottom, left top, from(#2a0446), color-stop(10%, #2a0446), to(rgba(42, 4, 70, 0.5)));
  background: linear-gradient(0deg, #2a0446 0%, #2a0446 10%, rgba(42, 4, 70, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

section.blog-area .blog-posts .post .content {
  background: #0f0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0038), to(#2a0446));
  background: linear-gradient(0deg, #0f0038 0%, #2a0446 100%);
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.4em;
  min-height:150px;
}

section.blog-area .blog-posts .post .content h4 {
  font-size: 22px;
}

section.blog-area .blog-posts .post .content h4 a {
  color: #fff;
}

section.blog-area .blog-posts .post:hover .image img {
  -webkit-transform: rotate(-10deg) scale(1.3);
          transform: rotate(-10deg) scale(1.3);
}

section.blog-area .more-button {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 46px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 70px;
  margin-bottom: 30px;
}

section.blog-area .more-button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.blog-area .blog-detail {
  border-radius: 10px;
  overflow: hidden;
}

section.blog-area .blog-detail .blog-top {
  position: relative;
  height: 280px;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
section.blog-area .blog-detail .blog-top-flayer {
  position: relative;
  height: 80px;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

section.blog-area .blog-detail .blog-top .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.blog-area .blog-detail .blog-top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
}

section.blog-area .blog-detail .blog-info {
  position: relative;
  z-index: 2;
  text-align: center;
}

section.blog-area .blog-detail .blog-info h1 {
  font-size: 40px;
  font-weight: 900;
}

section.blog-area .blog-detail .blog-info span.info {
  margin: 0 5px;
  font-weight: 300;
  font-size: 15px;
}

section.blog-area .blog-detail .blog-info span.info img {
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

section.blog-area .blog-detail .bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

section.blog-area .blog-detail .bottom .category {
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

section.blog-area .blog-detail .bottom .date {
  background: #900505;
  background: -webkit-gradient(linear, right top, left top, from(#fb5737), to(#900505));
  background: linear-gradient(-90deg, #fb5737 0%, #900505 100%);
  color: #fff;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}

section.blog-area .blog-content {
  border: 5px solid #0e0038;
  border-top: none;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
	margin-bottom:60px;
}

section.blog-area .sidebar .sidebar-element {
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

section.blog-area .sidebar .sidebar-element .title {
  background: #fb8437;
  background: -webkit-gradient(linear, left bottom, left top, from(#fb8437), to(#fbc333));
  background: linear-gradient(0deg, #fb8437 0%, #fbc333 100%);
  text-align: center;
  color: #4a0857;
  font-weight: 900;
  font-size: 34px;
  padding: 5px 0;
}

section.blog-area .sidebar .sidebar-element .sidebar-content {
  padding: 15px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  max-width: 65px;
  width: 100%;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .image img {
  width: 100%;
  height:50px;
  border-radius:10px
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 65px);
          flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  width: 100%;
  padding-left: 20px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content h2 {
  padding: 0;
  font-size: 20px;
  margin: 0 0 7px;
  font-weight: 400;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content h2 a {
  color: #fff;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content .category {
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 24px;
  border-radius: 28px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content .date {
  background: #900505;
  background: -webkit-gradient(linear, right top, left top, from(#fb5737), to(#900505));
  background: linear-gradient(-90deg, #fb5737 0%, #900505 100%);
  color: #fff;
  line-height: 24px;
  border-radius: 28px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons button {
  border: none;
  background: transparent;
  cursor: pointer;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons button.radio-play {
  width: 100px;
  height: 100px;
  background: url(../images/icons/play.png) no-repeat;
  background-size: contain;
  margin: 0 20px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons button.radio-stop {
  width: 100px;
  height: 100px;
  background: url(../images/icons/stop.png) no-repeat;
  background-size: contain;
  margin: 0 20px;
}

section.blog-area .sidebar .sidebar-element.sss {
  background: #f65434;
  background: -webkit-gradient(linear, left top, left bottom, from(#f65434), to(#930706));
  background: linear-gradient(180deg, #f65434 0%, #930706 100%);
  padding-top: 61px;
  position: relative;
}

section.blog-area .sidebar .sidebar-element.sss .title {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item {
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

section.blog-area .sidebar .sidebar-element.sss .sss-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item .sss-title {
  margin-bottom: 10px;
  font-size: 18px;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item .sss-title::before {
  content: '';
  display: inline-block;
  border: 3px solid #fff;
  background-color: transparent;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item.active .sss-title::before {
  content: '';
  background-color: #3cb878;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item .sss-text {
  background-color: #ffbbb5;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 18px;
  color: #b42015;
}

section.blog-area .comment-form {
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 10px;
  padding: 25px 28px;
  margin-bottom: 30px;
}

section.blog-area .comment-form .row {
  margin: 0 -7.5px;
}

section.blog-area .comment-form .col-md-4,
section.blog-area .comment-form .col-md-12 {
  padding: 0 7.5px;
}

section.blog-area .comment-form input[type="text"],
section.blog-area .comment-form input[type="email"],
section.blog-area .comment-form input[type="password"],
section.blog-area .comment-form input[type="number"],
section.blog-area .comment-form textarea {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  border: none;
  color: #fff;
  margin-bottom: 15px;
}

section.blog-area .comment-form input[type="text"]::-webkit-input-placeholder,
section.blog-area .comment-form input[type="email"]::-webkit-input-placeholder,
section.blog-area .comment-form input[type="password"]::-webkit-input-placeholder,
section.blog-area .comment-form input[type="number"]::-webkit-input-placeholder,
section.blog-area .comment-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form input[type="text"]:-ms-input-placeholder,
section.blog-area .comment-form input[type="email"]:-ms-input-placeholder,
section.blog-area .comment-form input[type="password"]:-ms-input-placeholder,
section.blog-area .comment-form input[type="number"]:-ms-input-placeholder,
section.blog-area .comment-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form input[type="text"]::-ms-input-placeholder,
section.blog-area .comment-form input[type="email"]::-ms-input-placeholder,
section.blog-area .comment-form input[type="password"]::-ms-input-placeholder,
section.blog-area .comment-form input[type="number"]::-ms-input-placeholder,
section.blog-area .comment-form textarea::-ms-input-placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form input[type="text"]::placeholder,
section.blog-area .comment-form input[type="email"]::placeholder,
section.blog-area .comment-form input[type="password"]::placeholder,
section.blog-area .comment-form input[type="number"]::placeholder,
section.blog-area .comment-form textarea::placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form textarea {
  min-height: 150px;
}

section.blog-area .comment-form .form-bottom {
  color: #959595;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
}

section.blog-area .comment-form .submit-btn {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 50px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

section.blog-area .comment-form .submit-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.blog-area .comments .comment-item {
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.blog-area .comments .comment-item .image {
  max-width: 95px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  width: 100%;
}

section.blog-area .comments .comment-item .image img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

section.blog-area .comments .comment-item .text {
  color: #fff;
  padding-left: 20px;
}

section.blog-area .comments .comment-item .text h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
section.blog-area .comments .comment-item .text h5 a{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  color:#fff;
}

section.blog-area .comments .comment-item .text .comment {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 5px;
}

section.blog-area .comments .comment-item .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

section.blog-area .comments .comment-item .text .bottom .comment-reply-link {
  color: #fb9004;
  font-weight: 600;
}

section.blog-area .comments .comment-item .text .bottom .comment-reply-link img {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 3px;
}

section.blog-area .comments .comment-item .text .bottom .date {
  font-weight: 300;
}

section.blog-area .comments .comment-item .text .bottom .date img {
  margin-right: 3px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

section.blog-area.detail {
  background: url(../images/blog-bg.png) no-repeat;
  background-position: center 200px;
}

section.blog-area.detail .blog-detail {
  -webkit-box-shadow: 0 0 30px rgba(38, 5, 61, 0.6);
          box-shadow: 0 0 30px rgba(38, 5, 61, 0.6);
  margin-bottom: 30px;
}

section.blog-area.detail .blog-detail .blog-content {
  color: #1d1d1d;
}

section.custom-page {
  padding: 70px 0;
  background: url(../images/blog-bg.png) no-repeat;
  background-position: center 100px;
}

section.custom-page .page-content {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(14, 0, 56, 0.5);
          box-shadow: 0 0 30px rgba(14, 0, 56, 0.5);
  overflow: hidden;
}

section.custom-page .page-content .title {
  background: url(../images/custom-page-header.png) no-repeat;
  background-size: 100%;
  height: 170px;
  padding: 25px 40px;
}

section.custom-page .page-content .title h1 {
  font-size: 36px;
  font-weight: 900;
}

section.custom-page .page-content .content {
  padding: 25px;
  font-weight: 600;
  font-size: 18px;
}

section.page-header {
  position: relative;
  min-height: 400px;
  padding-top: calc(100vw / (1920 / 237));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  background: #0e0038;
  background: linear-gradient(217deg, #0e0038 0%, #4f095a 100%);
  padding-bottom: 60px;
}

section.page-header img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .22;
}

section.page-header .content {
  position: relative;
  z-index: 1;
  color: #fff;
}

section.page-header .content h1 {
  font-weight: 900;
}

footer.site-footer {
  margin-top: 50px;
  background-color: #12013a;
  color: #fff;
  padding: 70px 0 40px 0;
  position: relative;
}

footer.site-footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #4e085a;
  background: linear-gradient(217deg, #4e085a 0%, #fb8637 100%);
  position: absolute;
  top: 0;
  left: 0;
}

footer.site-footer .footer-top nav.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.site-footer .footer-top nav.footer-menu ul li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
}

footer.site-footer .footer-top nav.footer-menu ul li a:hover {
  color: #fba335;
}

footer.site-footer .footer-top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer.site-footer .footer-top .social a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: block;
  text-align: center;
  color: #fba335;
  font-size: 22px;
  margin-bottom: 30px;
}

footer.site-footer .footer-top .social a img {
  height: 80px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

footer.site-footer .footer-top .social a span {
  -webkit-transition: .7s all;
  transition: .7s all;
  display: block;
  margin-top: 0px;
}

footer.site-footer .footer-top .social a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer.site-footer .footer-top .social a:hover span {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

footer.site-footer .footer-bottom .logo img {
  height: 40px;
}

footer.site-footer .footer-bottom .copyright {
  font-size: 14px;
  padding-left: 20px;
  color: #88858e;
}

@-webkit-keyframes heartAnimation {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

@keyframes heartAnimation {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

@media only screen and (max-width: 1400px) {
  section.home-header {
    padding: 50px 0 250px;
  }
  section.blog-area.detail {
    padding: 50px 0 0 0;
  }
  .page-header-bg {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  footer.site-footer .footer-bottom .logo img {
    height: 30px;
  }
  .show-desktop {
    display: none;
  }
  header.site-header .container nav.header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #0e0038;
    background: linear-gradient(217deg, #0e0038 0%, #4f095a 100%);
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  header.site-header .container nav.header-menu.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: visible;
  }
  header.site-header .container nav.header-menu ul {
    display: block;
    text-align: center;
    padding: 70px 0;
  }
  header.site-header .container nav.header-menu ul li a {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
  header.site-header {
    height: 120px;
    background-size: 1100px;
    background-position: -700px 0px;
    padding: 12px 0px;
  }
  header.site-header .container .logo img {
    height: 20px;
  }
  section.home-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.home-header .container .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .page-header-bg {
    top: 30px;
    width: 190vw;
    height: calc(190vw / (1454 / 1047));
  }
  section.home-header {
    padding: 122px 0 55px;
  }
  section.home-header .container .left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 47px;
  }
  section.home-about-us .top-image img {
    width: 230px;
  }
  section.home-about-us {
    padding: 65px 0 30px;
    font-size: 15px;
    margin: 110px 0 31px;
  }
  section.home-about-us h3 {
    font-size: 21px;
  }
  section.home-chat-rooms h2.section-title {
    margin-bottom: 0;
  }
  section.blog-area .blog-detail .blog-info h1 {
    font-size: 24px;
  }
  section.blog-area .blog-detail {
    margin-bottom: 30px;
  }
  section.blog-area .sidebar .sidebar-element .title {
    font-size: 28px;
  }
  footer.site-footer .footer-top nav.footer-menu ul {
    text-align: center;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.site-footer .footer-bottom .copyright {
    padding: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  section.home-chat-rooms .custom-owl-button {
    display: none;
  }
  section.home-about-us .top-image {
    top: -85px;
  }
  button.close-header-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #0e0038;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    background: #fb8337;
    background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  }
  button.open-header-menu {
    border: none;
    background: #0e0038;
    background: linear-gradient(217deg, #0e0038 0%, #4f095a 100%);
    padding: 6px 18px;
    border-radius: 5px;
    color: #fba335;
  }
  section.custom-page .page-content .title {
    background-size: 845px;
    height: 100px;
    padding: 15px 30px;
  }
  section.custom-page .page-content .title h1 {
    font-size: 27px;
  }
  section.custom-page .page-content .content {
    padding-top: 5px;
  }
  section.blog-area .comment-form .submit-btn {
    margin-top: 20px;
  }
  section.blog-area .comments .comment-item .image {
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  section.blog-area .comments .comment-item .image img {
    width: 50px;
    height: 50px;
  }
  section.blog-area .comments .comment-item .text .comment {
    font-size: 14px;
  }
  section.blog-area .comments .comment-item .text .bottom .reply {
    font-size: 10px;
  }
  section.blog-area .comments .comment-item .text .bottom .date {
    font-size: 10px;
  }
  section.blog-area .comments .comment-item .text .bottom {
    margin-top: 10px;
  }
  section.home-header.contact .contact-form {
    padding: 30px 30px 0;
    margin-top: 70px;
  }
  section.home-header.contact {
    padding-bottom: 60px;
  }
  section.page-header .content {
    text-align: center;
    padding: 20px;
  }
  section.page-header {
    min-height: 300px;
    padding-bottom: 0;
    padding-top: 70px;
  }
  header.site-header .container nav.header-menu .bg {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

img.alignright 
	{
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft 
	{
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright 
	{
    float: right;
    }

    .alignleft 
	{
    float: left;
    }
	.aligncenter{ display:table; margin:0px auto;}
	#email-notes {color:#fff;}
	.comment-form-cookies-consent {display:none}
	.logged-in-as a {color:#fff; }
	/* Pagination */
.pagination {
  display: inline-block;
  margin: 20px 0;
}
.pagination a {
  display: inline-block;
background: #fb8337;
    background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  min-width: 30px;
  text-align: center;
  padding: 3px 10px;
  margin: 0 1px;
}
.pagination a.active {background-color: #ff7300;}
.pagination a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* Radyo Player */
.music-player {
    position: fixed;
    width: 300px;
    height: 55px;
    /* border-radius: 10px; */
    background: transparent;
    overflow: hidden;
    z-index: 9999;
    background: #eb4c2f;
    /* background: linear-gradient(0deg, #2b2b55 0%, rgb(76, 76, 121) 100%); */
    bottom: 0;
    /* border-top: 2px solid #adadad; */
    right: 0;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 10px #2b2b55;
  
}
.music-player img {
    position: absolute;
    top: 16px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    display: block;
    width: 44px !important;
    height: 34px !important;
}
.music-player .info {
  /*height: 90px;
  background: transparent;
  text-align: center;
  position: absolute;
  float: left;
  margin-left: 50px;*/
  display:none;
}
.music-player .info .jp-playlist li {
  display: none;
  padding:0px 0px;
}
.music-player .info .jp-playlist li a {
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.music-player .info .jp-playlist li a span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.music-player .info .jp-playlist li.jp-playlist-current {
  display: block;
}
.music-player .info .jp-playlist li .jp-free-media, .music-player .info .jp-playlist li .jp-playlist-item-remove {
  display: none;
}
.music-player .info .left, .music-player .info .right {
  width: 25px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.music-player .info .right {
  left: auto;
  right: 30px;
}
.music-player .info [class^="icons-"] {
  margin: 0 0 10px;
}
.music-player .info .center {
  padding: 5px 0 0;
}
.music-player .progress, .music-player .volume-level {
  width: 100%;
  height: 5px;
  display: block;
  background: transparent;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  border: none;
}
.music-player .progress .ui-slider-range, .music-player .volume-level .ui-slider-range {
    display: block;
    background: #3c074e;
    height: 3px!important;
    border-radius: 0;
}
.music-player .progress .ui-slider-handle, .music-player .volume-level .ui-slider-handle {
  position: absolute;
  top: -8px;
  width: 8px;
  height: 22px;
  background: url("../images/radioset/tsqwz1N.png") no-repeat center;
  border: none;
  outline: none;
  margin: 0 0 0 -3px;
  cursor: move;
}
.music-player .controls {
  height: 90px;
  background: transparent;
  text-align: center;
  display: table;
  margin: 0px auto;
}
.music-player .controls .current {
  font-size: 16px;
  color: #fff;
  float: left;
  padding-top: 11px;
  padding-left: 50px;
  position: absolute;
  right: 20px;
}
.music-player .controls .play-controls {
  padding-top: 9px;
  display: table;
  margin: 0px auto;
}
.music-player .controls .play-controls a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.music-player .controls .volume-level {
  position: absolute;
  width: 150px;
  height: 2px;
  background: rgba(225, 225, 225, 1);
  top: 40px;
  right: 60px;
}
@media screen and (max-width: 1100px) {
  .music-player .controls .volume-level { display:none; }
  .music-player .info .jp-playlist li.jp-playlist-current { display:none }
  .music-player .controls .current { font-size:12px; padding-top:18px;}
  .music-player .controls .play-controls {margin: 10px auto; }
}
@media screen and (max-width: 768px) { 
  .music-player {width: 100%; border-top-left-radius: 0px; }
  .footer {
    margin-bottom: 55px;	
  }
  .mak {display:none}
}
.music-player .controls .volume-level .ui-slider-range {
  height: 5px;
}
.music-player .controls .volume-level .ui-slider-handle {
	top: -7px;
    margin-left: -9px;
    width: 16px;
    height: 16px;
  background-image: url("../images/radioset/V5i67V2.png");
}
.music-player .controls .volume-level .icons-volume-up, .music-player .controls .volume-level .icons-volume-down {
  position: absolute;
  right: -34px;
  top: -10px;
  width: 35px;
}
.music-player .controls .volume-level .icons-volume-down {
  right: auto;
  left: -35px;
}

[class^="icons-"] {
  width: 24px;
  height: 24px;
  background: url("../images/radioset/E09T8tf.png") no-repeat center;
  display: block;
}

.icons-shuffle {
  background-image: url("../images/radioset/AQAxRxS.png");
}
.icons-heart {
  background-image: url("../images/radioset/E09T8tf.png");
}
.icons-repeat {
  background-image: url("../images/radioset/338F8MX.png");
}
.icons-share {
  background-image: url("../images/radioset/PGIC6ME.png");
}
.icons-previous {
  background-image: url("../images/radioset/LIqj0nr.png");
}
.icons-play {
  background-image: url("../images/radioset/play-button.png");
}
.icons-pause {
  background-image: url("../images/radioset/lIhwduj.png");
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* jPlayer pause button fix - PHP 8+ Uyumluluk */
.jp-pause,
.jp-pause:focus,
.jp-pause:hover {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  float: left !important;
  margin: 0 5px !important;
}

.jp-pause {
  background-image: url("../images/radioset/lIhwduj.png") !important;
}

/* Play controls container düzeltme */
.music-player .controls .play-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}

.music-player .controls .play-controls a {
  display: inline-block !important;
  float: none !important;
  position: relative !important;
}
.icons-next {
  background-image: url("../images/radioset/Mb6Nzj5.png");
}
.icons-volume-up {
  background-image: url("../images/radioset/speaker.png");
}
.icons-volume-down {
  background-image: url("../images/radioset/mute.png");
}
.progress.ui-slider {display:none}

/*Preloader*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eb7a55;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #eb7a55, 0 0 5px #eb7a55;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #eb7a55;
  border-left-color: #eb7a55;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/*Preloader*/