body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Avenir LT Std Medium TR'; }

figure {
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

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

input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="submit"] {
  cursor: pointer; }

.nm {
  margin: 0 !important; }

.nmt {
  margin-top: 0 !important; }

.nml {
  margin-left: 0 !important; }

.nmb {
  margin-bottom: 0 !important; }

.nmr {
  margin-right: 0 !important; }

.np {
  padding: 0 !important; }

.npt {
  padding-top: 0 !important; }

.npl {
  padding-left: 0 !important; }

.npb {
  padding-bottom: 0 !important; }

.npr {
  padding-right: 0 !important; }

.ha {
  height: auto; }

.hf {
  height: 100%; }

.brn {
  border: none !important; }

.dn {
  display: none !important; }

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.ff {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.f {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.pr {
  position: relative; }

.pf {
  position: fixed; }

.pa {
  position: absolute; }

.list {
  width: 100%; }
  .list li {
    width: 100%;
    padding-left: 35px;
    color: #6d6c6c;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    position: relative; }
    .list li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 14px;
      height: 7px;
      -webkit-transform: skew(-40deg);
              transform: skew(-40deg);
      background: #e50000;
      display: block; }

.select {
  width: 100%;
  background: #e4e2e2 url("../../images/arrow.svg") no-repeat right 26px center;
  height: 60px;
  padding-left: 25px;
  padding-right: 40px;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 800;
  font-family: 'Avenir Heavy';
  border: none; }
  .select:focus {
    outline: none; }

form .input {
  width: 100%;
  height: 60px;
  border: 1px solid #e4e2e2;
  padding: 0 27px;
  font-family: 'Avenir Heavy';
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 800;
  margin-bottom: 15px; }
  form .input:placeholder {
    color: #4a4a4a; }
  form .input:focus {
    outline: none; }

form .textarea {
  width: 100%;
  height: 165px;
  border: 1px solid #e4e2e2;
  padding: 27px;
  font-family: 'Avenir Heavy';
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 800;
  margin-bottom: 15px;
  resize: none; }
  form .textarea:placeholder {
    color: #4a4a4a; }
  form .textarea:focus {
    outline: none; }

form .button {
  margin: 0 auto;
  width: 160px;
  height: 60px;
  border: none;
  background: #e50000;
  font-size: 14px;
  font-family: 'Avenir Heavy';
  font-weight: 800;
  color: white; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all .2s;
  transition: all .2s; }
  #header .container {
    height: 160px;
    -webkit-transition: all .2s;
    transition: all .2s; }
    #header .container .logo img {
      width: 188px;
      -webkit-transition: all .2s;
      transition: all .2s; }
    #header .container .mobileNavIcon {
      width: 40px;
      height: 40px;
      display: none;
      margin-left: 10px; }
      #header .container .mobileNavIcon:after {
        content: '\e90d';
        font-family: 'vda';
        width: 30px;
        height: 30px;
        font-size: 30px;
        color: #e50000;
        -webkit-transition: all .3s;
        transition: all .3s; }
      #header .container .mobileNavIcon.active:after {
        content: "\e90c";
        width: 25px;
        height: 25px;
        font-size: 25px; }
    #header .container .headerRight .lng {
      color: white;
      font-size: 12px;
      letter-spacing: 1px;
      font-family: 'AvenirLTStd Black Bold TR';
      margin-bottom: 25px;
      -webkit-transition: all .2s;
      transition: all .2s; }
      #header .container .headerRight .lng i {
        margin-right: 10px;
        font-size: 15px; }
    #header .container .headerRight #nav {
      margin-right: -25px; }
      #header .container .headerRight #nav .nav a {
        color: white;
        font-family: 'AvenirLTStd Black Bold TR';
        letter-spacing: .54px;
        padding: 22px 25px;
        font-size: 14px;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-transform: uppercase; }
      #header .container .headerRight #nav .nav .subNav {
        width: 350px;
        background: white;
        top: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #header .container .headerRight #nav .nav .subNav a {
          color: #e50000; }
          #header .container .headerRight #nav .nav .subNav a:hover {
            color: white;
            background: #e50000; }
      #header .container .headerRight #nav .nav:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      #header .container .headerRight #nav .nav:hover {
        z-index: 999; }
        #header .container .headerRight #nav .nav:hover a {
          background: white;
          color: #e50000; }
        #header .container .headerRight #nav .nav:hover .subNav {
          opacity: 1;
          pointer-events: auto; }
        #header .container .headerRight #nav .nav:hover:after {
          opacity: 1; }
  #header.headerStatic {
    background: white;
    -webkit-box-shadow: 0px 6px 60px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 60px 2px rgba(0, 0, 0, 0.1); }
    #header.headerStatic .container {
      height: 100px; }
      #header.headerStatic .container .logo img {
        width: 140px; }
      #header.headerStatic .container .lng {
        margin-bottom: 0px;
        opacity: 0;
        height: 0; }
      #header.headerStatic .container #nav .nav > a {
        color: #e50000; }

