body * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  outline: 0; }

body {
  width: 100%;
  height: 100%;
  list-style: none;
  font-family: 'Merriweather', sans-serif; }

#wrapper {
  width: 100%;
  overflow: hidden; }

.container {
  text-align: center;
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: center;
  color: #ffffff;
  border-bottom: solid 2px #a884f1;
  display: inline-block;
  padding: 0 4px; }

p {
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #ffffff; }

.fixed {
  position: fixed;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(45, 46, 50, 0.92);
  z-index: 9999; }

input:-webkit-autofill {
  background-color: transparent !important;
  color: #ffffff !important; }

/*********** 
   VIDEO
************/
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/*********** 
   HEADER
************/
#wrapper_header {
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 80000;
  margin: 0 auto;
  width: 100%;
  display: block; }
  #wrapper_header #header {
    margin: 0 auto;
    width: 100%;
    display: block; }
    #wrapper_header #header .container {
      max-width: 100%;
      padding: 0 28px; }
      #wrapper_header #header .container nav {
        display: block;
        position: inherit;
        text-align: center; }
        #wrapper_header #header .container nav:after {
          content: "";
          display: block;
          clear: both; }
        #wrapper_header #header .container nav #m_nav_container {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          max-width: 100%;
          background-color: rgba(46, 50, 54, 0.97);
          margin: 0;
          overflow-x: hidden;
          z-index: 0; }
          #wrapper_header #header .container nav #m_nav_container.container_open {
            display: block;
            opacity: 1;
            z-index: 2000; }
          #wrapper_header #header .container nav #m_nav_container:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          #wrapper_header #header .container nav #m_nav_container .menu {
            position: relative;
            display: inline-block;
            opacity: 0;
            top: 8%;
            vertical-align: middle;
            width: 98%;
            backface-visibility: hidden; }
            #wrapper_header #header .container nav #m_nav_container .menu li {
              display: block; }
              #wrapper_header #header .container nav #m_nav_container .menu li:after {
                content: "";
                display: block;
                clear: both; }
              #wrapper_header #header .container nav #m_nav_container .menu li a {
                display: inline-block;
                font-size: 48px;
                font-weight: 300;
                line-height: 1.4;
                letter-spacing: -0.8px;
                text-align: center;
                color: #ffffff;
                outline: 0;
                margin: 12px 0;
                border-bottom: solid 2px transparent;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -ms-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
                transition-property: border; }
                #wrapper_header #header .container nav #m_nav_container .menu li a:hover, #wrapper_header #header .container nav #m_nav_container .menu li a.selected {
                  border-bottom: solid 2px #a884f1;
                  -webkit-transition: 0.3s ease-in-out;
                  -moz-transition: 0.3s ease-in-out;
                  -ms-transition: 0.3s ease-in-out;
                  -o-transition: 0.3s ease-in-out;
                  transition: 0.3s ease-in-out;
                  transition-property: border; }
              #wrapper_header #header .container nav #m_nav_container .menu li.visible {
                display: none; }
        #wrapper_header #header .container nav #toggle_m_nav {
          width: 68px;
          height: 68px;
          position: fixed;
          right: 13px;
          float: right;
          cursor: pointer;
          display: block;
          z-index: 9000;
          margin-top: 10px; }
          #wrapper_header #header .container nav #toggle_m_nav.fixed {
            z-index: 9000; }
          #wrapper_header #header .container nav #toggle_m_nav #m_nav_menu {
            width: 32px;
            height: 20px;
            position: absolute;
            background: transparent;
            z-index: 3;
            margin: auto;
            top: 50%;
            bottom: 50%;
            left: -50%;
            right: -50%; }
            #wrapper_header #header .container nav #toggle_m_nav #m_nav_menu .m_nav_ham {
              width: 32px;
              height: 3px;
              background: #ffffff;
              margin: 5px auto 0;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -ms-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              transition-property: transform;
              transition-duration: 0.2s; }
              #wrapper_header #header .container nav #toggle_m_nav #m_nav_menu .m_nav_ham:first-child {
                margin: 0; }
            #wrapper_header #header .container nav #toggle_m_nav #m_nav_menu #m_ham_1.m_nav_ham_1_open {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -ms-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              transition-property: transform;
              transition-duration: 0.2s;
              background: #ffffff;
              margin-top: 8px; }
            #wrapper_header #header .container nav #toggle_m_nav #m_nav_menu #m_ham_2.m_nav_ham_2_open {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              margin-top: -3px;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -ms-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              transition-property: transform;
              transition-duration: 0.2s;
              background: #ffffff; }
            #wrapper_header #header .container nav #toggle_m_nav #m_nav_menu #m_ham_3.m_nav_ham_3_open {
              opacity: 0;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -ms-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              transition-property: transform; }

