body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333132;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: #fff;
}
a {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  line-height: normal;
}

h1 {
  font-weight: 900;
  color: #eb088c;
  font-size: 40px;
  font-style: italic;
}

.w100 {
  display: block;
  max-width: 100%;
}
.h100 {
  height: 100%;
}
.p20 {
  padding: 20px;
}
.centered-text {
  text-align: center;
}
.external-link {
  color: #333132;
  font-weight: 600;
}
.max720 {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.p65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.generic-blue {
  font-size: 41px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #15b1d7;
  margin-bottom: 20px;
}

.underline-link,
.list td a,
.content-flex p a,
.content-frame a {
  color: #15b1d7;
  font-weight: 600;
  text-decoration: underline;
}

.inline-icon-btn {
  border-left: 1px solid #333132;
  width: 45px;
  height: 35px;
  display: inline-block;
  background-size: 24px 24px;
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
.inline-icon-btn.settings {
  background-image: url("../img/icons/settings.png");
}

.dotted-border {
  background: url("../img/icons/dotted-border-2x.png") repeat-x bottom left;
  background-size: 7px 3px;
}
.dotted-border.bottom {
  background-position: bottom;
}
.dotted-border.top {
  background-position: top;
}
.dotted-border.left,
.dotted-border.right {
  background-position: left;
  background-repeat: repeat-y;
  background-image: url("../img/icons/dotted-border-vertical-2x.png");
  background-size: 3px 7px;
}
.dotted-border.right {
  background-position: right;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: auto;
}
.p0 {
  padding: 0;
}
/* Header */
#header {
  height: 65px;
  display: flex;
  background-color: #d44206;
  position: relative;
  z-index: 1;
  box-shadow: 7.872px 4.363px 12.74px 0.26px rgba(112, 58, 1, 0.28);
  z-index: 2;
}

.header-section {
  width: calc(50% - 720px);
  background-color: #fff;
  position: relative;
}
.header-section:nth-child(2) {
  width: 100%;
  max-width: 1440px;
}
.header-section:nth-child(3) {
  background-color: #d44206;
}

#menu-wrapper {
  position: relative;
  height: 100%;
}
#menu-content {
  position: absolute;
  right: calc(50% - 720px);
  top: 0;
  height: 65px;
  font-size: 1.14em;
  z-index: 5;
}

#menu-content ul,
#menu-content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-content ul li ul {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
  display: block;
  background-color: #d6cfcd;
  position: absolute;
  padding: 10px 0;
  min-width: 170px;
}
#menu-content ul > li {
  transition: 0.2s ease-out;
  position: relative;
  background-position: bottom left;
}
#menu-content ul li ul li a {
  height: 35px;
  display: flex;
  align-items: center;
  padding-top: 0;
  white-space: nowrap;
}

#menu-content > ul {
  display: flex;
  height: 100%;
}
.pages-menu {
  transform: translateX(22px);
}
#menu-content > ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 23px;
  padding-top: 5px;
  color: #333132;
  font-weight: 500;
  box-sizing: border-box;
}
#menu-content > ul li.user {
  clip-path: polygon(0 100%, 100% 100%, 100% 0%, 22px 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%, 22px 0);
  transform: translateX(1px);
}
#menu-content > ul li.user ul {
  right: 0;
  background-color: #d44206;
}

@keyframes logged_user_hover {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0%, 22px 0);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%, 22px 0);
  }

  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0 0);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0 0);
  }
  100% {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

#menu-content > ul li.user a {
  background-color: #d44206;
  color: #fff;
  padding-left: 45px;
  padding-right: 25px;
}
#menu-content ul li.menu-item {
  background-color: transparent;
}
#menu-content ul li.menu-item:nth-child(5) {
  clip-path: polygon(0% 100%, calc(100% - 22px) 100%, 100% 0, 0% 0);
  -webkit-clip-path: polygon(0% 100%, calc(100% - 22px) 100%, 100% 0, 0% 0);
  padding-right: 35px;
}

#menu-content > ul > li::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 10px;
  background-color: #fff;
  content: "";
  transition: all 0.2s ease-out;
}

