html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'DMSerifText-Regular';
  src: url("../fonts/DMSerifText/DMSerifText-Regular.eot");
  src: url("../fonts/DMSerifText/DMSerifText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSerifText/DMSerifText-Regular.woff") format("woff"), url("../fonts/DMSerifText/DMSerifText-Regular.ttf") format("truetype"), url("../fonts/DMSerifText/DMSerifText-Regular.svg") format("svg"); }
@font-face {
  font-family: 'GothamNarrow-Book';
  src: url("../fonts/GothamNarrow/Book/GothamNarrow-Book.eot");
  src: url("../fonts/GothamNarrow/Book/GothamNarrow-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/Book/GothamNarrow-Book.woff") format("woff"), url("../fonts/GothamNarrow/Book/GothamNarrow-Book.ttf") format("truetype"), url("../fonts/GothamNarrow/Book/GothamNarrow-Book.svg") format("svg"); }
@font-face {
  font-family: 'GothamNarrow-Medium';
  src: url("../fonts/GothamNarrow/Medium/GothamNarrow-Medium.eot");
  src: url("../fonts/GothamNarrow/Medium/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/Medium/GothamNarrow-Medium.woff") format("woff"), url("../fonts/GothamNarrow/Medium/GothamNarrow-Medium.ttf") format("truetype"), url("../fonts/GothamNarrow/Medium/GothamNarrow-Medium.svg") format("svg"); }
table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

.clear {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-family: "GothamNarrow-Medium", Arial, Helvetica;
  font-size: 14px; }

body {
  overflow: auto; }

#alerts {
  height: auto !important;
  position: fixed; }

.succesfully {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }

.error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }

.info {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }

.message {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  position: absolute;
  z-index: 300; }