/***************
  END HEADER
****************/
/***************
  main content
****************/
.main_content {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: fixed;
  height: 100%;
  background-color: rgba(101, 76, 150, 0.3); }
  .main_content .container {
    padding: 0 0 80px;
    height: 100%; }
    .main_content .container:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .main_content .container .text_middle {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 98%; }
      .main_content .container .text_middle img {
        max-width: 421px;
        width: 100%;
        height: auto;
        display: block;
        margin: auto; }

/***************
    content
****************/
.btn_back {
  width: 37px;
  height: 19px;
  display: none;
  position: fixed;
  top: 32px;
  left: 38px;
  background: url(../img/back-icon.svg) no-repeat left top;
  background-size: 37px 19px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-property: left;
  z-index: 9990; }
  .btn_back:hover {
    left: 28px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transition-property: left; }

.content {
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  z-index: 2;
  height: 100%; }
  .content:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .content .text_middle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    padding: 0 20px 40px; }
    .content .text_middle form {
      display: block;
      margin: auto;
      max-width: 352px;
      padding-top: 50px; }
      .content .text_middle form .field {
        display: block;
        width: 100%;
        padding-bottom: 20px; }
        .content .text_middle form .field:after {
          content: "";
          display: block;
          clear: both; }
        .content .text_middle form .field input {
          font-family: 'Merriweather', sans-serif;
          width: 100%;
          padding: 13px 15px 13px 44px;
          height: 46px;
          font-size: 18px;
          font-style: italic;
          line-height: 1.3;
          font-weight: normal;
          color: #ffffff;
          outline: 0;
          resize: none;
          background-color: transparent;
          border: 0;
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          border-bottom: solid 1px rgba(87, 85, 98, 0.7);
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          transition-property: border-bottom; }
          .content .text_middle form .field input:focus {
            outline: 0;
            color: #ffffff;
            border-bottom: solid 1px rgba(255, 255, 255, 0.7); }
            .content .text_middle form .field input:focus[type="email"] {
              background-image: url(../img/email-active.svg); }
            .content .text_middle form .field input:focus[type="password"] {
              background-image: url(../img/lock-active.svg); }
          .content .text_middle form .field input:hover {
            border-bottom: solid 1px rgba(255, 255, 255, 0.7);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            transition-property: border-bottom; }
          .content .text_middle form .field input:focus::-webkit-input-placeholder, .content .text_middle form .field input:focus:-moz-placeholder, .content .text_middle form .field input:focus::-moz-placeholder, .content .text_middle form .field input:focus:-ms-input-placeholder {
            color: #ffffff; }
        .content .text_middle form .field button {
          margin-top: 15px;
          cursor: pointer; }
        .content .text_middle form .field input[type="email"] {
          background-size: 25px 14px;
          background-position: 4px 50%;
          background-image: url(../img/email-normal.svg);
          background-repeat: no-repeat; }
          .content .text_middle form .field input[type="email"].error {
            background-image: url(../img/email-error.svg);
            border-bottom: 1px solid #f1465b; }
          .content .text_middle form .field input[type="email"].valid {
            color: #ffffff;
            border-bottom: solid 1px rgba(255, 255, 255, 0.7); }
            .content .text_middle form .field input[type="email"].valid[type="email"] {
              background-image: url(../img/email-active.svg); }
        .content .text_middle form .field input[type="password"] {
          background-size: 20px 22px;
          background-position: 8px 37%;
          background-image: url(../img/lock-normal.svg);
          background-repeat: no-repeat; }
          .content .text_middle form .field input[type="password"].error {
            background-image: url(../img/lock-error.svg);
            border-bottom: 1px solid #f1465b; }
          .content .text_middle form .field input[type="password"].valid {
            color: #ffffff;
            border-bottom: solid 1px rgba(255, 255, 255, 0.7); }
            .content .text_middle form .field input[type="password"].valid[type="password"] {
              background-image: url(../img/lock-active.svg); }
        .content .text_middle form .field label.error {
          display: inline-block;
          width: 100%;
          position: static;
          font-family: Merriweather;
          font-size: 12px;
          font-style: italic;
          color: #f1465b;
          margin-top: 8px;
          margin-left: 0;
          text-align: left; }

/***************
     login 
****************/
#login {
  display: none;
  opacity: 0;
  top: 90px;
  margin-bottom: -90px;
  overflow: hidden; }
  #login.open {
    overflow: auto; }
  #login form .field .btn_login {
    margin-top: 15px; }
  #login form .field .btn_forgotten {
    font-size: 13px;
    font-style: italic;
    line-height: 1.8;
    color: #7c798e;
    float: right;
    display: inline-block;
    margin-top: 10px;
    outline: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transition-property: border, color;
    border-bottom: 1px solid transparent; }
    #login form .field .btn_forgotten:hover {
      border-bottom: 1px solid #a884f1;
      color: #a884f1;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      transition-property: border, color; }