#menu-content > ul > li::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 65px;
  width: 10px;
  background-color: #fff;
  content: "";
  transition: all 0.2s ease-out;
}
#menu-content > ul li.one-level::after,
#menu-content > ul li.one-level::before {
  display: none;
}
#menu-content > ul li.user::after,
#menu-content > ul li.user::before {
  display: none;
}
#header-logo img {
  width: 137px;
}
#header-logo-wrapper {
  height: 110px;
  padding-left: 100%;
  top: 100%;
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  filter: drop-shadow(8px 4px 12.74px rgba(112, 58, 1, 0.28));
  z-index: -1;
}
#header-logo {
  position: absolute;
  bottom: 0;
  transform: translateX(100%) translateY(-1px);
  display: flex;
  align-items: center;
  z-index: 1;
  width: 205px;
  background-color: #fff;
  clip-path: polygon(0% 100%, 85% 100%, 100% 0, 0% 0);
  -webkit-clip-path: polygon(0% 100%, 85% 100%, 100% 0, 0% 0);
  height: 100%;
}

#header.home #header-logo {
  width: 315px;
}

#top-logo {
  transform: translateX(100%);
  position: absolute;
  z-index: 13;
  width: 137px;
  right: -10px;
  top: 17px;
}

/* Hero */

#hero-image {
  background: url("../img/home/slider/1/hero.png") no-repeat center center;
  width: 810px;
  height: calc((100vh - 175px) * 1.35);
  max-height: 776px;
  min-height: 675px;
  clip-path: polygon(
    36% 100%,
    38% 90%,
    46% 81%,
    62% 53%,
    100% 59%,
    100% 41%,
    89% 14%,
    63% 0,
    25% 0,
    0 33%,
    1% 71%,
    10% 86%,
    26% 100%
  );
  transform: translateY(-28px) translateX(30px);
  background-size: contain;
  position: absolute;
}
#on-kisim {
  background: no-repeat center center;
  width: 810px;
  height: calc((100vh - 175px) * 1.35);
  max-height: 776px;
  min-height: 675px;
  clip-path: polygon(
    36% 100%,
    38% 90%,
    46% 81%,
    62% 53%,
    100% 59%,
    100% 41%,
    89% 14%,
    63% 0,
    25% 0,
    0 33%,
    1% 71%,
    10% 86%,
    26% 100%
  );
  transform: translateY(-28px) translateX(30px);
  background-size: contain;
  position: absolute;
}

#home-hero {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  height: calc(100vh - 175px);
  max-height: 575px;
  min-height: 500px;
}
.hero-wrapper {
  height: 100%;
  position: relative;
}
.hero-wrapper img.bg {
  max-width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero-image-wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
}

.hero-image-wrapper img {
  position: absolute;
  top: -28px;
  left: 30px;
}
#hero-slogan-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 130px;
}
#hero-slogan-wrapper img {
  height: 65%;
  max-height: 311px;
  display: block;
}

#call-to-action-bar {
  background: linear-gradient(90deg, #5cd4ef 50%, #03749c 50%);
  height: 110px;
  position: relative;
}
#cta-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: calc(50% - 720px);
  display: flex;
}
#cta-wrapper a {
  display: flex;
  height: 100%;
  align-items: flex-end;
  white-space: nowrap;
  color: #fff;
  font-size: 1.57em;
  padding-bottom: 15px;
  box-sizing: border-box;
  padding-right: 75px;
  padding-left: 40px;
}
#cta-wrapper a img {
  filter: drop-shadow(-4px 4px 13px rgba(7, 47, 57, 0.46));
  -webkit-filter: drop-shadow(-4px 4px 13px rgba(7, 47, 57, 0.46));
  -mozilla-filter: drop-shadow(-4px 4px 13px rgba(7, 47, 57, 0.46));
}

#cta-wrapper a:nth-child(1) {
  background-color: #5cd4ef;
  clip-path: polygon(0% 100%, calc(100% - 40px) 100%, 100% 0, 0% 0);
  -webkit-clip-path: polygon(0% 100%, calc(100% - 40px) 100%, 100% 0, 0% 0);
}
#cta-wrapper a:nth-child(2) {
  background-color: #15b1d7;
  clip-path: polygon(0% 100%, calc(100% - 40px) 100%, 100% 0, 40px 0);
  -webkit-clip-path: polygon(0% 100%, calc(100% - 40px) 100%, 100% 0, 40px 0);
  padding-left: 60px;
  transform: translateX(-50px);
}
#cta-wrapper a:nth-child(3) {
  transform: translateX(-50px);
}

