@charset "UTF-8";
@font-face {
  font-family: 'kelson_sansregular';
  src: url("../fonts/kelson_sans_regular-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kelson_sansbold';
  src: url("../fonts/kelson_sans_bold-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kelson_sanslight';
  src: url("../fonts/kelson_sans_light-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'kelson_sansregular';
  background: #efeeee;
  border: 10px solid #FFF;
  padding: 10px;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  background: url("../images/logo.png") #efeeee center no-repeat;
  border: 10px solid #FFF; }

.wrapper {
  float: left;
  width: 100%; }

.container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none !important; }

/********** HEADER **********/
.header {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 105;
  width: auto; }
  .header .logo {
    background: url("../images/logo.png");
    background-size: 100% 100%;
    width: 100px;
    height: 60px;
    margin: 12px 0 0 19px;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .header nav {
    float: right; }
    .header nav ul {
      margin: 20px 22px 0 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      vertical-align: top; }
      .header nav ul li {
        margin-left: 16px;
        display: inline-block; }
        .header nav ul li a {
          font-size: 18px;
          color: #464646;
          text-decoration: none;
          letter-spacing: 0.4px;
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .header nav ul li a:hover {
            color: #eb007f !important; }
        .header nav ul li.current a {
          color: #eb007f !important; }
    .header nav .search-box {
      display: inline-block;
      vertical-align: top;
      margin-top: 10px; }
      .header nav .search-box input[type="submit"] {
        background: url("../images/icons/search-btn.png");
        width: 17px;
        height: 17px;
        background-size: 100% 100%;
        border: none;
        text-indent: -9999px;
        margin: 12px 11px 10px 0;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .header nav .search-box input[type="text"] {
        background: none;
        border: none;
        border-bottom: 1px solid #464646;
        display: inline-block;
        vertical-align: top;
        width: 67px;
        font-size: 10px;
        height: 28px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
  @media (min-width: 1101px) {
    .header.white nav ul li a {
      color: #FFF; }
    .header.white nav .search-box input[type="text"] {
      border-color: #FFF; }
    .header.white nav .search-box input[type="submit"] {
      background-image: url("../images/icons/search-btn-white.png"); }
    .header.white .logo {
      background-image: url("../images/logo-white.png"); } }

.hide-fotter .footer {
  opacity: 0;
  visibility: hidden; }

.footer {
  position: fixed;
  left: 10px;
  right: 0;
  bottom: 10px;
  z-index: 100;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .footer .footer-box {
    overflow: hidden;
    background: #ffffff;
    display: inline-block;
    height: 44px;
    position: relative;
    vertical-align: top; }
    .footer .footer-box div {
      margin: 20px 50px 0 15px;
      font-family: 'kelson_sansbold';
      text-transform: uppercase;
      font-size: 12px;
      color: #c5c5c5;
      letter-spacing: 0.5px;
      display: inline-block; }
    .footer .footer-box .social {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer .footer-box .social li {
        margin-right: 15px;
        display: inline-block; }
        .footer .footer-box .social li a {
          color: #c5c5c5;
          text-decoration: none;
          font-size: 16px; }
          .footer .footer-box .social li a:hover {
            color: #eb007f; }
    .footer .footer-box .heart-pulse {
      width: 22px;
      position: absolute;
      left: 125px;
      top: 10px;
      animation-name: pulse_animation;
      animation-duration: 700ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    @media all and (min-width: 1600px) {
      .footer .footer-box div {
        font-size: 16px; }
      .footer .footer-box .social li a {
        font-size: 19px; }
      .footer .footer-box .heart-pulse {
        left: 160px; }
      .footer .footer-box .footer-box {
        height: 50px; } }

.page-title {
  float: left;
  margin-left: -10px;
  width: 25.29412%; }
  .page-title h1 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin: 0;
    letter-spacing: 0.5px;
    padding-bottom: 16px;
    max-width: 164px;
    font-weight: normal; }
  .page-title p {
    font-size: 22px;
    color: #464646;
    line-height: 24px;
    letter-spacing: 0.8px; }

.page-nav {
  float: right;
  width: 40%; }
  .page-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-nav ul li {
      margin-bottom: 31px; }
      .page-nav ul li a {
        display: block;
        color: #464646;
        font-family: 'kelson_sansbold';
        text-decoration: none;
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 0.4px; }
        .page-nav ul li a:hover {
          color: #eb007f; }
      .page-nav ul li.current a {
        color: #eb007f; }
      .page-nav ul li.hide-menu {
        display: none; }

.home-footer {
  position: absolute;
  left: 25px;
  bottom: 45px; }
  .home-footer p {
    color: #FFF;
    margin: 0;
    font-size: 17px; }
    .home-footer p .heart {
      background: url("../images/heart-pulse.png");
      width: 44px;
      height: 35px;
      display: inline-block;
      animation-name: pulse_animation;
      animation-duration: 700ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .home-footer p strong {
      font-size: 36px;
      font-weight: normal; }
      .home-footer p strong.small {
        font-size: 30px; }
    .home-footer p img {
      margin: 5px 0 0 0;
      vertical-align: top;
      height: 32px; }

@keyframes pulse_animation {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
.home-bg1 .page-title {
  float: none;
  display: block;
  color: #FFF;
  width: 30%; }
  .home-bg1 .page-title h1 {
    border-color: #FFF; }
  .home-bg1 .page-title p {
    color: #FFF; }
.home-bg1 .btn-gray {
  background: none;
  color: #FFF;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
  width: 175px;
  text-align: center; }
  .home-bg1 .btn-gray span {
    display: none; }
    .home-bg1 .btn-gray span:first-child {
      display: block; }
  .home-bg1 .btn-gray:hover span {
    display: none; }
    .home-bg1 .btn-gray:hover span:last-child {
      display: block; }

.slider-text-bg > div {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  transition: opacity 1s;
  opacity: 0; }
  .slider-text-bg > div.active {
    opacity: 1; }
  .slider-text-bg > div .number {
    white-space: nowrap; }
  .slider-text-bg > div .text {
    font-size: 25px;
    display: block;
    text-align: right;
    margin: 0px 20px 0px 0px;
    text-transform: uppercase; }
  @media (max-width: 1100px) {
    .slider-text-bg > div {
      top: 0px; } }

.number-section {
  position: relative; }

.only-text {
  max-width: 520px !important; }
  .only-text .slider-text {
    float: left !important; }
  .only-text .slider-title {
    color: #c5c5c5;
    right: 100%;
    margin-right: 10px;
    white-space: nowrap; }

.slider-text-section {
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 180px auto 0 auto;
  max-width: 680px; }
  .slider-text-section ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .slider-text-section h1 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin: 0;
    letter-spacing: 0.5px;
    padding-bottom: 16px;
    max-width: 164px;
    font-weight: normal;
    display: inline-block; }
  .slider-text-section h2 {
    font-size: 22px;
    color: #464646;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: normal; }
  .slider-text-section p {
    font-size: 16px;
    font-family: 'kelson_sanslight';
    line-height: 25px; }
  .slider-text-section .btn-gray {
    padding: 0 60px;
    margin-bottom: 30px; }
    .slider-text-section .btn-gray:hover {
      color: #ca0088; }

.home-bg2 .slider-text-section {
  margin: 0 auto; }
  .home-bg2 .slider-text-section h1, .home-bg2 .slider-text-section h2, .home-bg2 .slider-text-section p {
    color: #FFF; }
  .home-bg2 .slider-text-section .btn-gray {
    background: rgba(255, 255, 255, 0.2);
    color: #FFF; }

.home-bg3 .slider-text-section {
  margin: 0 auto; }
  .home-bg3 .slider-text-section h1, .home-bg3 .slider-text-section h2 {
    color: #ca0088; }
  .home-bg3 .slider-text-section p {
    color: #464646; }
  .home-bg3 .slider-text-section .btn-gray {
    background: rgba(255, 255, 255, 0.2);
    color: #ca0088; }

.action-page .bg-text {
  background: url("../images/bg1.jpg") top center no-repeat;
  background-size: cover;
  position: absolute;
  height: 60%;
  width: 100%;
  top: 0;
  left: 0; }
  .action-page .bg-text.bg2 {
    background: url("../images/bg2.jpg") center no-repeat; }
    .action-page .bg-text.bg2 .bg-title {
      top: 50%;
      bottom: auto; }
  .action-page .bg-text .bg-title {
    position: absolute;
    bottom: 75px;
    left: 50%;
    color: #FFF;
    width: 100%;
    max-width: 410px;
    margin-left: -650px; }
    .action-page .bg-text .bg-title h2 {
      font-size: 22px;
      font-weight: normal;
      letter-spacing: 0.6px;
      margin: 0; }
    .action-page .bg-text .bg-title p {
      font-size: 16px;
      margin: 25px 0 35px 0; }
.action-page .section2 .col-text {
  position: absolute;
  top: 70.5%;
  left: 0;
  right: 0; }
  .action-page .section2 .col-text .container > div {
    float: left;
    width: 25.23077%;
    margin-right: 9.23077%; }
    .action-page .section2 .col-text .container > div:last-child {
      margin-right: -50px; }
    .action-page .section2 .col-text .container > div p {
      font-size: 16px;
      line-height: 26px;
      color: #464646;
      margin: 0; }
    .action-page .section2 .col-text .container > div.page-title p {
      font-size: 22px;
      line-height: normal;
      margin: 15px 0 0 0; }

.btn-white {
  height: 35px;
  line-height: 35px;
  font-family: 'kelson_sansbold';
  color: #eb007f;
  text-decoration: none;
  display: inline-block;
  background: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 43px 0 33px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }
  .btn-white i {
    margin-left: 10px; }

.btn-gray {
  height: 55px;
  line-height: 55px;
  font-family: 'kelson_sansbold';
  color: #464646;
  text-decoration: none;
  display: inline-block;
  background: #f7f7f7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 43px 0 33px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
  .btn-gray i {
    margin-left: 10px; }
  .btn-gray:hover {
    color: #ca0088; }

.btn-primary {
  height: 55px;
  line-height: 55px;
  font-family: 'kelson_sansbold';
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #eb007f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 40px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
  .btn-primary i {
    margin-left: 10px; }
  .btn-primary:hover {
    background: #ca0088; }

.scroll {
  background: url("../images/icons/scroll-icon.png") center bottom no-repeat;
  background-size: 14px 20px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 90;
  width: 70px;
  margin-left: -35px;
  text-align: center;
  padding-bottom: 25px;
  font-family: 'kelson_sansbold';
  color: #464646;
  font-size: 12px; }
  .scroll .animatione {
    display: block;
    position: relative;
    height: 20px;
    width: 10px;
    margin: 5px auto -25px auto; }
    .scroll .animatione:after {
      background: url("../images/icons/scroll-iconanimate.png") center no-repeat;
      height: 13px;
      width: 9px;
      opacity: 0;
      top: 50%;
      z-index: 2;
      background-size: auto 9px;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      animation-name: indicator;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      content: "";
      position: absolute; }
  .scroll span {
    display: inline-block; }
    .scroll span.current {
      color: #ec008c; }

@keyframes indicator {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-120%);
    -moz-transform: translateX(-50%) translateY(-120%);
    -ms-transform: translateX(-50%) translateY(-120%);
    -o-transform: translateX(-50%) translateY(-120%);
    transform: translateX(-50%) translateY(-120%); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-25%);
    -moz-transform: translateX(-50%) translateY(-25%);
    -ms-transform: translateX(-50%) translateY(-25%);
    -o-transform: translateX(-50%) translateY(-25%);
    transform: translateX(-50%) translateY(-25%); }
  100%,
  90% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(120%);
    -moz-transform: translateX(-50%) translateY(120%);
    -ms-transform: translateX(-50%) translateY(120%);
    -o-transform: translateX(-50%) translateY(120%);
    transform: translateX(-50%) translateY(120%); } }
.slider-text-img {
  margin: auto;
  max-width: 1050px;
  position: relative; }
  .slider-text-img .counter {
    text-align: center;
    font-family: 'kelson_sansbold';
    color: #464646;
    font-size: 12px;
    position: absolute;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 440px;
    left: -30px; }
    .slider-text-img .counter div {
      display: inline-block; }
      .slider-text-img .counter div.current {
        color: #ec008c; }
  .slider-text-img .krs-box {
    position: absolute;
    bottom: 60px;
    left: 50%;
    text-align: right;
    color: #c5c5c5;
    font-size: 22px;
    margin-left: -260px;
    z-index: 100; }
    .slider-text-img .krs-box a {
      color: #c5c5c5;
      text-decoration: none; }
    .slider-text-img .krs-box:after {
      position: absolute;
      top: 15px;
      right: 105%;
      background: #c5c5c5;
      height: 1px;
      width: 10000px;
      content: ""; }
  .slider-text-img ul {
    margin: 0;
    padding: 0; }
  .slider-text-img .slider-title {
    position: absolute;
    top: 12px; }
    .slider-text-img .slider-title:after {
      position: absolute;
      top: 50%;
      right: 120%;
      background: #c5c5c5;
      height: 1px;
      width: 10000px;
      margin-right: 10px;
      content: ""; }
  .slider-text-img .close {
    background: url("../images/icons/close.png");
    width: 18px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 11; }
  .slider-text-img .slider-img {
    background-size: cover;
    background-position: center;
    width: 627px;
    height: 433px;
    float: left;
    margin: 33px -100px 30px 0;
    position: relative;
    z-index: 10; }
    .slider-text-img .slider-img .slide-title {
      color: #c5c5c5;
      font-size: 16px;
      position: absolute;
      top: -30px; }
  @media all and (min-width: 1024px) {
    .slider-text-img .slider-img {
      -moz-transform: translateX(-750px);
      -webkit-transform: translateX(-750px);
      -o-transform: translateX(-750px);
      -ms-transform: translateX(-750px);
      transform: translateX(-750px);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .slider-text-img .current .slider-img {
      -moz-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); } }
  .slider-text-img .slider-text {
    float: right;
    background: #FFF;
    width: 520px;
    padding: 114px 70px 76px 120px;
    position: relative; }
    .slider-text-img .slider-text:after {
      top: 0;
      bottom: 0;
      right: 71.5px;
      content: "";
      width: 1px;
      background: #c7efff;
      position: absolute; }
    .slider-text-img .slider-text.no-scroll:after {
      display: none; }
    .slider-text-img .slider-text p {
      font-size: 16px;
      color: #464646;
      padding-right: 20px;
      font-family: 'kelson_sanslight'; }
    .slider-text-img .slider-text h3 {
      font-size: 16px;
      line-height: 24px;
      color: #464646;
      font-weight: normal;
      border-bottom: 1px solid #464646;
      padding-bottom: 20px;
      display: inline-block;
      padding-right: 50px;
      margin-bottom: 30px; }
    .slider-text-img .slider-text h4 {
      font-size: 22px;
      line-height: 25px;
      font-weight: normal;
      margin: 0 0 0 0; }
    .slider-text-img .slider-text .btn-gray {
      float: right;
      margin: 20px 0 20px 0; }

.slider-img .slider-img-div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover; }
.slider-img:hover .hover-img {
  opacity: 1;
  visibility: visible; }
.slider-img:hover .slider-img-div {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }
.slider-img .hover-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(40, 41, 51, 0.62);
  color: #FFF;
  padding: 20px 50px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  z-index: 10; }
  .slider-img .hover-img .page-title {
    margin: 0;
    float: none;
    display: inline-block;
    width: 200px; }
    .slider-img .hover-img .page-title h1 {
      border-color: #FFF; }
    .slider-img .hover-img .page-title h1, .slider-img .hover-img .page-title p {
      color: #FFF; }
  .slider-img .hover-img > p {
    clear: both;
    font-size: 16px;
    font-family: 'kelson_sanslight';
    line-height: 25px; }

.popup .slider-img:hover .slider-img-div {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none; }

.slider-left {
  position: absolute !important;
  left: 50% !important;
  margin: -150px 0 0 -500px !important;
  top: 50% !important;
  clear: none !important; }
  .slider-left .slider-left-inner {
    width: 627px !important;
    float: left;
    margin-top: -400px; }
  .slider-left .slider-img-static-text .slider-title {
    top: -386px; }
  .slider-left.slider-img-static-text .bx-wrapper {
    margin-right: 0 !important; }

.slider-right {
  position: absolute !important;
  left: 50% !important;
  margin: -350px 0 0 0px !important;
  top: 50% !important;
  clear: none !important; }
  .slider-right .slider-right-inner {
    width: 520px !important;
    float: right; }
  .slider-right .slider-title {
    top: 620px !important;
    left: 100%; }
    .slider-right .slider-title:after {
      right: auto !important;
      left: 100% !important;
      margin-left: 15px; }
  .slider-right .counter {
    left: auto !important;
    right: -30px !important;
    top: 575px !important;
    -moz-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  .slider-right.slider-img-static-text .bx-wrapper {
    float: right;
    margin-right: 0 !important;
    width: 530px;
    height: 600px !important; }
  .slider-right .slider-img {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    width: 530px !important;
    height: 600px !important; }
    .slider-right .slider-img .slide-title {
      top: auto !important;
      bottom: -30px;
      right: 0; }
    .slider-right .slider-img .hover-img {
      padding: 100px 50px 0px 170px; }

.slider-img-static-text {
  margin: auto;
  max-width: 1050px;
  position: relative;
  clear: both; }
  .slider-img-static-text .counter {
    text-align: center;
    font-family: 'kelson_sansbold';
    color: #464646;
    font-size: 12px;
    position: absolute;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 440px;
    left: -30px; }
    .slider-img-static-text .counter div {
      display: inline-block; }
      .slider-img-static-text .counter div.current {
        color: #ec008c; }
  .slider-img-static-text .krs-box {
    position: absolute;
    top: 550px;
    left: 50%;
    text-align: right;
    color: #c5c5c5;
    font-size: 22px;
    margin-left: -260px;
    z-index: 100; }
    .slider-img-static-text .krs-box:after {
      position: absolute;
      top: 15px;
      right: 105%;
      background: #c5c5c5;
      height: 1px;
      width: 10000px;
      content: ""; }
  .slider-img-static-text ul {
    margin: 0;
    padding: 0; }
  .slider-img-static-text .slider-title {
    position: absolute;
    top: 12px; }
    .slider-img-static-text .slider-title:after {
      position: absolute;
      top: 50%;
      right: 120%;
      background: #c5c5c5;
      height: 1px;
      width: 10000px;
      margin-right: 10px;
      content: ""; }
  .slider-img-static-text .close {
    background: url("../images/icons/close.png");
    width: 18px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 11;
    opacity: 0.7; }
    .slider-img-static-text .close:hover {
      opacity: 1; }
  .slider-img-static-text .bx-wrapper {
    width: 627px;
    display: inline-block;
    margin-right: -100px !important;
    z-index: 10; }
    .slider-img-static-text .bx-wrapper .bx-viewport {
      z-index: 10; }
  .slider-img-static-text .slider-img {
    background-size: cover;
    background-position: center;
    width: 627px;
    height: 433px;
    float: left;
    margin: 33px -100px 30px 0;
    position: relative;
    z-index: 10; }
    .slider-img-static-text .slider-img .slide-title {
      color: #c5c5c5;
      font-size: 16px;
      position: absolute;
      top: -30px; }
  .slider-img-static-text .slider-text {
    float: right;
    background: #FFF;
    width: 520px;
    padding: 114px 70px 76px 120px;
    position: relative; }
    .slider-img-static-text .slider-text:after {
      top: 0;
      bottom: 0;
      right: 71.5px;
      content: "";
      width: 1px;
      background: #c7efff;
      position: absolute; }
    .slider-img-static-text .slider-text.no-scroll:after {
      display: none; }
    .slider-img-static-text .slider-text p {
      font-size: 16px;
      color: #464646;
      padding-right: 20px;
      font-family: 'kelson_sanslight'; }
    .slider-img-static-text .slider-text h3 {
      font-size: 16px;
      line-height: 24px;
      color: #464646;
      font-weight: normal;
      border-bottom: 1px solid #464646;
      padding-bottom: 20px;
      display: inline-block;
      padding-right: 50px;
      margin-bottom: 30px; }
    .slider-img-static-text .slider-text h4 {
      font-size: 22px;
      line-height: 25px;
      font-weight: normal;
      margin: 0 0 0 0; }
    .slider-img-static-text .slider-text .btn-gray {
      float: right;
      margin: 20px 0 20px 0; }

.article-list .article-list-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
  .article-list .article-list-title h2 {
    margin: 0;
    color: #464646;
    font-weight: normal;
    font-size: 16px; }
  .article-list .article-list-title h3 {
    margin: 40px 0;
    font-size: 22px;
    color: #464646;
    text-transform: uppercase;
    font-weight: normal; }
.article-list ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1650px; }
  .article-list ul li {
    margin: 0 100px;
    max-width: 350px; }
    .article-list ul li img {
      width: 100%; }
    .article-list ul li time {
      font-size: 16px;
      color: #c5c5c5;
      margin-bottom: 10px;
      display: block; }
    .article-list ul li h4 {
      font-size: 16px;
      color: #464646;
      font-weight: normal;
      margin-bottom: 40px;
      position: relative;
      padding-right: 40px; }
      .article-list ul li h4 a {
        position: absolute;
        right: 0;
        color: #c5c5c5;
        text-decoration: none;
        font-size: 16px;
        font-weight: normal; }
    .article-list ul li p {
      font-weight: normal;
      color: #464646;
      line-height: 24px;
      font-family: 'kelson_sanslight'; }
    .article-list ul li a {
      float: right;
      font-size: 12px;
      color: #c5c5c5;
      text-decoration: none; }
      .article-list ul li a:hover {
        color: #eb007f; }

.hover-img-text {
  overflow: hidden; }

.person-list {
  margin: 0px auto 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px; }
  .person-list > div {
    padding: 10px 20px 10px 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .person-list > div {
        width: 50%; } }
  .person-list .page-title {
    display: inline-block;
    text-align: left; }
  .person-list .person-item {
    text-align: left;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1099px) {
      .person-list .person-item .person-item-img {
        position: relative;
        overflow: hidden;
        height: 200px;
        margin: 0px 0px 15px; } }
  @media (max-width: 1099px) and (min-width: 550px) {
    .person-list .person-item .person-item-img {
      height: 300px; } }
  @media (max-width: 1099px) and (min-width: 768px) {
    .person-list .person-item .person-item-img {
      height: 200px; } }
  @media (max-width: 1099px) and (min-width: 1000px) {
    .person-list .person-item .person-item-img {
      height: 250px; } }
    @media (max-width: 1099px) {
        .person-list .person-item .person-item-img img {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    @media (min-width: 1100px) {
      .person-list .person-item .person-item-img {
        float: left;
        padding: 0px 20px 0px 0px; }
        .person-list .person-item .person-item-img img {
          width: 200px; } }
    .person-list .person-item .person-item-text {
      overflow: hidden; }
      .person-list .person-item .person-item-text h2 {
        font-size: 18px;
        color: #464646;
        border-bottom: 1px solid #464646;
        padding-bottom: 10px;
        margin-top: 0;
        font-weight: normal; }
      .person-list .person-item .person-item-text p {
        font-size: 16px;
        font-family: 'kelson_sanslight';
        color: #464646;
        line-height: 24px; }
      .person-list .person-item .person-item-text a {
        float: right;
        font-size: 12px;
        color: #c5c5c5;
        text-decoration: none; }
        .person-list .person-item .person-item-text a:hover {
          color: #eb007f; }

.content-with-scroll {
  text-align: center; }
  .content-with-scroll > div {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .content-with-scroll .content-with-scroll-left {
    max-width: 260px;
    margin-top: 80px; }
    .content-with-scroll .content-with-scroll-left .page-title {
      display: block;
      float: none;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
  .content-with-scroll .content-with-scroll-right {
    max-width: 1024px;
    background: #FFF;
    padding: 80px 70px 40px 117px;
    position: relative; }
    .content-with-scroll .content-with-scroll-right:after {
      top: 0;
      bottom: 0;
      right: 71.5px;
      content: "";
      width: 1px;
      background: #c7efff;
      position: absolute; }
    .content-with-scroll .content-with-scroll-right .jscroll {
      max-height: 500px; }

.content-text .content-text-inner {
  padding: 0px 50px 40px 0px; }
.content-text h2 {
  font-size: 16px;
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
  font-weight: normal;
  position: relative; }
  .content-text h2:after {
    position: absolute;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid #000;
    width: 200px;
    left: 0;
    content: ""; }
.content-text p {
  font-family: 'kelson_sanslight';
  color: #464646;
  font-size: 18px; }

.file-list {
  margin: 0 0 80px 0;
  padding: 0;
  list-style: none; }
  .file-list li {
    margin-bottom: 55px;
    overflow: hidden; }
    .file-list li:last-child {
      margin-bottom: 0px; }
    .file-list li a {
      color: #464646;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      width: -moz-calc(100% - 120px);
      width: -webkit-calc(100% - 120px);
      width: -o-calc(100% - 120px);
      width: calc(100% - 120px); }
      .file-list li a time {
        font-family: 'kelson_sanslight';
        text-transform: none; }
      .file-list li a.download {
        float: right;
        width: auto; }
        .file-list li a.download i {
          margin-left: 30px; }
      .file-list li a:hover {
        color: #ec008c; }

.section-info {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px; }
  .section-info > div {
    float: left; }
  .section-info .page-title {
    padding-left: 50px;
    margin-bottom: 60px; }
  .section-info .section-info-box {
    float: left;
    background: #FFF;
    text-align: left;
    padding: 40px 0 60px 172px;
    width: 100%;
    max-width: 814px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
    .section-info .section-info-box p {
      font-size: 18px;
      line-height: 25px;
      color: #464646;
      font-family: 'kelson_sanslight'; }
      .section-info .section-info-box p a {
        color: #464646; }
      .section-info .section-info-box p strong {
        font-family: 'kelson_sansbold';
        font-weight: normal; }
    .section-info .section-info-box .col {
      display: inline-block;
      width: 49%;
      vertical-align: top; }
    .section-info .section-info-box.section-info-box1 {
      float: left;
      clear: left;
      margin-right: -200px; }
    .section-info .section-info-box.section-info-box2 {
      float: right;
      max-width: 660px;
      padding-bottom: 140px; }
      .section-info .section-info-box.section-info-box2 .link-pink {
        margin-top: 40px; }

.contact-page {
  margin: auto;
  width: 100%;
  max-width: 1550px;
  padding: 0 15px; }
  .contact-page img {
    max-width: 100%; }
  .contact-page .contact-col {
    width: 44.07895%;
    float: left; }
    .contact-page .contact-col .page-title {
      float: none;
      margin: 0;
      width: 100%; }
      .contact-page .contact-col .page-title h1 {
        max-width: 250px; }
    .contact-page .contact-col:last-child {
      float: right; }
    .contact-page .contact-col > p {
      font-family: 'kelson_sanslight';
      font-size: 18px;
      margin: 25px 0;
      line-height: 25px; }
      .contact-page .contact-col > p a {
        font-family: 'kelson_sansbold';
        color: #eb007f;
        text-decoration: none; }
      .contact-page .contact-col > p .pink {
        font-family: 'kelson_sansregular';
        color: #eb007f; }
      .contact-page .contact-col > p strong {
        font-family: 'kelson_sansbold'; }
    .contact-page .contact-col > h2 {
      font-size: 16px;
      border-bottom: 1px solid #000;
      margin: 20px 0;
      letter-spacing: 0.5px;
      padding-bottom: 16px;
      max-width: 250px;
      font-weight: normal;
      text-transform: uppercase; }
  .contact-page-legal {
    font-size: 10px;
    line-height: 15px;
    padding: 10px 0px 0px;
    font-family: 'kelson_sanslight';
    clear: both; }

.home-bg1 {
  background: url("../media/bg-home1.png") center no-repeat;
  background-size: cover; }

.home-bg2 {
  background: url("../media/bg-home2.png") center no-repeat;
  background-size: cover; }

.home-bg3 {
  background: url("../media/bg-heart.png") #FFF center no-repeat;
  background-size: 1100px 780px; }

.link-pink {
  color: #ec008c;
  font-size: 16px;
  display: block;
  font-family: 'kelson_sansbold';
  text-decoration: none; }

.jscroll {
  max-height: 350px;
  position: relative;
  z-index: 10; }
  .jscroll:after {
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    content: "";
    pointer-events: none; }

.contact-news {
  background: linear-gradient(90deg, transparent 50%, #FFF 50%); }
  .contact-news .copyright {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 80px;
    font-size: 18px;
    color: #c5c5c5;
    font-family: 'kelson_sanslight'; }

.contact-news-col {
  float: left;
  width: 50%;
  text-align: center; }
  .contact-news-col h2 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin: 0;
    letter-spacing: 0.5px;
    padding-bottom: 16px;
    max-width: 164px;
    font-weight: normal;
    display: inline-block; }
  .contact-news-col h3 {
    font-size: 22px;
    color: #464646;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: normal; }
  .contact-news-col p {
    font-size: 16px;
    font-family: 'kelson_sanslight';
    line-height: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px; }
    .contact-news-col p a {
      text-decoration: none;
      color: #464646; }
  .contact-news-col form {
    max-width: 250px;
    position: relative;
    margin: 60px auto 0 auto; }
    .contact-news-col form input[type="text"] {
      font-size: 14px;
      text-transform: uppercase;
      width: 100%;
      padding: 15px;
      margin: 0;
      border: none;
      height: 45px;
      background: #f7f7f7;
      color: #eb007f;
      font-family: 'kelson_sanslight';
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 50px;
      border-radius: 50px; }
    .contact-news-col form button {
      background: none;
      position: absolute;
      right: 0;
      top: 0;
      height: 45px;
      text-align: left;
      padding-left: 14px;
      width: 40px;
      border: none;
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 0 50px 50px 0;
      border-radius: 0 50px 50px 0;
      color: #c5c5c5; }
      .contact-news-col form button:hover {
        color: #eb007f; }

.article-list-thumb {
  margin: auto;
  max-width: 1400px;
  position: relative; }
  .article-list-thumb .page-title {
    position: absolute;
    top: 100px;
    right: -100px;
    width: 300px; }
  .article-list-thumb .article-list-item {
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    margin: 50px 80px 50px 0;
    cursor: pointer; }
    .article-list-thumb .article-list-item .article-list-item-img {
      position: relative;
      display: inline-block; }
    .article-list-thumb .article-list-item:nth-child(5) {
      margin: 50px 80px 50px 80px; }
    .article-list-thumb .article-list-item img {
      max-width: 300px;
      margin: -40px 0 0 -40px; }
    .article-list-thumb .article-list-item .article-list-item-text {
      min-width: 303px;
      max-width: 303px;
      padding: 20px 60px 20px 60px; }
    .article-list-thumb .article-list-item time {
      color: #c5c5c5; }
    .article-list-thumb .article-list-item h3 {
      font-size: 18px;
      color: #464646;
      margin: 0; }

.section-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #efeeee;
  opacity: 0;
  visibility: hidden;
  border: 10px solid #FFF;
  padding: 75px 0; }
  .section-nav .close-nav {
    background: url("../images/icons/close.png");
    width: 18px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 75px;
    z-index: 11; }
  .section-nav .container {
    overflow: hidden; }
  .section-nav .scroll-nav {
    overflow: auto;
    max-height: 100%; }
  .section-nav.open {
    visibility: visible;
    opacity: 1; }

.popup-open {
  cursor: pointer; }

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  visibility: hidden; }
  .popup-overlay.open {
    visibility: visible; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: auto; }
  .popup .popup-inner {
    overflow: hidden;
    margin: auto;
    display: block; }
  .popup.open {
    opacity: 1;
    visibility: visible; }

.bottom-img-description {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 100; }
  .bottom-img-description-links {
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    text-align: center; }
    .bottom-img-description-links a {
      color: #80808d;
      padding: 10px 7px 3px;
      display: inline-block; }
      .bottom-img-description-links a:hover {
        color: #eb007f; }
  .bottom-img-description .btn-primary {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0px 10px 10px 0px; }

.article-list-item-img .bottom-img-description {
  right: -5px;
  left: auto; }
  .article-list-item-img .bottom-img-description .bottom-img-description-links {
    bottom: 0px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: none; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: none; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: none;
  position: relative; }

.jspDrag {
  background: #ec008c;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.slider-right .bx-pager {
  bottom: auto;
  top: 10px; }

.bx-pager {
  position: absolute;
  left: 10px;
  bottom: 40px;
  z-index: 11; }
  .bx-pager .bx-pager-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .bx-pager .bx-pager-item a {
      display: block;
      width: 10px;
      height: 10px;
      text-indent: -9999px;
      background: #FFF;
      border-radius: 100px; }
      .bx-pager .bx-pager-item a.active {
        background: #ec008c; }

.pagination {
  text-align: center;
  margin: 35px 0 10px 0; }
  .pagination span,
  .pagination a {
    display: inline-block !important;
    margin: 0 3px;
    text-decoration: none;
    color: #c5c5c5; }
    .pagination span:hover,
    .pagination a:hover {
      color: #eb007f; }
  .pagination span {
    color: #eb007f; }

.payu h2 {
  text-align: center; }
@media (min-width: 1024px) {
  .payu-wrapper {
    display: table;
    margin: 0px auto; }
    .payu-wrapper > * {
      padding: 0px 40px;
      width: 50%;
      display: table-cell;
      vertical-align: top; } }
.payu-desc {
  color: #464646;
  font-family: 'kelson_sanslight'; }
  .payu-desc div {
    margin: 0px 20px; }
  @media (min-width: 1024px) {
    .payu-desc div {
      max-width: 600px; } }
.payu-form {
  padding-bottom: 40px; }
  .payu-form .form {
    padding: 30px 20px; }
    .payu-form .form-box {
      display: block; }
    @media (min-width: 1024px) {
      .payu-form .form {
        max-width: 600px;
        padding: 0px 0px; } }
  .payu-form-submit {
    overflow: hidden; }
  .payu-form-legal {
    font-size: 10px;
    line-height: 15px;
    padding: 10px 0px 0px;
    font-family: 'kelson_sanslight'; }
  .payu-form-warning {
    font-size: 14px;
    color: #464646;
    font-family: 'kelson_sanslight';
    padding: 2px 0px 0px; }
    .payu-form-warning strong {
      font-family: 'kelson_sansregular'; }
    .payu-form-warning a {
      font-family: 'kelson_sansregular'; }
  .payu-form-logo img {
    height: 40px;
    float: left;
    margin: 3px 0px 10px; }
  .payu-form-logo.recurring img:first-child {
    display: none; }
  .payu-form-logo:not(.recurring) img:last-child {
    display: none; }

.gallery-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
  .gallery-list .gallery-item {
    width: 25%;
    float: left;
    height: 33%;
    background-size: cover;
    background-position: center;
    position: relative; }
    .gallery-list .gallery-item .gallery-item-hover {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(40, 41, 51, 0.62);
      color: #FFF;
      padding: 10% 50px 0 30%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      cursor: pointer;
      z-index: 10; }
      .gallery-list .gallery-item .gallery-item-hover h2 {
        font-weight: normal; }
      .gallery-list .gallery-item .gallery-item-hover p {
        font-family: 'kelson_sanslight'; }
    .gallery-list .gallery-item:hover .gallery-item-hover {
      opacity: 1;
      visibility: visible; }

.gallery-text {
  float: left;
  height: 33%;
  width: 50%;
  background: #FFF;
  position: relative; }
  .gallery-text .monitori {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 190px; }
  .gallery-text .page-title {
    margin: 0 0 0 100px;
    width: 500px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .gallery-text .page-title a {
      font-family: 'kelson_sanslight';
      text-decoration: none;
      color: #b61285; }

.monitori-images {
  background: #bbb;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .monitori-images > a {
    display: block;
    width: 25%;
    float: left;
    height: 33%;
    position: relative;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    transition: opacity 0.3s; }
    .monitori-images > a:hover {
      opacity: 1; }
    .monitori-images > a img {
      opacity: 0; }
    .monitori-images > a.heart, .monitori-images > a.loading {
      background: url("../images/heart.png") center no-repeat, #ff52af;
      background-size: 50%;
      opacity: 0.8;
      cursor: default; }
  @media all and (max-width: 1100px) {
    .monitori-images {
      position: static; }
      .monitori-images > a {
        width: 50%;
        height: 200px; } }
  @media all and (max-width: 650px) {
    .monitori-images > a {
      width: 100%; } }
.monitori-text {
  position: absolute;
  right: 0px;
  top: 33%;
  height: 33%;
  width: 50%;
  background: #FFF;
  z-index: 1; }
  .monitori-text img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 200px; }
  .monitori-text .page-title {
    margin: 0 0 0 100px;
    width: 500px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .monitori-text .page-title a {
      font-family: 'kelson_sanslight';
      text-decoration: none;
      color: #b61285; }
  @media all and (max-width: 1100px) {
    .monitori-text {
      position: static;
      width: 100%;
      overflow: hidden; }
      .monitori-text img {
        position: static;
        float: right;
        margin: -75px 20px 20px; } }
    @media all and (max-width: 1100px) and (max-width: 700px) {
      .monitori-text img {
        float: none;
        margin: 10px 0px 20px 25px; } }
  @media all and (max-width: 1100px) {
      .monitori-text .page-title {
        float: none;
        margin: 20px 0 20px 25px;
        padding-right: 50px;
        width: 100%;
        max-width: 450px;
        position: static !important;
        transform: none !important; } }

.form {
  width: 100%;
  transition: opacity 0.2s; }
  .form a {
    color: #eb007f; }
  .form:after {
    content: '';
    clear: both; }
  .form.loading {
    position: relative;
    opacity: 0.3; }
  .form .form-box {
    width: 100%;
    padding-bottom: 20px; }
    @media (min-width: 550px) {
      .form .form-box-double {
        display: table;
        width: 100%; }
        .form .form-box-double > * {
          width: 50%;
          display: table-cell;
          vertical-align: top; }
          .form .form-box-double > *:first-child {
            padding-right: 15px; }
          .form .form-box-double > *:last-child {
            padding-left: 15px; } }
    .form .form-box label {
      font-size: 16px;
      color: #464646;
      display: block;
      font-family: 'kelson_sanslight';
      margin: 7px 0 12px 0;
      position: relative; }
    .form .form-box.success label:before {
      position: absolute;
      background: url("../images/icons/tick.png") center no-repeat;
      background-size: 80% 80%;
      width: 25px;
      height: 21px;
      content: "";
      right: 10px;
      bottom: -44px; }
    .form .form-box .required-asterisk:after, .form .form-box.required:not(.checkbox) > label:after {
      content: '*';
      color: #eb007f;
      font-size: 22px;
      display: inline-block;
      margin: -5px 0px 0px 3px; }
    .form .form-box.required:not(.checkbox) > label:after {
      margin-top: -5px; }
    .form .form-box.checkbox {
      padding-bottom: 0px; }
      .form .form-box.checkbox label {
        display: inline-block; }
      .form .form-box.checkbox .error {
        margin: -5px 0px 15px 30px; }
      .form .form-box.checkbox.form-box-expandable label div {
        margin: 2px 0px 0px;
        font-size: 11px;
        line-height: 15px; }
    .form .form-box textarea {
      height: 160px; }
  .form .error {
    font-size: 16px;
    font-family: 'kelson_sanslight';
    color: #b61285;
    margin: 7px 0px 0px; }
    .form .error:empty {
      margin: 0px; }
  .form .form-control {
    padding: 15px;
    margin: 0;
    border: none;
    background: #f7f7f7;
    color: #eb007f;
    width: 100%;
    font-size: 16px;
    font-family: 'kelson_sanslight';
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border 0.2s; }
    .form .form-control:hover {
      border-color: #ffb8de; }
    .form .form-control:focus {
      border-color: #ff9fd3; }
  .form .has-error .form-control {
    border-color: #b61285; }
  .form [type="submit"] {
    float: right;
    background: #f5f5f5;
    font-size: 13px;
    color: #eb007f;
    border: none;
    font-family: 'kelson_sansbold';
    padding: 15px 60px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
    .form [type="submit"]:hover {
      background: #eb007f;
      color: #fff; }

.checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  .checkbox [type="checkbox"]:not(:checked),
  .checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .checkbox [type="checkbox"]:not(:checked) + label,
  .checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
  .checkbox [type="checkbox"]:not(:checked) + label:before,
  .checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #c5c5c5;
    background: #f8f8f8;
    border-radius: 3px; }
  .checkbox [type="checkbox"]:not(:checked) + label:after,
  .checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 16px;
    line-height: 0.8;
    color: #eb007f;
    transition: all .2s; }
  .checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }
  .checkbox [type="checkbox"]:checked:focus + label:before,
  .checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted #c5c5c5; }
  .checkbox label:hover:before {
    border: 1px solid #bbb !important; }

.form .radio {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  height: 100%; }
  .form .radio > div {
    display: table-cell;
    height: 100%; }
    .form .radio > div > div {
      height: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
  .form .radio input {
    position: absolute;
    left: -9999px; }
  .form .radio label {
    position: relative;
    cursor: pointer;
    background: #f7f7f7;
    margin: 0px;
    padding: 10px;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    height: 100%; }
  .form .radio input:checked + label {
    background: #eb007f;
    color: #fff; }
  .form .radio input:not(:checked) + label:hover {
    background: #eee; }

/*# sourceMappingURL=main.css.map */