﻿@import url('jquery.gritter.css');

#iletisimFormuUyari p{
    color: #fff;
}

textarea{
    resize:none;
}

#googleMap {
  height: 640px;
  width: 100%;
}


@media only screen and (min-width: 240px) and (max-width: 767px) {
    #googleMap {
        height: 240px;
        margin-bottom: 36px;
}
    }
}