body {
  background-color: rgba(0, 0, 0, .05);
  font-family: Roboto, sans-serif;
  color: #414141;
  font-size: 40px;
  line-height: 40px;
}

h1 {
  display: block;
  margin: 0px auto -16px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
}

h2 {
  margin-bottom: 20px;
  font-size: 70%;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  letter-spacing: -2px;
}

h3 {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 60%;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #2e3192;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.hero-section {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 50vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .8);
}

.navbar.backend {
  margin-top: 0px;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 10px;
}

.container.heading {
  padding-bottom: 0px;
}

.container.big {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container.bigger {
  width: 50%;
  padding-top: 32px;
  padding-bottom: 32px;
  float: left;
  background-color: #c5a67a;
}

.container.full {
  width: 100%;
}

.nav-link-e {
  position: static;
  display: inline-block;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 24px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid rgba(46, 49, 146, .2);
  border-bottom: 0px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #414141;
  font-size: 32%;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.nav-link-e:hover {
  border-bottom-style: solid;
  border-bottom-color: #2e3192;
  color: #2e3192;
}

.nav-link-e.w--current {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 3px solid #2e3192;
  color: #2e3192;
  font-weight: 600;
}

.nav-link-e.dropdown {
  height: auto;
  float: none;
  border-right-style: none;
  border-bottom-style: none;
  font-size: 100%;
  line-height: 100%;
}

.brand-link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.brand-image {
  height: 60px;
  padding: 4px;
  float: left;
}

.nav-menu {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.navbar-container {
  position: relative;
  display: block;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hero-back {
  position: absolute;
  left: -10%;
  top: -20px;
  bottom: 0px;
  display: inline-block;
  width: 120%;
  height: 110%;
  min-height: 50vh;
  min-width: 120%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), -webkit-linear-gradient(270deg, transparent, #2e3192 83%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), linear-gradient(180deg, transparent, #2e3192 83%);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.hero-slider {
  z-index: 0;
  height: 100%;
  min-height: 70vh;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  padding-top: 4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  font-size: 40%;
  line-height: 100%;
  text-align: left;
}

.about-section {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.slide {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 50vh;
}

.panel {
  margin-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  background-color: #fff;
  box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .8);
}

.panel.half {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.panel.half.first {
  width: 49.5%;
  margin-right: 0.5px;
}

.panel.half.second {
  width: 49.5%;
  margin-left: 0.5%;
}

.div-container {
  position: relative;
  z-index: 1;
  width: 70%;
  padding: 8px 10px 16px 20px;
  float: left;
  border-left: 4px solid #2e3192;
  background-color: #fff;
}

.category-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #2e3192;
  font-size: 50%;
  line-height: 120%;
  font-weight: 700;
}

.news-heading {
  font-size: 50%;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0px;
}

.news-text {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0px;
}

.page-heading {
  margin-bottom: 30px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #2e3192;
  font-size: 80%;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.news-section {
  position: relative;
  height: auto;
  min-height: 100vh;
}

.continue-link {
  display: block;
  margin-top: 10px;
  color: #2e3192;
  font-size: 40%;
  line-height: 120%;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.news-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 30%;
  height: 100%;
  min-height: 100%;
  margin-left: 0px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Light-Bulb-from-Storyville-Coffee-p-800x450.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
}

.news-image.spor {
  background-image: -webkit-linear-gradient(180deg, transparent 62%, #fff 97%), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/Sport-Fitness-Gesundheit.jpg');
  background-image: linear-gradient(270deg, transparent 62%, #fff 97%), linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/Sport-Fitness-Gesundheit.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  -webkit-filter: saturate(78%);
  filter: saturate(78%);
}

.news-image.full {
  width: 110%;
  height: 300px;
  min-height: 300px;
  min-width: 30px;
  margin-top: 110px;
  background-color: #fff;
  background-image: none;
  -webkit-filter: saturate(80%) blur(3px);
  filter: saturate(80%) blur(3px);
}

.pre-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: none;
  height: 50px;
  background-color: #2e3192;
}

.calendar-label {
  width: 30%;
  height: 100%;
  margin-top: -4px;
  color: #fff;
  font-size: 30%;
  line-height: 120%;
  font-weight: 400;
}

.heading-form {
  position: absolute;
  top: 16px;
  right: 0px;
  display: inline-block;
  width: 70%;
  float: left;
}

.heading-text-field {
  position: absolute;
  right: 80px;
  display: block;
  width: 30%;
  height: 32px;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px;
  float: right;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-radius: 3px;
  background-color: #fff;
  font-size: 40%;
  line-height: 100%;
  font-weight: 300;
}

.heading-text-field:focus {
  border: 0px solid #fff;
}

.heading-label {
  width: 50%;
  margin-top: -4px;
  padding-top: 0px;
  padding-right: 20px;
  float: right;
  color: #fff;
  font-size: 30%;
  line-height: 120%;
  font-weight: 400;
  text-align: right;
}

.heading-submit-button {
  position: absolute;
  right: 10px;
  width: 60px;
  height: auto;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 40%;
  line-height: 120%;
  font-weight: 400;
}

.heading-submit-button:hover {
  background-color: #fff;
  color: #2e3192;
}

.slide-div-inside {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.slider-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.big-number {
  margin-top: -20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-size: 360%;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.big-number:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.big-number-sub-text {
  position: relative;
  margin-top: -30px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  box-shadow: none;
  font-family: 'Roboto Slab', sans-serif;
  color: rgba(0, 0, 0, .2);
  font-size: 70%;
  line-height: 100%;
  text-align: center;
  letter-spacing: -3px;
}

.text-block {
  position: relative;
  display: block;
  color: #414141;
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
}

.text-block.white {
  text-align: left;
}

.text-block.white-text {
  margin-bottom: 32px;
  color: #f5f5f5;
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

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

.text-block.services {
  position: relative;
  top: -80px;
  right: 10px;
  z-index: 0;
  display: block;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-bottom: -50px;
  margin-left: auto;
  padding: 120px 20px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .6) 32%, transparent 94%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6) 32%, transparent 94%);
  text-align: left;
}

.mission-section {
  background-color: #fff;
}

.white {
  margin-bottom: 20px;
  color: #f5f5f5;
  text-align: center;
}

.col-left {
  height: 460px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #414141;
}

.col-right {
  height: 460px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #2e3192;
}

.latest-news-section {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  margin-top: 60px;
  background-color: #fff;
}

.latest-news-title {
  position: relative;
  width: 20%;
  height: 60px;
  margin-top: -16px;
  padding: 24px 10px 8px;
  float: left;
  background-color: #2e3192;
  color: #fff;
  font-size: 40%;
  line-height: 100%;
}

.latest-news-text {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 40%;
  line-height: 100%;
}

.latest-news-handle {
  position: absolute;
  left: 120px;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  background-color: #2e3192;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-section {
  position: relative;
  background-color: #fff;
}

.mission-image {
  display: block;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-detail-heading {
  margin-top: 120px;
  margin-bottom: 40px;
  color: #414141;
}

.news-detail-section {
  min-height: 70vh;
  margin-top: 60px;
  padding-bottom: 32px;
  background-color: #fff;
}

.date-text {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .4);
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
  text-align: right;
}

.slider-heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 16px 10px;
  background-color: #2e3192;
  color: #f5f5f5;
  font-size: 50%;
  line-height: 120%;
}

.slider-heading._2 {
  padding-bottom: 0px;
  background-color: transparent;
  color: #414141;
}

.slider-heading._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #414141;
  text-align: center;
}

.slide-text-div {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 2;
  display: block;
  width: 70%;
  background-color: #fff;
}

.slide-text-div._2 {
  background-color: transparent;
}

.slide-text-div._3 {
  left: 0px;
  top: 0px;
  right: 60px;
  bottom: auto;
  width: 100%;
}

.slide-text-div._4 {
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-linear-gradient(270deg, transparent, #fff 36%);
  background-image: linear-gradient(180deg, transparent, #fff 36%);
}

.padder-div {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
}

.arrow {
  height: 60%;
  font-size: 50%;
  line-height: 120%;
}

.slider-all-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  height: 30px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #2e3192;
  color: #fff;
  font-size: 40%;
  line-height: 120%;
  text-decoration: none;
}

.mini-slider {
  position: relative;
  left: 10px;
  width: 80%;
  height: 50px;
  margin-top: -10px;
  float: left;
  clear: none;
}

.mini-slider-mask {
  padding-right: 80px;
  background-color: #fff;
}

.mini-slider-nav {
  bottom: -4px;
  display: block;
  overflow: hidden;
  height: 3px;
  padding-top: 0px;
  text-align: left;
}

.mini-arrow {
  position: absolute;
  top: 0px;
  right: 40px;
  bottom: 0px;
  width: 40px;
  margin-right: 0px;
  float: right;
  background-color: #fff;
  color: #414141;
  font-size: 50%;
  line-height: 120%;
}

.mini-arrow.mini-right {
  right: 0px;
}

.text-field {
  width: 100%;
  float: left;
  clear: right;
  border-radius: 3px;
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
}

.label {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  font-size: 40%;
  line-height: 110%;
}

.btn {
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px 20px;
  float: right;
  border-radius: 3px;
  background-color: #2e3192;
  color: #fff;
  font-size: 40%;
  line-height: 120%;
  text-align: center;
}

.btn.btn-danger {
  background-color: transparent;
  color: #922828;
}

.btn.btn-information {
  background-color: #3a922e;
}

.btn.btn-sm {
  padding: 6px 10px;
  font-size: 30%;
}

.text-area {
  width: 100%;
  float: left;
  border-radius: 3px;
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  border-radius: 3px;
  -webkit-filter: contrast(139%) grayscale(100%);
  filter: contrast(139%) grayscale(100%);
  font-size: 40%;
  line-height: 120%;
}

.checkbox-label {
  padding-top: 4px;
  padding-left: 10px;
  float: left;
  font-size: 40%;
  line-height: 120%;
}

.checkbox-field {
  width: 80%;
  margin-top: 6px;
  margin-right: 20px;
  padding-left: 0px;
  float: right;
}

.map {
  height: 300px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.footer-section {
  position: relative;
  height: auto;
  min-height: 100px;
  background-color: #fff;
}

.footer-heading {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 40%;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
}

.footer-text {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35%;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.footer-sub-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: right;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 40%;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.s-footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 0px;
  background-color: #fff;
  color: #8f7c7c;
}

.map-mini {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
}

.phone-image {
  display: block;
  width: 100px;
  height: 50px;
  margin: 20px auto 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 4px 3px -4px #414141;
}

.adres-heading {
  margin-bottom: 0px;
  font-size: 50%;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}

.adres-text {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #414141;
  font-size: 50%;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.contact-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #2e3192;
  font-size: 50%;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.bagimsiz-image {
  height: 92px;
  margin-top: 54px;
  margin-bottom: 20px;
  float: left;
}

.mm-image {
  height: 92px;
  margin-top: 54px;
  margin-right: 20px;
  float: left;
  border-radius: 3px;
}

.information-section {
  min-height: 70vh;
}

.information-text {
  display: block;
  margin-left: 0px;
  padding: 4px 10px;
  float: left;
  color: #2e3192;
  font-size: 40%;
  line-height: 120%;
  text-decoration: none;
}

.services-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 200px;
  margin-right: 0px;
  margin-bottom: -50px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.column._2 {
  background-color: #ff8a8a;
}

.column._3 {
  background-color: #edff1f;
}

.column._4 {
  background-color: #ff8500;
}

.column._5 {
  background-color: #7670ff;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-heading {
  position: relative;
  z-index: 1;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2e3192;
  box-shadow: 0 11px 15px -8px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 50%;
  text-align: center;
}

.services-sub-heading {
  margin-top: -20px;
  margin-bottom: 50px;
}

.services-bg {
  position: absolute;
  left: -10%;
  top: -10%;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 120%;
  height: 120%;
  background-image: url('../images/white-and-grey-wallpaper-2015---Grasscloth-Wallpaper.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-filter: saturate(124%) hue-rotate(32deg) brightness(99%);
  filter: saturate(124%) hue-rotate(32deg) brightness(99%);
}

.footer-panel-heading {
  width: 100%;
  padding-bottom: 10px;
}

.footer-link {
  display: block;
  width: 100%;
  color: #2e3192;
  font-size: 40%;
  line-height: 150%;
  text-decoration: none;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
}

.s-text {
  position: absolute;
  left: 20px;
  top: 10px;
  right: 0px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 3px;
}

.s-link {
  position: absolute;
  left: 20px;
  right: 0px;
  bottom: 8px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #282928;
  font-size: 110%;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.s-border-left {
  position: absolute;
  left: -1px;
  bottom: 0px;
  width: 50%;
  height: 6px;
  background-color: #282928;
  opacity: 0;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.s-border-right {
  position: absolute;
  right: -1px;
  bottom: 0px;
  width: 50%;
  height: 6px;
  background-color: #f15f23;
  opacity: 0;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.s-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(40, 41, 40, .1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 7px -4px rgba(40, 41, 40, .3);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #282928;
  font-size: 40%;
  line-height: 120%;
  text-decoration: none;
}

.s-box:hover {
  box-shadow: 0 4px 6px 0 rgba(40, 41, 40, .5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.s-logo {
  position: absolute;
  left: 8px;
  bottom: 4px;
  display: block;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 6px 6px;
  border-radius: 6px;
  box-shadow: none;
  opacity: 1;
}

.s-image {
  display: block;
  width: 200px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-toggle {
  padding: 0px;
  color: #414141;
}

.dropdown-icon {
  margin-right: 0px;
}

.dropdown-text {
  margin-right: 20px;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 1px 10px -3px rgba(0, 0, 0, .8);
}

.main-section {
  margin-top: 60px;
  padding-top: 16px;
}

.panel-header {
  position: relative;
  display: block;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 3px solid #414141;
}

.panel-body {
  padding: 8px 10px;
}

.panel-footer {
  padding: 8px 10px;
  border-top: 1px solid rgba(46, 49, 146, .2);
  background-color: rgba(65, 65, 65, .1);
}

.panel-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
}

.news-image-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  min-width: 100%;
}

.news-detail-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
}

.news-detail-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(270deg, transparent 34%, #fff);
  background-image: linear-gradient(180deg, transparent 34%, #fff);
}

.slide-inside-image {
  position: absolute;
  left: 0px;
  top: -10%;
  right: 0px;
  bottom: 0px;
  width: 120%;
  height: auto;
  min-height: 100%;
}

.slide-inside-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .1), #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), #fff);
}

.image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #fff, transparent);
  background-image: linear-gradient(90deg, #fff, transparent);
}

.text-div {
  font-size: 40%;
  line-height: 120%;
}

.pagination-div {
  height: 50px;
  text-align: center;
}

.pagination {
  width: 48px;
  height: 36px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 8px;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #414141;
  font-size: 40%;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.pagination:hover {
  color: #2e3192;
}

.pagination.disabled {
  opacity: 0.6;
}

.pagination.active {
  background-color: #2e3192;
  color: #fff;
}

.judgments-section {
  min-height: 70vh;
  background-color: #fff;
}

.information-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 10px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.information-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  padding: 4px 10px;
  text-decoration: none;
}

.information-divider {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  height: 1px;
  background-color: rgba(46, 49, 146, .2);
}

.slide-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-news {
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(46, 49, 146, .2);
}

@media (max-width: 991px) {
  body {
    font-size: 36px;
    line-height: 36px;
  }
  .container {
    width: 90%;
  }
  .container.big {
    width: 90%;
  }
  .nav-link-e {
    display: block;
    width: 100%;
    text-align: center;
  }
  .brand-link {
    position: absolute;
  }
  .brand-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, .8);
  }
  .navbar-container {
    width: 90%;
    text-align: center;
  }
  .heading-text-field {
    width: 40%;
  }
  .col-left {
    height: 620px;
  }
  .col-right {
    height: 620px;
  }
  .checkbox-field {
    width: 55%;
  }
  .column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-button {
    z-index: 1;
  }
  .menu-button.w--open {
    position: relative;
    display: block;
    background-color: #fff;
    color: #414141;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .container.big {
    width: 100%;
  }
  .navbar-container {
    width: 100%;
  }
  .calendar-label {
    display: block;
  }
  .heading-text-field {
    width: 50%;
  }
  .col-left {
    height: auto;
  }
  .col-right {
    height: auto;
  }
  .mini-slider {
    width: 80%;
  }
  .text-field {
    width: 100%;
  }
  .label {
    width: 100%;
    text-align: center;
  }
  .text-area {
    width: 100%;
  }
  .checkbox-field {
    width: 80%;
  }
  .column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .slide-nav {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-container {
    width: 80%;
    padding-left: 10px;
  }
  .news-image {
    width: 20%;
  }
  .calendar-label {
    display: none;
  }
  .big-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .latest-news-title {
    width: 100%;
  }
  .mini-slider {
    left: 0px;
    width: 100%;
    height: 60px;
  }
  .bagimsiz-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .mm-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

