﻿@charset "UTF-8";
body,
html,
ol,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}
body.no-scroll {
  overflow: hidden !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}
#preloader p {
  font-size: 18px;
  color: #b7b6b6;
  font-weight: 400;
}
#preloader img {
  width: 270px;
  height: 270px;
}

#status {
  width: 270px;
  height: 270px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 40%;
  /* centers the loading animation vertically one the screen */
  background-image: url("loading.gif");
  /* path to your loading animation */
  background-repeat: repeat-x;
  background-position: bottom;
  margin: -135px 0 0 -135px;
  /* is width and height divided by two */
}

#status h3 {
  font-size: 14px;
}

#course-calendar {
  margin-bottom: 50px;
}
#course-calendar .no-course-info {
  padding: 0 0 30px 10px;
  font-size: 14px;
}
#course-calendar table tbody tr td {
  border-color: #E8E3D6;
}
#course-calendar table tbody tr:nth-of-type(odd) {
  background-color: white;
}
#course-calendar .table-program {
  font-size: 16px;
  font-weight: 500;
  color: #434343;
}
#course-calendar .table-trainer {
  font-size: 14px;
  font-weight: 300;
}
#course-calendar .more-text {
  font-size: 12px;
  color: #434343;
}
#course-calendar .more-btn {
  cursor: pointer;
}
#course-calendar .white-bg {
  background-color: white;
}
#course-calendar .table-button {
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  text-transform: uppercase;
  border-bottom: 1px solid #E8E3D6;
  border-right: 1px solid #E8E3D6;
  cursor: pointer;
}
#course-calendar .table-time {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
#course-calendar .instructor-btn {
  background-color: #d9d9d9;
}
#course-calendar .course-btn {
  background-color: #bfbfbf;
}
#course-calendar .reservation-btn {
  background-color: #8c8c8c;
}
#course-calendar .cancel-reservation-btn {
  background-color: red;
  color: white;
}
#course-calendar .saloon-name {
  font-size: 14px;
  font-weight: 300;
  color: #434343;
  text-transform: uppercase;
}

#course-date-wrapper .header-menu {
  padding-left: 10px;
  padding-bottom: 15px;
}
#course-date-wrapper .header-menu .start-date {
  font-size: 18px;
  line-height: 18px;
}
#course-date-wrapper .header-menu #next-week-btn {
  text-transform: uppercase;
  line-height: 18px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: #434343;
}

#instructorModal .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #E8E3D6;
  min-width: 650px;
}
#instructorModal .instructor-content {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
#instructorModal .instructor-content .alert {
  font-weight: 400;
}
#instructorModal .instructor-content ul {
  list-style: none;
  padding-left: 15px;
}
#instructorModal .instructor-content.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#instructorModal .instructor-content.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#instructorModal .instructor-content.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#instructorModal .instructor-content.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#instructorModal .instructor-image {
  margin-bottom: 20px;
}
#instructorModal .instructor-courses {
  margin-bottom: 20px;
  font-size: 14px;
}

#courseModal .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #E8E3D6;
  min-width: 650px;
}
#courseModal .course-content {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
#courseModal .course-content .alert {
  font-weight: 400;
}
#courseModal .course-content ul {
  list-style: none;
  padding-left: 15px;
}
#courseModal .course-content.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#courseModal .course-content.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#courseModal .course-content.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#courseModal .course-content.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

#course-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#course-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#course-wrp h2 {
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
#course-wrp .content {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}

#plain-text-mobile-wrp {
  background-color: white;
}
#plain-text-mobile-wrp.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-mobile-wrp.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-mobile-wrp.ankara a, #plain-text-mobile-wrp.ankara strong, #plain-text-mobile-wrp.ankara h1 {
  color: #439485;
}
#plain-text-mobile-wrp.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-mobile-wrp.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-mobile-wrp.istanbul a, #plain-text-mobile-wrp.istanbul strong, #plain-text-mobile-wrp.istanbul h1 {
  color: #967545;
}
#plain-text-mobile-wrp #mobile-products-wrp h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
#plain-text-mobile-wrp #mobile-products-wrp .product-item {
  height: 100px;
  border: 1px solid #f4f4f4;
  margin: 0;
}
#plain-text-mobile-wrp #mobile-products-wrp .product-item button {
  width: 100%;
  color: #E8E3D6;
  border: none;
  font-size: 18px;
  height: 100%;
  padding: 0 10px;
}
#plain-text-mobile-wrp #mobile-products-wrp .product-item .big-price {
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  color: #434343;
}
#plain-text-mobile-wrp #mobile-products-wrp .product-item .old-price {
  color: #949494;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
}
#plain-text-mobile-wrp #mobile-products-wrp .product-item .diff-price {
  font-size: 14px;
  color: #8fb73e;
}
#plain-text-mobile-wrp #mobile-products-wrp .product-item .product-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #434343;
  font-weight: 400;
}
#plain-text-mobile-wrp ul {
  list-style: none;
  padding-left: 15px;
}
#plain-text-mobile-wrp ul li {
  padding-bottom: 5px;
}
#plain-text-mobile-wrp h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 300;
}
#plain-text-mobile-wrp .description {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
}

#plain-text-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#plain-text-wrp ul {
  list-style: none;
  padding-left: 15px;
}
#plain-text-wrp.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-wrp.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-wrp.ankara a, #plain-text-wrp.ankara strong {
  color: #439485;
}
#plain-text-wrp.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-wrp.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#plain-text-wrp.istanbul a, #plain-text-wrp.istanbul strong {
  color: #967545;
}
#plain-text-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#plain-text-wrp .description {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
}
#plain-text-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#plain-text-wrp #content-image-wrp {
  margin-top: 35px;
}
#plain-text-wrp #content-image-wrp .gallery-item {
  margin-bottom: 30px;
}

#products-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#products-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#products-wrp .description {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
}
#products-wrp .product-item {
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  background-color: white;
  height: 115px;
  width: 100%;
  text-align: center;
}
#products-wrp .product-item button {
  width: 100%;
  color: #E8E3D6;
  border: none;
  font-size: 18px;
  min-height: 40px;
}
#products-wrp .product-item .big-price {
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  color: #434343;
}
#products-wrp .product-item .old-price {
  color: #949494;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
}
#products-wrp .product-item .diff-price {
  font-size: 14px;
  color: #8fb73e;
}
#products-wrp .product-item .product-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #434343;
  font-weight: 400;
}
#products-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#products-wrp #product-right-wrp hr {
  border-color: white;
  margin-top: 30px;
}
#products-wrp #product-right-wrp .right-text h2 {
  font-size: 14px;
  color: #434343;
}
#products-wrp #product-right-wrp .right-text p {
  font-size: 14px;
  font-weight: 300;
}
#products-wrp #product-right-wrp .istanbul h3 {
  margin-top: -5px;
  font-size: 14px;
  color: #967545;
  font-weight: 300;
}
#products-wrp #content-image-wrp {
  margin-top: 35px;
}
#products-wrp #content-image-wrp .gallery-item {
  margin-bottom: 30px;
}

#two-column-mobile-wrp {
  background-color: white;
}
#two-column-mobile-wrp h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 300;
}
#two-column-mobile-wrp .description {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
}

#two-column-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#two-column-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#two-column-wrp .description {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
  column-count: 2;
  column-gap: 40px;
}
#two-column-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#two-column-wrp #content-image-wrp {
  margin-top: 35px;
}
#two-column-wrp #content-image-wrp .gallery-item {
  margin-bottom: 30px;
}