.banner img {
  width: 100%; }

.banner.bannerAlt {
  height: 160px;
  overflow: hidden; }

.members {
  margin-bottom: 73px; }
  .members .container .membersSlider {
    width: 100%;
    max-width: 795px;
    margin: 22px auto;
    position: relative; }
    .members .container .membersSlider .owl-stage-outer {
      padding: 0 2px; }
    .members .container .membersSlider .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .members .container .membersSlider .owl-stage .owl-item img {
    display: flex;
    height: 51px;
    width: auto;
    margin: 0 auto;
    }
      .members .container .membersSlider .owl-stage .owl-item {
        float: none !important;
        border-right: 1px solid #dbd7d7;
        margin-right: -1px;
        }
    .members .container .membersSlider .owl-nav {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -12px; }
      .members .container .membersSlider .owl-nav > div {
        color: #969696;
        position: absolute; }
        .members .container .membersSlider .owl-nav > div.owl-prev {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          left: -105px; }
        .members .container .membersSlider .owl-nav > div.owl-next {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          right: -105px; }

.aboutContent {
  margin-bottom: 115px; }
  .aboutContent .container {
    padding-left: 80px;
    padding-right: 80px; }
    .aboutContent .container .visionMision {
      width: 415px;
      height: 100%;
      margin-right: 100px;
      background: #e50000 url("../../images/about-bg.png") no-repeat center center;
      background-size: cover;
      padding: 59px 36px 52px 48px;
      border-bottom-right-radius: 100px; }
      .aboutContent .container .visionMision h1 {
        color: white;
        letter-spacing: 0.77px;
        font-family: 'AvenirLTStd Black Bold TR';
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
        position: relative; }
        .aboutContent .container .visionMision h1:after {
          content: attr(data-title);
          position: absolute;
          top: -30px;
          left: -48px;
          text-align: center;
          width: 415px;
          height: 100%;
          color: rgba(255, 255, 255, 0.23);
          font-size: 41px;
          letter-spacing: 1.57px; }
      .aboutContent .container .visionMision p {
        font-size: 13px;
        line-height: 19px;
        color: white;
        font-family: 'Avenir LT Std Medium TR'; }
    .aboutContent .container .about {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .aboutContent .container .about h1 {
        font-size: 42px;
        font-family: 'Avenir Heavy';
        margin-bottom: 5px;
        color: black; }
      .aboutContent .container .about h2 {
        font-size: 20px;
        color: black;
        font-family: 'Avenir Heavy';
        font-weight: 800;
        margin-bottom: 35px; }
        .aboutContent .container .about h2 span {
          font-family: 'Avenir LT Std Light TR';
          font-weight: 300; }
      .aboutContent .container .about p {
        color: #6d6c6c;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Avenir LT Std Medium TR';
        margin-bottom: 30px; }

.eps {
  background: #f1f1f1 url("../../images/bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 365px; }
  .eps .container {
    padding-left: 140px;
    padding-right: 140px; }
    .eps .container h1 {
      color: black;
      font-size: 42px;
      margin-bottom: 28px;
      text-align: center;
      font-family: 'Avenir Heavy'; }
    .eps .container p {
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      color: #6d6c6c;
      margin-bottom: 30px;
      display: block; }
    .eps .container > strong {
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      color: #6d6c6c;
      margin-bottom: 30px;
      display: block;
      padding-left: 35px; }
    .eps .container .list li {
      width: 48%; }

.gallery {
  margin-top: -255px; }
  .gallery .owl-item img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .gallery .owl-item img:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
  .gallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .gallery .owl-nav div {
      width: 70px;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: white;
      border-radius: 100%;
      opacity: .77;
      position: absolute;
      color: #969696; }
      .gallery .owl-nav div i {
        width: 26px; }
      .gallery .owl-nav div.owl-prev {
        left: 20px; }
        .gallery .owl-nav div.owl-prev i {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .gallery .owl-nav div.owl-next {
        right: 20px; }
        .gallery .owl-nav div.owl-next i {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }

.activities {
  padding-top: 75px;
  padding-bottom: 50px;
  font-family: 'Avenir Heavy';
  margin-bottom: 115px; }
  .activities .container h2 {
    font-size: 42px;
    color: black;
    margin-bottom: 30px;
    text-align: center; }
  .activities .container .activitiesTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px; }
    .activities .container .activitiesTitle a {
      font-size: 18px;
      color: black;
      text-align: center;
      padding: 20px 25px;
      border: 1px solid white;
      border-bottom: 1px solid #e4e2e2; }
      .activities .container .activitiesTitle a.active {
        border: 1px solid #e4e2e2;
        border-bottom: 1px solid white; }
  .activities .container .activitiesContents {
    display: none; }
    .activities .container .activitiesContents.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .activities .container .activitiesContents .activitiesContent {
      margin-bottom: 30px; }
      .activities .container .activitiesContents .activitiesContent img {
        width: 100%;
        margin-bottom: 10px; }
      .activities .container .activitiesContents .activitiesContent strong {
        color: black;
        font-size: 24px;
        margin-bottom: 2px; }
      .activities .container .activitiesContents .activitiesContent span {
        color: rgba(0, 0, 0, 0.44);
        font-size: 14px;
        font-weight: 800; }
    .activities .container .activitiesContents .more {
      margin-top: 10px;
      color: white;
      background: #e50000;
      width: 160px;
      height: 60px;
      font-size: 14px;
      font-weight: 800;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .activities .container {
    padding-left: 80px;
    padding-right: 80px; }
    .activities .container .visionMision {
      width: 415px;
      margin-right: 100px;
      background: #e50000 url("../../images/about-bg.png") no-repeat center center;
      background-size: cover;
      padding: 59px 36px 52px 48px;
      border-bottom-right-radius: 100px; }
      .activities .container .visionMision h1 {
        color: white;
        letter-spacing: 0.77px;
        font-family: 'AvenirLTStd Black Bold TR';
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
        position: relative; }
        .activities .container .visionMision h1:after {
          content: attr(data-title);
          position: absolute;
          top: -30px;
          left: -48px;
          text-align: center;
          width: 415px;
          height: 100%;
          color: rgba(255, 255, 255, 0.23);
          font-size: 41px;
          letter-spacing: 1.57px; }
      .activities .container .visionMision p {
        font-size: 13px;
        line-height: 19px;
        color: white;
        font-family: 'Avenir LT Std Medium TR'; }
    .activities .container .about {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .activities .container .about h1 {
        font-size: 42px;
        font-family: 'Avenir Heavy';
        margin-bottom: 5px;
        color: black; }
      .activities .container .about h2 {
        font-size: 20px;
        color: black;
        font-family: 'Avenir Heavy';
        font-weight: 800;
        margin-bottom: 35px; }
        .activities .container .about h2 span {
          font-family: 'Avenir LT Std Light TR';
          font-weight: 300; }
      .activities .container .about p {
        color: #6d6c6c;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Avenir LT Std Medium TR';
        margin-bottom: 30px; }

.whyMember {
  background: #f1f1f1 url("../../images/bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 178px; }
  .whyMember .container {
    padding-left: 140px;
    padding-right: 140px; }
    .whyMember .container h2 {
      color: black;
      font-size: 42px;
      margin-bottom: 30px;
      text-align: center;
      font-family: 'Avenir Heavy';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .whyMember .container h2 span {
        font-size: 32px;
        letter-spacing: 1.3px;
        font-family: 'Avenir LT Std Light TR';
        font-weight: 300; }
    .whyMember .container .list li {
      width: 48%; }

.memembers {
  padding-top: 70px;
  padding-bottom: 45px;
  background: white;
  position: relative;
  z-index: 99; }
  .memembers:before {
    content: '';
    width: 120%;
    height: 500px;
    background: white;
    position: absolute;
    top: -150px;
    left: -10%;
    border-radius: 100%; }
  .memembers:after {
    content: '';
    width: 120%;
    height: 500px;
    background: white;
    position: absolute;
    bottom: -120px;
    left: -10%;
    border-radius: 100%;
    z-index: -1; }
  .memembers .container {
    margin-top: -140px;
    margin-bottom: -140px; }
    .memembers .container h3 {
      font-size: 36px;
      letter-spacing: 1.32px;
      color: black;
      font-family: 'Avenir LT Std Light TR';
      font-weight: 300;
      margin-bottom: 30px; }
    .memembers .container h2 {
      font-size: 42px;
      color: black;
      font-family: 'Avenir Heavy';
      margin-bottom: 30px;
      font-weight: 800; }
    .memembers .container .memembersMap {
      width: 100%;
      max-width: 1008px;
      margin-bottom: 45px; }
    .memembers .container .select {
      margin-bottom: 40px;
      max-width: 425px; }
    .memembers .container .memembersLists {
      width: 100%;
      max-width: 1015px; }
      .memembers .container .memembersLists .memembersListsTitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 60px; }
        .memembers .container .memembersLists .memembersListsTitle a {
          font-size: 18px;
          color: black;
          text-align: center;
          padding: 20px 25px;
          border: 1px solid white;
          border-bottom: 1px solid #e4e2e2;
          font-weight: 800; }
          .memembers .container .memembersLists .memembersListsTitle a.active {
            border: 1px solid #e4e2e2;
            border-bottom: 1px solid white; }
      .memembers .container .memembersLists .memembersList {
        display: none; }
        .memembers .container .memembersLists .memembersList.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .memembers .container .memembersLists .memembersList .memembersListItem {
          margin-bottom: 20px; }
          .memembers .container .memembersLists .memembersList .memembersListItem strong {
            color: black;
            font-size: 14px;
            padding-left: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 8px;
            font-family: 'Avenir Heavy'; }
          .memembers .container .memembersLists .memembersList .memembersListItem > div {
            padding: 9px 0;
            border-bottom: 1px solid #d8d8d8; }
            .memembers .container .memembersLists .memembersList .memembersListItem > div i {
              background: #e50000;
              min-width: 18px;
              min-height: 18px;
              border-radius: 100%;
              font-size: 9px;
              color: white;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              margin-right: 7px; }
            .memembers .container .memembersLists .memembersList .memembersListItem > div p {
              font-family: 'Avenir Heavy';
              margin-right: 20px;
              color: rgba(0, 0, 0, 0.55);
              font-size: 14px;
              font-weight: 800; }

.contactForm {
  width: 100%;
  max-width: 1015px; }
  .contactForm > div {
    padding-left: 10px;
    padding-right: 10px; }

#footer {
  padding-top: 200px;
  padding-bottom: 40px;
  background: url("../../images/footer-bg.jpg") no-repeat center center;
  background-size: cover; }
  #footer .container .footerLogo {
    margin-bottom: 35px; }
  #footer .container .footerContact > div {
    margin-right: 30px;
    opacity: .7; }
    #footer .container .footerContact > div i {
      color: white;
      margin-right: 15px; }
      #footer .container .footerContact > div i.icon-map {
        font-size: 17px; }
      #footer .container .footerContact > div i.icon-phone {
        font-size: 19px; }
      #footer .container .footerContact > div i.icon-mail {
        font-size: 18px; }
    #footer .container .footerContact > div .footerContactText {
      color: white;
      font-size: 12px;
      font-family: 'Avenir Heavy'; }
    #footer .container .footerContact > div:last-child {
      margin-right: 0; }

