/*----*/
/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.sub-title {
  font-size: 30px; }

.difPage_panel .difPage_content .dif-page-img img {
  width: 100%;
  height: auto; }
.difPage_panel .difPage_content .difPage_text {
  padding-top: 0;
  font-size: 20px;
  text-align: justify; }

@media (max-width: 991px) {
  .sub-title {
    font-size: 25px; }

  .difPage_panel .difPage_content .difPage_text {
    font-size: 16px; } }
@media (max-width: 767px) {
  .difPage_panel .difPage_content .difPage_text {
    margin-top: 25px; } }

/*# sourceMappingURL=somine-cesitleri.css.map */