#content-w-images-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#content-w-images-wrp #content-images {
  margin-top: 125px;
}
#content-w-images-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#content-w-images-wrp .trainer-item {
  margin-bottom: 30px;
}
#content-w-images-wrp h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#content-w-images-wrp h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
  color: #434343;
}
#content-w-images-wrp h3 {
  font-size: 16px;
  font-weight: 400;
  color: #434343;
}
#content-w-images-wrp h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
#content-w-images-wrp .header {
  border-bottom: 1px solid #231f20;
  width: 100%;
  font-size: 20px;
  color: #231f20;
  margin-bottom: 10px;
}
#content-w-images-wrp .price {
  font-size: 20px;
  color: #231f20;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content-w-images-wrp .reservation {
  background-color: white;
  border: 2px solid;
}
#content-w-images-wrp button {
  width: 100%;
  border: none;
  outline: none;
  color: white;
  height: 40px;
}
#content-w-images-wrp .detail, #content-w-images-wrp .content {
  font-size: 14px;
  color: #505050;
  font-weight: 300;
  line-height: 1.5em;
}
#content-w-images-wrp .detail ul, #content-w-images-wrp .content ul {
  list-style: none;
  padding-left: 15px;
}
#content-w-images-wrp .detail.ankara ul li::before, #content-w-images-wrp .content.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-w-images-wrp .detail.ankara ol li::before, #content-w-images-wrp .content.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-w-images-wrp .detail.ankara a, #content-w-images-wrp .content.ankara a {
  color: #439485;
  text-decoration: none;
}
#content-w-images-wrp .detail.istanbul ul li::before, #content-w-images-wrp .content.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-w-images-wrp .detail.istanbul ol li::before, #content-w-images-wrp .content.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-w-images-wrp .detail.istanbul a, #content-w-images-wrp .content.istanbul a {
  color: #967545;
  text-decoration: none;
}
#content-w-images-wrp .w-item {
  margin: 15px 0;
  width: 255px;
  height: 255px;
  margin-bottom: 40px;
}
#content-w-images-wrp .w-item .description {
  width: 100%;
  padding-top: 5px;
}
#content-w-images-wrp .w-item .description .expertise {
  font-size: 16px;
  color: #434343;
  padding-left: 20px;
}
#content-w-images-wrp .w-item .description .title {
  margin-top: 5px;
  color: #434343;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
#content-w-images-wrp .w-item .description .title span {
  border-left: 2px solid;
  padding-right: 5px;
  line-height: 10px;
}

#mobile-content-w-images-wrp .description {
  margin: 15px 0;
}

#sliders {
  height: 400px;
}
#sliders.bg-istanbul .active span {
  background: #967545;
}
#sliders.bg-ankara .active span {
  background: #439485;
}
#sliders .slide-filter {
  position: absolute;
  right: 0;
  z-index: 2;
}
#sliders .slide-filter.ankara .item-wrp {
  border-color: #439485;
}
#sliders .slide-filter.ankara .item-wrp.active::before {
  width: 20px;
  height: 100px;
  background-color: #439485;
  content: "";
  position: absolute;
  left: -20px;
}
#sliders .slide-filter.ankara .item-wrp.active .item {
  background-color: #439485;
}
#sliders .slide-filter.istanbul .item-wrp {
  border-color: #967545;
}
#sliders .slide-filter.istanbul .item-wrp.active::before {
  width: 20px;
  height: 100px;
  background-color: #967545;
  content: "";
  position: absolute;
  left: -20px;
}
#sliders .slide-filter.istanbul .item-wrp.active .item {
  background-color: #967545;
}
#sliders .slide-filter .item-wrp {
  border-bottom: 1px solid;
}
#sliders .slide-filter .item-wrp .item {
  cursor: pointer;
  width: 140px;
  height: 99px;
  display: table-cell;
  font-size: 16px;
  color: #E8E3D6;
  vertical-align: middle;
  background-color: #2f3032;
  text-align: center;
}
#sliders .slide-filter .item-wrp .item:hover {
  background-color: #434343;
}

#mp-sliders .owl-nav {
  display: none;
}
#mp-sliders .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 25%;
  right: 25%;
}
#mp-sliders .owl-dots span {
  background: white;
}
#mp-sliders .owl-dots button {
  outline: none;
}
#mp-sliders .item {
  min-height: 400px;
  position: relative;
}
#mp-sliders .item .slide-text-container {
  position: absolute;
  width: 400px;
  left: 0;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  z-index: 0;
  display: table;
}
#mp-sliders .item .slide-text-container hr {
  border-color: white;
}
#mp-sliders .item .slide-text-container .slide-content {
  display: table-cell;
  vertical-align: bottom;
  padding: 0;
  text-align: left;
}
#mp-sliders .item .slide-text-container .slide-content .color-istanbul {
  color: #967545;
}
#mp-sliders .item .slide-text-container .slide-content .color-ankara {
  color: #439485;
}
#mp-sliders .item .slide-text-container .slide-content h1 {
  font-size: 40px;
  padding: 0px 25px;
  font-weight: 300;
  line-height: 1.1em;
  color: white;
  margin-bottom: 15px;
}
#mp-sliders .item .slide-text-container .slide-content h2 {
  font-size: 30px;
  font-weight: 300;
  padding: 0px 25px;
  margin-bottom: 20px;
}
#mp-sliders .item .slide-text-container .slide-content h3 {
  padding: 0px 25px;
  font-size: 30px;
  font-weight: 400;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

#topMenu {
  height: 70px;
  background-color: #efefef;
}
#topMenu .navbar {
  padding: 0 0.75rem;
}
#topMenu .navbar #member-login {
  margin-right: -12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 19px 16px;
  color: white;
  cursor: pointer;
}
#topMenu .navbar #member-menu {
  margin-right: -12px;
}
#topMenu .navbar #member-menu .btn:focus {
  box-shadow: none;
}
#topMenu .navbar #member-menu .icon {
  margin-top: -10px;
}
#topMenu .navbar #member-menu .dropdown:focus {
  outline: none;
}
#topMenu .navbar #member-menu .dropdown i, #topMenu .navbar #member-menu .dropdown .welcome {
  color: white;
}
#topMenu .navbar #member-menu .dropdown .dropdown-menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 200px;
  left: -85px;
  text-align: right;
  margin: 0;
  border: none;
  color: white;
  -moz-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.37);
}
#topMenu .navbar #member-menu .dropdown .dropdown-menu .member-name {
  color: white;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
}
#topMenu .navbar #member-menu .dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
}
#topMenu .navbar #member-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
}
#topMenu .navbar #member-menu .dropdown .dropdown-menu.istanbul {
  background-color: #967545;
}
#topMenu .navbar #member-menu .dropdown .dropdown-menu.ankara {
  background-color: #439485;
}
#topMenu .navbar #member-menu .dropdown #memberDropdownMenu {
  height: 70px;
  padding: 0 0.75rem;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#topMenu .navbar #member-menu .dropdown #memberDropdownMenu.istanbul {
  background-color: #967545;
}
#topMenu .navbar #member-menu .dropdown #memberDropdownMenu.ankara {
  background-color: #439485;
}
#topMenu .navbar #member-menu .welcome {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}
#topMenu .navbar #member-menu i {
  width: 100%;
  padding: 0;
  text-align: center;
}
#topMenu .navbar .top-menu-container {
  position: absolute;
  right: 120px;
}
#topMenu .navbar .top-menu-container .nav-item {
  padding: 0;
}
#topMenu .navbar .top-menu-container .nav-item.show > a {
  opacity: 0.3;
}
#topMenu .navbar .top-menu-container .dropdown-menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.8);
  height: 73px;
  margin: 0;
  padding: 28px 0px 0px 0px;
  border: none;
}
#topMenu .navbar .top-menu-container .dropdown-menu .dropdown-item {
  height: 73px;
  padding-top: 27px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
