/*----*/
/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.media {
  position: relative;
  z-index: 20;
  margin-bottom: -120px;
  min-height: 600px; }
  .media .sub-title {
    margin-bottom: 55px; }
  .media .media-row {
    margin-top: 30px; }
    .media .media-row .media-txt {
      max-width: 48%;
      left: 1%;
      background-color: #722827;
      color: #54bceb;
      text-align: left;
      display: flex;
      align-items: center;
      padding-left: 48px; }
      .media .media-row .media-txt .media-h4 {
        font-weight: 800;
        font-size: 130px; }

.footer-ust {
  width: 100%;
  position: relative;
  z-index: 10;
  bottom: 0;
  height: 250px;
  background-image: url("../images/sosya-alanlar-png.png");
  background-repeat: no-repeat; }
  @media (min-width: 1925px) {
    .footer-ust {
      display: none; } }

@media (max-width: 1809px) {
  .media .media-row .media-txt .media-h4 {
    font-size: 100px; } }
@media (max-width: 1529px) {
  .media .media-row .media-txt .media-h4 {
    font-size: 80px; } }
@media (max-width: 1199px) {
  .media .media-row .media-txt .media-h4 {
    font-size: 60px; } }
@media (max-width: 991px) {
  .media .media-row .media-img {
    padding-right: 0;
    padding-left: 0; }
    .media .media-row .media-img img {
      width: 100%;
      height: auto; }
  .media .media-row .media-txt {
    max-width: 50%;
    left: 0;
    padding-left: 15px; }
    .media .media-row .media-txt .media-h4 {
      font-size: 35px; } }
@media (max-width: 767px) {
  .media .media-row .media-txt {
    max-width: 100%;
    left: auto;
    padding-top: 15px;
    padding-left: 15px; }

  .footer-ust {
    position: relative; } }
@media (max-width: 574px) {
  .media {
    padding-right: 15px;
    padding-left: 15px; } }

/*# sourceMappingURL=medya.css.map */
