.image-search {
  background: rgba(0, 0, 0, 0) url("/sites/3/V.2/images/bg-image.jpg") no-repeat scroll center center/cover;
  padding: 50px 0;
  margin-top: 110.3px; }
  @media only screen and (min-width: 767px) and (max-width: 991px) {
    .image-search {
      padding: 50px 0;
      margin-top: 96.6px; } }
  @media only screen and (min-width: 480px) and (max-width: 766px) {
    .image-search {
      background: none;
      padding: 10px 0;
      margin-top: 41.5px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .image-search {
      background: none;
      padding: 10px 0;
      margin-top: 41.5px; } }
  .image-search .search-area {
    width: 100%;
    float: left; }

.serchbox-hightlight .searchbox-tabs {
  border: 0;
  display: inline-block;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 768px) {
    .serchbox-hightlight .searchbox-tabs {
      margin-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .serchbox-hightlight .searchbox-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .serchbox-hightlight .searchbox-tabs:before, .serchbox-hightlight .searchbox-tabs:after {
    display: none; }
  .serchbox-hightlight .searchbox-tabs li {
    float: left;
    position: relative;
    margin-left: -20px;
    background: #f4f4f4;
    border-radius: 4px 4px 0 0; }
    .serchbox-hightlight .searchbox-tabs li:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #f4f4f4;
      position: absolute;
      top: 0;
      right: -20px; }
      @media only screen and (max-width: 767px) {
        .serchbox-hightlight .searchbox-tabs li:after {
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #f4f4f4;
          right: -15px; } }
    .serchbox-hightlight .searchbox-tabs li a {
      width: 100%;
      display: inline-block;
      background: #f4f4f4;
      height: 40px;
      font-size: 15px;
      font-family: arial;
      color: #47a3da;
      border: 0;
      border-radius: 0;
      padding: 8px 10px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .serchbox-hightlight .searchbox-tabs li a {
          padding: 0 10px;
          height: 30px;
          line-height: 30px;
          text-transform: none; } }
      .serchbox-hightlight .searchbox-tabs li a:hover, .serchbox-hightlight .searchbox-tabs li a:focus {
        color: #47a3da;
        border: 0; }
      .serchbox-hightlight .searchbox-tabs li a i {
        width: 25px;
        height: 25px;
        line-height: 23px;
        border: 1px solid #47a3da;
        display: inline-block;
        border-radius: 20px;
        text-align: center;
        font-style: normal; }
        @media only screen and (max-width: 767px) {
          .serchbox-hightlight .searchbox-tabs li a i {
            width: 20px;
            height: 20px;
            line-height: 18px; } }
    .serchbox-hightlight .searchbox-tabs li.active a {
      background-image: -webkit-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      background-image: -moz-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      background-image: -ms-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      background-image: -o-linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(#2b3990), color-stop(49%, #028bd6), to(#47a3da));
      background-image: -webkit-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      background-image: -o-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      background-image: linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
      border: 0;
      color: white; }
      .serchbox-hightlight .searchbox-tabs li.active a:hover, .serchbox-hightlight .searchbox-tabs li.active a:focus {
        color: white;
        border: 0; }
      .serchbox-hightlight .searchbox-tabs li.active a i {
        border-color: white; }
    .serchbox-hightlight .searchbox-tabs li.active:after {
      border-left: 21px solid #47a3da; }
      @media only screen and (max-width: 767px) {
        .serchbox-hightlight .searchbox-tabs li.active:after {
          border-left: 15px solid #47a3da; } }
    .serchbox-hightlight .searchbox-tabs li:nth-child(1) {
      z-index: 3;
      margin-left: 0px;
      cursor: pointer;
      border-radius: 4px 0 0 4px; }
      .serchbox-hightlight .searchbox-tabs li:nth-child(1) a {
        border-radius: 4px 0 0 4px; }
    .serchbox-hightlight .searchbox-tabs li:nth-child(2) {
      padding-left: 40px;
      z-index: 2; }
      .serchbox-hightlight .searchbox-tabs li:nth-child(2).active {
        background: #2b3990; }

.serchbox-hightlight .searchbox-content {
  border: 0;
  display: inline-block;
  width: 100%;
  float: left; }
  .serchbox-hightlight .searchbox-content .tab-content,
  .serchbox-hightlight .searchbox-content .tab-pane {
    width: 100%; }

.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 15px 0; }
  @media only screen and (min-width: 768px) {
    .search-form {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      background: rgba(0, 0, 0, 0.6);
      border-radius: 6px;
      padding: 15px;
      position: relative;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .search-form {
      padding: 10px 0 15px; } }
  .search-form .search-tabs {
    border: 0;
    margin-bottom: 5px; }
    .search-form .search-tabs > li {
      border: 0; }
      .search-form .search-tabs > li a {
        display: inline-block;
        position: relative;
        color: white;
        background: transparent;
        border: 1px solid white;
        font-size: 14px;
        line-height: 12px;
        margin: 0 0 10px;
        padding: 8px 15px;
        border-radius: 2px;
        -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
        @media only screen and (max-width: 767px) {
          .search-form .search-tabs > li a {
            color: gray;
            border: none;
            border-radius: 0;
            padding: 5px 9px; } }
        .search-form .search-tabs > li a:hover, .search-form .search-tabs > li a:focus {
          border-color: #f68627;
          background: #f68627;
          color: white; }
          @media only screen and (max-width: 767px) {
            .search-form .search-tabs > li a:hover, .search-form .search-tabs > li a:focus {
              color: #f68627;
              background: transparent;
              border: 0; } }
      .search-form .search-tabs > li.active a {
        border-color: #f68627;
        background: #f68627; }
        @media only screen and (max-width: 767px) {
          .search-form .search-tabs > li.active a {
            color: #f68627;
            background: transparent;
            border: 0; } }
      .search-form .search-tabs > li:not(:last-child) {
        margin-right: 7px; }
        @media only screen and (max-width: 767px) {
          .search-form .search-tabs > li:not(:last-child) a {
            border-right: 1px solid; } }
    .search-form .search-tabs:before, .search-form .search-tabs:after {
      display: none; }
  .search-form .search-group {
    display: block;
    margin: 0 -5px; }
    .search-form .search-group > div[class*="col-"] {
      padding: 0 5px; }
      .search-form .search-group > div[class*="col-"] .row {
        margin: 0 -5px; }
        .search-form .search-group > div[class*="col-"] .row > div[class*="col-"] {
          padding: 0 5px; }
    .search-form .search-group .input-group {
      width: 100%;
      cursor: pointer;
      margin-bottom: 10px;
      position: relative; }
      @media only screen and (min-width: 1200px) {
        .search-form .search-group .input-group {
          display: inline-block;
          float: left; } }
      .search-form .search-group .input-group .input-group-addon {
        position: absolute;
        z-index: 3;
        background: transparent;
        border: none; }
        .search-form .search-group .input-group .input-group-addon label {
          margin: 0;
          font-weight: normal;
          position: relative;
          width: 100%; }
          .search-form .search-group .input-group .input-group-addon label.searchlabel {
            padding: 13px 0 0; }
            .search-form .search-group .input-group .input-group-addon label.searchlabel span {
              position: absolute;
              left: 0;
              top: 3px;
              font-weight: bold;
              font-size: 12px; }
            .search-form .search-group .input-group .input-group-addon label.searchlabel:before {
              background-image: url("/sites/3/V3/images/sprite-all.png");
              background-repeat: no-repeat;
              position: relative;
              display: inline-block;
              content: '';
              padding: 0;
              outline: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              border: 0;
              width: 20px;
              height: 20px;
              display: inline-block;
              position: absolute;
              top: 18px;
              left: -2px;
              opacity: 0.4; }
          .search-form .search-group .input-group .input-group-addon label.airport-from:before {
            background-position: -10px -10px; }
          .search-form .search-group .input-group .input-group-addon label.airport-to:before {
            background-position: -40px -10px; }
          .search-form .search-group .input-group .input-group-addon label.date:before {
            background-position: -70px -10px; }
          .search-form .search-group .input-group .input-group-addon label.passengers:before {
            background-position: -100px -10px; }
          .search-form .search-group .input-group .input-group-addon label.airport-destination:before {
            background-position: -130px -10px; }
          .search-form .search-group .input-group .input-group-addon label.room:before {
            background-position: -160px -10px; }
          .search-form .search-group .input-group .input-group-addon label.time:before {
            background-position: -190px -10px; }
          .search-form .search-group .input-group .input-group-addon label.line:before {
            background-position: -220px -10px; }
          .search-form .search-group .input-group .input-group-addon label.ship:before {
            background-position: -250px -10px; }
          .search-form .search-group .input-group .input-group-addon label.pin:before {
            background-position: -280px -10px; }
      .search-form .search-group .input-group .form-control {
        float: none;
        height: 54px;
        border: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        padding: 25px 16px 10px 35px;
        color: #555555;
        font-size: 15px;
        font-weight: normal;
        text-align: left;
        z-index: 0;
        cursor: pointer;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
        .search-form .search-group .input-group .form-control.placeholder {
          color: #b3b3b3; }
        .search-form .search-group .input-group .form-control:-moz-placeholder {
          color: #b3b3b3; }
        .search-form .search-group .input-group .form-control::-moz-placeholder {
          color: #b3b3b3; }
        .search-form .search-group .input-group .form-control::-webkit-input-placeholder {
          color: #b3b3b3; }
        @media only screen and (min-width: 768px) {
          .search-form .search-group .input-group .form-control {
            font-size: 14px; } }
        .search-form .search-group .input-group .form-control:focus {
          outline: 0;
          background-color: #fdfddd;
          -webkit-box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9;
          box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9; }
      .search-form .search-group .input-group:hover .input-group-addon label:before, .search-form .search-group .input-group:focus .input-group-addon label:before {
        opacity: 1; }
      .search-form .search-group .input-group select.select-control {
        padding: 18px 5px 6px 35px;
        margin: 0 0 0 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .search-form .search-group .input-group select.select-control ~ .caret {
          position: absolute;
          margin: 5px 5px 0;
          right: 5px;
          top: 23px; }
      .search-form .search-group .input-group .dropdown-passenger button[data-toggle="dropdown"] .caret {
        position: absolute;
        margin: 5px 5px 0;
        vertical-align: middle;
        float: right;
        right: 5px; }
      .search-form .search-group .input-group .dropdown-passenger .dropdown-menu {
        -webkit-box-shadow: 0 0 6px #5f5f5f;
        box-shadow: 0 0 6px #5f5f5f;
        border-radius: 2px;
        border: 0;
        padding: 0;
        min-width: 240px; }
        .search-form .search-group .input-group .dropdown-passenger .dropdown-menu > li {
          width: 100%;
          display: inline-block;
          padding: 10px 15px;
          float: left; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu > li:not(:last-child) {
            border-bottom: 1px dashed #ddd; }
        .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group {
          margin: 0; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon {
            width: 50%;
            height: auto;
            line-height: 1.2;
            position: relative;
            display: inline-block;
            text-align: center;
            float: left; }
            .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon span {
              position: relative;
              left: auto;
              top: auto;
              font-size: 14px;
              font-weight: normal; }
            .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon .age {
              color: #47a3da;
              font-weight: bold; }
            .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon .searchlabel {
              padding-top: 6px; }
              .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .input-group-addon .searchlabel:before {
                display: none; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .input-group .form-control {
            text-align: center;
            width: 50%;
            display: inline-block;
            float: right;
            height: 35px;
            padding: 0; }
        .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done {
          background: #f68627;
          border: 1px solid #f5780f;
          text-align: center;
          color: #b05507;
          -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          cursor: pointer;
          outline: none;
          -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          color: white;
          border-radius: 2px;
          width: 100%;
          height: 45px;
          padding: 0 5px;
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done:hover {
            background: #ea710a; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done:active {
            background: #974906;
            outline: none; }
          .search-form .search-group .input-group .dropdown-passenger .dropdown-menu .paxgroup-done:focus {
            outline: none; }
      .search-form .search-group .input-group.has-error label.error {
        display: inline-block;
        width: 100%;
        background: #d94f4f;
        color: white;
        padding: 5px 5px 5px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        z-index: 4;
        border-radius: 0; }
    .search-form .search-group .checkbox {
      margin: 0 -10px; }
      @media only screen and (max-width: 767px) {
        .search-form .search-group .checkbox {
          padding: 10px 0; } }
      .search-form .search-group .checkbox label {
        color: white;
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          .search-form .search-group .checkbox label {
            color: gray; } }
    .search-form .search-group .SearchButton .SearchBut {
      background: #f68627;
      border: 1px solid #f5780f;
      text-align: center;
      color: #b05507;
      -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
      cursor: pointer;
      outline: none;
      -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
      border: 1px solid #f17222;
      border-radius: 2px;
      color: white;
      width: 100%;
      line-height: 54px;
      padding: 0 15px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
      .search-form .search-group .SearchButton .SearchBut:hover {
        background: #ea710a; }
      .search-form .search-group .SearchButton .SearchBut:active {
        background: #974906;
        outline: none; }
      .search-form .search-group .SearchButton .SearchBut:focus {
        outline: none; }
      .search-form .search-group .SearchButton .SearchBut:hover {
        background: #ff5807; }
    .search-form .search-group .link-collapse {
      color: white;
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      margin: 0;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .search-form .search-group .link-collapse {
          color: gray; } }
      .search-form .search-group .link-collapse:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .search-form .group-flights .link-collapse {
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .search-form .group-flights .link-collapse {
      margin: 0 0 10px; } }
  .search-form .group-flights .collapse .input-group,
  .search-form .group-flights .collapsing .input-group {
    padding-top: 5px; }

.contact-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 15px 0; }
  @media only screen and (min-width: 768px) {
    .contact-form {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      background: rgba(0, 0, 0, 0.6);
      border-radius: 6px;
      padding: 15px;
      position: relative;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      padding: 10px 0 15px; } }
  .contact-form .col-firstname {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-firstname {
        width: 50%;
        padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-firstname {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 20%; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-firstname .input-group .form-control {
        border-radius: 2px 0 0 2px; } }
  .contact-form .col-lastname {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-lastname {
        width: 50%;
        padding-left: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-lastname {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 20%; } }
  .contact-form .col-phone {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-phone {
        width: 50%;
        padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 20%; } }
  .contact-form .col-email {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-email {
        width: 50%;
        padding-left: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-email {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: calc(40% - 180px); } }
  .contact-form .col-comments {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-comments {
        width: 50%;
        padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-comments {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .contact-form .col-comments {
        margin-bottom: 10px; } }
  .contact-form .col-submit {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .col-submit {
        width: 50%;
        padding-left: 5px; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .col-submit {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 180px; } }
  @media only screen and (min-width: 1200px) {
    .contact-form .col-firstname .input-group, .contact-form .col-lastname .input-group, .contact-form .col-phone .input-group, .contact-form .col-email .input-group {
      border-right: 1px solid #ddd; } }
  .contact-form .input-group {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .contact-form .input-group {
        display: inline-block;
        float: left; } }
    .contact-form .input-group > .input-group-addon {
      width: 100%;
      height: 0;
      padding: 0;
      position: absolute;
      z-index: 3;
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .contact-form .input-group > .input-group-addon label {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 8px 0 0 12px;
        font-weight: bold;
        font-size: 12px;
        text-align: left; }
        .contact-form .input-group > .input-group-addon label .icon {
          background-image: url("/sites/3/V3/images/sprite-all.png");
          background-repeat: no-repeat;
          position: relative;
          display: inline-block;
          content: '';
          padding: 0;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0;
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          position: absolute;
          top: 22px;
          left: 10px;
          opacity: 0.4; }
          .contact-form .input-group > .input-group-addon label .icon.icon-user {
            background-position: -100px -10px; }
          .contact-form .input-group > .input-group-addon label .icon.icon-phone {
            background-position: -310px -10px; }
          .contact-form .input-group > .input-group-addon label .icon.icon-mail {
            background-position: -340px -10px; }
    .contact-form .input-group .form-control {
      float: none;
      height: 54px;
      border-radius: 0;
      border: 1px solid #ccc;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 18px 5px 6px 35px;
      color: #5f5f5f;
      font-size: 16px;
      font-weight: normal;
      z-index: 0;
      cursor: pointer;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
      .contact-form .input-group .form-control.placeholder {
        color: #b3b3b3; }
      .contact-form .input-group .form-control:-moz-placeholder {
        color: #b3b3b3; }
      .contact-form .input-group .form-control::-moz-placeholder {
        color: #b3b3b3; }
      .contact-form .input-group .form-control::-webkit-input-placeholder {
        color: #b3b3b3; }
      @media only screen and (min-width: 1200px) {
        .contact-form .input-group .form-control {
          font-size: 15px;
          border: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .contact-form .input-group .form-control {
          border-radius: 2px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .contact-form .input-group .form-control {
          border-radius: 2px; } }
      .contact-form .input-group .form-control:focus {
        outline: 0;
        background-color: #fdfddd;
        -webkit-box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9;
        box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9; }
    .contact-form .input-group:hover .input-group-addon label:before {
      opacity: 1; }
    .contact-form .input-group.has-error label.error {
      display: inline-block;
      width: 100%;
      background: #d94f4f;
      color: white;
      padding: 5px 5px 5px;
      line-height: 1.2;
      font-size: 13px;
      margin: 0;
      z-index: 4;
      border-radius: 0; }
  .contact-form .btn-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact-form .btn-back {
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    background: white;
    border: 0;
    border-radius: 2px !important;
    color: #3f4d61;
    width: 100%;
    line-height: 54px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (min-width: 1200px) {
      .contact-form .btn-back {
        position: absolute;
        bottom: -15px;
        right: 0;
        top: auto;
        background: transparent;
        color: white;
        border: 0;
        padding: 0;
        line-height: 1;
        width: auto;
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .btn-back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 10px;
        line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      .contact-form .btn-back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 10px;
        background: #dcdcdc;
        color: #333; } }
  .contact-form .btn-submit {
    background: #f68627;
    border: 1px solid #f5780f;
    text-align: center;
    color: #b05507;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    border: 1px solid #f17222;
    border-radius: 2px !important;
    border: 0;
    color: white;
    width: 100%;
    line-height: 54px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .contact-form .btn-submit:hover {
      background: #ea710a; }
    .contact-form .btn-submit:active {
      background: #974906;
      outline: none; }
    .contact-form .btn-submit:focus {
      outline: none; }
    @media only screen and (min-width: 1200px) {
      .contact-form .btn-submit {
        float: none;
        margin-bottom: 10px;
        border-radius: 0 2px 2px 0 !important; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-form .btn-submit {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px;
        line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      .contact-form .btn-submit {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px; } }
  .contact-form .btn-note {
    background: transparent;
    color: white;
    border: 0;
    padding: 0;
    font-size: 14px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .contact-form .btn-note {
        color: #0C6AA0; } }
    .contact-form .btn-note:hover, .contact-form .btn-note:focus {
      background: transparent;
      -webkit-text-decoration: ubderline;
      text-decoration: ubderline;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .contact-form .btn:hover {
    border: 0;
    outline: none; }
  .contact-form textarea.form-control {
    border-radius: 0;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    .contact-form textarea.form-control.placeholder {
      color: #b3b3b3; }
    .contact-form textarea.form-control:-moz-placeholder {
      color: #b3b3b3; }
    .contact-form textarea.form-control::-moz-placeholder {
      color: #b3b3b3; }
    .contact-form textarea.form-control::-webkit-input-placeholder {
      color: #b3b3b3; }
    @media only screen and (min-width: 1200px) {
      .contact-form textarea.form-control {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .contact-form textarea.form-control {
        border-radius: 2px; } }
    .contact-form textarea.form-control:focus {
      outline: 0;
      border: 1px solid #ccc;
      background-color: #fdfddd;
      -webkit-box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9;
      box-shadow: inset 0 1px 1px white, 0 0 8px #66afe9; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: calc(100% - 60px);
  display: block;
  margin: 5px auto 10px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 30px;
    background: white;
    border-radius: 0;
    border: 1px solid #ccc;
    margin: 0;
    outline: none;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select:hover {
      background: #d9d9d9; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select:focus {
      color: #0c64ad; }

.maketing-text {
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .maketing-text {
      margin-bottom: 40px;
      text-shadow: 1px 1px 2px #333; } }
  @media only screen and (max-width: 767px) {
    .maketing-text {
      display: block;
      margin: 0 -10px;
      padding: 15px 10px;
      width: auto;
      color: black;
      text-transform: uppercase; } }
  .maketing-text h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    margin: 15px 0; }
    @media only screen and (max-width: 767px) {
      .maketing-text h1 {
        font-size: 18px;
        background: transparent;
        padding: 0;
        margin: 0; } }
    .maketing-text h1 strong {
      color: #f21d2e;
      font-weight: 600; }

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .bg-icontext {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bg-icontext {
    display: none; } }

.bg-icontext .icon-text-area {
  overflow: hidden;
  margin: 30px 0 30px; }
  .bg-icontext .icon-text-area .icontext-box {
    float: left;
    width: 33.3%;
    padding: 10px 25px;
    text-align: left;
    border-right: 1px dashed #ddd; }
    .bg-icontext .icon-text-area .icontext-box:last-child {
      border-right: none; }
    .bg-icontext .icon-text-area .icontext-box p {
      color: #282828;
      letter-spacing: 1px;
      font-weight: 300;
      font-size: 14px;
      position: relative;
      padding-left: 40px;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .bg-icontext .icon-text-area .icontext-box p {
          font-size: 14px; } }
      @media only screen and (min-width: 767px) and (max-width: 991px) {
        .bg-icontext .icon-text-area .icontext-box p {
          font-size: 11.5px; } }
      .bg-icontext .icon-text-area .icontext-box p strong {
        font-size: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .bg-icontext .icon-text-area .icontext-box p strong {
            font-size: 15px; } }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
          .bg-icontext .icon-text-area .icontext-box p strong {
            font-size: 13px; } }
      .bg-icontext .icon-text-area .icontext-box p span {
        position: absolute;
        margin-left: -62px; }
        .bg-icontext .icon-text-area .icontext-box p span img {
          width: 60px; }
        .bg-icontext .icon-text-area .icontext-box p span i {
          color: #47a3da;
          border-radius: 100%;
          border: 1px solid #999;
          padding: 5px 6px;
          font-size: 20px; }

.trustpilot {
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) and (max-width: 991px) {
    .trustpilot {
      width: 100%; } }
  .trustpilot .trustbox-area p.title-text {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 25px;
    color: #47a3da;
    margin: 10px 0 20px;
    text-align: center; }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
      .trustpilot .trustbox-area p.title-text {
        font-size: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 766px) {
      .trustpilot .trustbox-area p.title-text {
        font-size: 18px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .trustpilot .trustbox-area p.title-text {
        font-size: 18px; } }
    .trustpilot .trustbox-area p.title-text span {
      margin-left: -15px; }
    .trustpilot .trustbox-area p.title-text img {
      width: 42px;
      display: inline-block;
      margin-top: 0;
      margin-right: 6px; }
      @media only screen and (min-width: 767px) and (max-width: 991px) {
        .trustpilot .trustbox-area p.title-text img {
          width: 35px;
          margin-top: 1px; } }
      @media only screen and (min-width: 480px) and (max-width: 766px) {
        .trustpilot .trustbox-area p.title-text img {
          width: 35px;
          margin-top: -2px; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .trustpilot .trustbox-area p.title-text img {
          width: 35px;
          margin-top: -2px; } }
    .trustpilot .trustbox-area p.title-text small {
      display: block;
      font-size: 15px;
      color: #282828;
      font-weight: 300; }

@media only screen and (max-width: 767px) {
  .text-travel {
    background-color: #f4f4f5; } }

.text-travel .text-travel-area {
  overflow: hidden;
  margin: 15px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .text-travel .text-travel-area {
      border: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding: 10px 0 20px; } }
  .text-travel .text-travel-area .title-text {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 8px;
    font-size: 25px;
    color: #47a3da;
    margin: 10px 0 20px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
      .text-travel .text-travel-area .title-text {
        font-size: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 766px) {
      .text-travel .text-travel-area .title-text {
        font-size: 18px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .text-travel .text-travel-area .title-text {
        font-size: 18px; } }
    .text-travel .text-travel-area .title-text span {
      margin-left: -15px; }
    .text-travel .text-travel-area .title-text img {
      width: 42px;
      display: inline-block;
      margin-top: 0;
      margin-right: 6px; }
      @media only screen and (min-width: 767px) and (max-width: 991px) {
        .text-travel .text-travel-area .title-text img {
          width: 35px;
          margin-top: 1px; } }
      @media only screen and (min-width: 480px) and (max-width: 766px) {
        .text-travel .text-travel-area .title-text img {
          width: 35px;
          margin-top: -2px; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .text-travel .text-travel-area .title-text img {
          width: 35px;
          margin-top: -2px; } }
    .text-travel .text-travel-area .title-text small {
      display: block;
      font-size: 15px;
      color: #282828;
      font-weight: 300; }
  .text-travel .text-travel-area h4 {
    margin: 20px 0 10px;
    font-weight: bold; }

.icon-double-arrow-right {
  background: url(/sites/3/V3/images/icons/icon-arrow-double.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: '';
  vertical-align: middle;
  margin-top: -5px; }

.icon-process {
  background: url(/sites/3/V3/images/icons/icon-loading.svg) no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: '';
  vertical-align: middle;
  margin-top: -5px; }

.success-dialogue .modal-content {
  background: white;
  display: inline-block;
  padding: 0 20px 20px;
  width: 100%; }

.success-dialogue .modal-dialog {
  padding: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.success-dialogue .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: -25px;
  font-size: 31px;
  top: -25px; }
  @media only screen and (max-width: 767px) {
    .success-dialogue .close {
      right: 10px;
      top: 5px;
      color: #cccccc; } }

.success-dialogue h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  text-align: center; }

.success-dialogue .check_mark {
  margin: 0 auto; }

.success-dialogue .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .success-dialogue .sa-icon.sa-success {
    border-color: orange;
    border-color: transparent\9; }
    .success-dialogue .sa-icon.sa-success .sa-placeholder {
      width: 80px;
      height: 80px;
      border: 4px solid #469af3;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      border-radius: 50%;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .success-dialogue .sa-icon.sa-success .sa-fix {
      width: 5px;
      height: 90px;
      background-color: white;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .success-dialogue .sa-icon.sa-success.animate::after {
      -webkit-animation: rotatePlaceholder 4.25s ease-in;
      animation: rotatePlaceholder 4.25s ease-in; }
    .success-dialogue .sa-icon.sa-success .sa-line {
      height: 5px;
      background-color: #fd8813;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .success-dialogue .sa-icon.sa-success .sa-line.sa-tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg) \9; }
      .success-dialogue .sa-icon.sa-success .sa-line.sa-long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg) \9; }

.success-dialogue .animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.success-dialogue .animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
