@charset "utf-8";
.subscribe-box{width:100%;height:auto;margin-top:25px}
.subscribe-box input{font-size:12px;font-weight:400;width:145px;height:33px;padding:0 15px;color:#6e6e6e;background-color:#1e1e1e;border:#404040 solid 1px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.subscribe-box .first-name{float:left;margin-right:12px}
.subscribe-box .email{width:100%;margin-top:12px}
.subscribe-box .subscribe-button{width:145px;height:auto;font-family:'Open Sans',sans-serif;font-size:12px;font-weight:600;color:#fff;text-align:center;float:right;background-color:#0aa;margin-top:20px;padding:9px;border:none;border-radius:5px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}
.subscribe-box .subscribe-button:hover{background-color:#009797}
.subscribe-box .placeholder{color:#6e6e6e}
.subscribe-box input::-webkit-input-placeholder{color:#6e6e6e}
.subscribe-box input:-moz-placeholder{color:#9e9e9e}
.subscribe-box input::-moz-placeholder{color:#9e9e9e}
.leave-comment{margin-top:20px;padding:35px 40px;background-color:#2e2e2e}
.leave-comment input{font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;width:302px;height:35px;padding:0 20px;color:#aaa;background-color:#4e4e4e;border:#4e4e4e solid 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.leave-comment .input-name{float:left;margin-right:20px}
.leave-comment textarea{font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;width:100%;height:200px;margin-top:20px;padding:10px 20px;color:#aaa;background-color:#4e4e4e;border:#4e4e4e solid 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.comment-active{margin-top:10px;overflow:hidden}
.comment-active span{float:left;color:#aaa;line-height:14px}
.comment-active .submit-button{width:165px;height:auto;font-family:'Open Sans',sans-serif;font-size:14px;font-weight:400;color:#fff;text-align:center;float:right;background-color:#0aa;margin-top:5px;padding:9px;border:none;border-radius:5px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}
.comment-active .submit-button:hover{background-color:#009797}
.leave-comment .placeholder{color:#aaa}
.leave-comment input::-webkit-input-placeholder,.leave-comment textarea::-webkit-input-placeholder{color:#aaa}
.leave-comment input:-moz-placeholder,.leave-comment textarea:-moz-placeholder{color:#eee}
.leave-comment input::-moz-placeholder,.leave-comment textarea::-moz-placeholder{color:#eee}