/*----*/
/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.adres-list {
  line-height: 2.3;
  font-size: 15px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .adres-list {
      line-height: 1.3;
      font-size: 14px; } }
  .adres-list .title {
    font-size: 18px; }
    @media (max-width: 767px) {
      .adres-list .title {
        margin-bottom: 15px; } }

.iletisim-panel .title {
  font-size: 15px;
  margin-bottom: 15px; }
.iletisim-panel .head {
  font-weight: bold;
  font-size: 15px;
  color: #383839; }

.map {
  height: 334px;
  width: 100%;
  margin: 20px 0; }

/* Belgelerimiz Start */
.belgelerimiz .item {
  margin-bottom: 40px; }
  @media (max-width: 459px) {
    .belgelerimiz .item {
      margin-bottom: 20px; } }
  .belgelerimiz .item .img {
    height: 218px;
    width: 100%;
    border: 2px solid #2d4191;
    border-radius: 3px;
    margin-bottom: 8px; }
    .belgelerimiz .item .img img {
      width: 100%;
      height: 100%; }
  .belgelerimiz .item .bottom {
    display: flex; }
    .belgelerimiz .item .bottom .title {
      flex-basis: 80%;
      font-size: 18px;
      color: #2d4191;
      line-height: 1.2; }
      @media (max-width: 459px) {
        .belgelerimiz .item .bottom .title {
          font-size: 15px; } }

/* Belgelerimiz End */

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