/* Events */
#home-events-list {
  padding: 80px 0;
  background-color: #e3e3e4;
}
#home-events-list .container {
  padding: 0 46px;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
.event-item {
  width: calc(20% - 20px);
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(74, 71, 69, 0.18);
  min-height: 500px;
  box-sizing: border-box;
  padding: 17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333132;
}

.item-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 200px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.event-item h2 {
  margin: 0;
  font-weight: 900;
  color: #15b1d7;
  font-size: 30px;
  font-style: italic;
}
.event-item i {
  display: inline-block;
}
.event-item i img {
  width: 50%;
}
.event-item:nth-child(2) .event-image-wrapper {
  border: 1px solid #15b1d7;
}
.event-image-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  max-width: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.event-image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  height: 100%;
  box-sizing: border-box;
}
.event-image-wrapper img.blank-img {
  position: relative;
  width: 100%;
}
#home-news-bar {
  background-color: #03749c;
}
#home-news-bar .container {
  transform: translateX(-110px);
}
#home-news-bar ul,
#home-news-bar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-news-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
.home-news-text {
  background-color: #5cd4ef;
  color: #fff;
  clip-path: polygon(110px 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
  -webkit-clip-path: polygon(110px 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
  width: calc(100% - 315px);
  display: flex;
  align-items: center;
}
.home-news-text-wrapper {
  padding: 20px 190px;
  padding-left: 255px;
  box-sizing: border-box;
}
.home-news-text-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}

.home-news-img {
  width: 425px;
  position: relative;
  clip-path: polygon(110px 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
  -webkit-clip-path: polygon(110px 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
  transform: translateX(-110px);
}
.home-news-img img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
}

/* Footer */
#footer {
  background-color: #fff;
 /* padding-top: 65px; */
}
.footer-line.center {
  background: #f1f1f1;
}
#footer .container {
  width: 1280px;
}
#supporter-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
}
.supporter-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}
.supporter-group h3 {
  font-weight: 700;
  color: #333132;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.supporters-list {
  display: flex;
  align-items: center;
  align-items: stretch;
  width: 100%;
  justify-content: center;
}
.logo-item {
  border: 1px solid #cbd0e5;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  justify-content: center;
  max-width: 220px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.logo-item img {
  filter: grayscale(100%);
  transition: 0.2s ease-in;
}

.logo-item:hover img {
  filter: grayscale(0);
}
.supporters-list .logo-item:first-child {
  margin-left: 0;
}
.supporters-list .logo-item:last-child {
  margin-right: 0;
}

.supporter-item {
  margin: 10px;
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: center;
}
.supporter-item.with-header {
  flex-direction: column;
  align-items: center;
  margin: 10px 30px;
  justify-content: flex-start;
}
.supporter-item.with-header h3 {
  text-align: center;
}

.supporter-sub-group {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.supporter-sub-group .supporter-item {
  margin: 0 10px;
}

.supporters-group-list {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.supporter-group {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  justify-content: space-between;
}
.supporter-group .logo-item {
  min-width: 90px;
  min-height: 90px;
}
.subgroup-items {
  text-align: center;
}
.subgroup-items strong {
  display: block;
  margin: 5px 0;
}
.logo-item {
  width: auto;
  height: 60px;
  min-height: auto !important;
  min-width: 140px !important;
}
.logo-item img {
  max-height: 50px;
}
#logo-undp {
  min-width: 90px !important;
}
#logo-atli img {
  height: 35px !important;
}
#logo-renk img {
  height: 15px !important;
}
#logo-pirilla img {
  height: 30px !important;
  padding-top: 3px;
}
#logo-pt img {
  height: 22px !important;
}
#logo-mentalift img {
  height: 28px !important;
}
#logo-kasfad {
  padding-top: 15px;
}
#logo-kasfad img {
  height: 44px !important;
}
#logo-myliba img {
  height: 29px !important;
}

