/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.Oca.2016, 22:58:00
    Author     : Hamit Burak
*/

 h4{
    font-size: 20px;
    font-weight: 600;
}
.headline{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.adress{
    padding: 10px;
    list-style-type: none;
}
.adress > li{
    clear: left;
}
.adress > li > span{
    float: left;
}
.adress > li > p{
    float: left;
    margin-left: 8px;
}
input[type=text], input[type=tel], input[type=email], textarea{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus{
     transform: scale(1.1);
}

