/*----*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.yonetim-page {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto; }
  .yonetim-page .sub-title .encumen {
    margin-top: 25px;
    font-size: 27px; }
  .yonetim-page .yonetim-row .yonetici-alan {
    margin-top: 40px; }
    .yonetim-page .yonetim-row .yonetici-alan .yonetici-img {
      border-radius: 100%; }
    .yonetim-page .yonetim-row .yonetici-alan .yonetici-txt {
      color: #0f8ef5;
      font-size: 25px; }
    .yonetim-page .yonetim-row .yonetici-alan .yon-name {
      margin-top: 20px;
      white-space: nowrap; }
    .yonetim-page .yonetim-row .yonetici-alan .yon-unvan {
      max-width: 230px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; }

/*# sourceMappingURL=yonetim.css.map */
