/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* video */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* ui */
/* payment logos color hover*/
/*alert*/
.contacts-info {
  margin-top: 50px; }
  @media screen and (min-width: 1230px) {
    .contacts-info__list {
      padding: 0 145px; } }
  .contacts-info__list__item {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contacts-info__list__item {
        margin-bottom: 30px; } }
    .contacts-info__list__item__inner {
      min-height: 250px;
      padding: 20px 15px;
      border: 1px solid #cdcdcd; }
    .contacts-info__list__item i {
      position: relative;
      display: table;
      margin: 0 auto;
      padding-bottom: 5px;
      font-size: 70px;
      color: #f8195d; }
      .contacts-info__list__item i:after {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
      .contacts-info__list__item i:before, .contacts-info__list__item i:after {
        display: block;
        -webkit-transition: opacity 0.8s, transform 0.8s;
        transition: opacity 0.8s, transform 0.8s; }
      .contacts-info__list__item i:hover:before {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
      .contacts-info__list__item i:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
    .contacts-info__list__item__title {
      padding-bottom: 5px;
      margin-bottom: 15px;
      font-size: 22px;
      font-weight: 500;
      color: #2f2f2f;
      border-bottom: 5px double #c6c7db; }
    .contacts-info__list__item p {
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 300;
      color: #4c4c4c;
      word-break: break-word;
       word-wrap: break-word
    }
      @media screen and (max-width: 1229px) and (min-width: 768px), screen and (max-width: 480px) {
        .contacts-info__list__item p {
          font-size: 17px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .contacts-info__list__item p {
          font-size: 15px; } }
    .contacts-info__list__item.-address i:before {
      display: block;
      width: 65px; }
    .contacts-info__list__item.-address i:after {
      content: "\f015"; }
    .contacts-info__list__item.-phone i {
      color: #033c60;
      font-size: 59px; }
      .contacts-info__list__item.-phone i:after {
        font-family: "fontAwesome";
        display: block;
        width: 70px;
        content: "\f025"; }
    .contacts-info__list__item.-email i:after {
      content: "\f040"; }

/*# sourceMappingURL=customblockcontactinfos.css.map */
