/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px; }
    @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 .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; }

/* Block newsletter footer */
#footer #newsletter_block_left {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  float: right !important; }
  @media (max-width: 991px) {
    #footer #newsletter_block_left {
      clear: both;
      float: left !important; } }
  #footer #newsletter_block_left .form-group {
    padding-top: 5px;
    margin-bottom: 8px; }
    #footer #newsletter_block_left .form-group .form-control {
      height: 45px;
      width: calc(100% - 225px);
      background: #fff;
      border-color: #fff;
      color: #000;
      padding: 10px 45px 10px 12px;
      display: inline-block;
      float: left; }
    #footer #newsletter_block_left .form-group .button-small {
      height: 45px;
      width: 225px;
      border: 1px solid #da4800;
      background: #da4800;
      text-align: center;
      font: 600 18px/18px "Barlow", sans-serif;
      color: #fff;
      padding: 8px; }
      #footer #newsletter_block_left .form-group .button-small:hover {
        background: #7f351a;
        color: #fff !important; }
      #footer #newsletter_block_left .form-group .button-small span:before {
        content: '\f105';
        font-family: "FontAwesome";
        padding-right: 4px;
        font-weight: 400; }
    @media (max-width: 1459px) {
      #footer #newsletter_block_left .form-group .form-control {
        width: calc(100% - 140px); }
      #footer #newsletter_block_left .form-group .button-small {
        width: 140px; } }
  #footer #newsletter_block_left .info-legal {
    font-size: 12px; }
    #footer #newsletter_block_left .info-legal a {
      text-decoration: underline;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #footer #newsletter_block_left .info-legal a:hover {
        color: #da4800; }
  #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; } }
  #footer #newsletter_block_left .newsletter-input {
    max-width: 300px !important; }
