/* ============================================================================
   Base
============================================================================ */
/* Blocks
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

/* Links
--------------------------------------------------------- */
a {
  color: #ffffff;
  cursor: pointer;
  transition: all .35s ease;
}
a:hover {
  color: #ffffff;
}

/* Text level semantics
--------------------------------------------------------- */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ffffff;
}

ul,
ol {
  list-style: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline-style: none;
}

input,
button,
textarea {
  outline-style: none;
}

button,
input[type="submit"] {
  transition: all .35s ease;
}

p,
li {
  line-height: 20px;
}

/* Tables
--------------------------------------------------------- */
table {
  width: 100%;
}
table th {
  font-weight: normal;
}
table td {
  vertical-align: middle;
}

/* Forms
--------------------------------------------------------- */
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"] {
  font-family: "Open Sans", sans-serif;
}
textarea::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
  color: #000000;
}
textarea:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder {
  color: #000000;
}
textarea::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  color: #000000;
}
textarea:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  color: #000000;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select,
button,
textarea {
  border: none;
  border-radius: 0;
  outline-style: none;
}

textarea {
  resize: none;
}

label,
select,
input[type="radio"],
input[type="submit"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="submit"] {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button {
  padding: 0;
  background: none;
}

/* ============================================================================
   GLOBAL LAYOUT
============================================================================ */
html,
body {
  margin: 0;
  padding: 0;
}

.view-desktop-on-phone body {
  padding-top: 108px;
  /*padding-bottom: 30px;*/
}
.view-desktop-on-phone .header {
  /*background-color: #210114;*/
}
.view-desktop-on-phone .footer {
  opacity: 1;
  display: block;
  visibility: visible;
}
.view-desktop-on-phone .fp-scroll {
  display: none;
}

.view-desktop-on-phone .footer {
  position: relative;
}

body {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  background-color: #000000;
  background-image: url(../images/body-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body.not-fullpage .footer {
  display: block;
}

.container-fluid {
  width: 100%;
  max-width: 2000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1999px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.columns {
  padding: 15px 0;
}
.columns:after {
  content: '';
  display: table;
  clear: both;
}
.columns > .column-left {
  float: left;
  display: inline;
}
.columns > .column-right {
  float: right;
  display: inline;
}

.fp-with-scroller .fp-wrapper .fp-section {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}
.fp-with-scroller .fp-wrapper .fp-section .container-fluid {
  padding-right: 104px;
}
.fp-with-scroller .fp-wrapper .fp-section .inner {
  width: 50%;
  max-width: 800px;
}
.fp-with-scroller .column-left {
  width: 45%;
  padding-right: 25px;
}
.fp-with-scroller .column-right {
  width: 55%;
  padding-left: 25px;
}
.fp-viewing-0 .fp-wrapper .fp-section .container-fluid {
  padding-right: 30px !important;
}
.fp-without-scroller .fp-wrapper {
  height: 100%;
}
.fp-without-scroller .fp-wrapper .fp-section {
  display: table;
  width: 100%;
  height: 100%;
}
.fp-without-scroller .fp-wrapper .fp-section > .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.fp-without-scroller .column-left, .fp-without-scroller .column-right {
  width: 50%;
}
.fp-without-scroller .column-left {
  padding-right: 25px;
}
.fp-without-scroller .column-right {
  padding-left: 25px;
}
.fp-without-scroller .footer {
  display: block;
}

.not-fp .column-left {
  width: 45%;
  padding-right: 25px;
}
.not-fp .column-right {
  width: 55%;
  padding-left: 25px;
}
.not-fp .scroll {
  display: none;
}
.not-fp .footer {
  display: block;
}

.image {
  padding: 15px 0;
}
.image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* ============================================================================
   STYLES
============================================================================ */
/* Header
--------------------------------------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

/* Logo
----------------------------- */
.logo {
  float: left;
  display: inline;
  margin-top: -15px;
}
.logo img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .logo img {
    max-width: 200px;
  }
}

/* Navigation
----------------------------- */
.nav-toggler {
  display: none;
  width: 55px;
  height: 45px;
  position: absolute;
  right: 21px;
  top: 36px;
  background-color: #e0044c;
}
.nav-toggler .switch {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 55px;
  height: 45px;
  cursor: pointer;
}
.nav-toggler .switch > span {
  position: absolute;
  left: 6px;
  display: block;
  width: 44px;
  height: 5px;
  background-color: #ffffff;
  transform: rotate(0deg);
  transition: .35s ease-in-out;
}
.nav-toggler .switch > span:nth-child(1) {
  top: 10px;
}
.nav-toggler .switch > span:nth-child(2), .nav-toggler .switch > span:nth-child(3) {
  top: 20px;
}
.nav-toggler .switch > span:nth-child(4) {
  top: 30px;
}
.nav-toggler .switch.open > span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
.nav-toggler .switch.open > span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-toggler .switch.open > span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-toggler .switch.open > span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

.navbar {
  float: right;
  display: inline;
  padding: 43px 0;
}
.navbar:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .navbar {
    padding: 28px 0;
  }
}

.nav {
  float: left;
  display: inline;
}
.nav > ul:after {
  content: '';
  display: table;
  clear: both;
}
.nav > ul > li {
  position: relative;
  float: left;
  display: inline;
  font-size: 22px;
  border-radius: 30px;
  margin-right: 30px;
  transition: all .35s ease;
  border: 3px solid transparent;
}
@media (max-width: 991px) {
  .nav > ul > li {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > ul > li {
    margin-right: 10px;
  }
}
.nav > ul > li:last-child {
  margin-right: 0;
}
.nav > ul > li > a {
  display: block;
  color: #bfbfbf;
  font-weight: 500;
  line-height: 36px;
  padding: 8px 15px 10px;
  text-shadow: 1px 1px 1px #000000;
}
@media (max-width: 1199px) {
  .nav > ul > li > a {
    padding: 5px 10px;
  }
}
.nav > ul > li:hover > a, .nav > ul > li.current-menu-item > a {
  color: #ffffff;
}
.nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav > ul > li.current-menu-item {
  border-color: #ffffff;
}
.nav > ul > li > ul {
  position: absolute;
  left: 0;
  top: 60px;
  width: 200px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px;
  transition: all .35s ease;
  text-shadow: 1px 1px 1px #000000;
  visibility: hidden;
  opacity: 0;
  border:  2px solid #ffffff;
}

.nav > ul > li.current-menu-item ul {
  left: 0;
}

.nav > ul > li:last-child > ul {
  left: auto;
  right: 0;
  text-align: right;
}

.nav > ul > li:last-child.current-menu-item > ul {
  right: 0;
}

.nav > ul > li > ul > li {
  float: none;
  display: block;
}
.nav > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px;
}
.nav > ul > li > ul > li > a:hover {
  background-color: #9c0033;
}
.nav > ul > li > ul > li:first-child > a {
  border-radius: 15px 15px 0 0;
}
.nav > ul > li > ul > li:last-child > a {
  border-radius: 0 0 15px 15px;
}

.sub-toggler {
  display: none;
  position: absolute;
  top: 8px;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #e0044c;
}
.sub-toggler:after {
  position: absolute;
  left: 4px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  line-height: 38px;
  font-size: 18px;
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  text-align: center;
  transition: all .35s ease;
}
.sub-toggler.open:after {
  transform: rotate(90deg);
  left: 4px;
}

.lang {
  position: relative;
  float: right;
  display: inline;
  padding: 24.5px 0;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .lang {
    padding: 20px 0;
    margin-left: 10px;
  }
}
.lang > a {
  display: block;
}
.lang > a:after {
  content: '';
  display: table;
  clear: both;
}
.lang > a > img {
  float: left;
}
.lang > ul {
  position: absolute;
  left: 0;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}
.lang > ul:after {
  content: '';
  display: table;
  clear: both;
}
.lang > ul > li {
  line-height: 11px;
  margin-bottom: 9px;
}
.lang > ul > li > a img {
  transition: all .35s ease;
}
.lang > ul > li > a:hover img {
  transform: scale(1.3);
}
.lang:hover ul {
  opacity: 1;
  visibility: visible;
}

/* Fullpage controls
--------------------------------------------------------- */
.fp-controls {
  position: fixed;
  right: 35px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}
.fp-controls > ul > li {
  line-height: 50px;
}
.fp-controls > ul > li > a {
  display: block;
  position: relative;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: right;
  padding-right: 45px;
  text-shadow: 1px 1px 1px #000000;
}
.fp-controls > ul > li > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: all .35s ease;
  transform: translateY(-50%);
}
.fp-controls > ul > li > a:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all .35s ease;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}
.fp-controls > ul > li > a > span {
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}
.fp-controls > ul > li:hover > a:before, .fp-controls > ul > li.active > a:before {
  opacity: 1;
  visibility: visible;
}
.fp-controls > ul:hover > li > a > span,
.fp-controls.fade > ul > li > a > span {
  opacity: 1;
  visibility: visible;
}


