/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	margin:0;
}




.place-grid h5 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
}
.place-grid input[type="submit"] {
    width: 100%;
    background: #000;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 16px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    margin-top: 2.7em;
}


.place-grid input[type="submit"]:hover {
    background: #000;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.sel {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin-top: 1em;
    outline: none;
    border: none;
    letter-spacing: 1px;
}

.textfiled {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin-top: 1em;
    outline: none;
    border: none;
    letter-spacing: 1px;
}