.supporter-group strong {
  text-align: center;
  display: block;
}
#supporter-group-level21 {
  padding-top: 30px;
}
.supporters-group-list .supporter-item {
  margin-top: 0;
  margin-bottom: 20px;
}

#footer-menu {
  padding: 20px 0;
  border-top: 2px solid #f0f0f0;
  background: #f1f1f1;
}
#footer-menu .container {
  max-width: 1280px;
}

#footer-menu ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer-menu ul li {
  list-style: none;
}

#footer-menu ul li ul {
  margin: 0;
  padding: 0;
  display: block;
  padding-top: 10px;
}
#footer-menu ul li ul li a {
  color: #63727f;
  font-size: 13px;
  padding: 10px 0;
  font-weight: normal;
  display: block;
}
#footer-menu ul > li > a,
#footer-menu ul > li > h3 {
  font-size: 16px;
  font-weight: 600;
  color: #63727f;
}

#footer-social-media ul {
  margin: 0;
  padding: 0;
}
#footer-menu ul li#footer-social-media ul li a {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
  transition: 0.2s ease-in;
}
#footer-social-media ul li a img {
  max-height: 20px;
  margin-right: 10px;
}
#footer-menu ul li#footer-social-media ul li a:hover {
  filter: grayscale(0);
}

#third-party {
  background-color: #e8e8e8;
  height: 60px;
  position: relative;
  filter: grayscale(100%);
}

#third-party::before {
  content: "";
  width: 50%;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 50%;
  background-color: #e25317;
}
#third-party .container {
  display: flex;
  background-color: #e8e8e8;
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 2;
}
#footer-3rd-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  background-color: #e8e8e8;
  box-sizing: border-box;
  padding-left: 50px;
}
#footer-3rd-logos img {
  display: block;
  margin: 0;
  padding: 0;
}

#footer-ssl {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  min-width: 355px;
  font-size: 14px;
  font-weight: normal;
  clip-path: polygon(0% 100%, calc(100% - 20px) 100%, 100% 0, 0% 0);
  -webkit-clip-path: polygon(0% 100%, calc(100% - 20px) 100%, 100% 0, 0% 0);
  background-color: #e25317;
}
#footer-ssl h4 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
}

#legal-links {
  padding: 0;
}
#legal-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
  font-size: 12px;
  color: #63727f;
  filter: grayscale(100%);
}
#legal-links-wrapper a {
  margin-right: 55px;
  color: #63727f;
}

.legal-link-item:nth-child(2) {
  font-size: 10.5px;
}
#footer-menu-text {
  font-size: 13px;
  max-width: 200px;
  padding-top: 20px;
}

/* Content */
#content-header {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: -1;
}
#content-header img {
  width: 100%;
  display: block;
}

#breadcrumb {
  background-color: #5cd4ef;
  height: 40px;
  position: relative;
}
#breadcrumb::before {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #03749c;
  z-index: 1;
  top: 0;
  content: "";
}

#breadcrumb .container {
  height: 100%;
  padding-left: 45px;
  overflow: hidden;
  position: relative;
}
#breadcrumb .container::after {
  position: absolute;
  right: 445px;
  content: "";
  top: 0;
  height: 100%;
  width: 300px;
  transform: skewX(-17.5deg);
  background-color: #15b1d7;
  z-index: 2;
}
#breadcrumb .container .breadcrumb-item {
  display: inline-flex;
  height: 100%;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  position: relative;
  z-index: 3;
}
#breadcrumb .container .breadcrumb-item::after {
  content: "";
  background: url("../img/icons/next.png") no-repeat center center;
  background-size: 50%;
  position: absolute;
  width: 19px;
  height: 100%;
  right: -25px;
  transform: translateX(-50%);
  top: 0;
}
#breadcrumb .container .breadcrumb-item:last-child::after {
  display: none;
}

#content-wrapper {
  padding: 65px 0;
  background-color: #ffffff;
}
#content-wrapper .content-wrapper {
  padding: 0 55px;
}