/* Thumbnails
--------------------------------------------------------- */
.thumbnails {
  padding: 15px 0;
  text-align: center;
}
.thumbnails > a,
.thumbnails > span {
  display: inline-block;
  position: relative;
  width: calc(33.3333% - 20px);
  border-radius: 100%;
  border: 5px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.thumbnails > a:nth-child(2),
.thumbnails > span:nth-child(2), {
  margin: 0 10px;
}
.thumbnails > a:last-child,
.thumbnails > span:last-child {
  margin-right: 0;
}
.thumbnails > a:after,
.thumbnails > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all .50s ease;
}
.thumbnails > a:hover:after,
.thumbnails > span:hover:after {
  opacity: 1;
  visibility: visible;
}
.thumbnails > a > img,
.thumbnails > span > img {
  display: block;
  width: 100%;
  border-radius: 100%;
}

/* Download
--------------------------------------------------------- */
.download {
  padding: 15px 0;
}
.download > a {
  position: relative;
  display: block;
  width: 329px;
  height: 93px;
  margin: 0 auto;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.download > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .35s ease;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: 0 -93px;
  opacity: 0;
  visibility: hidden;
}
.download > a:hover:after {
  opacity: 1;
  visibility: visible;
}

.download > a > span {
  display: block;
  padding-left: 40px;
  position: relative;
  z-index: 2;
  transition: color .35s ease;
}