#topMenu .navbar .top-menu-container .dropdown-menu .bg-ankara {
  background-color: transparent;
}
#topMenu .navbar .top-menu-container .dropdown-menu .bg-ankara:hover {
  background-color: #439485;
  color: white;
}
#topMenu .navbar .top-menu-container .dropdown-menu .bg-istanbul {
  background-color: transparent;
}
#topMenu .navbar .top-menu-container .dropdown-menu .bg-istanbul:hover {
  background-color: #967545;
  color: white;
}
#topMenu .navbar .top-menu-container .dropdown-menu a {
  font-size: 14px;
  font-weight: 600;
  display: inline;
}
#topMenu .navbar .top-menu-container .border-color-istanbul {
  border-top: 2px solid #967545;
}
#topMenu .navbar .top-menu-container .border-color-ankara {
  border-top: 2px solid #439485;
}
#topMenu .navbar .top-menu-container ul {
  list-style: none;
  display: table;
}
#topMenu .navbar .top-menu-container ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-right: 15px;
  padding-left: 15px;
  height: 70px;
  text-transform: uppercase;
}
#topMenu .navbar .top-menu-container ul li.active-istanbul {
  border-bottom: 10px solid #967545 !important;
  padding-top: 10px;
}
#topMenu .navbar .top-menu-container ul li.active-istanbul .dropdown-menu {
  margin-top: 10px;
}
#topMenu .navbar .top-menu-container ul li.active-ankara {
  border-bottom: 10px solid #439485 !important;
  padding-top: 10px;
}
#topMenu .navbar .top-menu-container ul li.active-ankara .dropdown-menu {
  margin-top: 10px;
}
#topMenu .navbar .top-menu-container ul li a {
  color: #434343;
}
#topMenu .navbar .navbar-brand img {
  height: 50px;
  margin-top: 0px;
  margin-left: -26px;
}

#mobileMenu .toogle-right-menu.istanbul {
  color: #967545;
}
#mobileMenu .toogle-right-menu.ankara {
  color: #439485;
}
#mobileMenu .toogle-right-menu i {
  font-size: 20px;
}

#sidebar {
  width: 66%;
  position: fixed;
  top: 0;
  right: -66%;
  height: 100vh;
  z-index: 1060;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
}
#sidebar.istanbul {
  background-color: #967545;
}
#sidebar.istanbul .menu-icon i {
  color: #E8E3D6;
}
#sidebar.istanbul .menu-icon img {
  fill: #E8E3D6;
  height: 24px;
}
#sidebar.ankara {
  background-color: #439485;
}
#sidebar.ankara .menu-icon i {
  color: #505050;
}
#sidebar .mobile-menu-data {
  margin-top: 20px;
  margin-bottom: 70px;
}
#sidebar .mobile-menu-data .mobile-menu-text {
  pointer-events: none;
}
#sidebar .mobile-menu-data .dropdown-toggle::after {
  color: #505050;
  margin-left: 0.5em;
}
#sidebar .mobile-menu-data li {
  font-size: 14px;
  line-height: 2.5em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
#sidebar .mobile-menu-data li .menu-icon {
  margin-bottom: -10px;
}
#sidebar .mobile-menu-data li .menu-icon i {
  font-size: 20px;
}
#sidebar .mobile-menu-data li.active a {
  color: #505050;
  pointer-events: none;
  cursor: default;
}
#sidebar .mobile-menu-data li ul {
  margin-left: 15px;
}
#sidebar .mobile-menu-data li ul li {
  line-height: 1.75em;
}
#sidebar .mobile-menu-data li a {
  color: white;
}

#sidebar.active {
  right: 0;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1050;
  opacity: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#cc-payment-wrp #payment-error-wrp.istanbul a {
  color: #967545;
}
#cc-payment-wrp #payment-error-wrp.ankara a {
  color: #439485;
}
#cc-payment-wrp .product-description {
  font-size: 16px;
  line-height: 26px;
}
#cc-payment-wrp .checkbox-entry .check {
  font-size: 14px;
  font-weight: lighter;
}
#cc-payment-wrp .checkbox-entry .check a {
  font-size: 14px;
  font-weight: normal;
}

#salesAgreement {
  display: none;
  width: 60%;
}

#ccPaymentForm {
  margin-top: 30px;
}
#ccPaymentForm.istanbul {
  color: #967545;
}
#ccPaymentForm.istanbul .help-block {
  color: #967545;
}
#ccPaymentForm.istanbul .has-error {
  border-color: #967545 !important;
}
#ccPaymentForm.istanbul #shopFinish {
  background-color: #967545;
}
#ccPaymentForm.ankara {
  color: #439485;
}
#ccPaymentForm.ankara .help-block {
  color: #439485;
}
#ccPaymentForm.ankara .has-error {
  border-color: #439485 !important;
}
#ccPaymentForm.ankara #shopFinish {
  background-color: #439485;
}
#ccPaymentForm a {
  color: #505050;
}
#ccPaymentForm a:hover {
  text-decoration: underline;
}
#ccPaymentForm #shopFinish {
  color: white;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
#ccPaymentForm .paymentOption {
  padding: 0;
  position: relative;
}
#ccPaymentForm .paymentOption i {
  position: absolute;
  color: #434343;
  right: 40px;
  top: 45px;
  font-size: 250px;
  opacity: 0.1;
}
#ccPaymentForm .paymentOption input, #ccPaymentForm .paymentOption select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#ccPaymentForm .paymentOption label {
  margin-bottom: 14px;
  font-weight: lighter;
}
#ccPaymentForm .paymentOption .bootstrap-select {
  border: 1px solid #cfcecd;
}
#ccPaymentForm .paymentOption .bootstrap-select .dropdown-toggle {
  background-color: white;
}
#ccPaymentForm .paymentOption .bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto #434343 !important;
}
#ccPaymentForm .paymentOption .btn, #ccPaymentForm .paymentOption .dropdown-menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#ccPaymentForm .paymentOption .btn:focus, #ccPaymentForm .paymentOption .dropdown-menu:focus {
  outline: 0 auto #434343 !important;
}
#ccPaymentForm .paymentOption .dropdown-item:active {
  background-color: #505050;
  color: #967545;
}
#ccPaymentForm .paymentOption .active {
  background-color: #967545;
  color: white;
}
#ccPaymentForm .paymentOption #f_ccv {
  width: 70px;
}
#ccPaymentForm .help-block {
  line-height: 18px;
  font-size: 13px;
}
#ccPaymentForm .has-error {
  margin-bottom: 5px;
  border: 1px solid !important;
}
#ccPaymentForm .has-error select {
  border: none;
  height: 43px;
}
#ccPaymentForm .has-error:after {
  border: 1px solid red;
  color: white;
  background-color: red;
  height: 44px;
  right: -1px;
}

#banner-groups h1 {
  font-size: 60px;
  font-weight: 200;
  color: #888888;
  letter-spacing: 1rem;
  margin-bottom: 40px;
  margin-top: 40px;
}
#banner-groups img {
  width: 100%;
}
#banner-groups .banner-padding {
  margin-bottom: 35px;
}

.more #more-text-wrp.collapse:not(.show) {
  display: block;
  height: 2.5rem;
  overflow: hidden;
}
.more #more-text-wrp.collapsing {
  height: 2.5rem;
}
.more a.collapsed::after {
  content: "+ Daha fazlası";
}
.more a:not(.collapsed)::after {
  content: "- Daha azı";
}

