/* Block newsletter */
#columns #newsletter_block_left { background: url(../../../img/bg_newletter.jpg) no-repeat center; padding: 50px; display: inline-block; width: 100%; }
@media (max-width: 767px) { #columns #newsletter_block_left { padding: 0 20px; } }
#columns #newsletter_block_left .title-newsletter { float: left; margin-right: 80px; }
#columns #newsletter_block_left .title-newsletter h4 { position: relative; font-size: 20px; font-weight: 700; color: white; line-height: 40px; border: 0; margin-bottom: 10px; }
#columns #newsletter_block_left .title-newsletter h4:before { position: absolute; left: 0; bottom: 0; content: ""; width: 40px; height: 3px; background: #379ec7; }
#columns #newsletter_block_left .title-newsletter h4:after { display: none; }
#columns #newsletter_block_left .title-newsletter p { font-size: 14px; color: #d6d6d6; font-style: italic; }
#columns #newsletter_block_left .form-group { margin-bottom: 0; margin-top: 15px; }
#columns #newsletter_block_left .form-group .form-control { max-width: 480px; display: inline-block; margin-right: 6px; border: 2px solid white; background: transparent; padding: 10px; line-height: 26px; height: 46px; border-radius: 25px; margin-bottom: 10px; color: white; }
@media (min-width: 768px) and (max-width: 1199px) { #columns #newsletter_block_left .form-group .form-control { margin-bottom: 10px; margin-right: 0; } }
#columns #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; }
#columns #newsletter_block_left .button-small { height: 46px; font-size: 14px; background: #379ec7; border-radius: 25px; padding: 0 30px; vertical-align: top; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
#columns #newsletter_block_left .button-small span { font-weight: 700; }
#columns #newsletter_block_left .button-small:hover { background: white; color: #379ec7; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline { text-align: left; padding: 1px 0 0 0; margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline { color: #418B19; }
#columns #newsletter_block_left .warning_inline { color: #f13340; }

@media (max-width: 767px) { #columns #newsletter_block_left { padding: 20px; }
  #columns #newsletter_block_left .title-newsletter { float: left; margin: 0; }
  #columns #newsletter_block_left .title-newsletter h4 { font-size: 14px; line-height: 30px; }
  #columns #newsletter_block_left .form-group .form-control { padding: 5px 10px; line-height: 26px; height: 36px; }
  #columns #newsletter_block_left .button-small { height: 36px; } }
/* 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 { color: #333; font-size: 20px; font-weight: 400; margin-bottom: 15px; background: none; text-transform: none; text-transform: uppercase; line-height: 25px; border: none; display: none; }
#footer #newsletter_block_left h4:after, #footer #newsletter_block_left h4:before { display: none; }
#footer #newsletter_block_left .block_content { overflow: hidden; }
#footer #newsletter_block_left .form-group { margin-bottom: 0; background: white; position: relative; }
#footer #newsletter_block_left .form-group .form-control { height: 40px; background: transparent; border: 0; color: #9e9e9e; padding: 5px 160px 5px 10px; display: inline-block; }
#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; height: 40px; background: #379ec7; border: 0; padding: 0; color: white; display: inline-block; vertical-align: top; font-family: Open Sans; line-height: 40px; }
#footer #newsletter_block_left .form-group .button-small span { padding: 0 15px; font-size: 14px; font-weight: 700; display: inline-block; vertical-align: top; }
#footer #newsletter_block_left .form-group .button-small:before { font-size: 20px; width: 40px; display: inline-block; content: "\f0e0"; font-family: "FontAwesome"; font-weight: normal; background: #e4942e; }
#footer #newsletter_block_left .form-group .button-small:after { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
#footer #newsletter_block_left .form-group .button-small:hover:after { -webkit-animation: shine 500ms infinite; animation: shine 500ms infinite; }
#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; } }