.content-header {
  text-align: center;
  margin-bottom: 55px;
}
.content-header h1 {
  font-size: 80px;
  color: #f78f21;
  margin-bottom: 50px;
  line-height: 100%;
}
.content-header h2 {
  font-size: 40px;
  color: #333132;
  font-style: italic;
  line-height: 100%;
  text-transform: uppercase;
}
.content-header p {
  max-width: 700px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  margin-bottom: 1em;
}
.content-header p:last-child {
  margin-bottom: 0;
}

.content-frame {
  box-shadow: 0px 0px 13px 0px rgba(74, 71, 69, 0.18);
  background-color: #fff;
  min-height: 300px;
  line-height: 150%;
}
.content-frame ul li {
  position: relative;
  list-style: none;
}
.content-frame ul li::before {
  position: absolute;
  border-radius: 50%;
  background-color: #15b1d7;
  width: 8px;
  height: 8px;
  content: "";
  left: -20px;
  top: 5px;
}
.content-item.tournament {
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  color: #333132;
}

.tournament-item-cell {
  width: 50%;
}
.tournament-item-image {
  position: relative;
}
.tournament-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tournament-item-body {
  display: flex;
}
.tournament-body-wrapper {
  padding: 50px 70px;
}
.tournament-body-wrapper h2 {
  font-weight: 900;
  color: #15b1d7;
  font-size: 40px;
  font-style: italic;
  background: url("../img/icons/dotted-border-2x.png") repeat-x bottom left;
  background-size: 7px 3px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tournament-body-wrapper h2 small {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 36px;
}

.join-btn {
  width: 250px;
  height: 45px;
  display: inline-flex;
  background-color: #f78f21;
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  -webkit-clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
}
.content-item-desc {
  line-height: 130%;
  margin-bottom: 30px;
}
.content-item-footer {
  position: absolute;
  height: 100%;
  width: 160px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: #f78f21;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.content-item-feature {
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
  font-weight: normal;
}
.content-item-feature::before {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 0;
  top: 11px;
  position: absolute;
  content: "";
}

.content-item-footer a {
  color: #fff;
}
.content-item-footer a.detail {
  background: url("../img/icons/dotted-border-white-2x.png") repeat-x bottom
      left,
    url("../img/icons/dotted-border-white-2x.png") repeat-x top left;
  background-size: 6px 3px;
  padding: 12px 5px;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}

.content-item-footer .content-item-feature:last-of-type {
  margin-bottom: 30px !important;
}

.content-flex {
  display: flex;
  align-items: stretch;
}
.content-flex.center {
  justify-content: center;
}
.content-flex.wrap {
  flex-wrap: wrap;
}
.content-flex.c1 {
  justify-content: center;
}
.content-flex.c1 .content-cell {
  width: 100%;
  max-width: 1024px;
}
.content-flex.c1 .content-cell.w600 {
  max-width: 600px;
}
.content-flex.c2 .content-cell {
  width: calc(50% - 10px);
  margin-right: 10px;
  box-sizing: border-box;
}
.content-flex.c2 .content-cell:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.content-flex.c2 .content-cell.f {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-flex.c2 .content-cell:nth-child(2n) {
  margin-left: 10px;
  margin-right: 0;
}

.content-flex .content-cell.c9 {
  width: calc(66.67% - 10px);
}
.content-flex .content-cell.c3 {
  width: calc(33.33% - 10px);
}
.basarilarimiz-content {
  padding: 50px 20px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.basarilarimiz-content h2 {
  font-style: italic;
  font-size: 40px;
  color: #15b1d7;
  padding-bottom: 20px;
  background: url("../img/icons/dotted-border-2x.png") repeat-x bottom left;
  background-size: 7px 3px;
  margin-bottom: 20px;
  font-weight: 900;
}

.basarilarimiz-item.content-cell.content-frame.mrgnbotm {
  margin-top: 20px;
}
@media (max-width: 780px) {
  .basarilarimiz-item.content-cell.content-frame.mrgnbotm {
    margin-top: 0px;
  }
  #wordimg {
    width: 100%;
  }
}

.content-item.tournament.kotex .tournament-item-image {
  margin-left: 0;
  width: calc(50% + 80px);
}
.kotex-video-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.kotex-video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#login-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-frame img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.login-frame {
  padding: 30px;
}

.login-frame form {
  width: 100%;
  margin: auto;
  max-width: 510px;
}
.login-frame#register-frame form {
  max-width: 1100px;
}
.login-frame.wide-form form {
  max-width: 1100px;
}