#splash {
  background-image: url("oasis_splash_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
#splash .button-wrp {
  height: 320px;
}
#splash .button-wrp .subtext {
  color: #ccc;
  text-align: center;
  width: 100%;
  margin: 50px 0;
  font-weight: lighter;
}
#splash .button-wrp .ankara-btn {
  background-image: url("06.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
}
#splash .button-wrp .ankara-btn img {
  width: 335px;
}
#splash .button-wrp .istanbul-btn {
  background-image: url("34.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
}
#splash .button-wrp .istanbul-btn img {
  width: 335px;
}
#splash .button-wrp #separator-wrp {
  position: relative;
}
#splash .button-wrp #separator-wrp .separator {
  position: absolute;
  left: 49%;
  top: 5%;
  background-color: white;
  width: 5px;
  height: 90%;
}

.modal-backdrop.show {
  opacity: 0.88 !important;
}

#content-wrapper {
  margin-top: 70px;
  background-color: #E8E3D6;
}
#content-wrapper .menu-body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}
#content-wrapper .more-btn {
  cursor: pointer;
}
#content-wrapper .more-btn .more-text {
  font-size: 12px;
}
#content-wrapper #youtubeVideo {
  margin-top: 70px;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
#content-wrapper #youtubeVideo img {
  width: 100% !important;
}
#content-wrapper #youtubeVideo .card-img-top {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#content-wrapper #course-program h1 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #2f3032;
  margin-top: 40px;
  margin-bottom: 30px;
}
#content-wrapper #home-right-column {
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 40px;
  padding-left: 30px;
}
#content-wrapper #home-right-column h1 {
  font-size: 32px;
  font-weight: 300;
  text-align: left;
  color: #2f3032;
  margin-top: 40px;
  margin-bottom: 30px;
}
#content-wrapper #home-right-column .individual-sessions img {
  width: 120px;
  height: 120px;
}
#content-wrapper #home-right-column .individual-sessions .session-wrp {
  bottom: 0;
}
#content-wrapper #home-right-column .individual-sessions .title {
  margin-top: 5px;
  color: #434343;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
#content-wrapper #home-right-column .individual-sessions .title span {
  border-left: 2px solid;
  padding-right: 5px;
  line-height: 10px;
}
#content-wrapper #home-right-column .individual-sessions .expertise {
  padding-left: 20px;
  font-size: 16px;
}
#content-wrapper .no-content {
  min-height: 400px;
}
#content-wrapper .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#content-wrapper .same-level-menu ul {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  min-height: 400px;
  text-align: right;
}
#content-wrapper .same-level-menu ul li.active {
  font-weight: 400;
  pointer-events: none;
}
#content-wrapper .same-level-menu ul li.active.istanbul:after {
  content: "";
  border-right: 4px solid #967545;
  color: #967545;
  margin-right: -15px;
  margin-left: 11px;
}
#content-wrapper .same-level-menu ul li.active.ankara:after {
  content: "";
  border-right: 4px solid #439485;
  color: #439485;
  margin-right: -15px;
  margin-left: 11px;
}
#content-wrapper .same-level-menu ul a {
  color: #505050;
}
#content-wrapper .plain-text-body {
  font-size: 14px;
  color: #505050;
  font-weight: 300;
  line-height: 2em;
  min-height: 400px;
  border-left: 1px solid #989898;
}
#content-wrapper .plain-text-body ul {
  list-style: none;
  padding-left: 15px;
}
#content-wrapper .plain-text-body.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-wrapper .plain-text-body.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-wrapper .plain-text-body.ankara strong {
  color: #439485;
}
#content-wrapper .plain-text-body.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-wrapper .plain-text-body.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content-wrapper .plain-text-body.istanbul strong {
  color: #967545;
}

.plain-text-header {
  height: 60px;
}
.plain-text-header h1 {
  color: white;
  font-size: 32px;
  line-height: 60px;
  font-weight: 300;
}

.direct-link {
  cursor: pointer;
}

#show404page {
  min-height: 400px;
}
#show404page .text {
  color: #E8E3D6;
}
#show404page .text a {
  color: #E8E3D6;
}
#show404page .text a:hover {
  text-decoration: none;
}

.bg-istanbul {
  background-color: #967545;
}

.bg-ankara {
  background-color: #439485;
}

.border-top-istanbul {
  border-top: 3px solid #967545;
}

.border-top-ankara {
  border-top: 3px solid #439485;
}

.city-active-istanbul {
  color: #967545;
}

.city-active-ankara {
  color: #439485;
}

.color-istanbul {
  color: #967545 !important;
}

.color-ankara {
  color: #439485 !important;
}

.border-color-istanbul {
  border-color: #967545 !important;
}

.border-color-ankara {
  border-color: #439485 !important;
}

.img-o-8 {
  opacity: 0.8;
}

#mobile-vertical-error-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 1050;
  opacity: 0;
  top: 0;
  transition: all 0s ease-in-out;
}
#mobile-vertical-error-overlay .mobile-error-container {
  background-color: white;
  height: 100%;
  width: 100%;
  text-align: center;
  display: table;
  color: #505050;
}
#mobile-vertical-error-overlay .mobile-error-container .error-container {
  vertical-align: middle;
  display: table-cell;
}
#mobile-vertical-error-overlay .mobile-error-container .error-container img {
  width: 100px;
  opacity: 0.5;
}
#mobile-vertical-error-overlay .mobile-error-container .error-container .error-text {
  width: 300px;
  margin: 0 auto;
}
#mobile-vertical-error-overlay.active {
  display: block;
  opacity: 1;
}

#logInModal {
  z-index: 1070;
}
#logInModal .btn:focus {
  box-shadow: none;
}
#logInModal .form-control {
  background-clip: unset;
}
#logInModal.istanbul button:hover {
  color: #967545;
}
#logInModal.istanbul .help-block p {
  font-size: 13px;
  color: #967545;
  margin-top: 5px;
}
#logInModal.istanbul .send:hover {
  background-color: #967545;
  border-color: #967545;
  color: white;
}
#logInModal.ankara button:hover {
  color: #439485;
}
#logInModal.ankara .help-block p {
  font-size: 13px;
  color: #439485;
  margin-top: 5px;
}
#logInModal.ankara .send:hover {
  background-color: #439485;
  border-color: #439485;
  color: White;
}
#logInModal .register-wrp {
  margin: 15px 0;
}
#logInModal .modal-content {
  background-color: transparent !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid;
}
#logInModal .modal-content .modal-title {
  padding-top: 30px;
  font-size: 24px;
  color: white;
  font-weight: 300;
  text-align: center;
}
#logInModal .modal-content .modal-header {
  padding: 1rem 1rem;
}
#logInModal .modal-content .modal-header button {
  border: none;
  background-color: transparent;
}
#logInModal .modal-content .modal-header button:hover {
  background-color: #505050;
}
#logInModal .modal-content .forgot-password, #logInModal .modal-content .log-in {
  color: #E8E3D6;
  font-size: 13px;
}
#logInModal .modal-content .register {
  font-size: 14px;
  color: #E8E3D6;
}
#logInModal .modal-content .send {
  color: #E8E3D6;
  width: 100%;
  border: 1px solid #E8E3D6;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}
#logInModal .modal-content #emailHelp {
  color: #E8E3D6;
}
#logInModal .modal-content .modal-header {
  border-bottom: none;
}
#logInModal .modal-content .modal-footer {
  border-top: none;
}
#logInModal .modal-content label {
  color: white;
  margin-bottom: 0.1rem;
}
#logInModal .modal-content input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#logInModal .modal-content #loginForm, #logInModal .modal-content #forgotPasswordForm, #logInModal .modal-content #registerForm {
  padding-left: 50px;
  padding-right: 50px;
}