/***************
     contact
****************/
#contact {
  display: none;
  opacity: 0;
  top: 90px;
  margin-bottom: -90px;
  overflow: hidden; }
  #contact.open {
    overflow: auto; }
  #contact h2 {
    clear: both; }
  #contact a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    display: block;
    opacity: 1;
    outline: 0;
    max-width: 374px;
    margin: 90px auto 0;
    clear: both; }
    #contact a:before {
      content: "";
      width: 34px;
      height: 20px;
      background: url(../img/email-active.svg) no-repeat left top;
      background-size: 34px 20px;
      float: left;
      margin-right: 20px;
      margin-top: 1px;
      vertical-align: middle; }
  #contact p {
    max-width: 549px;
    margin: auto;
    padding-top: 41px;
    font-size: 18px;
    line-height: 1.6; }

/***************
    legal
****************/
#legal {
  max-width: 795px;
  width: 100%;
  margin: auto;
  display: none;
  opacity: 0;
  top: 90px;
  margin-bottom: -90px; }
  #legal:before {
    content: none; }
  #legal .text_middle {
    padding: 170px 20px 80px; }
  #legal h2 {
    margin-bottom: 64px; }
  #legal p {
    text-align: justify;
    padding-top: 26px;
    letter-spacing: -0.2px; }
    #legal p b {
      font-weight: 900; }
    #legal p:last-child {
      margin-bottom: 40px; }

/*********************
  FORGOTTEN PASSWORD 
**********************/
.forgotten {
  display: none;
  opacity: 0;
  top: 90px;
  margin-bottom: -90px;
  overflow: hidden; }
  .forgotten.open {
    overflow: auto; }
  .forgotten h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: -0.6px;
    border-bottom: 0; }
    .forgotten h2:after {
      content: "";
      height: 2px;
      background-color: #a884f1;
      width: 139px;
      margin: 0 auto;
      display: block; }
  .forgotten p {
    font-style: italic;
    line-height: 1.5;
    font-size: 16px;
    padding-top: 27px; }
  .forgotten .btn_reset {
    margin-top: 25px !important; }
  .forgotten .cross {
    top: 20%; }

/***************
    footer
****************/
#footer {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0; }
  #footer .container {
    padding: 10px 0 49px; }
    #footer .container p {
      font-size: 14px;
      line-height: 1.7;
      text-align: center;
      color: #ffffff; }

/***************
  @media screen
****************/
@media only screen and (max-width: 960px) {
  #legal {
    height: 100vh;
    max-width: 100%; }

  #legal .text_middle {
    padding: 78px 20px 0px;
    margin-top: 84px;
    max-height: 81%;
    overflow-y: scroll; } }
@media only screen and (max-width: 769px) {
  #legal .text_middle {
    max-height: 83%; } }
@media only screen and (max-width: 640px) {
  #wrapper_header #header .container {
    padding: 0 10px 0 0; }

  .content:before {
    display: none; }

  .content {
    max-width: 795px;
    width: 100%;
    margin: auto; }

  .content .text_middle {
    margin-top: 130px;
    padding: 0 20px 40px;
    width: auto; }

  #legal .text_middle {
    margin-top: 84px;
    padding-top: 20px; }

  .main_content .container .text_middle img {
    max-width: 320px;
    margin: 50px auto 0; }

  #footer .container p {
    font-size: 12px; } }
@media only screen and (max-width: 480px) {
  .content h2 {
    font-size: 38px !important; }

  #wrapper_header #header .container nav #m_nav_container .menu li a {
    font-size: 38px; }

  .btn_back {
    left: 30px; }
    .btn_back:hover {
      left: 20px; }

  #legal p {
    font-size: 12px; }

  #legal h2 {
    margin-bottom: 37px; }

  #contact p {
    font-size: 14px; }

  #contact a {
    font-size: 17px;
    line-height: 1.5;
    max-width: 275px;
    margin-top: 60px; }

  .forgotten h2 {
    font-size: 27px;
    line-height: 1.4; } }
/***************
     RETINA
****************/

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