/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.copyright p {
  margin: 0; }

@media (max-width: 770px) {
  .footer-container .copyright {
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; } }
@media (max-width: 575px) {
  .footer-container .copyright {
    margin-top: 0; } }
.payment-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }
  .payment-logos > p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: inherit; }
  .payment-logos ul {
    margin: 0; }
  .payment-logos li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 12px; }
    .payment-logos li span {
      display: none; }

@media (min-width: 771px) {
  .payment-logos {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; } }
@media (max-width: 991px) and (min-width: 576px) {
  .payment-logos li {
    font-size: 17px;
    margin-left: 4px; } }
@media (max-width: 575px) {
  .payment-logos {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 5px 0 15px; }
    .payment-logos ul {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
@media (max-width: 480px) {
  .payment-logos li {
    margin: 0 4px; } }

/*# sourceMappingURL=front.css.map */