.download > a:hover > span {
  color: #fff;
}

.download > a > .text1 {
  padding-top: 20px;
  font-size:  24px;
  color: #070707;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 300;
}

.download > a > .text2 {
  font-size:  27px;
  color: #070707;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
}

.download > a > .text2 {

}

/* Button
--------------------------------------------------------- */
.button {
  padding: 15px 0;
  text-align: center;
}
.button > a {
  display: inline-block;
  padding: 10px 20px 12px;
  border: 3px solid #ffffff;
  border-radius: 30px;
}
.button > a:hover {
  border-color: #e0044c;
  background-color: #e0044c;
}

/* Head
--------------------------------------------------------- */
.head h1,
.head h2,
.head h3,
.head h4,
.head h5,
.head h6 {
  padding: 15px 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

/* Text
--------------------------------------------------------- */
.text.center {
  text-align: center;
}
.text.center p {
  text-align: center;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  padding: 15px 0;
  font-weight: 500;
}
.text h1 {
  font-size: 38px;
}
.text h2 {
  font-size: 30px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 22px;
}
.text h5 {
  font-size: 18px;
}
.text h6 {
  font-size: 14px;
}
.text p,
.text ul,
.text ol {
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}
.text p,
.text li {
  line-height: 24px;
}
.text p {
  text-align: justify;
  font-weight: 300;
}
.text p:after {
  content: '';
  display: table;
  clear: both;
}
.text p > span {
  display: block;
  font-weight: 700;
}
.text p > a {
  font-size: 14px;
  font-weight: 700;
}
.text p > a:hover {
  color: #e0044c;
}
.text a {
  font-weight: 700;
}
.text a:hover {
  color: #e0044c;
}
.text ul {
  padding-left: 25px;
}
.text ul > li {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 24px;
  font-weight: 300;
}
.text ul > li:after {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #e0044c;
}
.text ol {
  padding-left: 45px;
  list-style-type: none;
}
.text ol li {
  position: relative;
  counter-increment: list;
}
.text ol li:after {
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: -2.7em;
  width: 2em;
  text-align: right;
  color: #e0044c;
  font-weight: 500;
}

/* Newsletter
--------------------------------------------------------- */
.newsletter .entry {
  width: 100%;
  max-width: 375px;
  position: relative;
  padding: 15px 0;
}
.newsletter input[type="text"],
.newsletter input[type="email"] {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 50px;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-size: 19px;
  color: #ffffff;
  padding: 0 20px;
  background-color: transparent;
}
.newsletter input[type="text"]::-webkit-input-placeholder,
.newsletter input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter input[type="text"]:-moz-placeholder,
.newsletter input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.newsletter input[type="text"]::-moz-placeholder,
.newsletter input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
.newsletter input[type="text"]:-ms-input-placeholder,
.newsletter input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.newsletter input[type="submit"] {
  position: absolute;
  right: 3px;
  top: 18px;
  width: 46px;
  height: 46px;
  border-radius: 30px;
  background-color: #e0044c;
  background-image: url(../images/newsletter-submit-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  transition: all .25s ease;
}
.newsletter input[type="submit"]:hover {
  width: 52px;
  height: 52px;
  top: 15px;
  right: 0;
}
.newsletter .checkbox {
  position: relative;
  line-height: 24px;
  padding: 15px 0 15px 54px;
}
.newsletter .checkbox label {
  position: absolute;
  left: 0;
  top: 15px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
}
.newsletter .checkbox label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  transition: all .35s ease;
}
.newsletter input[type="checkbox"] {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 15px;
  margin: 0;
  visibility: hidden;
  -webkit-apearance: none;
}
.newsletter input[type="checkbox"]:checked + label:after,
.newsletter input[type="checkbox"].valid + span + label:after {
  background-color: #fff;
}

/* Contact
--------------------------------------------------------- */
.contact-data p {
  text-align: center;
}

.contact-form {
  padding: 15px 0;
}
.contact-form form:after {
  content: '';
  display: table;
  clear: both;
}
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
  display: block;
  width: 100%;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-size: 19px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-form textarea:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
.contact-form textarea:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  height: 52px;
  line-height: 50px;
  margin-bottom: 25px;
}
.contact-form input[type="submit"] {
  float: right;
  display: inline;
  color: #ffffff;
  height: 46px;
  padding-right: 46px;
  border-radius: 30px;
  border: 3px solid #ffffff;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: transparent;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 300;
  background-image: url(../images/contact-submit-bg.png);
  background-repeat: no-repeat;
  background-position: 85% center;
}
.contact-form input[type="submit"]:hover {
  border-color: #e0044c;
  background-color: #e0044c;
  background-position: 90% center;
}
.contact-form textarea {
  height: 174px;
  padding-top: 15px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* Scroll
--------------------------------------------------------- */
.fp-scroll {
  display: block;
  position: fixed;
  left: 50%;
  bottom: 45px;
  z-index: 999;
  width: 52px;
  height: 87px;
  transform: translateX(-50%);
  background-image: url(../images/scroll.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.fp-scroll > span {
  position: absolute;
  left: 26px;
  top: 8px;
  width: 5px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 3px;
}
.fp-scroll > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 3px;
  background-color: #e0044c;
  transition: all .35s ease;
}
.fp-scroll.anim > span:after {
  animation: scroll .75s linear 2;
  -moz-animation: scroll .75s linear 2;
  -webkit-animation: scroll .75s linear 2;
  -ms-animation: scroll .75s linear 2;
  -o-animation: scroll .75s linear 2;
}

@keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-moz-keyframes scroll {
   0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes scroll {
   0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-ms-keyframes scroll {
   0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-o-keyframes scroll {
   0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* Footer
--------------------------------------------------------- */
.footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #000000;
}



.footer > p {
  color: #ffffff;
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
}
.footer > p > span {
  padding: 0 15px;
}
.footer a {
  position: relative;
  color: #ffffff;
  font-size: 13px;
}
.footer a:hover {
  color: #e0044c;
}