#getInformationModal .btn:focus {
  box-shadow: none;
}
#getInformationModal .form-control {
  background-clip: unset;
}
#getInformationModal.istanbul button:hover {
  color: #967545;
}
#getInformationModal.istanbul .help-block p {
  font-size: 13px;
  color: #967545;
  margin-top: 5px;
}
#getInformationModal.istanbul .send:hover {
  background-color: #967545;
  border-color: #967545;
  color: white;
}
#getInformationModal.ankara button:hover {
  color: #439485;
}
#getInformationModal.ankara .help-block p {
  font-size: 13px;
  color: #439485;
  margin-top: 5px;
}
#getInformationModal.ankara .send:hover {
  background-color: #439485;
  border-color: #439485;
  color: White;
}
#getInformationModal .register-wrp {
  margin: 15px 0;
}
#getInformationModal .modal-content {
  background-color: transparent !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid;
}
#getInformationModal .modal-content .modal-title {
  padding-top: 30px;
  font-size: 24px;
  color: white;
  font-weight: 300;
  text-align: center;
}
#getInformationModal .modal-content .modal-header {
  padding: 1rem 1rem;
}
#getInformationModal .modal-content .modal-header button {
  border: none;
  background-color: transparent;
}
#getInformationModal .modal-content .modal-header button:hover {
  background-color: #505050;
}
#getInformationModal .modal-content .send {
  color: #E8E3D6;
  width: 100%;
  border: 1px solid #E8E3D6;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}
#getInformationModal .modal-content .modal-header {
  border-bottom: none;
}
#getInformationModal .modal-content .modal-footer {
  border-top: none;
}
#getInformationModal .modal-content textarea {
  width: 100%;
  min-height: 125px;
  resize: none;
}
#getInformationModal .modal-content label {
  color: white;
  margin-bottom: 0.1rem;
}
#getInformationModal .modal-content input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#workshop-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#workshop-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#workshop-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#workshop-wrp .rippon {
  z-index: 100;
  position: absolute;
}
#workshop-wrp .w-item {
  margin: 15px 0;
  background-color: white;
  width: 255px;
  height: 255px;
  position: relative;
}
#workshop-wrp .w-item .date-wrp .date {
  font-size: 13px;
  font-weight: 600;
}
#workshop-wrp .w-item .date-wrp .separator {
  color: white;
}
#workshop-wrp .w-item .date-wrp .time {
  font-size: 13px;
  font-weight: 600;
  color: White;
}
#workshop-wrp .w-item .description {
  width: 100%;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  z-index: 99;
}
#workshop-wrp .w-item .description .person {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
#workshop-wrp .w-item .description .title-wrp {
  margin-top: 3px;
  max-height: 40px;
  overflow-y: hidden;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid white;
}
#workshop-wrp .w-item .description .title-wrp .title {
  color: #E8E3D6;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

#meditation-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#meditation-wrp .two-column {
  column-count: 2;
  column-gap: 40px;
  padding: 0;
  margin: 0;
}
#meditation-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#meditation-wrp .meditation-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #967545;
}
#meditation-wrp .description {
  font-size: 14px;
  font-weight: 300;
}

#meditation-mobile-wrp {
  background-color: white;
  min-height: 400px;
  padding-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
}
#meditation-mobile-wrp.istanbul h1 {
  color: #967545;
}
#meditation-mobile-wrp .two-column {
  column-count: 2;
  column-gap: 40px;
  padding: 0;
  margin: 0;
}
#meditation-mobile-wrp h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 300;
}
#meditation-mobile-wrp .meditation-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #967545;
}
#meditation-mobile-wrp .description {
  font-size: 14px;
  font-weight: 300;
}

#contact-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#contact-wrp #contact-form input, #contact-wrp #contact-form textarea {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #949494;
  background-color: #E8E3D6;
}
#contact-wrp #contact-form input::placeholder, #contact-wrp #contact-form textarea::placeholder {
  color: #7d7d7d;
  font-size: 14px;
  font-style: italic;
}
#contact-wrp #contact-form .help-block {
  font-size: 12px;
  padding-left: 15px;
}
#contact-wrp #contact-form #contactMessage {
  height: 200px;
  resize: none;
  color: #7d7d7d;
  font-size: 14px;
  font-style: italic;
}
#contact-wrp #contact-form button {
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}
#contact-wrp #contact-form button:hover {
  background-color: #505050;
}
#contact-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#contact-wrp .title {
  color: #505050;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
#contact-wrp .address, #contact-wrp .email, #contact-wrp .phone {
  color: #505050;
  font-weight: 300;
  font-size: 14px;
}
#contact-wrp .address a, #contact-wrp .email a, #contact-wrp .phone a {
  color: #505050;
}
#contact-wrp .address a:hover, #contact-wrp .email a:hover, #contact-wrp .phone a:hover {
  text-decoration: none;
  color: #231f20;
}
#contact-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#contact-wrp .w-item {
  margin: 15px 0;
  background-color: white;
  width: 255px;
  height: 255px;
  position: relative;
}
#contact-wrp .w-item .description {
  width: 100%;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
}
#contact-wrp .w-item .description .person {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

#gallery-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#gallery-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#gallery-wrp .gallery-item {
  margin-bottom: 30px;
}
#gallery-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#gallery-wrp .w-item {
  margin: 15px 0;
  background-color: white;
  width: 255px;
  height: 255px;
  position: relative;
}
#gallery-wrp .w-item .description {
  width: 100%;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
}
#gallery-wrp .w-item .description .date {
  text-align: right;
  font-size: 14px;
}
#gallery-wrp .w-item .description hr {
  margin: 5px 0;
  padding: 0;
  border-color: white;
}
#gallery-wrp .w-item .description .title {
  color: #E8E3D6;
  font-size: 16px;
  line-height: 18px;
}

#trainer-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#trainer-wrp #other-sessions .individual-sessions img {
  width: 120px;
  height: 120px;
}
#trainer-wrp #other-sessions .individual-sessions .session-wrp {
  bottom: 0;
}
#trainer-wrp #other-sessions .individual-sessions .title {
  margin-top: 5px;
  color: #434343;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
#trainer-wrp #other-sessions .individual-sessions .title span {
  border-left: 2px solid;
  padding-right: 5px;
  line-height: 10px;
}
#trainer-wrp #other-sessions .individual-sessions .expertise {
  padding-left: 20px;
  font-size: 16px;
}
#trainer-wrp #other-sessions hr {
  border-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}
