.info-elements {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  .info-elements:after {
    content: '';
    display: table;
    clear: both; }
  .info-elements .element {
    width: 100%;
    padding: 0 15px; }
    .info-elements .element .element-inner {
      width: 300px;
      max-width: 100%;
      margin: auto;
      margin-bottom: 26px;
      background: #ffffff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .info-elements .element .element-inner * {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .info-elements .element .element-inner .image-link {
        position: relative;
        display: block; }
        .info-elements .element .element-inner .image-link:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          display: block;
          background-color: rgba(255, 255, 255, 0);
          z-index: 1;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .info-elements .element .element-inner .image-link:hover:after {
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          background-color: rgba(255, 255, 255, 0.2); }
      .info-elements .element .element-inner img {
        max-width: 100%; }
      .info-elements .element .element-inner .title {
        padding: 40px 30px 50px;
        background-color: #ffffff; }
        .info-elements .element .element-inner .title .name {
          font-size: 21px !important;
          color: #796a62 !important;
          display: block !important;
          text-decoration: none !important;
          margin-bottom: 15px; }
          .info-elements .element .element-inner .title .name:hover {
            color: #aa9886 !important; }
        .info-elements .element .element-inner .title .docs {
          color: #3a6b9c !important;
          font-family: 'Panton', Arial, serif; }
          .info-elements .element .element-inner .title .docs:hover {
            color: #4e769d !important;
            text-decoration: none; }
      .info-elements .element .element-inner:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); }

.info-items-pagination #linksOtherPages {
  width: 84%;
  margin: 90px auto 0;
  text-align: center; }
  .info-items-pagination #linksOtherPages p {
    margin-bottom: 0;
    line-height: 90px;
    display: inline-block; }
    .info-items-pagination #linksOtherPages p a, .info-items-pagination #linksOtherPages p span {
      font-size: 19px !important;
      float: none;
      display: inline; }
    .info-items-pagination #linksOtherPages p span {
      padding: 15px 25px;
      border-radius: 26px;
      border: 1px solid #796a62;
      background: none;
      color: #796a62 !important; }
      .info-items-pagination #linksOtherPages p span.ctrl {
        display: none; }
    .info-items-pagination #linksOtherPages p a {
      padding: 15px 25px;
      border-radius: 26px;
      color: #968981 !important;
      background: none;
      text-decoration: none !important;
      color: #968981;
      font-family: Georgia !important;
      font-size: 19px;
      font-weight: 700;
      line-height: 15px; }
      .info-items-pagination #linksOtherPages p a:hover {
        background: #a99887;
        color: #ffffff !important;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        -moz-transition: all .5s linear;
        transition: all .5s linear; }
    .info-items-pagination #linksOtherPages p .current {
      font-family: Georgia !important;
      font-size: 19px; }

.resources {
  margin-top: 50px;
  margin-bottom: 70px; }
  .resources .link {
    font-family: 'Panton', Arial, serif;
    display: -ms-flexbox;
    display: flex; }
    .resources .link + .link {
      margin-top: 20px; }
    .resources .link i {
      display: inline-block;
      margin-right: 20px;
      cursor: pointer; }
    .resources .link a {
      color: #796a62 !important;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .resources .link a:hover {
        color: #aa9886 !important; }
  .resources #linksOtherPages {
    width: 84%;
    margin: 90px auto 0;
    text-align: center; }
    .resources #linksOtherPages p {
      margin-bottom: 0;
      line-height: 90px;
      display: inline-block; }
      .resources #linksOtherPages p a, .resources #linksOtherPages p span {
        font-size: 19px !important;
        float: none;
        display: inline; }
      .resources #linksOtherPages p span {
        padding: 15px 25px;
        border-radius: 26px;
        border: 1px solid #796a62;
        background: none;
        color: #796a62 !important; }
        .resources #linksOtherPages p span.ctrl {
          display: none; }
      .resources #linksOtherPages p a {
        padding: 15px 25px;
        border-radius: 26px;
        color: #968981 !important;
        background: none;
        text-decoration: none !important;
        color: #968981;
        font-family: Georgia !important;
        font-size: 19px;
        font-weight: 700;
        line-height: 15px; }
        .resources #linksOtherPages p a:hover {
          background: #a99887;
          color: #ffffff !important;
          -webkit-transition: all .5s linear;
          -o-transition: all .5s linear;
          -moz-transition: all .5s linear;
          transition: all .5s linear; }
      .resources #linksOtherPages p .current {
        font-family: Georgia !important;
        font-size: 19px; }
  .resources .btns {
    text-align: right;
    margin-top: 50px; }
    .resources .btns .btn {
      display: inline-block;
      text-align: center;
      padding: 20px 40px;
      color: #817366;
      border: 1px solid #978573;
      font-size: 15px;
      background-color: transparent;
      border-radius: 40px;
      text-decoration: none !important;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .resources .btns .btn:hover {
        background-color: #3c322b;
        color: #e7e4e2; }

.info-items {
  margin-top: 50px;
  margin-bottom: 70px; }
  .info-items .item {
    font-family: 'Panton', Arial, serif;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    display: -ms-flexbox;
    display: flex; }
    .info-items .item + .item {
      margin-top: 30px; }
    .info-items .item i {
      display: inline-block;
      margin-right: 20px;
      cursor: pointer;
      margin-top: 5px; }
    .info-items .item a {
      color: #796a62 !important;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .info-items .item a:hover {
        color: #aa9886 !important; }
  .info-items .btns {
    text-align: right;
    margin-top: 50px; }
    .info-items .btns .btn {
      display: inline-block;
      text-align: center;
      padding: 20px 40px;
      color: #817366;
      border: 1px solid #978573;
      font-size: 15px;
      background-color: transparent;
      border-radius: 40px;
      text-decoration: none !important;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .info-items .btns .btn:hover {
        background-color: #3c322b;
        color: #e7e4e2; }

.container-question-answer {
  padding-bottom: 119px !important; }
  .container-question-answer #linksOtherPages {
    width: 84%;
    margin: 90px auto 0;
    text-align: center; }
    .container-question-answer #linksOtherPages p {
      margin-bottom: 0;
      line-height: 90px;
      display: inline-block; }
      .container-question-answer #linksOtherPages p a, .container-question-answer #linksOtherPages p span {
        font-size: 19px !important;
        float: none;
        display: inline; }
      .container-question-answer #linksOtherPages p span {
        padding: 15px 25px;
        border-radius: 26px;
        border: 1px solid #796a62;
        background: none;
        color: #796a62 !important; }
        .container-question-answer #linksOtherPages p span.ctrl {
          display: none; }
      .container-question-answer #linksOtherPages p a {
        padding: 15px 25px;
        border-radius: 26px;
        color: #968981 !important;
        background: none;
        text-decoration: none !important;
        color: #968981;
        font-family: Georgia !important;
        font-size: 19px;
        font-weight: 700;
        line-height: 15px; }
        .container-question-answer #linksOtherPages p a:hover {
          background: #a99887;
          color: #ffffff !important;
          -webkit-transition: all .5s linear;
          -o-transition: all .5s linear;
          -moz-transition: all .5s linear;
          transition: all .5s linear; }
      .container-question-answer #linksOtherPages p .current {
        font-family: Georgia !important;
        font-size: 19px; }

.question-answer__title_padding {
  padding-left: 45px;
  padding-right: 45px; }

@media only screen and (min-width: 769px) {
  .info-elements .element {
    width: 50%;
    float: left; } }
@media only screen and (min-width: 981px) {
  .info-elements .element {
    width: 33.3333%; } }

/*# sourceMappingURL=infoelements.css.map */