.login-frame form .content-flex.c2 .content-cell {
  margin-right: 60px;
  width: calc(50% - 60px);
}
.login-frame form .content-flex.c2 .content-cell:nth-child(2n) {
  margin-right: 0;
  margin-left: 60px;
}
.frame-note {
  font-size: 16px;
  color: #15b1d7;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.login-frame a {
  font-weight: bold;
  text-decoration: underline;
}

#register-form {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

/* Payment */
.package_features {
  display: none;
  border: 1px solid #dfdfdf;
  padding: 10px;
  font-size: 12px;
  opacity: 0.7;
}

/* Team Detail */
.content-frame-body {
  padding: 20px;
  max-width: 720px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.content-frame-body.w760 {
  padding: 0;
  max-width: 760px;
}
.content-frame-body.w100 {
  max-width: none;
}
.content-frame-section {
  margin-bottom: 40px;
}
.content-frame-section h2 {
  font-style: italic;
  font-size: 40px;
  color: #15b1d7;
  padding-bottom: 20px;
  background: url("../img/icons/dotted-border-2x.png") repeat-x bottom left;
  background-size: 7px 3px;
  margin-bottom: 20px;
  font-weight: 900;
}
.content-frame-section h2.small {
  font-size: 30px;
}
.content-frame-section h2.no-border {
  padding-bottom: 0;
  margin-bottom: 10px;
  background: none;
}

.content-frame-inner {
  width: 100%;
}
.team-content {
  text-align: justify;
}

/* Right menü */
#right-menu-wrapper {
  width: 100%;
}
#right-menu-wrapper a {
  display: flex;
  width: 100%;
  position: relative;
  font-weight: 900;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  box-shadow: 0px 0px 13px 0px rgba(74, 71, 69, 0.18);
  margin-bottom: 20px;
}
#right-menu-wrapper a:last-child {
  margin-bottom: 0;
}
#right-menu-wrapper a img {
  width: 100%;
  display: block;
}
#right-menu-wrapper a span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
}

.active-tournaments-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.tournament-link {
  width: 175px;
  margin: 10px;
  box-sizing: border-box;
  height: 175px;
  background-color: #f78f21;
  border-radius: 50%;
  display: flex;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  text-decoration: none !important;
}

.tournament-link img {
  width: 59px;
  display: block;
  margin-bottom: 10px;
}
.tournament-link h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
.tournament-link h4 {
  font-weight: normal;
  font-size: 13px;
}
.tournament-link h3,
.tournament-link h4 {
  margin-bottom: 0;
  padding: 0;
}

.table-team-name {
  font-style: italic;
  opacity: 0.75;
}

.past-event-item {
  margin-bottom: 40px;
}

/* Blog */
.blog-post-item-wrapper {
  padding-right: 15px;
  background-color: #f78f21;
  margin-bottom: 40px;
}

.blog-post-item {
  font-size: 16px;
  color: #333132;
  border-bottom: 1px solid #ccc;
  min-height: 260px;
  display: flex;
  padding: 0;
  background-color: #fff;
  align-items: stretch;
}

.blog-post-item-wrapper:nth-child(4n + 2) {
  background-color: #d44206;
}
.blog-post-item-wrapper:nth-child(4n + 3) {
  background-color: #023d67;
}
.blog-post-item-wrapper:nth-child(4n) {
  background-color: #15b1d7;
}

