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

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

------------------------------------------------------------- */
.multimedya {
  width: 100%;
  height: auto;
  clear: both; }
  .multimedya .title {
    font-size: 18.53px;
    color: #2d4191;
    font-weight: bold;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between; }
  .multimedya .thumb {
    margin: 15px 0; }
    .multimedya .thumb img {
      position: relative;
      z-index: 3;
      border-radius: 6px; }
    .multimedya .thumb span {
      color: #000;
      text-align: center;
      font-size: 15px;
      display: none; }
    .multimedya .thumb .imagePanel {
      display: block;
      position: relative;
      border: 2px solid #2d4191;
      border-radius: 6px;
      box-shadow: 0px 0px 5px #888888; }
      .multimedya .thumb .imagePanel:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        font-size: 40px;
        color: #FFF;
        text-align: center;
        top: 50%;
        z-index: 5;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.2s;
        -khtml-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
  .multimedya.images .thumb .imagePanel:hover:after {
    content: "\f00e";
    text-shadow: 0px 0px 10px #000; }
  .multimedya.videos .thumb .imagePanel {
    margin-bottom: 15px; }
    .multimedya.videos .thumb .imagePanel:after {
      content: "\f04b";
      text-shadow: 0px 0px 10px #000; }
    .multimedya.videos .thumb .imagePanel:hover:after {
      color: #2E2E2E;
      text-shadow: 0px 0px 10px #FFF; }

@media (max-width: 500px) {
  .multimedya .col-fulwid-5 {
    width: 100%; } }
.multimedya {
  margin-bottom: 30px; }
  .multimedya h5 {
    display: none; }

#sosyalPaylasim {
  display: none; }

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