#trainer-wrp #trainer-courses h1 {
  margin-bottom: 20px;
}
#trainer-wrp #trainer-courses .item {
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
#trainer-wrp #trainer-courses .item:last-child {
  border-bottom: none;
}
#trainer-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#trainer-wrp .trainer-item {
  margin-bottom: 30px;
}
#trainer-wrp h1 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #231f20;
}
#trainer-wrp h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
  color: #434343;
}
#trainer-wrp h3 {
  font-size: 16px;
  font-weight: 400;
  color: #434343;
}
#trainer-wrp h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
#trainer-wrp .header {
  border-bottom: 1px solid #231f20;
  width: 100%;
  font-size: 20px;
  color: #231f20;
  margin-bottom: 10px;
}
#trainer-wrp .price {
  font-size: 20px;
  color: #231f20;
  margin-top: 20px;
  margin-bottom: 20px;
}
#trainer-wrp .price span {
  font-size: 14px;
  font-weight: bold;
}
#trainer-wrp .get-information {
  background-color: white;
  border: 2px solid;
  margin-bottom: 10px;
}
#trainer-wrp button {
  width: 100%;
  border: none;
  outline: none;
  color: white;
  height: 40px;
}
#trainer-wrp .detail, #trainer-wrp .content {
  font-size: 14px;
  color: #505050;
  font-weight: 300;
  line-height: 1.5em;
}
#trainer-wrp .detail ul, #trainer-wrp .content ul {
  list-style: none;
  padding-left: 15px;
}
#trainer-wrp .detail.ankara ul li::before, #trainer-wrp .content.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#trainer-wrp .detail.ankara ol li::before, #trainer-wrp .content.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#trainer-wrp .detail.ankara a, #trainer-wrp .content.ankara a {
  color: #439485;
}
#trainer-wrp .detail.istanbul ul li::before, #trainer-wrp .content.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#trainer-wrp .detail.istanbul ol li::before, #trainer-wrp .content.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#trainer-wrp .detail.istanbul a, #trainer-wrp .content.istanbul a {
  color: #967545;
}
#trainer-wrp .w-item {
  margin: 15px 0;
  width: 255px;
  height: auto;
  margin-bottom: 10px;
}
#trainer-wrp .w-item .description {
  width: 100%;
  padding-top: 5px;
}
#trainer-wrp .w-item .description .expertise {
  font-size: 16px;
  color: #434343;
  padding-left: 17px;
  padding-top: 5px;
  line-height: 22px;
}
#trainer-wrp .w-item .description .title {
  margin-top: 5px;
  color: #434343;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
#trainer-wrp .w-item .description .title span {
  border-left: 2px solid;
  padding-right: 5px;
  line-height: 10px;
}

#isotope-no-record {
  display: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#specialization-mobile-wrp {
  background-color: white;
}
#specialization-mobile-wrp h1 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}
#specialization-mobile-wrp .reservation {
  background-color: white;
  border: 2px solid;
}
#specialization-mobile-wrp .detail, #specialization-mobile-wrp .content {
  font-size: 14px;
  color: #505050;
  font-weight: 300;
  line-height: 1.5em;
}
#specialization-mobile-wrp .detail ul, #specialization-mobile-wrp .detail ol, #specialization-mobile-wrp .content ul, #specialization-mobile-wrp .content ol {
  list-style: none;
  padding-left: 15px;
}
#specialization-mobile-wrp .detail.ankara ul li::before, #specialization-mobile-wrp .content.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp .detail.ankara ol li::before, #specialization-mobile-wrp .content.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp .detail.ankara a, #specialization-mobile-wrp .content.ankara a {
  color: #439485;
}
#specialization-mobile-wrp .detail.istanbul ul li::before, #specialization-mobile-wrp .content.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp .detail.istanbul ol li::before, #specialization-mobile-wrp .content.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp .detail.istanbul a, #specialization-mobile-wrp .content.istanbul a {
  color: #967545;
}
#specialization-mobile-wrp.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp.ankara h1 {
  color: #439485;
}
#specialization-mobile-wrp.ankara a {
  color: #439485;
}
#specialization-mobile-wrp.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-mobile-wrp.istanbul h1 {
  color: #967545;
}
#specialization-mobile-wrp.istanbul a {
  color: #967545;
}

#specialization-wrp {
  background-color: #E8E3D6;
  min-height: 400px;
  padding-bottom: 50px;
}
#specialization-wrp hr {
  border-color: white;
}
#specialization-wrp .module-item {
  margin-bottom: 25px;
  cursor: pointer;
}
#specialization-wrp .module-item .list-image {
  width: 100px;
  height: 100px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
#specialization-wrp .module-item .title {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
}
#specialization-wrp .module-item .person {
  font-size: 14px;
  font-weight: 300;
}
#specialization-wrp .module-item .abstract {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
}
#specialization-wrp .right-menu {
  list-style: none;
  text-align: right;
}
#specialization-wrp .right-menu li a {
  color: #505050;
  line-height: 40px;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
}
#specialization-wrp .right-menu li a:hover {
  text-decoration: none;
}
#specialization-wrp .right-menu li.active {
  font-weight: 400;
  pointer-events: none;
}
#specialization-wrp .right-menu li.active.istanbul:after {
  content: "";
  border-right: 4px solid #967545;
  color: #967545;
  margin-right: -15px;
  margin-left: 11px;
}
#specialization-wrp .right-menu li.active.ankara:after {
  content: "";
  border-right: 4px solid #439485;
  color: #439485;
  margin-right: -15px;
  margin-left: 11px;
}
#specialization-wrp h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 300;
  color: #231f20;
}
#specialization-wrp .alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#specialization-wrp .rippon {
  z-index: 100;
  position: absolute;
}
#specialization-wrp h1 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #231f20;
}
#specialization-wrp h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
  color: #434343;
}
#specialization-wrp h3 {
  font-size: 16px;
  font-weight: 400;
  color: #434343;
}
#specialization-wrp h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
#specialization-wrp .header {
  border-bottom: 1px solid #231f20;
  width: 100%;
  font-size: 20px;
  color: #231f20;
  margin-bottom: 10px;
}
#specialization-wrp .price {
  font-size: 20px;
  color: #231f20;
  margin-top: 20px;
  margin-bottom: 20px;
}
#specialization-wrp .price span {
  font-size: 14px;
  font-weight: bold;
}
#specialization-wrp .get-information {
  background-color: white;
  border: 2px solid;
  margin-bottom: 10px;
}
#specialization-wrp button {
  width: 100%;
  border: none;
  outline: none;
  color: white;
  height: 40px;
}
#specialization-wrp .detail, #specialization-wrp .content {
  font-size: 14px;
  color: #505050;
  font-weight: 300;
  line-height: 1.5em;
}
#specialization-wrp .detail ul, #specialization-wrp .content ul {
  list-style: none;
  padding-left: 15px;
}
#specialization-wrp .detail.ankara ul li::before, #specialization-wrp .content.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-wrp .detail.ankara ol li::before, #specialization-wrp .content.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-wrp .detail.ankara a, #specialization-wrp .content.ankara a {
  color: #439485;
}
#specialization-wrp .detail.istanbul ul li::before, #specialization-wrp .content.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-wrp .detail.istanbul ol li::before, #specialization-wrp .content.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#specialization-wrp .detail.istanbul a, #specialization-wrp .content.istanbul a {
  color: #967545;
}
#specialization-wrp .w-item {
  margin: 15px 0;
  background-color: white;
  width: 255px;
  height: 255px;
  position: relative;
}
#specialization-wrp .w-item .date-wrp .date {
  font-size: 13px;
  font-weight: 600;
}
#specialization-wrp .w-item .date-wrp .separator {
  color: white;
}
#specialization-wrp .w-item .date-wrp .time {
  font-size: 13px;
  font-weight: 600;
  color: White;
}
#specialization-wrp .w-item .description {
  width: 100%;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  z-index: 99;
}
#specialization-wrp .w-item .description .person {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
#specialization-wrp .w-item .description .title-wrp {
  margin-top: 3px;
  max-height: 40px;
  overflow-y: hidden;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid white;
}
#specialization-wrp .w-item .description .title-wrp .title {
  color: #E8E3D6;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