.blog-post-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-post-image {
  width: 390px;
  overflow: hidden;
  background-color: #fff;
  max-height: 260px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-post-body {
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #fff;
  padding-top: 45px;
  font-size: 0.875em;
}
.blog-post-body h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.blog-list-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-post-detail {
  padding: 0 10px;
  box-sizing: border-box;
}
.blog-post-detail .blog-post-item {
  max-width: 720px;
  margin: auto;
  padding-bottom: 60px;
}
.blog-post-detail .blog-post-item .blog-post-image {
  width: 100%;
  margin-bottom: 50px;
  height: auto;
  max-height: none;
}
.blog-post-detail .blog-post-item h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.blog-post-detail .blog-post-item p,
.blog-post-detail .blog-post-item span {
  font-family: "Roboto", sans-serif !important;
  font-size: 1em !important;
  color: #333132 !important;
  background-color: transparent !important;
}

ul.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ul.pagination li {
  list-style: none;
}
ul.pagination li a,
ul.pagination li span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 3px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.blog-header-detail {
  color: #40c8f4;
}
.blog-post-item.post-detail {
  display: block;
}

.blog-categories {
  padding-top: 30px;
}
.blog-categories span {
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
.blog-post-item-wrapper .blog-categories {
  padding-top: 10px;
}
.blog-list-header a {
  color: #333132;
  text-decoration: none;
}

/* Galeri */
#gallery-outer h2 {
  text-align: center;
  font-size: 40px;
  color: #15b1d7;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 5px;
}
#gallery-outer h3 {
  text-align: center;
  font-size: 40px;
  color: #f78f21;
  font-style: italic;
  font-weight: normal;
}

.gallery-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
}
.gallery {
  display: none;
}
.gallery.thumbnail {
  display: block;
  width: calc(25% - 20px);
  box-sizing: border-box;
  margin: 10px;
  text-decoration: none;
  background-color: #fff;
  color: #333132;
  margin-bottom: 50px;
  box-shadow: 0px 0px 13px 0px rgba(74, 71, 69, 0.18);
}
.gallery.thumbnail img {
  display: block;
  width: 100%;
}
.gallery.thumbnail h4 {
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 10px;
  margin-bottom: 0;
}
.gallery-thumbnail-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
}
.gallery-thumbnail-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}

.content-page-frame {
  box-sizing: border-box;
  padding: 75px 100px;
  line-height: 150%;
}
.strong-p {
  text-transform: uppercase;
  font-size: 18px;
  color: #f78f21;
}
.strong-p-black {
  text-transform: uppercase;
  font-size: 18px;
}
.content-page-frame h2 {
  margin: 0;
  font-weight: 900;
  color: #15b1d7;
  font-size: 40px;
  font-style: italic;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.content-page-frame.hikayemiz {
  padding-top: 0;
}
.hikayemiz-image-wrapper {
  width: 100%;
  max-width: 335px;
  margin: auto;
  margin-bottom: 55px;
}

.team-photo {
  width: 162px;
  margin: auto;
  margin-bottom: 30px;
}
.team-photo img {
  display: block;
  width: 100%;
}
.content-page-frame.takimimiz {
  padding: 0;
}
.content-frame.takimimiz {
  box-shadow: none;
  background-color: transparent;
}

.team-item,
#supporters-wrapper {
  box-shadow: 0px 0px 13px 0px rgba(74, 71, 69, 0.18);
  background-color: #fff;
  padding: 75px 100px;
}
.team-item {
  margin-bottom: 40px;
  padding-top: 0;
}
.content-page-frame.takimimiz h2 {
  color: #333132;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
}
#team-supporters-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column wrap;
  height: 110px;
}
.team-supporter-item {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
  padding-left: 20px;
}
.team-supporter-item::after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  content: "";
  left: 0;
  background-color: #15b1d7;
  border-radius: 50%;
}

#sroi-image-wrapper {
  width: 100%;
  max-width: 200px;
  margin-left: 80px;
  float: right;
  margin-bottom: 20px;
}
#sroi-image-wrapper img {
  display: block;
  width: 100%;
}

/* Fikstür */
.group-standing {
  display: none;
}
.group-standing:nth-child(1) {
  display: block;
}
.standings-team-name {
  min-width: 220px;
}
.group-standing table thead {
  background: url("../img/icons/dotted-border-2x.png") repeat-x bottom 5px left;
  background-size: 7px 3px;
}
.group-standing table thead tr th {
  padding-bottom: 15px;
}
.group-standing table tbody tr td {
  border-bottom: 1px solid rgba(21, 177, 215, 0.2);
}

.match-item {
  display: flex;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid rgba(21, 177, 215, 0.2);
  align-items: center;
  min-height: 50px;
}
.match-item {
  display: none;
}