header {
  padding: 30px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

.container {
  width: 1140px;
  margin: 0 auto; }

.logo {
  float: left; }

.main-menu {
  float: right; }
  .main-menu a {
    padding: 14px 0;
    margin: 0 14px;
    color: #fff;
    display: inline-block; }
    .main-menu a.active {
      border-bottom: 2px solid #eeb541; }

.container-title {
  margin-top: 36px;
  margin-bottom: 90px;
  display: block;
  text-align: center;
  font-family: "DMSerifText-Regular", Arial, Helvetica;
  font-size: 46px;
  color: #3c3c3c;
  text-align: center;
  position: relative; }
  .container-title:before, .container-title:after {
    content: "";
    width: 2px;
    height: 36px;
    background: #c2c2c2;
    position: absolute;
    z-index: 1; }
  .container-title:after {
    bottom: -40px;
    left: 50%; }
  .container-title:before {
    top: -40px;
    left: 50%; }
  .container-title span {
    display: block;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 22px;
    color: #8b8b8b; }

.team-detail-img {
  width: 260px;
  height: 260px;
  margin: 0 auto 50px;
  display: table;
  border-radius: 50%;
  border: 20px solid #f1f1f1; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.sub-page-header {
  width: 100%;
  height: 280px;
  background-image: url(../images/sub-page-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.about-us .container {
  padding: 80px 0;
  border-bottom: 1px dashed #c2c2c2; }

blockquote .content, .content {
  display: block;
  text-indent: 40px;
  position: relative;
  font-family: "GothamNarrow-Book", Arial, Helvetica;
  font-size: 22px;
  font-style: italic;
  color: #8b8b8b; }

.content p,
.content div,
.content span,
.content i,
.content u,
.content strong {
  font-family: "GothamNarrow-Book", Arial, Helvetica !important;
  font-size: 22px !important;
  font-style: italic !important;
  color: #8b8b8b !important; }

.content {
  text-indent: inherit; }

blockquote .content:before, blockquote .content:after {
  content: '';
  width: 35px;
  height: 27px;
  background-repeat: no-repeat;
  display: inline-block; }

blockquote .content:before {
  position: absolute;
  top: -12px;
  left: 0;
  background-image: url(../images/quote-01.png); }

blockquote .content:after {
  top: 16px;
  position: relative;
  margin-left: 10px;
  right: 0;
  background-image: url(../images/quote-02.png); }

.team {
  padding: 80px 0;
  text-align: justify; }
  .team .team-list {
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 1000px) {
      .team .team-list {
        width: 100%; } }
    .team .team-list .team-row {
      width: 100%;
      margin: 20px 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1000px) {
        .team .team-list .team-row {
          display: block; } }
    .team .team-list .team-card {
      width: 48%;
      padding: 30px;
      margin: 40px auto;
      line-height: 24px;
      background-color: #f1f1f1;
      text-align: center;
      color: #8b8b8b;
      font-family: "GothamNarrow-Book", Arial, Helvetica;
      /*@media only screen and (max-width: 1000px) {
         margin: 40px 0;
      }*/
      /*&.team-right {
         float: right;
         //margin-left: 4%;
         text-align: right;
         .team-info {
            text-align: left;
         }
         a{float: left;}
      }*/ }
      @media only screen and (max-width: 1000px) {
        .team .team-list .team-card {
          width: 100%;
          margin: 100px 0 0 0; } }
      .team .team-list .team-card img {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        border: 20px solid #f1f1f1;
        margin-top: -80px;
        margin-bottom: 10px; }
      .team .team-list .team-card h3 {
        font-size: 24px;
        color: #eeb541;
        font-family: "DMSerifText-Regular", Arial, Helvetica; }
      .team .team-list .team-card span {
        display: block;
        font-style: italic; }
      .team .team-list .team-card p {
        margin-top: 20px;
        text-align: justify; }
      .team .team-list .team-card a {
        color: #8b8b8b;
        font-style: italic;
        text-align: center;
        display: block; }

.works {
  padding: 80px 0; }

.grid {
  margin-top: 20px; }

.grid-item, .news-item {
  height: 300px;
  width: 20%; }
  .grid-item .item-bg, .news-item .item-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    color: #fff; }
    .grid-item .item-bg .grid-hover, .news-item .item-bg .grid-hover {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      background-color: rgba(241, 241, 255, 0.9);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .grid-item .item-bg:hover .grid-hover, .news-item .item-bg:hover .grid-hover {
      opacity: 1;
      visibility: visible; }
  .grid-item .grid-row, .news-item .grid-row {
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .grid-item .grid-row:before, .grid-item .grid-row:after, .news-item .grid-row:before, .news-item .grid-row:after {
      content: "";
      width: 2px;
      height: 26px;
      background: #c2c2c2;
      display: inline-block; }

.grid-title {
  padding: 16px 0;
  font-family: "GothamNarrow-Medium", Arial, Helvetica;
  font-size: 22px;
  font-style: italic;
  display: block;
  color: #3c3c3c; }

.button-group {
  width: 100%;
  text-align: center; }
  .button-group .button {
    padding: 14px;
    margin: 5px 0;
    display: inline-block;
    cursor: pointer;
    background: none; }
    .button-group .button:after {
      content: "::::";
      margin-left: 30px;
      color: #c2c2c2; }
    .button-group .button:last-child:after {
      display: none; }
  .button-group .is-checked {
    padding: 12px;
    color: #eeb541; }

.news {
  padding: 80px 0; }

.news-item {
  width: 50%;
  float: left; }

.news-info {
  width: 100%;
  overflow: hidden; }

/*.news-info {
   width: 100%;
   overflow: hidden;
   float: right;

   li {
      width: 50%;
      float: left;
   }
   h3 {
      padding: 16px 0;
      color: $color-black;
      font-size: 24px;
      border-bottom: 1px solid $color-gray;
      position: relative;
   }
}*/
/*
.article {
   .text {
      width: 64%;
      float: left;
   }
   h2 {
      margin-bottom: 20px;
      font-family: $font-Gilroy-Bold;
   }
   p {
      margin-bottom: 20px;
   }
   .image {
      width: 31%;
      float: right;
      position: relative;
      
      img {
         width: 100%;
      }

      a {
         text-align: center;
         padding: 14px;
         font-family: $font-Gilroy-Bold;
         background-color: $color-black;
         color: $color-white;
         position: absolute;
         left: 50%;
         top: 50%;
         transform:translate(-50%, -50%);
         -moz-transform:translate(-50%, -50%);
         -webkit-transform:translate(-50%, -50%);
         white-space: nowrap;
         
         &:hover {
            background-color: $color-white;
            color: $color-black;
         }
      }
   }
}
*/
.tab {
  width: 100%;
  display: block;
  margin: 50px 0;
  text-align: center; }

.tab button {
  width: 64px;
  height: 64px;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center; }

.tab button.active {
  border-top: 1px solid #eeb541;
  position: relative; }
  .tab button.active::before {
    content: "";
    width: 11px;
    height: 5px;
    background-image: url(../images/icon-arrow-top.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -6px; }

.tabcontent {
  display: none; }

.contact-info-link {
  background-image: url(../images/icon-contact-info.png); }

.contact-map-link {
  background-image: url(../images/icon-contact-map.png); }

.contact-form-link {
  background-image: url(../images/icon-contact-form.png); }

.contact-info {
  text-align: center;
  font-family: "DMSerifText-Regular", Arial, Helvetica;
  font-size: 22px;
  color: #3c3c3c; }
  .contact-info li {
    margin: 30px 0; }
  .contact-info h3 {
    font-size: 14px; }
  .contact-info p {
    color: #eeb541; }
  .contact-info span {
    color: #eeb541; }

#map {
  width: 100%;
  height: 420px;
  margin-bottom: 40px; }

input[type='text'] {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: none;
  float: left;
  font-family: "GothamNarrow-Medium", Arial, Helvetica;
  font-size: 1em;
  color: #3c3c3c;
  background-color: #f1f1f1; }

.kvkk {
  padding: 10px 0 20px;
  color: #3c3c3c; }
  .kvkk a {
    padding: 10px 0;
    display: block;
    color: #eeb541; }

textarea {
  width: 100%;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  font-family: "GothamNarrow-Medium", Arial, Helvetica;
  font-size: 1em;
  color: #3c3c3c; }

.submit {
  width: 100%;
  padding: 14px 24px;
  cursor: pointer;
  border: 0;
  color: #eeb541;
  font-family: "GothamNarrow-Medium", Arial, Helvetica;
  font-size: 1em;
  background: #f1f1f1;
  text-align: center; }

.page-title-h1 {
  font-size: 28px;
  color: #000; }

footer {
  width: 100%;
  padding: 40px 0;
  background-color: #3c3c3c;
  overflow: hidden;
  text-align: center; }
  footer .container {
    color: #fff; }
  footer a {
    color: #fff; }

.mobil-nav {
  display: none; }

@media only screen and (max-width: 1300px) {
  .container {
    width: 900px; }

  .words {
    height: 322px; } }
@media only screen and (max-width: 1000px) {
  .mobil-nav {
    margin-top: 10px;
    float: right;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 4; }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background: #fff;
    margin: 6px 0;
    transition: 0.4s; }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    -moz-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px); }
  .change .bar2 {
    opacity: 0; }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    -moz-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px); }

  .main-menu {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background: #000;
    display: none; }
    .main-menu a {
      width: 100%;
      margin: 0;
      padding: 14px 0;
      text-align: center; }

  .show {
    display: block; }

  .container {
    width: 90%; }

  .team ul {
    width: 100%; }
    .team ul li {
      width: 100%; }

  .button-group .button {
    margin: 5px; }

  .grid-item {
    width: 100%; }

  .words {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    margin-top: 0;
    margin-bottom: 20px; }

  .video {
    width: 100%; }

  /*.splite-area {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     li {
        width: 100%;
     }
  }
  .article {
     .text, .image {
        width: 100%;
     }
  }*/
  .contact-form {
    width: 100%; }

  .contact-info {
    width: 100%;
    margin-top: 50px; } }

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