@charset "utf-8";

.footer { background: #252525;padding-top: 60px;font-family: "Lato"; }
.footer .foot_left { width: calc(50% - 80px);margin-right: 80px; }
.footer .foot_left .foot_logo { margin-bottom: 20px; }
.footer .foot_left h3 { color: #ddd;font-size: 24px;margin-bottom: 10px; }
.footer .foot_left p { color: #999;line-height: 30px; }
.footer .foot_left p i { margin-right: 10px; }
.footer .foot_right { width: calc(50% - 80px);margin-left: 80px; }
.footer .foot_right h3 { color: #ddd;font-size: 24px;margin-bottom: 10px; }
.footer .foot_right p { color: #999;line-height: 24px; }
.footer .foot_right form { margin-top: 20px; }
.footer .foot_right input[type=text],.footer .foot_right input[type=email] { border-radius: 5px;width: calc(50% - 21px);padding: 0 8px;height: 40px; }
.footer .foot_right input[type=email] { margin-left: 6px; }
.footer .foot_right textarea { margin-top: 10px;border-radius: 5px;width: calc(100% - 16px);padding: 5px 8px 0;line-height: 24px;font-family: "lato"; }
.footer .foot_right .btnsubmit { width: 120px;height: 40px;border-radius: 5px;margin-top: 8px;background: #666;color: #fff;cursor: pointer;border: 0; }
.footer .foot_right .btnsubmit:hover { background: #AF1E24;color: #fff; }
.footer .foot_bottom { text-align: center;margin-top: 30px;border-top: 1px solid #666;height: 39px;line-height: 40px;color: #666;font-size: 13px; }