#moduleModal .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #E8E3D6;
  min-width: 650px;
  min-height: 500px;
}
#moduleModal .modal-content .modal-header {
  border: none;
}
#moduleModal .modal-content .modal-banner {
  margin: 15px;
}
#moduleModal .modal-content .modal-person {
  font-size: 16px;
  margin-left: 15px;
}
#moduleModal .modal-content .modal-title {
  font-size: 24px;
}
#moduleModal .modal-content .modal-title.ankara {
  color: #439485;
}
#moduleModal .modal-content .modal-title.istanbul {
  color: #967545;
}
#moduleModal .modal-content .modal-body {
  font-size: 14px;
  font-weight: 300;
}
#moduleModal .modal-content .modal-body ul {
  list-style: none;
  padding-left: 15px;
}
#moduleModal .modal-content .modal-body.ankara ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#moduleModal .modal-content .modal-body.ankara ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #439485;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#moduleModal .modal-content .modal-body.ankara a {
  color: #439485;
}
#moduleModal .modal-content .modal-body.istanbul ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#moduleModal .modal-content .modal-body.istanbul ol li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #967545;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#moduleModal .modal-content .modal-body.istanbul a {
  color: #967545;
}

#reservation-wrp.istanbul .cancel-reservation-btn {
  background-color: #967545;
}
#reservation-wrp.ankara .cancel-reservation-btn {
  background-color: #439485;
}
#reservation-wrp .cancel-reservation-btn {
  padding: 5px 10px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

#member-change-password.istanbul label {
  color: #967545;
  font-weight: 600;
}
#member-change-password.istanbul .help-block {
  color: #967545;
  font-size: 13px;
}
#member-change-password.istanbul .update {
  background-color: #967545;
  color: white;
}
#member-change-password.ankara label {
  color: #439485;
  font-weight: 600;
}
#member-change-password.ankara .help-block {
  color: #439485;
  font-size: 13px;
}
#member-change-password.ankara .update {
  background-color: #439485;
  color: white;
}
#member-change-password input, #member-change-password button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#member-personal-information.istanbul label {
  color: #967545;
  font-weight: 600;
}
#member-personal-information.istanbul .help-block {
  color: #967545;
  font-size: 13px;
}
#member-personal-information.istanbul .update {
  background-color: #967545;
  color: white;
}
#member-personal-information.ankara label {
  color: #439485;
  font-weight: 600;
}
#member-personal-information.ankara .help-block {
  color: #439485;
  font-size: 13px;
}
#member-personal-information.ankara .update {
  background-color: #439485;
  color: white;
}
#member-personal-information .pi-row {
  margin-bottom: 5px;
}
#member-personal-information .pi-row div {
  padding: 0;
  margin: 0;
}
#member-personal-information label {
  margin: 0;
}
#member-personal-information input, #member-personal-information button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#my-purchases.istanbul h1 {
  color: #967545;
}
#my-purchases.ankara h1 {
  color: #439485;
}
#my-purchases .purchases {
  margin-bottom: 20px;
  border-bottom: 1px solid #949494;
  padding-bottom: 10px;
}
#my-purchases .purchases:last-child {
  border-bottom: none;
}
#my-purchases .purchases strong {
  color: #505050;
}
#my-purchases .purchases h1 {
  font-size: 16px;
  font-weight: 600;
}

#member-entry-logs .table-responsive {
  font-size: 14px;
  line-height: 16px;
}

#new-password.istanbul .update {
  background-color: #967545;
  color: white;
}
#new-password.istanbul label {
  color: #967545;
  font-weight: 600;
}
#new-password.istanbul .help-block {
  color: #967545;
  font-size: 13px;
}
#new-password.ankara label {
  color: #439485;
  font-weight: 600;
}
#new-password.ankara .update {
  background-color: #439485;
  color: white;
}
#new-password.ankara .help-block {
  color: #439485;
  font-size: 13px;
}
#new-password input, #new-password button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#new-password .help-block .error {
  margin-top: 5px;
}
#new-password p {
  font-size: 14px;
  font-weight: 300;
}

#myaccount-wrp h1 {
  font-size: 16px;
}
#myaccount-wrp .qr-code-img {
  width: 300px;
  height: auto;
}

#member-personal-information-update.istanbul label {
  color: #967545;
  font-weight: 600;
}
#member-personal-information-update.istanbul .help-block {
  color: #967545;
  font-size: 13px;
}
#member-personal-information-update.istanbul .update {
  background-color: #967545;
  color: white;
}
#member-personal-information-update.ankara label {
  color: #439485;
  font-weight: 600;
}
#member-personal-information-update.ankara .help-block {
  color: #439485;
  font-size: 13px;
}
#member-personal-information-update.ankara .update {
  background-color: #439485;
  color: white;
}
#member-personal-information-update .pi-row {
  margin-bottom: 5px;
}
#member-personal-information-update .pi-row div {
  padding: 0;
  margin: 0;
}
#member-personal-information-update label {
  margin: 0;
}
#member-personal-information-update input, #member-personal-information-update button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.footer {
  background-color: #2c2c2c;
  height: 270px;
}
.footer #footer-wrp {
  padding: 0 15px;
}

#footer-right {
  padding-right: 0;
}
#footer-right h3 {
  font-size: 20px;
  color: #949494;
  margin-top: 65px;
  font-weight: 200;
}
#footer-right .social-icons {
  padding-top: 10px;
  text-align: right;
}
#footer-right .social-icons .separator {
  padding-left: 10px;
  color: #949494;
  border-right: 1px solid #949494;
}
#footer-right .social-icons i {
  font-size: 20px;
  padding-left: 20px;
  color: #949494;
}
#footer-right .description {
  clear: both;
  color: white;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 1px solid #484848;
}
#footer-right input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: 10px;
  border: 1px solid #949494;
  background-color: #2c2c2c;
  outline: none;
  width: 282px;
  border-right: none;
}
#footer-right input::placeholder {
  font-size: 14px;
  color: #949494;
}
#footer-right button {
  margin-top: 10px;
  height: 38px;
  border: none;
  color: white;
  font-size: 14px;
}

#footer-middle h3 {
  font-size: 20px;
  color: #949494;
  margin-top: 65px;
  font-weight: 200;
  text-transform: uppercase;
}
#footer-middle ul {
  margin-top: 20px;
  list-style: none;
  column-count: 2;
}
#footer-middle ul li {
  font-size: 16px;
  line-height: 1.8em;
}
#footer-middle ul li a {
  color: #E8E3D6;
}

#footer-left .change-city {
  margin-top: 50px;
  margin-left: -15px;
  color: #E8E3D6;
  font-size: 14px;
  font-weight: 400;
}
#footer-left .change-city .cities {
  margin-top: 10px;
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 1px solid #484848;
}
#footer-left .change-city .cities a {
  color: #6b6b6b;
}
#footer-left .change-city .cities a:hover {
  text-decoration: none;
}
#footer-left .change-city .cities .active {
  cursor: default;
  pointer-events: none;
}
#footer-left .change-city .cities .active a:hover {
  text-decoration: none;
}
#footer-left .change-city .cities .white {
  color: #E8E3D6;
  padding-left: 10px;
  padding-right: 10px;
}
#footer-left .change-city .credit-cards img {
  margin-left: 0;
  margin-top: 15px;
  width: 265px;
}
#footer-left img {
  margin-left: -29px;
  width: 180px;
  margin-top: 40px;
}

#footer-bottom {
  background-color: #484848;
  color: #E8E3D6;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 15px;
}
#footer-bottom ul {
  list-style: none;
}
#footer-bottom ul li {
  display: inline-block;
  padding-right: 5px;
}
#footer-bottom ul li:after {
  content: "|";
  padding-left: 5px;
}
#footer-bottom ul li:last-child {
  padding-right: 0;
}
#footer-bottom ul li:last-child:after {
  content: "";
  padding-left: 0;
}
#footer-bottom a {
  color: #E8E3D6;
}

