@charset "utf-8";
/* CSS Document */
@media (max-width:768px){
.contact_form .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.contact_form {
    padding: 2pc;
    text-align: center;
}

footer {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    height: auto;
    text-align: center;
	
}

.social ul {
    float: none;
	margin:2pc;
}

.content h1 {
    color: #333;
    font-family: Pacifico;
    border: 2px dashed #DE2323;
    display: inline-block;
    padding: 11px;
    font-size: 24px;
}

.content p {
    color: #333;
    font-family: Pacifico;
    font-size: 19px;
    line-height: 42px;
}

.icon_caption {
margin: 4pc;
}

}