.match-item a {
  width: calc(50% - 75px);
  box-sizing: border-box;
  padding: 0 10px;
  padding-left: 0;
  font-weight: 700;
  color: #333132;
}
.match-item a.team-2 {
  text-align: right;
  padding-left: 10px;
  padding-right: 0;
}
.match-item a.team-2 .avatar {
  margin-right: 0;
  margin-left: 10px;
}
.match-item .score {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.match-item .score .result a {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.match-item .score .result span {
  font-size: 80%;
  font-style: italic;
  display: block;
}
.match-item .score .result.upcoming {
  font-size: 80%;
  display: block;
  opacity: 0.5;
}
.match-item .score .result.upcoming .result-place {
  font-size: 80%;
}
.match-item .score .result.upcoming .result-time {
  font-style: italic;
  font-weight: bold;
}

/* Etkinlik haritamız */
.event-map-year {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 730px;
  margin: auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.event-map-year ul {
  margin: 0;
  padding: 0;
  width: calc(100% - 165px);
}
.event-map-year ul li {
  margin: 8px 0;
  padding: 0;
  position: relative;
  list-style: none;
  line-height: 100%;
}
.event-map-year ul li::before {
  position: absolute;
  border-radius: 50%;
  background-color: #15b1d7;
  width: 8px;
  height: 8px;
  content: "";
  left: -20px;
  top: 4px;
}
.event-map-year h2 {
  margin-bottom: 0;
  font-weight: 900;
  color: #15b1d7;
  font-size: 40px;
  font-style: italic;
  width: 165px;
  line-height: 100%;
}

/* Sıralama */
#tournament-placements ol li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 1.2em;
  padding-left: 20px;
  font-weight: 700;
}
#tournament-placements ol li a {
  color: #333132;
}

.external-link {
  background: url("../img/icons/external.png") no-repeat right center;
  padding-right: 15px;
}

#participant-teams {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.participant-team {
  max-width: 200px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 33.33%;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#kotex-frame {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}
#kotex-content-outter {
  width: 100%;
}
#kotex-first-text-block {
  display: flex;
}
.kotex-content {
  box-sizing: border-box;
  padding: 30px;
}

#kotex-first-content {
  width: 50%;
}
#kotex-image-wrapper {
  width: 50%;
}

#kotex-image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}

#kotex-frame h2.generic-blue {
  font-size: 32px;
}

#kotex-frame .join-btn {
  background-color: #ff272f;
}
#kotex-frame a {
  color: #ff272f;
}
#kotex-frame .generic-blue {
  color: #ff272f;
}

.content-frame#kotex-frame ul li::before {
  background-color: #ff272f;
}
.content-frame#kotex-frame .dotted-border {
  background-image: url(../img/content/islerimiz/dotted-border-2x.png);
}

.content-frame#kotex-frame .strong-p {
  color: #ff272f;
}

.supporters-group-list {
  flex-wrap: wrap;
  justify-items: center;
}
.supporters-group-list .logo-item {
  min-width: 130px !important;
}
@media (max-width: 1270px) {
  .supporters-group-list .supporter-group {
    width: calc(33.33% - 20px);
    box-sizing: border-box;
  }
  .supporters-group-list {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .supporters-group-list .supporter-group {
    width: calc(50% - 20px);
  }
}

@media (max-width: 374px) {
  .supporters-group-list .supporter-group {
    width: calc(100% - 20px);
  }
}

#__slide_5.home-news-text-wrapper h2 {
  font-size: 24px;
}

.popup .btn-close-popup {
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  right: 8px;
  position: absolute;
  background-size: cover;
  background-image: url("/assets/mikro/img/close.svg");
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 8px;
  max-width: 500px;
}
.popup {
  background-color: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999999999;

  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
}
.popup > div {
  position: relative;
  max-width: 500px;
  margin: auto;
  display: block;
  border-radius: 10px;
  top: 45%;
  transform: translateY(-50%);
}
.popup img {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: auto;
  margin-top: 0rem;
  display: block;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .popup > div {
    top: 45%;
    transform: translateY(-50%);
  }
  .popup > div,
  .popup img {
    max-width: 96%;
  }
}