@media screen and (max-width: 1199px) {
  #topMenu .navbar #member-login {
    font-size: 12px;
  }
  #topMenu .navbar .top-menu-container ul li {
    font-size: 12px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 991px) {
  #specialization-mobile-wrp .get-information, #workshop-mobile-wrp .get-information {
    background-color: white;
    border: 2px solid;
    margin-bottom: 10px;
  }
  #specialization-mobile-wrp button, #workshop-mobile-wrp button {
    width: 100%;
    border: none;
    outline: none;
    color: white;
    height: 40px;
  }

  #salesAgreement {
    width: 90%;
    font-size: 13px;
    font-weight: lighter;
    padding: 40px 15px;
  }

  #member-entry-logs table {
    font-weight: lighter;
  }

  #reservation-wrp table {
    font-weight: lighter;
    font-size: 14px;
  }
  #reservation-wrp .cancel-reservation-wrp {
    text-align: center;
  }
  #reservation-wrp .cancel-reservation-wrp .cancel-reservation-btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  #my-purchases .purchases {
    margin-bottom: 0px;
    border-bottom: 1px solid #cfcecd;
    padding-bottom: 20px;
  }

  #logInModal {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #logInModal .modal-content #loginForm, #logInModal .modal-content #registerForm, #logInModal .modal-content #forgotPasswordForm {
    padding: 5px;
  }

  #member-personal-information {
    padding: 0;
    font-size: 14px;
    font-weight: lighter;
  }
  #member-personal-information .pi-row {
    margin-bottom: 20px;
  }
  #member-personal-information .pi-row:first-child {
    margin-top: 30px;
  }

  #sidebar .mobile-member-name {
    text-transform: uppercase;
  }

  #f_mobile_member_login_menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  #splash .button-wrp {
    height: 200px;
  }
  #splash .button-wrp .istanbul-btn {
    padding: 0;
  }
  #splash .button-wrp .ankara-btn {
    padding: 0;
  }
  #splash .button-wrp .subtext {
    font-size: 12px;
  }

  #banner-groups h1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #banner-groups .banner-padding {
    margin-bottom: 15px;
  }

  #mobile-wrapper {
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobile-wrapper #payment-error-wrp.istanbul a {
    color: #967545;
  }
  #mobile-wrapper #payment-error-wrp.ankara a {
    color: #439485;
  }
  #mobile-wrapper .alert {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  #mobile-wrapper .mobile-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #mobile-wrapper h1 {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #mobile-wrapper h4 {
    font-size: 18px;
    margin-top: -10px;
  }
  #mobile-wrapper #mobile-list-filter {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  #mobile-wrapper #mobile-list-filter.istanbul {
    border-color: #967545;
  }
  #mobile-wrapper #mobile-list-filter.ankara {
    border-color: #439485;
  }
  #mobile-wrapper .mobile-container {
    margin-bottom: 65px;
  }
  #mobile-wrapper .mobile-container #contact-wrp {
    background-color: transparent;
  }
  #mobile-wrapper .mobile-container #contact-wrp #contact-form input, #mobile-wrapper .mobile-container #contact-wrp #contact-form textarea {
    background-color: transparent;
  }
  #mobile-wrapper .mobile-container .expertise {
    font-size: 14px;
  }
  #mobile-wrapper .mobile-container .detail {
    font-size: 14px;
    font-weight: 200;
  }
  #mobile-wrapper .mobile-container .detail ul {
    list-style: none;
    padding-left: 15px;
  }
  #mobile-wrapper .mobile-container .detail.ankara ul li::before {
    content: "•";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #439485;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
  }
  #mobile-wrapper .mobile-container .detail.ankara ol li::before {
    content: "•";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #439485;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
  }
  #mobile-wrapper .mobile-container .detail.ankara a {
    color: #439485;
  }
  #mobile-wrapper .mobile-container .detail.istanbul ul li::before {
    content: "•";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #967545;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
  }
  #mobile-wrapper .mobile-container .detail.istanbul ol li::before {
    content: "•";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #967545;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
  }
  #mobile-wrapper .mobile-container .detail.istanbul a {
    color: #967545;
  }
  #mobile-wrapper .mobile-container .menu-body-text {
    font-size: 14px;
    font-weight: 200;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row .product-item {
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row .product-item button {
    width: 100%;
    color: #E8E3D6;
    border: none;
    font-size: 18px;
    min-height: 40px;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row .product-item .big-price {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #434343;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row .product-item .old-price {
    color: #949494;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row .product-item .diff-price {
    font-size: 14px;
    color: #8fb73e;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp .product-row .product-item .product-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #434343;
    font-weight: 400;
  }
  #mobile-wrapper .mobile-container #mobile-products-wrp h2 {
    font-size: 17px;
  }
  #mobile-wrapper .mobile-container .date-wrp {
    font-size: 14px;
    font-weight: 200;
  }
  #mobile-wrapper .course-mobile-wrp {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mobile-wrapper .ankara-btn {
    background-image: url("06-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
  }
  #mobile-wrapper .istanbul-btn {
    background-image: url("34-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
  }

  footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    background-color: #E8E3D6;
  }
  footer .social-icons {
    text-align: center;
  }
  footer .social-icons a {
    padding: 15px;
    line-height: 50px;
    color: #505050;
  }
  footer .social-icons a i {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  #splash .button-wrp {
    height: 130px;
  }
  #splash .button-wrp .istanbul-btn {
    padding: 0;
  }
  #splash .button-wrp .ankara-btn {
    padding: 0;
  }
  #splash .button-wrp .subtext {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  #banner-groups h1 {
    font-size: 20px !important;
    letter-spacing: 0.8rem;
  }
}
.jconfirm-box {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.jconfirm-box .jconfirm-title {
  font-size: 20px !important;
}
.jconfirm-box .jconfirm-content {
  font-size: 14px;
  font-weight: lighter;
}
.jconfirm-box .btn-yes {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: white;
  background-color: #888888;
}
.jconfirm-box .btn-no {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: white;
  background-color: #434343;
}

#blog-wrp {
  padding-bottom: 50px;
}
#blog-wrp .istanbul h2 {
  color: #967545;
}
#blog-wrp .istanbul .blog-header {
  border-bottom: 1px solid #967545;
}
#blog-wrp .ankara h2 {
  color: #439485;
}
#blog-wrp .ankara .blog-header {
  border-bottom: 1px solid #439485;
}
#blog-wrp .blog-item {
  margin: 25px 0;
}
#blog-wrp .blog-item h2 {
  line-height: 40px;
  font-size: 22px;
  font-weight: 300;
  float: left;
}
#blog-wrp .blog-item .blog-date {
  float: right;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
}
#blog-wrp .blog-item .blog-header {
  margin-bottom: 15px;
}
#blog-wrp .blog-item .text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

#robotModal.ankara .modal-content {
  background-color: transparent;
  border: 1px solid #439485;
}
#robotModal.ankara .send {
  border: 1px solid #439485;
  color: #439485;
}
#robotModal.ankara .send:hover {
  color: white;
}
#robotModal.istanbul .modal-content {
  background-color: transparent;
  border: 1px solid #967545;
}
#robotModal.istanbul .send {
  border: 1px solid #967545;
  color: #967545;
}
#robotModal.istanbul .send:hover {
  color: white;
}
#robotModal .help-block {
  color: red;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
#robotModal .modal-footer {
  border-top: none;
  padding: 0;
}
#robotModal .send {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 98%;
  margin-right: 7px;
}
#robotModal .modal-dialog .modal-content {
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 0px 20px 7px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#robotModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
