@charset "UTF-8";
@import "bootstrap-grid.min.css";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "font-awesome.min.css";
@import "swiper.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

ul, p, img {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4, h5, h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-block {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

hr {
  display: block;
  margin: 12px 0px;
  border: none;
  border-top: 1px solid #f5f5f5;
  background: none;
}

.text-center {
  text-align: center;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000000;
  background-color: #e8eaef;
  padding-bottom: 278px;
}
body.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.form-group {
  margin-bottom: 16px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  text-align: center;
  background-color: #00aeef;
  color: #ffffff;
  border: 0 none;
  border-radius: 24px;
  outline: 0 none;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s ease;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn:hover {
  background-color: #0089bc;
}

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 20px;
  outline: 0 none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  background-image: none;
  margin: 0px;
  color: #000000;
  transition: border-color 0.4s ease;
}
.form-control:focus {
  border-color: #000000;
}

label {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 4px;
}

.article {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.article .image-holder {
  position: relative;
}
.article .image-holder img {
  display: block;
  margin: 0px;
}
.article .image-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #000000;
  opacity: 0.24;
  transition: opacity 0.4s ease;
}
.article .article-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 24px;
  color: #ffffff;
  text-align: right;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.article .article-content h3 {
  margin: 0px;
}
.article.soon .image-holder {
  opacity: 0.52;
}
.article.soon:before {
  content: "Yakında Yayında!";
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 12;
  color: #19469a;
  font-size: 16px;
  font-weight: 700;
}
.article:not(.soon):hover .image-holder:after {
  opacity: 0.1;
}

.table {
  width: 100%;
}
.table td {
  padding: 16px 12px;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  word-break: break-word;
}
.table td:last-child {
  border-right: 1px solid #eeeeee;
}
.table tr:first-child td {
  border-top: 1px solid #eeeeee;
}

#header {
  overflow: auto;
  background: #ffffff;
  padding: 10px 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12);
}
#header #logo {
  display: block;
  float: left;
  width: 100px;
}
#header #logo img {
  margin: 0px;
}
#header #menu {
  float: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 4px 0px;
  margin: 0px;
  text-align: right;
}
#header #menu li {
  display: inline-block;
  margin-left: 24px;
}
#header #menu li a {
  display: block;
  color: #19469a;
  padding: 16px 0px;
}
#header #menu-switch {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  right: 16px;
  top: 10px;
  z-index: 8000;
  display: none;
  float: right;
}
#header #menu-switch span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #19469a;
  transition: all 0.4s ease;
  border-radius: 2px;
}
#header #menu-switch span#line1 {
  top: 10px;
}
#header #menu-switch span#line2 {
  bottom: 10px;
}
#header #menu-switch.open #line1 {
  top: 18px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
#header #menu-switch.open #line2 {
  bottom: 18px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.public-form img.logo {
  display: block;
  width: 180px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.section {
  width: 100%;
  padding: 36px 0px;
}
.section#video-section #video-switch {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4px;
}
.section#video-section #video-switch li {
  display: inline-block;
  padding: 4px 20px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.section#video-section #video-switch li:hover, .section#video-section #video-switch li.active {
  color: #00aeef;
}
.section#video-section .form-group {
  border-radius: 8px;
  padding: 12px;
  background-color: #f8f8f8;
}
.section#video-section #survey-holder {
  display: none;
}

.video-holder {
  position: relative;
  padding-top: 56.25%;
}
.video-holder iframe, .video-holder video {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.video-stats {
  padding-top: 16px;
  text-align: right;
}

#main-slider {
  padding-bottom: 44px;
}
#main-slider .swiper-slide {
  position: relative;
}
#main-slider .swiper-slide img {
  display: block;
  width: 100%;
  margin: 0px;
  min-height: 300px;
  object-fit: cover;
}
#main-slider .swiper-slide .slide-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px 16%;
  color: #ffffff;
  font-size: 20px;
  z-index: 1;
}
#main-slider .swiper-slide .slide-content h3 {
  font-size: 32px;
}
#main-slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.32;
}
#main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #00aeef;
}

#stage {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6) url("../gfx/loading.gif") no-repeat center center;
  background-size: 60px auto;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9000;
}
#stage #close-stage {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  padding: 14px;
  width: 48px;
}
#stage .message-holder {
  width: 400px;
  max-width: 90%;
  max-height: calc(100% - 160px);
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  margin: 0px;
  overflow: auto;
}

#content {
  padding-top: 80px;
}

#footer {
  background-color: #ffffff;
  padding: 32px 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#footer .product-logo {
  height: 60px;
  width: 50%;
  float: left;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: contain;
}
#footer .product-logo#aio-logo {
  float: none;
  width: 100%;
}
#footer ul li {
  margin-bottom: 4px;
}
#footer ul li a {
  display: inline-block;
  padding: 4px 0px;
}
#footer ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  #header #menu {
    font-size: 14px;
  }
  #header #menu li {
    margin-left: 12px;
  }

  .article {
    margin-bottom: 24px;
  }
  .article .article-content {
    padding: 16px;
  }
  .article h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 0px;
  }

  .container {
    max-width: 100%;
  }

  .card {
    padding: 12px;
    border-radius: 8px;
  }

  #header #logo {
    width: 63px;
    float: none;
  }
  #header #menu {
    display: none;
    float: none;
    font-size: 16px;
    text-align: center;
  }
  #header #menu li {
    display: block;
    margin: 0px;
  }
  #header #menu li a {
    padding: 12px;
  }
  #header #menu-switch {
    display: block;
  }

  #main-slider .swiper-slide .slide-content {
    font-size: 16px;
    padding: 12px;
  }
  #main-slider .swiper-slide .slide-content p {
    margin: 0px;
  }
  #main-slider .swiper-button-next, #main-slider .swiper-button-prev {
    display: none;
  }

  .section {
    padding: 24px 0px;
  }

  #content {
    padding-top: 60px;
  }

  #footer {
    position: relative;
  }
  #footer .product-logo {
    background-position: center center;
  }
}

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