* {
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none; }

.navbar {
  margin-bottom: 0;
  border-top: none; }

.container {
  margin: auto; }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1180px; } }

header {
  color: white; }
  header a {
    color: white;
    display: inline-block; }
  header .navbar-brand {
    padding: 10px 15px; }
  header .navbar-toggle {
    display: block; }
    @media screen and (min-width: 992px) {
      header .navbar-toggle {
        display: none; } }
  @media (max-width: 991px) {
    header .navbar-header {
      float: none; }
    header .navbar-left, header .navbar-right {
      float: none !important; }
    header .navbar-toggle {
      display: block; }
    header .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    header .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    header .navbar-collapse.collapse {
      display: none !important; }
    header .navbar-nav {
      float: none !important;
      margin-top: 7.5px; }
    header .navbar-nav > li {
      float: none; }
    header .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    header .collapse.in {
      display: block !important; } }
  header .navbar {
    border-radius: 0; }
    header .navbar-upper {
      background-color: #9b5d8e; }
      header .navbar-upper .icon-bar {
        background: white; }
      header .navbar-upper .nav li a:hover {
        background-color: inherit;
        color: inherit; }
      header .navbar-upper .nav li .active {
        background-color: #854c79; }
        header .navbar-upper .nav li .active:hover {
          background-color: #854c79 !important; }
    header .navbar-bottom {
      background-color: #cb98c0; }
      @media screen and (max-width: 767px) {
        header .navbar-bottom .nav {
          margin: 0; } }
      header .navbar-bottom .nav li {
        display: inline-block; }
        header .navbar-bottom .nav li a:hover {
          background-color: rgba(255, 255, 255, 0.4); }
        header .navbar-bottom .nav li a img {
          max-height: 16px; }

.foots {
  background: #fafcff;
  padding-bottom: 2px;
  padding-top: 5px; }

.foot {
  background: #e6eef7;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 2px;
  padding-top: 5px; }
  .foot a {
    text-decoration: none;
    line-height: 25px;
    color: #444; }
  .foot .col-md-10 > div {
    padding: 0; }

footer {
  padding-top: 5px;
  background-color: #687e94;
  color: #fff;
  font-size: 0.8em; }

.mainNav--li {
  display: inline-block;
  margin-right: 55px; }
  .mainNav--li:last-of-type {
    margin-right: 0; }
  .mainNav--li a {
    color: white;
    padding: 15px 0;
    line-height: 50px; }

.tick-list {
  padding-left: 25px;
  position: relative;
  width: 60%; }
  .tick-list--li {
    line-height: normal; }
    .tick-list--li:before {
      content: url("../images/tick.png");
      display: inline-block;
      margin-right: 10px;
      position: absolute;
      left: 0; }
    @media screen and (min-width: 1200px) {
      .tick-list--li {
        margin-bottom: 35px; } }
    .tick-list--li:last-of-type {
      margin-bottom: 0; }

.contactList--li {
  font-size: 20px;
  margin-bottom: 15px;
  vertical-align: middle; }
  .contactList--li:before {
    display: inline-block;
    content: '';
    width: 46px;
    height: 45px;
    margin-right: 30px;
    vertical-align: middle;
    background-repeat: no-repeat; }
.contactList .email:before {
  background-image: url("../images/box-mail.png"); }
.contactList .number:before {
  background-image: url("../images/box-phone.png"); }
.contactList .skype:before {
  background-image: url("../images/box-skype.png"); }
.contactList .viber:before {
  background-image: url("../images/box-viber.png"); }

.servicesList {
  margin-bottom: 27px;
  padding-left: 20px; }
  .servicesList--li {
    list-style-type: circle;
    margin-bottom: 10px;
    font-size: 16px; }

.footerList--li {
  margin-bottom: 15px; }
  .footerList--li a {
    font-size: 14px; }

.docs {
  margin-bottom: 45px; }
  .docs--li {
    border-bottom: 1px solid #c0c0c0;
    font-size: 24px;
    color: #212168;
    padding: 20px 0; }
    .docs--li .dlLink {
      float: right;
      font-size: 16px;
      padding-right: 15px;
      text-decoration: underline;
      color: #212168; }

.faqList {
  margin-bottom: 37px; }
  .faqList--li {
    display: block;
    position: relative;
    border-bottom: 1px solid #c0c0c0;
    padding: 20px 0;
    font-size: 24px;
    color: #212168;
    cursor: pointer; }
    .faqList--li:after {
      content: "+";
      display: inline-block;
      font-size: 40px;
      color: #212168;
      position: absolute;
      right: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.owl-carousel .owl-nav {
  display: block; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg); }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.boxWrap {
  position: relative;
  top: -200px; }
  .boxWrap:after {
    content: '';
    display: block;
    clear: both; }
  .boxWrap .box {
    border: 1px solid #c0c0c0;
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    float: left; }
    .boxWrap .box:last-of-type {
      margin-right: 0; }
    .boxWrap .box--head {
      border-bottom: 1px solid #c0c0c0; }
      @media screen and (min-width: 1200px) {
        .boxWrap .box--head {
          padding: 30px 0 30px 25px; } }
      .boxWrap .box--head .title {
        margin: 0; }
        @media screen and (min-width: 1200px) {
          .boxWrap .box--head .title {
            font-size: 30px; } }
    .boxWrap .box--content {
      padding: 32px 35px;
      background-color: white; }
      .boxWrap .box--content input, .boxWrap .box--content .select {
        margin-bottom: 20px; }
    .boxWrap .box--newAcc .box--head {
      background-color: #f3f3fd; }
    .boxWrap .box--search .box--head {
      background-color: #adaddb;
      color: white; }
    .boxWrap .box--search .box--content {
      background-color: #e7e7f9; }
    .boxWrap .box--contact .box--head {
      background-color: #e7e7f9; }
    .boxWrap .box--contact .box--content {
      padding-bottom: 40px; }

.jumbotron {
  margin-bottom: 0; }
  .jumbotron-main {
    background-image: url("../images/slider-bg.png");
    color: black;
    padding-top: 25px; }
    @media screen and (min-width: 1200px) {
      .jumbotron-main {
        padding-top: 77px; } }
    .jumbotron-main h1 {
      font-size: 28px;
      color: #9b5d8e;
      margin-bottom: 15px; }
  .jumbotron .container {
    position: relative;
    height: 100%; }

.formBox {
  border: 1px solid #c0c0c0;
  background-color: #f8f7f7;
  width: 700px;
  margin: 50px auto; }
  .formBox:after {
    display: block;
    content: "";
    clear: both; }
  .formBox a {
    color: #60b2da; }
  .formBox-title {
    background-color: #cb98c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px;
    color: white; }
  .formBox-left, .formBox-right {
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing: border-box; }
  .formBox-left {
    border-right: 1px solid #c0c0c0; }
    .formBox-left .title {
      font-size: 18px;
      margin-bottom: 15px; }
    .formBox-left .label {
      line-height: normal;
      font-size: 14px;
      color: #5f5f5f; }
    .formBox-left .sub {
      color: #838383; }
    .formBox-left input, .formBox-left select {
      width: 100%;
      font-size: 14px;
      padding: 10px;
      box-sizing: border-box;
      display: inline-block; }
    .formBox-left input[type=checkbox], .formBox-left input[type=radio] {
      width: auto; }
    .formBox-left .select {
      height: 43px; }
    .formBox-left .row {
      margin-bottom: 10px; }
  .formBox-right {
    border-bottom: 1px solid #c0c0c0;
    font-size: 14px;
    color: #757575; }
    .formBox-right p {
      font-size: 14px; }
    .formBox-right .tick-list {
      margin-bottom: 20px;
      width: auto; }
      .formBox-right .tick-list--li {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 10px; }
        .formBox-right .tick-list--li:last-of-type {
          margin-bottom: 0; }
  .formBox .cancel {
    color: #949494;
    display: inline-block;
    margin-top: 8px;
    font-size: 14px; }

.signup p, .signup label {
  font-size: 14px; }
.signup .formBox-left {
  padding-bottom: 45px; }
  .signup .formBox-left .row {
    margin-bottom: 15px; }
  .signup .formBox-left .birthdate p, .signup .formBox-left .birthdate select {
    display: inline-block; }
  .signup .formBox-left .birthdate p {
    color: #949494;
    margin-right: 40px; }
  .signup .formBox-left .birthdate select {
    width: 30%; }
.signup .formBox-right .title {
  color: #cb98c0;
  font-size: 24px;
  margin-bottom: 20px; }
.signup .formBox-right p {
  margin-bottom: 15px;
  font-size: 10px; }
.signup .formBox-right .bold, .signup .formBox-right .formBox-title, .signup .formBox-right .newsBox-wrap .news-box--content .news-date, .newsBox-wrap .news-box--content .signup .formBox-right .news-date {
  font-size: 14px;
  color: #2d2d2d; }
.signup .gender {
  padding-left: 15px; }
  .signup .gender p {
    display: inline-block;
    margin-right: 70px;
    color: #949494; }
  .signup .gender label {
    color: #949494; }
    .signup .gender label:first-of-type {
      margin-right: 40px; }
.signup .row-button {
  margin-bottom: 15px; }
.signup .sub {
  margin-bottom: 20px;
  font-size: 12px; }
  .signup .sub:last-of-type {
    margin-bottom: 0; }

.paymentInfo .formBox-left .iAgree label {
  font-size: 12px;
  line-height: initial;
  margin-bottom: 18px;
  color: #949494; }
.paymentInfo .formBox-left .iAgree a {
  text-decoration: underline; }
.paymentInfo .formBox-left .iAgree input {
  margin: 0; }
.paymentInfo .formBox-left .notice {
  font-size: 12px; }
  .paymentInfo .formBox-left .notice p {
    margin-bottom: 15px; }
  .paymentInfo .formBox-left .notice label {
    font-size: 12px; }
.paymentInfo .formBox-left .wHalf {
  margin-bottom: 20px; }
  .paymentInfo .formBox-left .wHalf:after {
    display: block;
    content: '';
    clear: both; }
  .paymentInfo .formBox-left .wHalf label {
    margin-bottom: 8px;
    font-size: 12px; }
  .paymentInfo .formBox-left .wHalf .half {
    float: left;
    width: 50%;
    text-align: center;
    color: #838383; }
    .paymentInfo .formBox-left .wHalf .half div {
      display: inline-block; }
  .paymentInfo .formBox-left .wHalf input {
    margin-bottom: 0; }
.paymentInfo .formBox-left .threeBox {
  margin-bottom: 0; }
  .paymentInfo .formBox-left .threeBox:after {
    display: block;
    content: '';
    clear: both; }
  .paymentInfo .formBox-left .threeBox div {
    width: 66%;
    float: left; }
    .paymentInfo .formBox-left .threeBox div select {
      width: 45%; }
    .paymentInfo .formBox-left .threeBox div:last-of-type {
      width: 33%; }
      .paymentInfo .formBox-left .threeBox div:last-of-type input {
        margin-bottom: 0; }
  .paymentInfo .formBox-left .threeBox .double select:first-of-type {
    margin-right: 4%; }
  .paymentInfo .formBox-left .threeBox .sub {
    text-decoration: underline;
    font-size: 12px;
    color: #60b2da; }
.paymentInfo .formBox-left .threeBoxs:after {
  display: block;
  content: '';
  clear: both; }
.paymentInfo .formBox-left .threeBoxs div {
  width: 32%;
  float: left;
  margin-right: 2%; }
  .paymentInfo .formBox-left .threeBoxs div:last-of-type {
    margin-right: 0; }
.paymentInfo .formBox-right {
  padding-top: 65px; }
  .paymentInfo .formBox-right .text {
    margin-bottom: 17px; }
    .paymentInfo .formBox-right .text:first-of-type {
      margin-bottom: 30px; }

.bookingConfirm .formBox-left .bookingCong-box {
  background-color: #cb98c0;
  border: 2px solid #5c90b8;
  color: white;
  margin-bottom: 100px; }
  .bookingConfirm .formBox-left .bookingCong-box--one, .bookingConfirm .formBox-left .bookingCong-box--two {
    border-bottom: 2px solid #5c90b8;
    line-height: normal; }
  .bookingConfirm .formBox-left .bookingCong-box--one, .bookingConfirm .formBox-left .bookingCong-box--two, .bookingConfirm .formBox-left .bookingCong-box--three {
    padding: 10px;
    font-size: 14px; }
    .bookingConfirm .formBox-left .bookingCong-box--one .text, .bookingConfirm .formBox-left .bookingCong-box--two .text, .bookingConfirm .formBox-left .bookingCong-box--three .text {
      font-size: 14px; }
  .bookingConfirm .formBox-left .bookingCong-box--one .logo {
    vertical-align: middle;
    margin-right: 10px; }
  .bookingConfirm .formBox-left .bookingCong-box--one .textBox {
    display: inline-block;
    vertical-align: middle; }
  .bookingConfirm .formBox-left .bookingCong-box--two .text {
    font-size: 12px; }
  .bookingConfirm .formBox-left .bookingCong-box--two .bold, .bookingConfirm .formBox-left .bookingCong-box--two .formBox-title, .bookingConfirm .formBox-left .bookingCong-box--two .newsBox-wrap .news-box--content .news-date, .newsBox-wrap .news-box--content .bookingConfirm .formBox-left .bookingCong-box--two .news-date {
    font-size: 14px; }
  .bookingConfirm .formBox-left .bookingCong-box--three {
    text-align: right; }
    .bookingConfirm .formBox-left .bookingCong-box--three .bold, .bookingConfirm .formBox-left .bookingCong-box--three .formBox-title, .bookingConfirm .formBox-left .bookingCong-box--three .newsBox-wrap .news-box--content .news-date, .newsBox-wrap .news-box--content .bookingConfirm .formBox-left .bookingCong-box--three .news-date {
      font-size: 24px; }
.bookingConfirm .formBox-right .text {
  margin-bottom: 15px; }
  .bookingConfirm .formBox-right .text:first-of-type {
    margin-bottom: 10px; }
  .bookingConfirm .formBox-right .text:last-of-type {
    margin-bottom: 0; }

.input-default {
  display: block;
  width: 100%;
  border: 1px solid #c0c0c0;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 0 8px 15px; }
  @media screen and (min-width: 1200px) {
    .input-default {
      padding: 12px 0 12px 15px; } }

.select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #fff;
  color: #555;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  background-image: url("../images/select-arrows.png");
  background-repeat: no-repeat;
  background-position: center right 10px; }
  @media screen and (min-width: 1200px) {
    .select {
      height: 48px; } }

.btn {
  border: 1px solid #9b5d8e;
  padding: 6px 25px;
  text-align: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
  background: #4bade9;
  background: -moz-linear-gradient(top, #4bade9 0%, #2989d8 62%, #207cca 100%, #3191ce 100%);
  background: -webkit-linear-gradient(top, #4bade9 0%, #2989d8 62%, #207cca 100%, #3191ce 100%);
  background: linear-gradient(to bottom, #4bade9 0%, #2989d8 62%, #207cca 100%, #3191ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bade9', endColorstr='#3191ce',GradientType=0 ); }
  @media screen and (min-width: 1200px) {
    .btn {
      font-size: 16px;
      padding: 9px 42px; } }

.btn-form {
  background: #5c90b8;
  width: 100%;
  cursor: pointer; }

.btn-search {
  position: relative;
  background: #9999c4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9999c4 0%, #5e5e99 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9999c4 0%, #5e5e99 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9999c4 0%, #5e5e99 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9999c4', endColorstr='#5e5e99',GradientType=0 );
  /* IE6-9 */ }
  .btn-search:after {
    display: inline-block;
    content: url("../images/search-icon.png");
    position: absolute;
    right: 10px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media screen and (min-width: 1200px) {
  .newsBox-wrap {
    margin-bottom: 15px; } }
.newsBox-wrap .news-box {
  display: block;
  color: black;
  border-bottom: 2px solid #c0c0c0;
  cursor: pointer;
  background-image: url("../images/newsArrow.png");
  background-repeat: no-repeat;
  background-position: right 45px center; }
  .newsBox-wrap .news-box:first-of-type {
    border-top: 2px solid #c0c0c0; }
  .newsBox-wrap .news-box:hover {
    background-color: #fdf7fe; }
  @media screen and (min-width: 1200px) {
    .newsBox-wrap .news-box {
      padding: 25px 30px; } }
  .newsBox-wrap .news-box--thumbnail, .newsBox-wrap .news-box--content {
    display: inline-block;
    vertical-align: middle; }
  .newsBox-wrap .news-box--thumbnail {
    border: 1px solid #c0c0c0; }
    .newsBox-wrap .news-box--thumbnail img {
      display: block; }
    @media screen and (min-width: 1200px) {
      .newsBox-wrap .news-box--thumbnail {
        margin-right: 50px; } }
  @media screen and (min-width: 1200px) {
    .newsBox-wrap .news-box--content .news-date {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .newsBox-wrap .news-box--content .news-title {
      font-size: 30px;
      margin-bottom: 40px; } }
  .newsBox-wrap .news-box--content .news-short {
    color: #212168; }

.experiences {
  background-color: white;
  text-align: center;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: black;
  border-bottom: 1px solid #c0c0c0; }
  @media screen and (min-width: 768px) {
    .experiences {
      background-image: url("../images/simpleSecureBg.png"); } }
  .experiences .exp-box {
    background: #fcfbfe;
    padding: 10px 20px 15px; }
    @media screen and (min-width: 768px) {
      .experiences .exp-box {
        padding: 65px 50px 40px; } }
  .experiences .title {
    margin-bottom: 20px;
    position: relative;
    font-size: 28px; }
    @media screen and (min-width: 768px) {
      .experiences .title {
        margin-bottom: 100px; } }
    .experiences .title:before {
      content: url("../images/quote.png");
      position: absolute;
      top: 110%;
      display: none; }
      @media screen and (min-width: 769px) {
        .experiences .title:before {
          display: block; } }
  .experiences .subtitle {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .experiences .subtitle {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .experiences .subtitle {
        margin-bottom: 55px; } }
  .experiences .text {
    margin: auto;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .experiences .text {
        font-size: 18px; } }
  .experiences .source {
    text-align: right;
    font-style: italic; }

.section-howItWorks {
  background-color: #f7e2fb;
  border-bottom: 1px solid #c0c0c0; }
  .section-howItWorks .container {
    padding: 100px 0 95px;
    background-image: url("../images/howItWorks-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom; }
  @media screen and (min-width: 1200px) {
    .section-howItWorks .title {
      margin-bottom: 60px; } }

.feronaTeam {
  background-color: white;
  background-image: url("../images/team-bg.png");
  background-size: cover;
  padding-bottom: 50px;
  border-bottom: 1px solid #c0c0c0; }
  .feronaTeam--title {
    text-align: center;
    margin: 20px 0; }
    @media screen and (min-width: 768px) {
      .feronaTeam--title {
        margin: 40px 0; } }
  .feronaTeam .teamCard {
    background-color: #f5f5f5;
    min-height: 477px;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .feronaTeam .teamCard {
        min-height: 311px; } }
    @media screen and (min-width: 992px) {
      .feronaTeam .teamCard {
        min-height: 287px; } }
    .feronaTeam .teamCard:after {
      display: block;
      content: '';
      clear: both; }
    .feronaTeam .teamCard-image {
      float: left;
      margin-right: 10px;
      margin-bottom: 15px; }
    .feronaTeam .teamCard-content {
      float: left; }
      .feronaTeam .teamCard-content--title {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px; }
        .feronaTeam .teamCard-content--title em {
          font-size: 14px;
          font-style: normal; }
        @media screen and (min-width: 768px) {
          .feronaTeam .teamCard-content--title {
            font-size: 20px; }
            .feronaTeam .teamCard-content--title em {
              font-size: 16px; } }
      .feronaTeam .teamCard-content--text {
        margin: 0;
        font-size: 14px;
        color: #737373; }
        @media screen and (min-width: 1200px) {
          .feronaTeam .teamCard-content--text {
            font-size: 16px; } }
  .feronaTeam .owl-item {
    padding: 5px; }

.boxWrap {
  position: relative;
  top: -200px; }
  .boxWrap:after {
    content: '';
    display: block;
    clear: both; }

.box {
  border: 1px solid #c0c0c0;
  display: inline-block;
  max-width: 368px;
  width: 100%;
  float: left; }
  .box--head {
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 5px; }
    @media screen and (min-width: 1200px) {
      .box--head {
        padding: 30px 0 30px 25px; } }
    .box--head .title {
      margin: 0; }
      @media screen and (min-width: 1200px) {
        .box--head .title {
          font-size: 30px; } }
  .box--content {
    padding: 32px 35px;
    background-color: white; }
    .box--content input, .box--content .select {
      margin-bottom: 20px; }
  .box--search .box--head {
    background-color: #9b5d8e;
    color: white; }
  .box--search .box--content {
    background-color: #e4c6de; }

.success {
  background-image: url("../images/successBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .success {
      background-position: initial; } }
  .success-two {
    height: 950px; }
    @media screen and (max-width: 992px) {
      .success-two {
        height: auto; } }
    .success-two .container > .row:first-of-type {
      margin-bottom: 220px; }
      @media screen and (max-width: 768px) {
        .success-two .container > .row:first-of-type {
          margin-bottom: 50px; } }
    .success-two .titleDiv {
      padding-top: 35px;
      margin-bottom: 25px; }
      .success-two .titleDiv h2 {
        display: inline-block;
        font-size: 24px;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          .success-two .titleDiv h2 {
            font-size: 48px; } }
      .success-two .titleDiv img {
        vertical-align: middle; }
    .success-two h3 {
      margin-bottom: 30px;
      font-size: 18px; }
      @media screen and (min-width: 768px) {
        .success-two h3 {
          font-size: 30px; } }
    .success-two canvas {
      width: 200px;
      height: 200px;
      margin: auto; }
    .success-two .num {
      font-size: 30px;
      color: #e8cfe4; }
      @media screen and (min-width: 1200px) {
        .success-two .num {
          font-size: 70px; } }
    .success-two .colors {
      max-width: 100%; }
    .success-two .text {
      font-size: 14px;
      max-width: 251px;
      margin: auto; }
      @media screen and (min-width: 1200px) {
        .success-two .text {
          font-size: 20px; } }

.companyProfile {
  background-color: #fbfafd;
  background-image: url("../images/companyProfile.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  border-bottom: 1px solid #c0c0c0; }
  @media screen and (min-width: 1200px) {
    .companyProfile {
      padding-top: 100px; } }
  .companyProfile div {
    text-align: center; }
  .companyProfile h2 {
    font-size: 20px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .companyProfile h2 {
        white-space: nowrap;
        font-size: 35px;
        margin-bottom: 75px; } }
    @media screen and (min-width: 1200px) {
      .companyProfile h2 {
        font-size: 50px; } }
  .companyProfile img {
    display: block;
    width: 25%;
    margin: 0 auto 30px; }
    @media screen and (min-width: 768px) {
      .companyProfile img {
        width: auto;
        margin: 0 auto 50px; } }

.about .row {
  border-bottom: 1px solid #c0c0c0;
  padding-top: 30px;
  padding-bottom: 35px; }
  @media screen and (min-width: 1200px) {
    .about .row {
      padding-top: 100px; } }
  .about .row .col-sm-6 > div {
    margin: auto; }
    @media screen and (min-width: 768px) {
      .about .row .col-sm-6 > div {
        width: 70%; } }
    .about .row .col-sm-6 > div h2 {
      font-size: 24px;
      margin-bottom: 30px; }
      @media screen and (min-width: 1200px) {
        .about .row .col-sm-6 > div h2 {
          font-size: 30px; } }
    .about .row .col-sm-6 > div .text {
      margin-bottom: 25px;
      font-size: 14px; }
      @media screen and (min-width: 1200px) {
        .about .row .col-sm-6 > div .text {
          font-size: 18px; } }
    .about .row .col-sm-6 > div button {
      margin-bottom: 30px; }
  .about .row .labs,
  .about .row .embrio,
  .about .row .factory,
  .about .row .cryio {
    position: relative; }
    .about .row .labs:before,
    .about .row .embrio:before,
    .about .row .factory:before,
    .about .row .cryio:before {
      display: none;
      position: absolute;
      top: 50%;
      left: -80px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 1200px) {
        .about .row .labs:before,
        .about .row .embrio:before,
        .about .row .factory:before,
        .about .row .cryio:before {
          display: inline-block; } }
  .about .row .labs:before {
    content: url("../images/laboratory-img.png"); }
  .about .row .embrio:before {
    content: url("../images/embriology-img.png"); }
  .about .row .factory:before {
    content: url("../images/airFactory-img.png"); }
  .about .row .cryio:before {
    content: url("../images/cryiopreservation.png"); }

.thankyou-box {
  text-align: center;
  max-width: 600px;
  margin: 100px auto;
  padding: 15px 25px 35px;
  background-color: #f8f7f7;
  border: 1px solid #c0c0c0; }
  .thankyou-box--title {
    font-size: 50px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 30px; }
  .thankyou-box--text {
    font-size: 16px;
    margin-bottom: 25px; }
  .thankyou-box a {
    text-decoration: underline; }

.content {
  border: 1px solid #d5d5f1;
  background-color: #fff9ff;
  margin-top: 40px;
  margin-bottom: 50px; }
  .content--head {
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .content--body {
    padding: 30px 15px; }
    @media screen and (min-width: 768px) {
      .content--body {
        padding: 50px 0; } }
    .content--body .labels {
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .content--body .labels {
          text-align: right; } }
    .content--body textarea {
      resize: vertical; }

.profile-cont {
  margin-top: 55px;
  margin-bottom: 55px;
  background-color: #fff9ff;
  border-bottom: 2px solid #d5d5f1;
  border-top: 2px solid #d5d5f1; }
  .profile-cont .profile-name {
    padding: 5px; }
    .profile-cont .profile-name .img-cont {
      display: inline-block;
      width: 150px;
      height: 150px;
      margin-right: 15px; }
      .profile-cont .profile-name .img-cont img {
        object-fit: cover; }
    .profile-cont .profile-name h2 {
      display: inline-block;
      vertical-align: bottom; }
  .profile-cont .profile-title {
    background-color: #cb98c0;
    color: white;
    padding: 15px 10px; }
    .profile-cont .profile-title h3 {
      margin: 0; }
  .profile-cont .profile-content {
    font-size: 16px;
    padding: 15px 0 15px 30px; }
    @media screen and (min-width: 768px) {
      .profile-cont .profile-content {
        padding-left: 50px; } }
    .profile-cont .profile-content p {
      margin-bottom: 2px; }

.title {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .title {
      font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    .title {
      font-size: 50px; } }

.text {
  font-size: 14px; }
  @media screen and (min-width: 1200px) {
    .text {
      font-size: 18px; } }

.text__italic {
  font-style: italic; }

.indent {
  padding-left: 35px; }

.bold, .formBox-title, .newsBox-wrap .news-box--content .news-date {
  font-weight: 700; }

.semibold {
  font-weight: 600; }

.thin, .light, .boxWrap .box--head, .newsBox-wrap .news-box--content .news-title, .experiences .title, .section-howItWorks, .box--head {
  font-weight: 300; }

.font-medium {
  font-size: 30px; }

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


/* Inquire page
--------------------------------- */

/* Features section */
.features-section {
  background: url('../../img/header_image.png') center;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto;
  padding-bottom: 220px;
    position: relative;
}

.features-section-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}
.features-headline {
  padding-left: 100px;
  padding-right: 300px;
  padding-top: 200px;
}
.features-headline h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 90px;
}

.features-subheadline {
  padding-left: 100px;
}
.features-subheadline h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 300;
}
.features-btn {
  padding-left: 170px;
  margin-top: 30px;
}

.features-btn .btn {
  text-transform: uppercase;
  width: 220px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  background: #9b5d8e;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0;
}
.features-btn .btn:hover {
  background: #854c79;
  color: #ffffff;
}

/* About us section */
.about-section {
  padding-top: 20px;
  padding-bottom: 40px;
}
.about-text {
  text-align: center;
}
.about-img {
  margin: 10px 0;
}
.about-headline,
.services-headline,
.progress-headline,
.video-headline,
.our-team-headline,
.choose-headline,
.get-in-touch-headline {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}
.about-btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.read-more-btn {
  background: #9b5d8e;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}
.read-more-btn:hover {
  background: #854c79;
  color: #ffffff;
}

/* Services section */
.services-section {
  background: #eadfe3;
  padding-top: 80px;
  padding-bottom: 80px;
}
.services-text, .service {
  text-align: center;
}
.service-img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-img .img-responsive {
  margin: 0 auto;
}

.service-headline {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.service p {
    /*height: 250px;*/
    text-align: center;
}

.service-btn {
  text-align: center;
  margin-top: 30px;
}

/* Progress bar section */
.progress-bar-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.progress-subheadline {
  font-weight: 700;
  text-align: center;
  font-size: 12px;
}
.myProgresspos {
  padding: 10px 0;
  font-size: 16px;
}

.myProgress {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #efefef;
  margin-top: 5px;
}

.myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #925084;
}

.progress-bar-section #label1,
.progress-bar-section #label2,
.progress-bar-section #label3,
.progress-bar-section #label4 {
  font-size:50px;
  color: #9b5e8e;
}

.success-btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Image section */
.image-section {
  height: 850px;
  background: url('../../img/quote_segment.png') center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 200px;
}
.image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.image-headline {
  font-family: 'Dancing Script', cursive;
  font-size: 96px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.image-subheadline {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
}
/* Video section */
.video-section {
  padding-top: 80px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
}
.video-headline {
  margin-bottom: 10px;
}
.video-subheadline {
  text-align: center;
  margin-bottom: 30px;
}

/* Our team section */
.our-team-section {
  background-color: #d7eef4;
  padding-top: 80px;
  padding-bottom: 80px;
}
.our-team-subheadline {
  text-align: center;
}
.our-team-btn {
  text-align: center;
  margin-top: 30px;
}
.our-team-member {
  margin-top: 80px;
  text-align: center;
}
.our-team-name {
  font-weight: 700;
  margin-top: 20px;
}

/* Choose section */

.choose-text {
  text-align: center;
}

.choose-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.choose-icon {
  text-align: center;
}

.choose-reason {
  margin-top: 40px;
}
.choose-reason-headline {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #9b5e8e;
  margin-top: 40px;
  line-height: 1.4;
}

/* Link 4 section */
.link-4-section {
  background: #34495e;
  padding-top: 200px;
  padding-bottom: 200px;
}
.link-4-img img {
  margin: 0 auto;
}
.link-4-headline {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #ffffff;
}
.link-4-text {
  text-align: center;
  color: #ffffff;
}
.link-4-btn {
  text-align: center;
  margin-top: 40px;
}
.link-4-btn .btn {
  background: #ffffff;
  color: #34495e;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}
.link-4-btn .btn:hover {
  background: #f7f7f7;
  color: #34495e;
}
.link-underline {
  text-decoration: underline;
  color: #9b5e8e;
}

/* Get in touch section */
.get-in-touch-section {
  padding-top: 180px;
  padding-bottom: 180px;
}
.get-in-touch-headline {
  margin-bottom: 10px;
}
.get-in-touch-section p {
  text-align: center;
}
.get-in-touch-btn {
  text-align: center;
  margin-top: 40px;
}

/* Media Queries
--------------------------------- */
@media only screen and (max-width: 1440px) {
    /* Features section */
    .features-headline {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1280px) {
    /* Features section */
    .features-headline {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    /* Features section */
    .features-headline {
        padding-right: 0;
    }

    .features-headline h1 {
        font-size: 70px;
    }

    .features-subheadline h3 {
        font-size: 22px;
    }
    .features-btn {
        padding-left: 140px;
    }

    /* Service section */
    .service p {
        /*height: 340px;*/
    }
}

@media only screen and (max-width: 768px) {
    /* Features section */
    .features-headline {
        padding-left: 50px;
    }
    .features-headline h1 {
        font-size: 60px;
    }
    .features-subheadline {
        padding-left: 50px;
    }
    .features-subheadline h3 {
        font-size: 20px;
    }

    .features-btn {
        padding-left: 70px;
    }
    .service p {
        height: auto;
    }
}

@media only screen and (max-width: 460px) {
    .progress-bar-section #label1,
    .progress-bar-section #label2,
    .progress-bar-section #label3,
    .progress-bar-section #label4 {
        font-size: 36px;
    }
    .image-section {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 380px) {
    .features-headline {
        padding-left: 0;
        padding-top: 100px;
    }
    .features-headline h1 {
        text-align: center;
    }
    .features-subheadline {
        padding-left: 0;
    }
    
    .features-subheadline h3 {
        text-align: center;
    }

    .features-btn {
        padding-left: 0;
        text-align: center;
    }
    
}

@media only screen and (max-width: 320px) {
    .features-headline h1 {
        font-size: 54px;
    }
    .progress-bar-section #label1,
    .progress-bar-section #label2,
    .progress-bar-section #label3,
    .progress-bar-section #label4 {
        font-size: 24px;
        line-height: 3;
    }
    .image-headline {
        font-size: 80px;
    }
}

/* Contact */

.contact-section {
  padding: 40px;
  text-align: center;
}

.contact-section h2 {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}

.column {
  padding: 0 20px;
}


/* Form */

#contactForm {
  text-align: center; 
}

.form-group {
  border: 2px solid #9b5e8e;
}


input, textarea {
  background-color: #e3d1df !important;
  color: #9b5e8e !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 0 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b5e8e !important;
}
 
/* Firefox 18- */
input:-moz-placeholder,
textarea:-moz-placeholder { 
  color: #9b5e8e !important;  
}
 
/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {  
  color: #9b5e8e !important;  
}
 
input:-ms-input-placeholder
textarea:-ms-input-placeholder {  
  color: #9b5e8e !important;  
}


.help-block {
  /*display: none;*/
  background-color: #e3d1df !important;
  margin: 0 !important;
}

.contact-form {
  margin-bottom: 20px;
}

.contact-form-inquiry {
  width: 60%;
  display: inline-block;
  margin: 40px 20%;
  text-align: center;
}

/*
.contact-form-inquiry form {
}*/

.partner {
  background-color: #334a5c;
  color: #fff;
  text-align: center;
  min-height: 440px !important;
  padding: 10px;
}

.partner-logo {
  margin-top: 10px;
}

.btn-contact {
  background: #9b5e8e !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 6px 50px !important;
  border: none !important;
  border-radius: 0 !important;
}

.btn-partner {
  background: #fff !important;
  color: #334a5c !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 6px 50px !important;
  border: none !important;
  border-radius: 0 !important;
}

.btn-contact:hover, .btn-partner:hover {
  opacity: 0.8;
}

.btn-contact a:hover, .btn-partner a:hover {
  text-decoration: none;
}

.form-captcha {
/*.g-recaptcha {*/
  display: inline-block;
  margin-left: 50%;
  margin: 10px auto;
}


/* Contact */

.contact-map, .contact-details {
  padding: 0 !important;
  min-height: 440px !important;
}

.map-wrapper iframe {
    width: 100%;
    height: 440px;
}

.contact-details {
  background-color: #9b5e8e;
  color: #fff;
}

.contact-details a {
  color: #fff;
}

.contact-details a:hover {
  color: #999;
}

.contact-details-text {
  padding: 0 30px;
}

.contact-details-text h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}

.contact-details-text h4 {
  text-transform: uppercase;
  font-weight: 200;
  padding-top: 10px;
}


footer {
  text-align: center;
}