.footerBottom .container {
  height: 85px; }
  .footerBottom .container .footerLogo a {
    margin-right: 35px; }
    .footerBottom .container .footerLogo a:last-child {
      margin-right: 0; }
  .footerBottom .container .footerSocial a {
    color: rgba(0, 0, 0, 0.55);
    margin-right: 10px; }
    .footerBottom .container .footerSocial a i {
      font-size: 20px; }
    .footerBottom .container .footerSocial a:last-child {
      margin-right: 0; }
  .footerBottom .container .copyright p {
    font-size: 12px;
    color: #979797;
    font-family: 'Avenir Heavy'; }
  .footerBottom .container .copyright .vera {
    width: 40px;
    height: 10px;
    background: url("../../images/vera-logo.png") no-repeat center center;
    background-size: 40px;
    margin-top: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    }
    .footerBottom .container .copyright .vera:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.content {
  padding-bottom: 45px;
  position: relative;
  z-index: 9; }
  .content:after {
    content: '';
    width: 120%;
    height: 500px;
    background: white;
    position: absolute;
    bottom: -120px;
    left: -10%;
    border-radius: 100%;
    z-index: -1; }
  .content .container .title {
    height: 100px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 65px; }
    .content .container .title h1 {
      font-size: 42px;
      font-family: 'Avenir Heavy';
      color: black; }
    .content .container .title .breadCrumb a:after {
      content: "/";
      color: #ccc;
      margin: 0 18px; }
    .content .container .title .breadCrumb a, .content .container .title .breadCrumb span {
      font-family: 'Avenir Heavy';
      color: #6d6c6c;
      font-size: 12px; }
  .content .container .orgaizasyon {
    width: 100%;
    max-width: 384px;
    margin: 0 auto; }
    .content .container .orgaizasyon img {
      width: 100%; }
  .content .container article {
    width: 100%;
    font-family: 'Avenir LT Std Roman TR'; }
    .content .container article p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px;
      color: #6d6c6c; }
    .content .container article .commisions {
      max-width: 475px;
      margin: 0 auto; }
