/* Block newsletter */
#newsletter_block_left { margin-bottom: 50px; text-align: center; padding: 50px; background: url(../../../img/bg_newletter.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#newsletter_block_left h4 { font-size: 18px; font-weight: 700; text-transform: uppercase; color: white; }
#newsletter_block_left p { color: white; font-size: 14px; padding: 15px 0; line-height: 30px; }
#newsletter_block_left .form-group { margin-bottom: 0; }
#newsletter_block_left .form-group .form-control { max-width: 767px; display: inline-block; margin-right: 6px; background: transparent; border: 1px solid white; color: white; border-radius: 20px; height: 35px; padding: 10px; margin-bottom: 10px; }
#newsletter_block_left .form-group .button-small { font-family: Source Sans Pro; height: 35px; padding: 0 25px; line-height: 35px; color: white; background: #ee4000; font-size: 15px; text-transform: uppercase; border-radius: 20px; vertical-align: top; }
#newsletter_block_left .form-group .button-small:hover { color: white; background: #cd3700; }
#newsletter_block_left .form-group .button-small span { font-weight: 700; }
#newsletter_block_left .success_inline, #newsletter_block_left .warning_inline { text-align: left; padding: 1px 0 0 0; margin-bottom: -19px; }
#newsletter_block_left .success_inline { color: #418B19; }
#newsletter_block_left .warning_inline { color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left { overflow: hidden; margin: 0; }
@media (max-width: 767px) { #footer #newsletter_block_left { width: 100%; text-align: center; } }
#footer #newsletter_block_left h4 { background: none; display: none; text-transform: none; text-transform: uppercase; font-size: 16px; line-height: 25px; border: none; }
#footer #newsletter_block_left h4:after { display: none; }
#footer #newsletter_block_left p { color: #555555; margin-bottom: 15px; }
#footer #newsletter_block_left .block_content { overflow: hidden; }
#footer #newsletter_block_left .form-group { margin-bottom: 0; border-radius: 4px; position: relative; }
#footer #newsletter_block_left .form-group .form-control { height: 40px; max-width: 420px; background: #fff; border: 0; color: #9e9e9e; padding: 10px 40px 10px 10px; display: inline-block; border-radius: 4px; }
#footer #newsletter_block_left .form-group .form-control:focus { -webkit-box-shadow: black 0px 0px 0px; -moz-box-shadow: black 0px 0px 0px; box-shadow: black 0px 0px 0px; }
@media (max-width: 1199px) { #footer #newsletter_block_left .form-group .form-control { max-width: 100%; } }
#footer #newsletter_block_left .form-group .button-small { position: absolute; top: 0; right: 0; background: transparent; text-align: center; border: 0; height: 40px; width: 40px; color: #ee4000; display: inline-block; vertical-align: top; font-size: 0; line-height: 40px; padding: 0; }
#footer #newsletter_block_left .form-group .button-small:before { content: "\f003"; font-family: FontAwesome; font-size: 16px; }
#footer #newsletter_block_left .form-group .button-small:hover { color: #252525; }
#footer #newsletter_block_left .warning_inline { display: block; color: #f13340; font-size: 13px; line-height: 26px; clear: both; }
@media (min-width: 1200px) { #footer #newsletter_block_left .warning_inline { display: inline-block; position: relative; top: -35px; margin-bottom: -35px; left: 15px; clear: none; } }
