/*
  @include keyframes(move-the-object) {
    0%   { left: 100px; }
    100% { left: 200px; }
  }

  .object-to-animate {
    @include animation('move-the-object 5s linear 2s infinite alternate');
  }

  end animate mixins
*/
/*extend*/
/*ba slider*/
/*end ba slider*/
/*end extend*/
* {
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
  width: 100%; }

.faq-wrapper {
  max-width: 985px;
  width: 100%;
  margin: 0 auto; }
  .faq-wrapper h1 {
    margin: 30px 0 10px; }

.form-control-search {
  width: 330px;
  margin: 20px auto 50px;
  position: relative; }
  .form-control-search input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    border: 0;
    padding-left: 15px;
    font-size: 20px;
    color: #9b9b9b;
    font-family: "CorsicaSX-Regular", Sans-Serif; }
  .form-control-search .fa-search {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
    color: #01be2e;
    font-size: 25px; }

ul.tabs {
  text-align: center;
  padding-top: 40px; }
  ul.tabs li {
    display: inline-block;
    padding: 0 15px; }
  ul.tabs a {
    font-family: "CorsicaSX-Regular", Sans-Serif;
    color: #272727;
    text-transform: uppercase; }
    ul.tabs a.active {
      font-family: "CorsicaSX-Bold", Sans-Serif; }

.tabs-block-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }
  .tabs-block-wrapper .tabs-block {
    width: 100%; }
    .tabs-block-wrapper .tabs-block.active {
      display: block; }

.questions-wrapper li:first-of-type {
  border-top: 1px solid #cccccc; }

.questions-wrapper li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding: 5px 0; }
  .questions-wrapper li a {
    padding: 0 80px;
    display: block;
    line-height: 50px;
    position: relative;
    color: #222222;
    font-family: "CorsicaSX-Regular", Sans-Serif;
    font-size: 20px;
    text-decoration: none;
    margin-top: 0px;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top 0.5s ease;
    -ms-transition: margin-top 0.5s ease;
    -o-transition: margin-top 0.5s ease;
    transition: margin-top 0.5s ease; }
    .questions-wrapper li a:after {
      position: absolute;
      content: '';
      display: block;
      background-image: url("../../../img/faq/plus-minus@2x_n.png");
      background-position: 0 6px;
      background-size: 29px;
      background-repeat: no-repeat;
      width: 29px;
      height: 29px;
      right: 80px;
      top: 25px;
      margin-top: -14.5px; }
    .questions-wrapper li a.active {
      font-size: 25px;
      font-family: "CorsicaSX-Bold", Sans-Serif;
      margin-top: 35px; }
    .questions-wrapper li a.active:after {
      background-position: 0 -21px; }
    .questions-wrapper li a:hover:before {
      position: absolute;
      content: '';
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #000;
      right: 81px;
      top: 11px; }
  .questions-wrapper li .answer {
    padding: 0 80px;
    display: none;
    color: #222;
    font-family: "CorsicaSX-Regular", Sans-Serif;
    font-size: 19px;
    line-height: 25px; }
    .questions-wrapper li .answer p {
      color: #222;
      font-family: "CorsicaSX-Regular", Sans-Serif;
      font-size: 19px;
      padding-top: 10px;
      line-height: 25px; }
    .questions-wrapper li .answer p:last-of-type {
      padding-bottom: 45px; }
    .questions-wrapper li .answer ul {
      padding-top: 10px;
      padding-bottom: 30px; }
    .questions-wrapper li .answer ul li {
      border: 0;
      list-style-type: disc;
      color: #767676;
      font-family: "CorsicaSX-Regular",Sans-Serif;
      font-size: 20px;
      line-height: 25px; }
    .questions-wrapper li .answer a {
      display: inline;
      padding: 0;
      color: #3599da;
      position: static;
      text-decoration: underline;
      line-height: normal; }
      .questions-wrapper li .answer a:after, .questions-wrapper li .answer a:before {
        display: none !important; }

@media only screen and (max-width: 736px) {
  .questions-wrapper li a {
    padding: 0 45px 0 15px; }

  .questions-wrapper li a:after {
    right: 20px; }

  .questions-wrapper li a:hover:before {
    right: 21px; }

  .questions-wrapper li .answer {
    padding: 0 20px; }

  ul.tabs li {
    width: 100%; }

  ul.tabs a {
    line-height: 30px;
    font-size: 20px; }

  .questions-wrapper li .answer ul {
    padding-left: 20px; } }

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