@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

/*======================= CSS Reset ===========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, main, footer, header, figure, aside, input, textarea, i, mark, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  background: transparent;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

body {
  overflow: hidden;
}

/*======================= Clearfix ===========================*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

table, table td tr {
  border: none;
  border-collapse: collapse;
}

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 1023px) {
  .st_hidden {
    display: none !important;
  }
}

.st_show {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .st_show {
    display: block !important;
  }
}

@media only screen and (max-width: 1279px) {
  .lt_hidden {
    display: none !important;
  }
}

.lt_show {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .lt_show {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .m_hidden {
    display: none !important;
  }
}

.m_show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .m_show {
    display: block !important;
  }
}

/* ========== Typography styles ========== */
@font-face {
  font-family: "exo_2bold";
  src: url("/font/exo2-bold-webfont.eot");
  src: url("/font/exo2-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/exo2-bold-webfont.woff2") format("woff2"), url("/font/exo2-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "exo_2medium";
  src: url("/font/exo2-medium-webfont.eot");
  src: url("/font/exo2-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/font/exo2-medium-webfont.woff2") format("woff2"), url("/font/exo2-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("/font/roboto-light-webfont.eot");
  src: url("/font/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("/font/roboto-light-webfont.woff2") format("woff2"), url("/font/roboto-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.button {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 19px 20px;
  height: 50px;
  min-width: 200px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  font-family: "exo_2bold";
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.button.small {
  padding: 10px 20px;
  font-size: 14px;
  height: auto;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .button.small {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.button.submit {
  position: absolute;
  width: 50px;
  min-width: 10px;
  padding: 5px 10px;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.button.submit img {
  width: 100%;
}
.button.primary {
  background: #5b328c;
  color: #fff;
  text-shadow: 0px 2px 1px rgba(161, 56, 33, 0.5);
}
.button.primary:hover {
  background: #3f1f65;
}
.button.ghost {
  background: none;
  border: 1px solid;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
}
.button.ghost.white {
  border-color: #fff;
  color: #fff;
}
.button.ghost.primary {
  border-color: #5b328c;
  color: #5b328c;
}
.button.ghost.primary:hover {
  background: none;
}
.button.ghost.secondary {
  border-color: rgba(255, 255, 255, 0.5);
}
.button.ghost.secondary:hover {
  background: none;
  border-color: white;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.button:disabled:hover {
  opacity: 0.7;
  background: #5b328c;
}

h1 {
  font-family: "exo_2bold";
}

h2 {
  font-family: "exo_2bold";
}

h3 {
  font-family: "exo_2bold";
}

p {
  line-height: 1.6;
}
p * {
  line-height: inherit;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

blockquote {
  margin: 20px 0 20px;
  padding: 20px;
  border-top: 3px solid #383838;
  border-bottom: 3px solid #383838;
  font-size: 22px;
  font-family: "exo_2bold";
  text-transform: uppercase;
}
blockquote p {
  padding: 0 !important;
}

.rich-text, body[contenteditable=true] {
  color: #394046;
  text-align: left;
  font-family: Arial, serif;
  font-size: 17px;
  line-height: 1.6 !important;
}
.rich-text *, body[contenteditable=true] * {
  line-height: inherit !important;
}
.rich-text:last-child, body[contenteditable=true]:last-child {
  padding: 0;
}
.rich-text h2, body[contenteditable=true] h2 {
  padding: 20px 0 10px 0;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
}
.rich-text h2:first-child, body[contenteditable=true] h2:first-child {
  padding-top: 0;
}
.rich-text h3, body[contenteditable=true] h3 {
  padding: 15px 0 10px 0;
  font-size: 22px;
}
.rich-text h4, body[contenteditable=true] h4 {
  padding: 10px 0 10px 0;
  font-size: 18px;
  font-family: "exo_2bold";
}
.rich-text img, body[contenteditable=true] img {
  max-width: 100% !important;
  min-width: 30%;
  margin: 0 0 20px 0;
  padding: 5px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 2px solid #dcd4e7 !important;
}
.rich-text img.wide, body[contenteditable=true] img.wide {
  width: 100% !important;
}
.rich-text p, body[contenteditable=true] p {
  padding: 0 0 20px 0 !important;
}
.rich-text p:last-child, body[contenteditable=true] p:last-child {
  padding: 0;
}
.rich-text p i, .rich-text p em, body[contenteditable=true] p i, body[contenteditable=true] p em {
  font-style: italic;
}
.rich-text p:empty, body[contenteditable=true] p:empty {
  display: none;
}
.rich-text p.small, body[contenteditable=true] p.small {
  font-size: 12px;
}
.rich-text table, body[contenteditable=true] table {
  width: 100%;
  background: #ffffff;
  margin: 15px 0 0 0;
  border: 1px solid #d7dae6;
  -webkit-box-shadow: 0px 0px 0px 5px #f4f4f4;
  -moz-box-shadow: 0px 0px 0px 5px #f4f4f4;
  box-shadow: 0px 0px 0px 5px #f4f4f4;
}
.rich-text table thead tr th, body[contenteditable=true] table thead tr th {
  background: #f4f4f4;
  border-bottom: 1px solid #d7dae4;
  color: #5f626d;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 20px 12px 20px;
}
.rich-text table thead tr th:last-child, body[contenteditable=true] table thead tr th:last-child {
  padding: 15px 20px 12px 20px !important;
}
.rich-text table tbody tr td, body[contenteditable=true] table tbody tr td {
  background: #f7f8f8;
  color: #515357;
  padding: 15px 20px 12px 20px;
}
.rich-text table tbody tr td:last-child, body[contenteditable=true] table tbody tr td:last-child {
  padding: 15px 20px 12px 20px !important;
}
@media only screen and (max-width: 767px) {
  .rich-text table tbody tr td, body[contenteditable=true] table tbody tr td {
    font-size: 12px;
  }
}
.rich-text table tbody tr:nth-child(2n+1) td, body[contenteditable=true] table tbody tr:nth-child(2n+1) td {
  background: #ffffff;
}
.rich-text blockquote, body[contenteditable=true] blockquote {
  margin: 20px 0 20px;
  padding: 20px;
  border-top: 3px solid #383838;
  border-bottom: 3px solid #383838;
  font-size: 22px;
  font-family: "exo_2bold";
  text-transform: uppercase;
}
.rich-text blockquote p, body[contenteditable=true] blockquote p {
  padding: 0 !important;
}
.rich-text strong, body[contenteditable=true] strong {
  font-weight: bold;
}
.rich-text a, body[contenteditable=true] a {
  color: #5b328c;
  word-break: break-all;
  position: relative;
  display: inline;
  line-height: 1.6;
  text-decoration: underline;
}
.rich-text ul, body[contenteditable=true] ul {
  padding: 0 0 20px 14px;
}
.rich-text ul li, body[contenteditable=true] ul li {
  line-height: 1.6;
  position: relative;
  padding: 0 0 10px 5px;
}
.rich-text ul li:last-child, body[contenteditable=true] ul li:last-child {
  padding-bottom: 0;
}
.rich-text ul li:before, body[contenteditable=true] ul li:before {
  width: 8px;
  height: 8px;
  border: 2px solid #5b328c;
  position: absolute;
  top: 9px;
  left: -13px;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rich-text ul li strong, .rich-text ul li a, body[contenteditable=true] ul li strong, body[contenteditable=true] ul li a {
  line-height: 25px;
}
.rich-text ol, body[contenteditable=true] ol {
  padding: 0 0 20px 0;
}
.rich-text ol li, body[contenteditable=true] ol li {
  counter-increment: item;
  position: relative;
  padding: 30px 0;
  line-height: 1.6;
}
.rich-text ol li:last-child, body[contenteditable=true] ol li:last-child {
  padding-bottom: 0;
}
.rich-text ol li:after, body[contenteditable=true] ol li:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #dbd3e6;
  background: -moz-linear-gradient(left, #dbd3e6 0%, #dbd3e6 45%, rgba(219, 211, 230, 0) 45%, rgba(219, 211, 230, 0) 55%, #dbd3e6 55%, #dbd3e6 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #dbd3e6), color-stop(45%, #dbd3e6), color-stop(45%, rgba(219, 211, 230, 0)), color-stop(55%, rgba(219, 211, 230, 0)), color-stop(55%, #dbd3e6), color-stop(100%, #dbd3e6));
  background: -webkit-linear-gradient(left, #dbd3e6 0%, #dbd3e6 45%, rgba(219, 211, 230, 0) 45%, rgba(219, 211, 230, 0) 55%, #dbd3e6 55%, #dbd3e6 100%);
  background: -o-linear-gradient(left, #dbd3e6 0%, #dbd3e6 45%, rgba(219, 211, 230, 0) 45%, rgba(219, 211, 230, 0) 55%, #dbd3e6 55%, #dbd3e6 100%);
  background: -ms-linear-gradient(left, #dbd3e6 0%, #dbd3e6 45%, rgba(219, 211, 230, 0) 45%, rgba(219, 211, 230, 0) 55%, #dbd3e6 55%, #dbd3e6 100%);
  background: linear-gradient(to right, #dbd3e6 0%, #dbd3e6 45%, rgba(219, 211, 230, 0) 45%, rgba(219, 211, 230, 0) 55%, #dbd3e6 55%, #dbd3e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbd3e6", endColorstr="#dbd3e6", GradientType=1);
  content: "";
  left: 0;
}
.rich-text ol li:before, body[contenteditable=true] ol li:before {
  content: counter(item);
  font-family: "exo_2bold";
  color: #5b328c;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0 20px;
  top: -11px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.rich-text ol li:last-child, body[contenteditable=true] ol li:last-child {
  margin: 0;
}
.rich-text address, body[contenteditable=true] address {
  padding: 20px;
  background: rgba(91, 50, 140, 0.2);
}
.rich-text address *, body[contenteditable=true] address * {
  font-weight: bold !important;
  text-transform: uppercase;
}
.rich-text.text-center, body[contenteditable=true].text-center {
  text-align: center;
}

.fluid {
  position: relative;
  padding-top: 56.25% !important;
  padding-bottom: 0 !important;
  height: 0;
}
.fluid iframe, .fluid video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

html {
  overflow-y: scroll;
}

/* ========== GENERAL ========== */
body {
  font-family: "robotolight";
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  color: #383838;
}
@media all and (max-width: 1023px) {
  body {
    padding-top: 45px;
  }
}
body.intesapayment {
  background: #5b328c;
  height: 100%;
  width: 100%;
}
body .side-menu-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: -9999;
}
@media only screen and (max-width: 1279px) {
  body .side-menu-overlay {
    z-index: 100;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body .side-menu-overlay {
    z-index: 100;
  }
}
body.off-canvas-right-opened > *:not(header, .popup_wrapper) {
  pointer-events: none;
}
body.off-canvas-right-opened .hamburger-box .hamburger-inner {
  background: transparent;
}
body.off-canvas-right-opened .hamburger-box .hamburger-inner:before {
  transform: rotate(45deg);
  top: 0;
}
body.off-canvas-right-opened .hamburger-box .hamburger-inner:after {
  transform: rotate(-45deg);
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  body.off-canvas-right-opened {
    left: -40%;
    overflow-x: visible;
  }
  body.off-canvas-right-opened header .bottom {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.off-canvas-right-opened {
    left: -80%;
    overflow-x: visible;
  }
}

.inner {
  width: 1260px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1279px) {
  .inner {
    max-width: 96%;
  }
}
.inner.narrow {
  width: 400px;
}
.inner.middle {
  width: 600px;
}

.spinner {
  width: 70px;
  margin: 0 auto;
  text-align: center;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #dcd6d3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hamburger-box {
  padding: 10px 10px;
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
}
@media all and (max-width: 1023px) {
  .hamburger-box {
    display: inline-block;
  }
}
.hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hamburger-box .hamburger-inner:before, .hamburger-box .hamburger-inner:after {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
}
.hamburger-box .hamburger-inner:before {
  top: -10px;
}
.hamburger-box .hamburger-inner:after {
  bottom: -10px;
}

.popup,
.popup_wrapper,
.popup_background {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup_wrapper {
  background: rgba(8, 21, 29, 0.7);
}

.popup_visible .popup {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.popup {
  width: 630px;
  max-width: 94%;
  display: none;
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateX(0) translateY(-40%);
  -moz-transform: translateX(0) translateY(-40%);
  -ms-transform: translateX(0) translateY(-40%);
  -o-transform: translateX(0) translateY(-40%);
  transform: translateX(0) translateY(-40%);
}
.popup .close-popup {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 5px;
  cursor: pointer;
}
.popup .close-popup i {
  color: #acbbc6;
  font-size: 1.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup .close-popup:hover i {
  color: #658297;
}
.popup .popup-heading {
  text-align: center;
}
.popup .popup-heading h2 {
  font-size: 1.875rem;
}
.popup .popup-heading i {
  font-size: 1.875rem;
  color: #5b328c;
  margin: 0 0 15px 0;
}
.popup .popup-body {
  padding: 10px 20px;
}
.popup .popup-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.popup .popup-text p {
  color: #7a7d87;
}
.popup .popup-actions {
  text-align: center;
  padding: 20px 0 0 0;
}
.popup .popup-actions .button {
  display: inline-block;
  margin: 0 3px;
}
.popup.popup-login {
  padding: 0;
}
.popup.popup-login .popup-heading {
  padding: 80px 60px 0 60px;
}
@media all and (max-width: 1023px) {
  .popup.popup-login .popup-heading {
    padding: 40px 20px 0 20px;
  }
}
.popup.popup-login .popup-heading h2 {
  font-size: 1.875rem;
}
@media all and (max-width: 1023px) {
  .popup.popup-login .popup-heading h2 {
    font-size: 1.125rem;
  }
}
.popup.popup-login .popup-heading p {
  color: #7a7d87;
  line-height: 1.3;
  padding: 10px 0 0 0;
}
.popup.popup-login .popup-footer {
  padding: 15px 0;
  border-top: 1px solid #dadde0;
  text-align: center;
}
.popup.popup-login .popup-footer a {
  line-height: inherit;
  color: #5b328c;
}
.popup.popup-login .popup-footer a:hover {
  color: #5b328c;
}
.popup.popup-login .popup-graphic {
  background-position: bottom center;
  position: relative;
}
.popup.popup-member {
  padding: 30px;
  background: url("/img/graphic-logo-grey.svg") no-repeat 120% -80% #fff;
  background-size: 300px 300px;
}
.popup.popup-member .member-heading h2 {
  font-size: 22px;
}
.popup.popup-member .member-heading span {
  display: block;
  font-size: 14px;
  color: #84868d;
  padding: 5px 0 0 0;
}
.popup.popup-member .member-heading ul {
  margin: 10px 0 0 0;
  display: block;
  border-top: 1px solid #d7dae4;
  border-bottom: 1px solid #d7dae4;
}
.popup.popup-member .member-heading ul li {
  display: inline-block;
  padding: 3px 0;
}
.popup.popup-member .member-heading ul li p {
  font-size: 0.875rem;
  color: #546670;
}
.popup.popup-member .member-heading ul li p em {
  font-style: normal;
  color: #85939b;
  line-height: inherit;
}
.popup.popup-member .member-body {
  margin: 10px 0 0 0;
}
.popup.popup-member .member-body .rich-text * {
  line-height: 1.4;
}
.popup.popup-member .member-body .rich-text p {
  color: #7a7d87;
}

header {
  background: #5b328c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1023px) {
  header {
    position: fixed;
    z-index: 222;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  display: block;
  font-family: "exo_2bold";
  text-transform: uppercase;
  line-height: 1;
}
header nav ul li a img {
  width: 18px;
}
header nav ul li a.img {
  padding: 5px !important;
}
header .top {
  background: #3f1f65;
  z-index: 23;
  position: relative;
}
header .top nav .logo {
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
  z-index: 1;
  padding: 12px;
  width: 100px;
  background: #3f1f65;
}
header .top nav .logo img {
  width: 100%;
}
@media all and (max-width: 1279px) {
  header .top nav .logo {
    width: 100px;
  }
}
@media all and (max-width: 1023px) {
  header .top nav .logo {
    position: relative;
    padding: 5px;
    width: 60px;
  }
}
header .top nav .hamburger {
  display: none;
  float: right;
}
@media only screen and (max-width: 1023px) {
  header .top nav .hamburger {
    display: block;
  }
}
header .top nav .search-action {
  display: none;
  width: 40px;
  padding: 10px;
  float: right;
}
header .top nav .search-action img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  header .top nav .search-action {
    display: block;
  }
}
header .top nav .search-action.active img {
  opacity: 0;
}
header .top nav .search-action.active:before, header .top nav .search-action.active:after {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 3px;
  height: 20px;
  margin: 0 20px 13px 0;
  content: "";
  background: #fff;
  opacity: 0.7;
}
header .top nav .search-action.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .top nav .search-action.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .top nav .search-action.active:hover:before, header .top nav .search-action.active:hover:after {
  opacity: 1;
}
header .top nav ul.top-nav {
  padding: 0 0 0 100px;
}
@media all and (max-width: 1279px) {
  header .top nav ul.top-nav {
    padding: 0 0 0 100px;
  }
}
@media all and (max-width: 1023px) {
  header .top nav ul.top-nav {
    display: none;
  }
}
header .top nav ul.top-nav > li > a {
  padding: 10px;
  color: #fff;
  font-size: 11px;
  opacity: 0.7;
  text-transform: uppercase;
  font-family: "robotolight";
}
header .top nav ul.top-nav > li > a:hover {
  opacity: 1;
}
@media all and (max-width: 1279px) {
  header .top nav ul.top-nav > li > a {
    padding: 11px 8px;
    font-size: 10px;
  }
}
header .top nav ul.top-nav > li.active {
  background: rgba(255, 255, 255, 0.2);
}
header .top nav ul.top-nav > li.profile {
  float: right;
  text-align: right;
  position: relative;
}
header .top nav ul.top-nav > li.profile a {
  padding: 10px 20px;
  display: inline-block;
}
header .top nav ul.top-nav > li.profile a.has-dropdown {
  position: relative;
  padding-right: 30px;
}
header .top nav ul.top-nav > li.profile a.has-dropdown:after {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/img/arrow-down.svg") no-repeat center;
  content: "";
}
header .top nav ul.top-nav > li.profile .dropdown {
  position: absolute;
  background: #3f1f65;
  padding: 10px 0;
  display: none;
  right: 0;
  top: 30px;
  width: 100%;
  min-width: 150px;
  text-align: right;
}
header .top nav ul.top-nav > li.profile .dropdown ul {
  display: block;
}
header .top nav ul.top-nav > li.profile .dropdown ul li {
  display: block;
}
header .top nav ul.top-nav > li.profile .dropdown ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
}
header .top nav ul.top-nav > li.profile:hover .dropdown {
  display: block;
}
header .social {
  float: right;
  padding: 0 20px 0 0;
}
@media all and (max-width: 1279px) {
  header .social {
    padding: 5px 0 0 0;
  }
}
header .social ul {
  display: block;
}
@media all and (max-width: 1023px) {
  header .social ul {
    text-align: center;
  }
}
header .social ul li {
  float: right;
}
@media all and (max-width: 1023px) {
  header .social ul li {
    padding: 0;
    float: none;
    display: inline-block !important;
    width: 23%;
  }
}
header .social ul li a {
  display: block;
  background: none !important;
  padding: 5px 5px;
  opacity: 0.8;
}
header .social ul li a img {
  width: 20px;
}
@media all and (max-width: 1279px) {
  header .social ul li a {
    padding: 1px 3px;
  }
}
header .search {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: 3;
  width: 100%;
}
header .search.active {
  bottom: -52px;
  opacity: 1;
}
@media all and (max-width: 1279px) {
  header .search {
    padding: 0;
  }
}
@media all and (max-width: 1023px) {
  header .search {
    position: fixed;
    top: 0;
    bottom: auto !important;
  }
  header .search.active {
    top: 45px;
  }
}
header .search form {
  width: 100%;
  position: relative;
}
header .search form .input {
  width: 100%;
  line-height: 1.4;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #5b328c;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .search form .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.8 !important;
}
header .search form .submit {
  position: absolute;
  right: 0;
  text-align: center;
  padding: 10px;
  opacity: 0.8;
  height: 100%;
  background: #3f1f65;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .search form .submit img {
  width: 20px;
}
header .search form .submit:hover {
  opacity: 1;
}
@media all and (max-width: 1279px) {
  header .search form .submit {
    height: 30px;
  }
}
@media all and (max-width: 1023px) {
  header .search form .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 22;
  }
}
@media all and (max-width: 1023px) {
  header .bottom {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: fixed;
    right: -40%;
    width: 40%;
    top: 0;
    height: 100%;
    background: #5b328c;
    padding-top: 45px;
    z-index: 22;
    overflow: auto;
  }
}
@media all and (max-width: 767px) {
  header .bottom {
    width: 80%;
    right: -80%;
  }
}
header .bottom nav .profile {
  display: none;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1279px) {
  header .bottom nav .profile {
    display: block;
  }
}
header .bottom nav .profile a {
  text-align: left;
  padding: 10px 20px 10px 0;
  display: block;
  color: #fff;
}
header .bottom nav .profile a p {
  display: inline-block;
}
header .bottom nav .profile a p span {
  display: block;
  font-size: 12px;
}
header .bottom nav .profile a em {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 13px 0 0 0;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #fff;
  color: #5b328c;
  font-family: "exo_2bold";
}
header .bottom nav .profile a.no-user {
  text-align: center;
  display: inline-block;
  width: 45%;
}
header .bottom nav .search-action {
  position: absolute;
  right: 0;
  padding: 10px;
  bottom: 0;
  z-index: 10;
}
header .bottom nav .search-action img {
  width: 20px;
}
header .bottom nav .search-action.active img {
  opacity: 0;
}
header .bottom nav .search-action.active:before, header .bottom nav .search-action.active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 20px;
  margin: 0 20px 13px 0;
  content: "";
  background: #fff;
  opacity: 0.7;
}
header .bottom nav .search-action.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .bottom nav .search-action.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .bottom nav .search-action.active:hover:before, header .bottom nav .search-action.active:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  header .bottom nav .search-action {
    display: none;
  }
}
header .bottom nav ul {
  padding: 0 0 0 100px;
  background: #5b328c;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1279px) {
  header .bottom nav ul {
    padding: 0 0 0 100px;
  }
}
@media all and (max-width: 1023px) {
  header .bottom nav ul {
    padding: 0;
  }
}
header .bottom nav ul li {
  float: left;
}
@media all and (max-width: 1023px) {
  header .bottom nav ul li {
    display: block;
    float: none;
  }
}
header .bottom nav ul li a {
  color: #fff;
  padding: 15px 12px;
  font-size: 13px;
  position: relative;
}
@media all and (max-width: 1279px) {
  header .bottom nav ul li a {
    font-size: 11px;
    padding: 16px 9px;
  }
}
header .bottom nav ul li a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  opacity: 0.4;
  background: #fff;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media all and (max-width: 1023px) {
  header .bottom nav ul li a:after {
    height: 2px;
    width: 100%;
    left: 0;
    opacity: 0.2;
  }
}
header .bottom nav ul li.active a:after, header .bottom nav ul li a:hover:after {
  left: 0;
  width: 100%;
}
header .bottom nav ul li.active a:after {
  opacity: 1;
}
header .bottom nav ul:not(.st_show) li:first-child a {
  background: #3f1f65;
}

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .row {
    margin: 0;
  }
}
.row > .column {
  padding: 0 5px;
  float: left;
}
.row > .column.negative-margin-top {
  margin: -10px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .row > .column.negative-margin-top {
    margin: 0;
    padding: 0;
  }
}
.row > .column.pull-right {
  float: right;
}
@media only screen and (max-width: 1279px) {
  .row > .column.tablet-hide {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .row > .column.sm-tablet-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .row > .column {
    padding: 5px;
  }
}
.row > .column.__12 {
  width: 100%;
}
.row > .column.__11 {
  width: 91.666666%;
}
.row > .column.__10 {
  width: 83.333333%;
}
.row > .column.__9 {
  width: 75%;
}
.row > .column.__8 {
  width: 66.666666%;
}
.row > .column.__7 {
  width: 58.333333%;
}
.row > .column.__6 {
  width: 50%;
}
.row > .column.__5 {
  width: 41.666666%;
}
.row > .column.__4 {
  width: 33.333333%;
}
.row > .column.__3 {
  width: 25%;
}
.row > .column.__2 {
  width: 16.666666%;
}
.row > .column.__1 {
  width: 8.333333%;
}
@media only screen and (max-width: 1366px) {
  .row > .column.llt__12 {
    width: 100%;
  }
  .row > .column.llt__8 {
    width: 66.666666%;
  }
  .row > .column.llt__4 {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 1279px) {
  .row > .column.lt__6 {
    width: 100%;
  }
  .row > .column.lt__5 {
    width: 83.333333%;
  }
  .row > .column.lt__4 {
    width: 66.666666%;
  }
  .row > .column.lt__3 {
    width: 50%;
  }
  .row > .column.lt__2 {
    width: 33.333333%;
  }
  .row > .column.lt__1 {
    width: 16.666666%;
  }
}
@media only screen and (max-width: 1023px) {
  .row > .column.st__6 {
    width: 100%;
  }
  .row > .column.st__5 {
    width: 83.333333%;
  }
  .row > .column.st__4 {
    width: 66.666666%;
  }
  .row > .column.st__3 {
    width: 50%;
  }
  .row > .column.st__2 {
    width: 33.333333%;
  }
  .row > .column.st__1 {
    width: 16.666666%;
  }
  .row > .column.st__hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .row > .column.m__1 {
    width: 50% !important;
  }
  .row > .column.m__11 {
    width: 30% !important;
  }
  .row > .column.m__22 {
    width: 70% !important;
  }
  .row > .column.m__2, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
    width: 100%;
  }
}
.row.block-row.__1-block > .column {
  width: 100%;
}
.row.block-row.__2-block > .column {
  width: 50%;
}
.row.block-row.__3-block > .column {
  width: 33.3333333%;
}
.row.block-row.__4-block > .column {
  width: 25%;
}
.row.block-row.__5-block > .column {
  width: 20%;
}
.row.block-row.__6-block > .column {
  width: 16.666666666%;
}
.row.block-row.__7-block > .column {
  width: 14.285714%;
}
.row.block-row.__8-block > .column {
  width: 12.5%;
}
@media only screen and (max-width: 1279px) {
  .row.block-row.lt__2-block > .column {
    width: 50%;
  }
  .row.block-row.lt__3-block > .column {
    width: 33.3333333%;
  }
  .row.block-row.lt__4-block > .column {
    width: 25%;
  }
  .row.block-row.lt__5-block > .column {
    width: 20%;
  }
  .row.block-row.lt__6-block > .column {
    width: 16.666666666%;
  }
}
@media only screen and (max-width: 1023px) {
  .row.block-row.st__1-block > .column {
    width: 100%;
  }
  .row.block-row.st__2-block > .column {
    width: 50%;
  }
  .row.block-row.st__3-block > .column {
    width: 33.3333333%;
  }
  .row.block-row.st__4-block > .column {
    width: 25%;
  }
  .row.block-row.st__5-block > .column {
    width: 20%;
  }
  .row.block-row.st__6-block > .column {
    width: 16.666666666%;
  }
  .row.block-row > .column.st__6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
    width: 100%;
  }
  .row.block-row.m__1-block > .column {
    width: 100%;
  }
  .row.block-row.m__2-block > .column {
    width: 50%;
  }
  .row.block-row.m__3-block > .column {
    width: 33.3333333%;
  }
  .row.block-row.m__4-block > .column {
    width: 25%;
  }
}
.row.__0 {
  margin: 0;
}
.row.__0 > .column {
  padding: 0;
}
.row.__5 {
  margin: 0 -5px;
}
.row.__5 > .column {
  padding: 0 5px;
}
.row.__60 {
  margin: 0 -30px;
}
.row.__60 > .column {
  padding: 0 30px;
}
@media only screen and (max-width: 1279px) {
  .row.__60 {
    margin: 0 -10px;
  }
  .row.__60 > .column {
    padding: 0 10px;
  }
}
.row.__30 {
  margin: 0 -15px;
}
.row.__30 > .column {
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .row.__30 {
    margin: 0 -5px;
  }
  .row.__30 > .column {
    padding: 0 5px;
  }
}
.row.__20 {
  margin: 0 -10px;
}
.row.__20 > .column {
  padding: 0 10px;
}
.row.__inline-row {
  text-align: center;
}
.row.__inline-row > .column {
  display: inline-block;
  float: none;
  margin: 0 -2px 10px -2px;
}
.row.__centered-row {
  text-align: center;
}
.row.__centered-row > .column {
  display: inline-block;
  float: none;
  margin: 0;
}
.row.show-last-st > .column:last-child {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .row.show-last-st > .column:last-child {
    display: block;
  }
}

/* Slider */
.slick-slider {
  height: 0;
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-slider.slick-initialized {
  height: auto;
  opacity: 1 !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  position: absolute;
  top: 15px;
  right: 10px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .slick-dots {
    top: 5px;
    right: 5px;
  }
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots li button {
  background: rgba(0, 0, 0, 0.7);
  width: 30px;
  height: 30px;
  color: #fff;
  font-family: "exo_2bold";
}
@media all and (max-width: 767px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
.slick-dots li.slick-active button {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.slider-progress {
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.slider-progress .progress {
  width: 0%;
  height: 2px;
  background: #5b328c;
}

footer {
  background: #5b328c;
  color: #fff;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 10;
}
footer a {
  display: inline-block;
}
footer h3 {
  padding: 0 0 20px 0;
  font-size: 18px;
  text-transform: uppercase;
}
footer ul li {
  padding: 5px 0;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer ul li {
    text-align: center;
  }
}
footer ul li a {
  display: inline-block;
  opacity: 0.8;
  font-size: 14px;
}
footer ul li a:hover {
  opacity: 1;
}
footer .column {
  text-align: left;
}
footer .column:last-child h3 {
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  footer .column:last-child {
    margin-top: 40px !important;
  }
  footer .column:last-child h3 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .column {
    text-align: center !important;
    margin-top: 20px !important;
  }
  footer .column h3 {
    text-align: center;
  }
}
footer input {
  color: #5b328c;
}
footer form .field > div:not(.nx-form-message) {
  visibility: hidden;
  opacity: 0;
  z-index: -99999;
}
footer .field.nx-form-invalid .nx-form-invalid-message {
  top: -15px;
  color: #fff;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
}
footer .nx-form-message {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 14px;
}
footer .bottom {
  margin: 30px 0 0 0;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.newsletter-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0 0 0;
}
.newsletter-wrap h3 {
  padding: 0 0 15px 0;
  color: #fff;
}
.newsletter-wrap p, .newsletter-wrap h3, .newsletter-wrap .nx-form-message {
  color: #fff;
}
.newsletter-wrap .close-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.newsletter-wrap .close-wrap:after, .newsletter-wrap .close-wrap:before {
  position: absolute;
  width: 2px;
  height: 20px;
  background: #fff;
  content: "";
  right: 0;
  left: 0;
}
.newsletter-wrap .close-wrap:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsletter-wrap .close-wrap:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .newsletter-wrap h3 {
    font-size: 14px;
  }
  .newsletter-wrap .close-wrap {
    top: -5px;
  }
  .newsletter-wrap .rich-text {
    font-size: 12px;
  }
}

.field {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
}
.field.button-field {
  margin: 20px 0 0 0;
}
.field .search-button {
  width: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  bottom: 5px;
  padding: 5px;
}
.field .search-button + input {
  padding-right: 60px;
}
.field .input {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 20px;
  max-width: 100%;
  text-align: left;
  border: 1px solid #bdc3d1;
  background: #fcfcfd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.field .input:disabled {
  background-color: #eeeeee !important;
}
.field .input:hover, .field .input:focus, .field .input:active {
  border: 1px solid #a6acbb;
  background: #fff;
}
.field select {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 95% 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.field select.input {
  padding: 11px 20px;
}
.field label {
  padding: 0 0 3px 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #5e6172;
}
@media only screen and (max-width: 1023px) {
  .field label {
    font-size: 10px;
  }
}
.field textarea.input {
  resize: none;
  height: 150px;
  background: #fcfcfd;
  text-transform: none;
  line-height: 1.6;
  color: #212121;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.field.validation-error .validation-error-message,
.field.validation-error .nx-form-invalid-message, .field.nx-form-invalid .validation-error-message,
.field.nx-form-invalid .nx-form-invalid-message {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  color: #5b328c;
  text-transform: uppercase;
  font-size: 11px;
  bottom: auto;
  font-family: "exo_2medium";
}
.field.validation-error label, .field.nx-form-invalid label {
  opacity: 0;
}
.field.validation-error .input, .field.nx-form-invalid .input {
  border-color: #5b328c !important;
}
.field.checkbox {
  position: relative;
  padding: 10px 0 0 30px;
  margin: 0 0 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}
.field.checkbox * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.field.checkbox > a {
  font-size: 12px;
  display: inline-block;
  text-decoration: underline;
  color: #5b328c;
  margin-top: 10px;
  line-height: inherit;
}
.field.checkbox > a:hover {
  color: #3f1f65;
}
.field.checkbox em {
  margin-top: 10px;
  display: inline-block;
}
.field.checkbox label {
  display: inline-block;
  padding: 0 0 0 25px;
  color: #6a6c72;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.field.checkbox label:before {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid #cccccf;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.field.checkbox label:after {
  width: 9px;
  height: 5px;
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.field.checkbox label:hover:before {
  border: 1px solid #4a4a4a;
}
.field.checkbox label span {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #b8bcca;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .field.checkbox label {
    margin-bottom: 10px;
  }
}
.field.checkbox input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.field.checkbox input:checked + label:before {
  border: 1px solid #5b328c;
  background: #5b328c;
}
.field.checkbox.nx-form-invalid label {
  color: #fb6363;
  opacity: 1;
}
.field.radio {
  position: relative;
  padding-left: 30px;
}
.field.radio input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.field.radio label {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 0 0 0;
  color: #72747c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.field.radio label:before {
  width: 18px;
  height: 16px;
  border: 1px solid #e3e3e3;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.field.radio label:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  content: "";
  height: 8px;
  width: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  background: #34374e;
  left: 5px;
  top: 8px;
}
.field.radio input:checked + label {
  color: #212121;
}
.field.radio input:checked + label:after {
  opacity: 1;
}
.field.radio input:disabled + label {
  opacity: 0.5;
  cursor: default;
}
.field.required label {
  display: inline-block;
  position: relative;
}
.field.required label:after {
  width: auto;
  height: auto;
  color: #5b328c;
  font-size: 16px;
  position: absolute;
  right: -12px;
  top: 0;
  content: "*";
}
.field .capcha-field {
  position: relative;
}
.field .capcha-field p {
  padding: 20px 0;
  font-size: 20px;
}
.field.captcha .captcha-image {
  position: relative;
}
.field.captcha .captcha-image img {
  width: 100%;
  height: auto;
}
.field.captcha .captcha-image a {
  position: absolute;
  right: 0;
  top: 0;
}

.form-tab h3 {
  padding: 0 0 20px 0;
  font-family: "exo_2medium";
  font-size: 18px;
}

.input-radio {
  display: block;
  position: relative;
}
.input-radio label {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #707070;
  color: #585858;
  font-family: "exo_2bold";
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-radio label.big {
  padding: 40px 10px;
  position: relative;
  margin: 40px 0;
  border: none;
}
.input-radio label.big:after {
  background: #f5efff;
  border: 10px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-radio label.big:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  content: "";
  z-index: 0;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}
.input-radio label.big * {
  display: block;
  position: relative;
  z-index: 11;
}
.input-radio label.big em {
  font-family: "exo_2bold";
  font-weight: bold;
  color: #5b328c;
  font-size: 60px;
}
.input-radio label.big span {
  font-family: "exo_2bold";
  color: #383838;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  font-size: 14px;
}
.input-radio label.big i {
  font-family: "exo_2bold";
  color: #5b328c;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}
.input-radio input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.input-radio input:checked ~ label {
  background: #5b328c;
  color: #fff;
}
.input-radio input:checked ~ label:after {
  background: #5b328c;
}
.input-radio input:checked ~ label.big em, .input-radio input:checked ~ label.big span, .input-radio input:checked ~ label.big i {
  color: #fff;
}
.input-radio input:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}

.form-holder .row {
  margin: 0 -15px;
}
.form-holder .row > .column {
  padding: 0 15px;
}
.form-holder .field {
  margin: 0 0 15px 0;
}

.form-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2345;
}
.form-loading.active {
  display: block;
}
.form-loading .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  text-align: center;
}
.form-loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.form-loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.form-loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.nx-form-loading .form-loading, .loading .form-loading {
  display: block;
}

.adocean-slider-holder > div {
  margin-top: 10px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 1023px) {
  .adocean-slider-holder {
    margin-bottom: 0;
  }
}

.adocean-default-holder > div, .adocean-default-holder iframe {
  margin-bottom: 10px;
}

.adocean-sections-holder > div {
  margin-top: -40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .adocean-sections-holder > div {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .adocean-sections-holder > div {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.adocean-text-holder > div {
  margin-bottom: 20px;
}

.adocean-branding-banner {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 360px;
  height: 100%;
}
.adocean-branding-banner.left-branding {
  right: 50%;
  margin-right: 640px;
}
.adocean-branding-banner.right-branding {
  left: 50%;
  margin-left: 640px;
}

main {
  display: inline-block;
  padding: 0 20px 0 0;
  width: calc(100% - 310px);
}
main.full {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  main {
    width: 100%;
    padding: 0;
  }
}

aside {
  width: 300px;
  float: right;
}
aside.negative-margin-top {
  margin: -10px 0 0 0;
}
@media only screen and (max-width: 1279px) {
  aside.negative-margin-top {
    margin: 0;
  }
}
@media only screen and (max-width: 1279px) {
  aside {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  aside iframe {
    max-height: 310px !important;
  }
}
@media only screen and (max-width: 1023px) {
  aside iframe {
    max-height: initial !important;
  }
}

.grecapthca-info {
  padding: 10px 0;
  font-size: 12px;
}
.grecapthca-info p a {
  text-decoration: underline;
}
.grecapthca-info a {
  display: inline;
}

.article-blocks {
  padding: 20px 0;
}
.article-blocks h3 {
  padding: 0 0 10px 0;
}
.article-blocks .row .column a {
  background: #fff;
  text-align: center;
  padding: 10px;
  display: block;
  opacity: 0.7;
  color: #fff;
}
.article-blocks .row .column a img {
  width: 60px;
}
.article-blocks .row .column a p {
  padding: 10px 0 0 0;
  color: #fff;
}
.article-blocks .row .column a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .article-blocks .row .column {
    margin: 0 0 10px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
  position: absolute !important;
  opacity: 0 !important;
}

article {
  display: block;
  position: relative;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article a {
  display: block;
}
article img {
  width: 100%;
}
article.list.article-list {
  padding-bottom: 50px;
}
article.list.article-list > a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
article.list.article-list > a:hover {
  background: #fff;
}
article.list.article-list > a:hover:before {
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  opacity: 1;
}
article.list > a {
  position: relative;
  display: block;
}
article.list .image-wrapper {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 15px 0 0;
}
article.list .image-wrapper img {
  width: 100%;
}
article.list .image-wrapper:not(.rounded) {
  width: 25%;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
article.list .image-wrapper.rounded {
  margin: 0 15px 0 0 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 1279px) {
  article.list .image-wrapper.rounded {
    width: 60px !important;
  }
}
@media all and (max-width: 767px) {
  article.list .image-wrapper {
    width: 35% !important;
    margin: 0 10px 0 0 !important;
    position: relative;
    z-index: 4;
  }
}
article.list:not(.home-top-list) .image-wrapper {
  margin: 0 20px 0 0;
  padding: 5px;
  background: #fff;
}
@media all and (max-width: 1279px) {
  article.list:not(.home-top-list) .image-wrapper {
    width: 240px;
  }
}
article.list .text-wrapper {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 920px;
}
@media all and (max-width: 767px) {
  article.list .text-wrapper {
    width: auto;
    display: block;
  }
}
article.list .text-wrapper h3 {
  font-size: 16px;
  font-family: "exo_2bold";
}
article.list .text-wrapper h2 {
  font-size: 20px;
  margin: 5px 0 10px 0;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  article.list .text-wrapper h2 {
    font-size: 16px;
  }
}
article.list .text-wrapper .separator {
  padding: 5px 0;
  border-bottom: 1px solid #5b328c;
  border-top: 1px solid #5b328c;
  margin: 0 0 20px 0;
}
@media all and (max-width: 767px) {
  article.list .text-wrapper .separator {
    margin: 0 0 5px 0;
  }
}
article.list .text-wrapper .separator p {
  font-family: "exo_2bold";
  font-size: 14px;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media all and (max-width: 767px) {
  article.list .text-wrapper .separator p {
    font-size: 12px;
  }
}
article.list .text-wrapper .separator.search-separator {
  border: none;
  padding: 0;
  margin: 0;
}
article.list .text-wrapper time {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}
article.list.columnist .image-wrapper {
  width: 40px;
  margin: 0 5px 0 0 !important;
}
article.list.columnist .text-wrapper h3 {
  font-size: 14px;
  padding: 15px 0 0 0;
}
article.grid {
  display: block;
}
article.grid.margin-top {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
  article.grid.margin-top {
    margin: 0;
  }
}
article.grid:not(.background) {
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  article.grid:not(.background) {
    margin: 0;
  }
}
article.grid:not(.background) .text-wrapper {
  padding: 15px 0 0 0;
}
article.grid:not(.background) .text-wrapper h3 {
  line-height: 1.4;
}
@media only screen and (max-width: 1279px) {
  article.grid:not(.background) .text-wrapper h3 {
    height: 45px;
    font-size: 14px;
    overflow: hidden;
  }
}
article.grid:not(.background) .text-wrapper time, article.grid:not(.background) .text-wrapper p {
  font-size: 14px;
  padding: 10px 0 0 0;
}
article.grid.complex-bg {
  position: relative;
}
article.grid.complex-bg a {
  display: block;
  text-align: left;
  background: no-repeat center;
}
article.grid.complex-bg a .image-wrapper {
  width: 100%;
}
article.grid.complex-bg a .image-wrapper img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;
}
article.grid.complex-bg a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.grid.complex-bg a h2 {
  z-index: 2;
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
}
article.grid.complex-bg a p {
  z-index: 2;
  font-size: 1.25em;
  font-family: "exo_2medium";
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 80px;
  right: 30px;
}
article.grid.complex-bg a .logo-holder {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  text-align: center;
  z-index: 2;
}
article.grid.complex-bg a .logo-holder ul li {
  display: inline-block;
  padding: 5px;
  text-align: center;
  /* one item */
  /* two items */
  /* three items */
}
article.grid.complex-bg a .logo-holder ul li img {
  max-width: 100%;
  width: auto;
}
article.grid.complex-bg a .logo-holder ul li:first-child:nth-last-child(1) {
  width: 50%;
}
article.grid.complex-bg a .logo-holder ul li:first-child:nth-last-child(2), article.grid.complex-bg a .logo-holder ul li:first-child:nth-last-child(2) ~ li {
  width: 45%;
}
article.grid.complex-bg a .logo-holder ul li:first-child:nth-last-child(3), article.grid.complex-bg a .logo-holder ul li:first-child:nth-last-child(3) ~ li {
  width: 30%;
}
article.grid.complex-bg a:after {
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  background: transparent;
  border: 2px solid #fff;
  position: absolute;
  content: "";
  z-index: 2;
}
article.grid.background {
  position: relative;
}
article.grid.background .text-wrapper {
  background: rgba(245, 247, 250, 0);
  background: -moz-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 247, 250, 0)), color-stop(80%, black));
  background: -webkit-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: -o-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: -ms-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: linear-gradient(to bottom, rgba(245, 247, 250, 0) 0%, black 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fa", endColorstr="#000000", GradientType=0);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 10px 10px 10px;
}
article.grid.background .text-wrapper h2 {
  color: #fff;
  font-size: 26px;
  padding: 0 0 10px 0;
}
article.grid.background .text-wrapper h3 {
  color: #fff;
  font-size: 20px;
}
article.grid.background .text-wrapper time {
  color: #fff;
  font-size: 12px;
  padding: 5px 0 0 0;
}
@media all and (max-width: 767px) {
  article.grid.background .image-wrapper {
    width: 100% !important;
    float: none;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  article.grid.background .text-wrapper {
    padding: 10px 5px 5px !important;
  }
  article.grid.background .text-wrapper h3 {
    line-height: 1.2;
    padding: 0 0 5px 0;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  article.grid .image-wrapper {
    width: 35%;
    margin: 0 10px 0 0;
    float: left;
  }
}
@media all and (max-width: 767px) {
  article.grid .text-wrapper {
    padding: 0 !important;
  }
  article.grid .text-wrapper h3 {
    height: auto !important;
  }
  article.grid .text-wrapper p {
    font-size: 13px !important;
  }
}
article.hero-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}
article.hero-list-item .text-wrapper {
  display: block;
}
article.hero-list-item .text-wrapper h2 {
  line-height: 1.2;
  display: block;
  font-size: 18px;
}
article.hero-list-item .text-wrapper p {
  display: block;
  font-size: 12px;
  padding: 0;
}
article.authors-article {
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}
article.authors-article .image-wrapper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
article.authors-article .text-wrapper h2 {
  font-size: 16px;
  padding: 10px 0 5px 0;
}
article.authors-article .text-wrapper p {
  font-size: 12px;
}
@media all and (max-width: 1279px) {
  article.authors-article {
    padding: 0;
  }
  article.authors-article .image-wrapper {
    width: 70%;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  article.authors-article {
    padding: 0;
  }
  article.authors-article .image-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
article.authors-article.active .image-wrapper {
  border: 2px solid #5b328c;
}
article.padded {
  padding: 60px 0 0 0;
}

.pagination {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.pagination * {
  line-height: 1;
}
.pagination svg, .pagination img {
  width: 8px;
  height: 10px;
  border-top: 2px solid transparent;
}
.pagination svg path, .pagination img path {
  fill: #7f91a8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagination svg:hover path, .pagination img:hover path {
  fill: #a8aeb0;
}
.pagination span {
  text-align: center;
  display: inline-block;
}
.pagination span.prev {
  float: left;
}
.pagination span.next {
  float: right;
}
.pagination span.hide {
  visibility: hidden;
  opacity: 0;
}
.pagination span.current {
  width: 30px;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  background-color: #5b328c;
}
.pagination span a {
  width: 30px;
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #7f91a8;
  background: #e5e8ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination span a:hover {
  color: #ffffff;
  background: #a0aab0;
}
.pagination span a:hover svg path, .pagination span a:hover img path {
  fill: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pagination span a {
    width: 24px;
    padding: 5px 0;
  }
  .pagination span.current {
    width: 24px;
    padding: 5px 0;
  }
}

.main-columnist {
  padding: 20px 0;
}

.leaderboard-banner {
  display: block;
  padding: 20px 0 0 0;
  text-align: center;
}
.leaderboard-banner.left {
  text-align: left;
}
.leaderboard-banner a {
  display: inline-block;
}
.leaderboard-banner a img {
  max-width: 100%;
}

@media all and (max-width: 1023px) {
  .home-issue:first-child {
    margin: 0 0 50px 0;
  }
}

.issue-cover {
  display: block;
}
@media all and (max-width: 1023px) {
  .issue-cover {
    padding: 0 35px;
  }
}
.issue-cover img {
  width: 100%;
}
.issue-cover .button {
  width: 100%;
  margin: 10px 0 0 0;
}

.fb-holder {
  margin: 30px 0 0 0;
}
@media all and (max-width: 767px) {
  .fb-holder {
    margin: 30px 0;
  }
}
.fb-holder .fb_iframe_widget {
  display: block !important;
}
.fb-holder .fb_iframe_widget span {
  display: block !important;
  margin: 0 auto;
}

aside .fb-page {
  margin: 20px 0 0 0;
}

table {
  width: 100%;
  background: #ffffff;
  margin: 15px 0 0 0;
  border: 1px solid #d7dae6;
  -webkit-box-shadow: 0px 0px 0px 5px #f4f4f4;
  -moz-box-shadow: 0px 0px 0px 5px #f4f4f4;
  box-shadow: 0px 0px 0px 5px #f4f4f4;
}
table thead tr th, table thead tr td {
  background: #f4f4f4;
  border-bottom: 1px solid #d7dae4;
  color: #5f626d;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 20px 12px 20px;
  font-family: "exo_2bold";
}
table thead tr th:last-child, table thead tr td:last-child {
  padding: 15px 20px 12px 20px !important;
}
table thead tr th.image-wrap, table thead tr td.image-wrap {
  width: 15%;
}
table thead tr th.notes, table thead tr td.notes {
  width: 40%;
}
table thead tr td {
  color: #5f626d;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
table thead tr td.table-heading {
  padding: 8px 20px 6px 20px;
  background: #34374e;
  border: 1px solid #d7dae4;
}
@media only screen and (max-width: 767px) {
  table thead tr td.table-heading {
    text-align: center;
  }
}
table thead tr td.table-heading h2, table thead tr td.table-heading h3, table thead tr td.table-heading a {
  color: #fff;
}
table thead tr td.table-heading a {
  display: block;
}
table thead tr td.table-heading a h3 {
  display: inline-block;
}
table thead tr td.table-heading a .ghost-button {
  float: right;
  padding: 5px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  table thead tr td.table-heading a .ghost-button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  table thead.bt-show {
    display: table-cell !important;
  }
  table thead.bt-show tr td {
    display: table-cell;
    width: 768px;
  }
}
table tbody + thead tr th, table tbody + thead tr td {
  border-top: 20px solid #fff;
}
table tbody tr td {
  vertical-align: top;
  background: #f7f8f8;
  color: #515357;
  padding: 15px 20px 12px 20px;
  font-size: 14px;
}
table tbody tr td:last-child {
  padding: 15px 20px 12px 20px !important;
}
table tbody tr:nth-child(2n+1) td {
  background: #ffffff;
}

.secure-list {
  padding: 0;
}
.secure-list .column:nth-child(n+1) {
  margin: 0 !important;
}
.secure-list .column:nth-child(2) {
  text-align: center;
}
.secure-list .column:nth-child(3) {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .secure-list .column:nth-child(3) {
    text-align: center;
  }
}
.secure-list ul li {
  padding: 0;
  display: inline-block;
  text-align: center;
}
.secure-list ul li:before {
  display: none;
}
.secure-list ul li a {
  display: block;
  padding: 5px;
  background: #ffffff;
}
.secure-list ul li a img {
  display: inline-block;
  max-width: 100%;
}
.secure-list ul.__5 li {
  width: 18%;
}

table.bt thead,
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left;
  width: 100%;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
  line-height: 1.5;
  font-size: 1.0625rem !important;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

.page-header {
  margin: 0 0 30px 0;
}
.page-header h1 {
  font-size: 30px;
}
@media all and (max-width: 1023px) {
  .page-header h1 {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .page-header h1 {
    font-size: 20px;
  }
}

.bordered-list {
  border: 2px solid #dcd4e7;
}
@media all and (max-width: 767px) {
  .bordered-list {
    margin: 40px 0;
  }
}
.bordered-list .header {
  padding: 0 0 10px 0;
  text-align: center;
}
.bordered-list .header a, .bordered-list .header h3 {
  margin: -15px 0 0 0;
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-family: "exo_2bold";
  color: #5b328c;
}
.bordered-list .header .image {
  margin: 0;
  background: none !important;
}
.bordered-list .header .image img {
  display: inline-block;
  max-width: 80%;
}
.bordered-list .footer {
  padding: 10px 0 0 0;
  text-align: center;
}
.bordered-list .footer a {
  margin: 0 0 -15px 0;
}
.bordered-list article {
  position: relative;
}
.bordered-list article:before {
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #e3e3e3;
  content: "";
  position: absolute;
}
.bordered-list article a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
.bordered-list article a:after {
  content: "";
  display: table;
  clear: both;
}
.bordered-list article a:before {
  top: 50%;
  left: -2px;
  height: 0;
  width: 2px;
  background: #5b328c;
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bordered-list article a .image-wrapper .image-wrapper {
  width: 75px;
}
.bordered-list article a .image-wrapper img {
  width: 100%;
}
.bordered-list article a .image-wrapper img:not(.square) {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bordered-list article a .text-wrapper h3 {
  min-height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bordered-list article a .text-wrapper p {
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bordered-list article a:hover .text-wrapper h3, .bordered-list article a.active .text-wrapper h3 {
  color: #5b328c;
}
.bordered-list article a:hover:before, .bordered-list article a.active:before {
  opacity: 1;
  height: 100%;
  top: 0;
}
.bordered-list article:last-of-type:before {
  display: none;
}
.bordered-list form {
  padding: 10px 15px;
  display: block;
}

.margin-bottom {
  margin: 0 0 30px 0;
}

.margin-top {
  margin: 30px 0 0 0;
}

.heading {
  position: relative;
  padding: 5px 0 15px 0;
}
.heading.margin-bottom {
  margin: 0 0 20px 0;
}
@media all and (max-width: 767px) {
  .heading.margin-bottom {
    margin: 10px 0 20px 0;
  }
}
.heading h1 {
  text-transform: uppercase;
  color: #5b328c;
  position: relative;
  font-family: "exo_2bold";
  display: block;
  line-height: 1;
  font-size: 26px;
}
.heading h3 {
  text-transform: uppercase;
  color: #5b328c;
  position: relative;
  font-family: "exo_2bold";
  display: block;
  line-height: 1;
}
.heading a:not(.button) {
  text-transform: uppercase;
  color: #5b328c;
  position: relative;
  font-family: "exo_2bold";
  display: block;
  line-height: 1;
}
.heading a:not(.button):before, .heading a:not(.button):after {
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: #5b328c;
  border-right-color: #5b328c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.heading a:not(.button):after {
  right: 12px;
}
.heading a:not(.button):hover:after {
  right: 7px;
}
.heading a:not(.button):hover:before {
  right: 0px;
}
.heading a.button {
  float: right;
  margin: -25px 0;
}
.heading a.button.add-comment {
  margin: -9px 0;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 767px) {
  .heading a.button {
    float: none;
    margin: 0 0 20px 0 !important;
  }
}
.heading:before {
  width: 100%;
  height: 2px;
  background: #5b328c;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
}
.heading.image-heading a {
  margin: -34px 0 0 0;
}
@media only screen and (max-width: 1279px) {
  .heading.image-heading a {
    margin: 0;
  }
}
.heading.image-heading a img {
  height: 50px;
}

.comments {
  padding: 30px 0;
}
.comments .comments-list li {
  padding: 20px 0;
  border-bottom: 2px solid #dbd3e6;
}
.comments .comments-list li h4 {
  font-family: "exo_2bold";
  text-transform: uppercase;
  display: inline-block;
}
.comments .comments-list li p {
  padding: 20px 0 0 0;
}
.comments .comments-list li time {
  float: right;
  color: #72747c;
  font-size: 12px;
  padding-top: 4px;
}

section.profile {
  padding: 30px 0;
}
section.latest-news {
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 1023px) {
  section.latest-news {
    padding: 15px 0;
  }
}
section.gradient {
  background: #f5f7fa;
  background: -moz-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f7fa), color-stop(47%, white), color-stop(100%, #eceff6));
  background: -webkit-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: -o-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: -ms-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: linear-gradient(to bottom, #f5f7fa 0%, white 47%, #eceff6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fa", endColorstr="#eceff6", GradientType=0);
}
section.gradient .bordered-list .header a {
  background: #f5f7fa;
}
section.gradient-white {
  background: #f5f7fa;
  background: -moz-linear-gradient(top, #f5f7fa 0%, white 50%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f7fa), color-stop(50%, white));
  background: -webkit-linear-gradient(top, #f5f7fa 0%, white 50%);
  background: -o-linear-gradient(top, #f5f7fa 0%, white 50%);
  background: -ms-linear-gradient(top, #f5f7fa 0%, white 50%);
  background: linear-gradient(to bottom, #f5f7fa 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fa", endColorstr="#fff", GradientType=0);
}
section.hero {
  padding: 40px 0;
}
@media only screen and (max-width: 1279px) {
  section.hero {
    padding: 10px 0;
  }
}
section.hero main {
  padding: 0;
}
section.inner-hero {
  position: relative;
  background-size: cover;
  background-position: center;
}
section.inner-hero .overlay {
  position: relative;
  padding: 100px 10px 50px 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  section.inner-hero .overlay {
    padding: 50px 10px 30px 10px;
  }
}
section.inner-hero h2, section.inner-hero h1 {
  z-index: 2;
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
}
section.inner-hero h3 {
  color: #fff;
  font-size: 34px;
}
section.inner-hero ul li, section.inner-hero ol li {
  color: #fff;
}
section.inner-hero p {
  z-index: 2;
  font-size: 1.25em;
  font-family: "exo_2medium";
  text-transform: uppercase;
  color: #fff;
}
section.inner-hero .logo-holder {
  text-align: left;
  display: block;
  padding: 40px 0 0 0;
  z-index: 2;
}
section.inner-hero .logo-holder ul li {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
section.inner-hero .logo-holder ul li img {
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  section.inner-hero .logo-holder ul li {
    /* one item */
    /* two items */
    /* three items */
  }
  section.inner-hero .logo-holder ul li:first-child:nth-last-child(1) {
    width: 50%;
  }
  section.inner-hero .logo-holder ul li:first-child:nth-last-child(2), section.inner-hero .logo-holder ul li:first-child:nth-last-child(2) ~ li {
    width: 45%;
  }
  section.inner-hero .logo-holder ul li:first-child:nth-last-child(3), section.inner-hero .logo-holder ul li:first-child:nth-last-child(3) ~ li {
    width: 30%;
  }
}
section.inner-hero:after {
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  background: transparent;
  border: 2px solid #fff;
  position: absolute;
  content: "";
  z-index: 2;
}
section.default {
  padding: 60px 0;
}
@media only screen and (max-width: 1279px) {
  section.default {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.default {
    padding: 10px 0;
  }
}
section.bottom-padding {
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 1023px) {
  section.bottom-padding {
    padding: 0 0 30px 0;
  }
}
section.top-padding {
  padding: 60px 0 0 0;
  margin: 0 0 -100px 0;
}
@media only screen and (max-width: 1023px) {
  section.top-padding {
    padding: 30px 0 0 0;
  }
}
section.ads {
  padding: 20px 0;
}
section.ads a {
  display: block;
}
section.ads a img {
  max-width: 100%;
}

.profile-header {
  position: relative;
  margin: 0 0 100px 0;
  border-bottom: 2px solid #e3e3e3;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .profile-header {
    margin: 0 0 30px 0;
  }
}
.profile-header .avatar {
  margin: 0 0 -50px 0;
  display: inline-block;
  background: #5b328c;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 35px 0;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.profile-header .avatar h2 {
  font-family: "exo_2bold";
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .profile-header .avatar {
    width: 70px;
    height: 70px;
    padding: 20px 0;
  }
  .profile-header .avatar h2 {
    font-size: 20px;
  }
}
.profile-header .info {
  display: inline-block;
  padding: 40px 0 0 20px;
}
.profile-header .info h1 {
  font-size: 20px;
}
.profile-header .info p {
  line-height: 1;
  font-family: "exo_2medium";
}
.profile-header .info a {
  font-family: "exo_2medium";
  line-height: 1;
  color: #5b328c;
  display: inline-block;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .profile-header .info {
    padding: 5px 0 0 10px;
  }
}
.profile-header > a {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-family: "exo_2bold";
  font-size: 14px;
  line-height: 1;
  color: #4a4a4a;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .profile-header > a {
    bottom: -20px;
  }
}

.profile-list .profile-list-heading {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .profile-list .profile-list-heading {
    text-align: center;
  }
}
.profile-list .profile-list-heading h2 {
  display: inline-block;
  font-size: 20px;
}
.profile-list .profile-list-heading h4, .profile-list .profile-list-heading a {
  font-family: "exo_2medium";
  float: right;
}
.profile-list .profile-list-heading h4 em, .profile-list .profile-list-heading a em {
  font-family: "exo_2bold";
}
@media only screen and (max-width: 767px) {
  .profile-list .profile-list-heading h4, .profile-list .profile-list-heading a {
    display: inline-block;
    float: none;
  }
}
.profile-list .row .column a {
  display: block;
  position: relative;
  text-align: center;
}
.profile-list .row .column a img {
  width: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.profile-list .row .column a h3 {
  padding: 15px 0 0 0;
  color: #5b328c;
  text-transform: uppercase;
}

.slider .caption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 100px 20px 20px 20px;
  background: rgba(245, 247, 250, 0);
  background: -moz-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 247, 250, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(245, 247, 250, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fa", endColorstr="#000000", GradientType=0);
}
.slider .caption h1 {
  color: #fff;
  font-size: 26px;
}
@media only screen and (max-width: 1023px) {
  .slider .caption h1 {
    font-size: 22px;
  }
}
.slider .caption p {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .slider .caption p {
    font-size: 14px;
  }
}

.banners {
  padding: 20px 0;
}
.banners a {
  display: block;
}
.banners a img {
  width: 100%;
}
.banners.side-banners a {
  display: block;
  margin: 0 0 10px 0;
}
.banners.side-banners a:last-child {
  margin: 0;
}
.banners.side-banners a img {
  width: 100%;
}
.banners.side-banners.white-block {
  padding: 10px;
}

.paginator {
  margin: 30px 0;
  position: relative;
  font-family: "exo_2medium";
}
.paginator > div {
  display: block;
  margin: 0 50px;
  text-align: center;
  background: #f5f7fb;
}
.paginator > div span {
  display: inline-block;
}
.paginator > div span a {
  line-height: 1;
  display: block;
  padding: 15px;
  opacity: 0.6;
}
.paginator > div span a:hover {
  opacity: 1;
}
.paginator > div span.current {
  opacity: 1;
  padding: 15px;
  font-family: "exo_2bold";
  color: #5b328c;
}
.paginator > span {
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f7fb;
}
@media all and (max-width: 767px) {
  .paginator > span {
    height: 100%;
    padding: 20px 0;
  }
}
.paginator > span a {
  line-height: 1;
  display: block;
  padding: 15px 20px;
}
.paginator > span:last-child {
  left: auto;
  right: 0;
}

.breadcrumb-holder {
  padding: 20px 0;
}
@media all and (max-width: 1023px) {
  .breadcrumb-holder {
    padding: 10px 0;
  }
}
.breadcrumb-holder .breadcrumbs {
  padding: 5px 0;
  display: inline-block;
}
.breadcrumb-holder .breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 0 10px 0 0;
  font-family: "exo_2bold";
}
@media all and (max-width: 1023px) {
  .breadcrumb-holder .breadcrumbs li {
    padding: 0 5px 0 0;
  }
}
.breadcrumb-holder .breadcrumbs li a {
  display: block;
  line-height: 1;
  color: #5b328c;
}
.breadcrumb-holder .breadcrumbs li:not(:first-child):not(:last-child) {
  position: relative;
}
.breadcrumb-holder .breadcrumbs li:not(:first-child):not(:last-child):after {
  right: 0;
  top: 0;
  content: "/";
  position: absolute;
}
.breadcrumb-holder .social {
  float: right;
  text-align: right;
}
.breadcrumb-holder .social li {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .breadcrumb-holder .social {
    float: none;
    display: block;
    text-align: center;
  }
}

.details-heading {
  position: relative;
  margin: 20px 0 0 0;
}
.details-heading .image-holder {
  position: relative;
  width: auto;
  max-width: 40%;
  float: left;
  z-index: 1;
  margin: 0 30px 10px 0;
  padding: 5px;
  background: #fff;
  border: 2px solid #dcd4e7;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.details-heading .image-holder img {
  max-width: 100%;
  width: 100%;
}
.details-heading .image-holder.pull-right {
  float: right;
  margin: 0 0 10px 30px;
}
@media all and (max-width: 767px) {
  .details-heading .image-holder.pull-right {
    float: none;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 767px) {
  .details-heading .image-holder {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.details-heading .title-holder {
  display: block;
  padding: 0;
}
.details-heading .title-holder h1 {
  font-size: 36px;
}
@media all and (max-width: 767px) {
  .details-heading .title-holder h1 {
    font-size: 22px;
  }
}
.details-heading .title-holder h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}
@media all and (max-width: 767px) {
  .details-heading .title-holder h2 {
    font-size: 16px;
  }
}
.details-heading .title-holder .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  opacity: 0.6;
}
.details-heading.wide-heading .title-holder {
  background: rgba(245, 247, 250, 0);
  background: -moz-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 247, 250, 0)), color-stop(80%, black));
  background: -webkit-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: -o-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: -ms-linear-gradient(top, rgba(245, 247, 250, 0) 0%, black 80%);
  background: linear-gradient(to bottom, rgba(245, 247, 250, 0) 0%, black 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fa", endColorstr="#000000", GradientType=0);
  left: 0;
  content: "";
  bottom: 0;
  width: 100%;
  padding: 50px 30px 30px 30px;
  position: absolute;
  z-index: 22;
  color: #fff;
}
.details-heading.wide-heading .image-holder {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
}
.details-heading.wide-heading .image-holder img {
  max-width: none;
  width: 100%;
}

.details-info {
  padding: 30px 0 20px 0;
  border-bottom: 2px solid #dbd3e6;
  margin: 0 0 40px 0;
}
.details-info ul {
  display: block;
}
.details-info ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.details-info ul li p {
  font-family: "robotolight";
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
.details-info ul li img {
  display: inline-block;
}
.details-info ul li:last-child {
  float: right;
  padding: 0;
}
@media all and (max-width: 767px) {
  .details-info ul li.mobile-block {
    float: none !important;
    display: block;
    margin: 20px 0 0 0;
  }
}

.gray-block {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f5f7fa;
  background: -moz-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f7fa), color-stop(47%, white), color-stop(100%, #eceff6));
  background: -webkit-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: -o-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: -ms-linear-gradient(top, #f5f7fa 0%, white 47%, #eceff6 100%);
  background: linear-gradient(to bottom, #f5f7fa 0%, white 47%, #eceff6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fa", endColorstr="#eceff6", GradientType=0);
}

.white-block {
  margin: 20px 0 0 0;
  padding: 20px 10px 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.white-block .bordered-list .header a {
  padding: 5px 15px;
  margin: -12px 0 0 0;
  background: #fff !important;
  color: #72747c;
}
.white-block .bordered-list .header a.active {
  color: #5b328c;
}
.white-block .bordered-list article a .image-wrapper img {
  width: 100%;
  height: auto;
}
.white-block.map-holder {
  margin: 0;
}
.white-block.map-holder .map-bubble {
  width: 265px;
  -webkit-border-radius: 3px 3px 4px 4px;
  -moz-border-radius: 3px 3px 4px 4px;
  border-radius: 3px 3px 4px 4px;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5);
}
.white-block.map-holder .map-bubble .top {
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  padding: 15px;
  background: #5b328c;
}
.white-block.map-holder .map-bubble .top:after {
  content: "";
  display: table;
  clear: both;
}
.white-block.map-holder .map-bubble .top .mb-img {
  width: 25%;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.white-block.map-holder .map-bubble .top .mb-img img {
  width: 100%;
}
.white-block.map-holder .map-bubble .top .mb-img:hover {
  opacity: 0.9;
}
.white-block.map-holder .map-bubble .top .mb-title {
  text-align: left;
  padding-left: 20px;
  width: 75%;
  display: inline-block;
}
.white-block.map-holder .map-bubble .top .mb-title h3 {
  display: block;
  color: #fff;
  font-size: 18px;
}
.white-block.map-holder .map-bubble .top .mb-title p {
  padding: 10px 0 0 0;
  font-size: 12px;
}
.white-block.map-holder .map-bubble .mb-link a {
  display: block;
  color: #fff;
  background: #5b328c;
  text-align: center;
  font-size: 1em;
  font-family: "exo_2bold";
  position: relative;
  z-index: 999;
  padding: 12px 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.white-block.map-holder .map-bubble .mb-link a:hover {
  background: #3f1f65;
}

.gallery {
  padding: 30px 0;
}
.gallery .heading {
  margin-bottom: 20px;
}
.gallery a {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #fff;
  border: 2px solid #dcd4e7;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.gallery a img {
  width: 100%;
}

.tabs .tab {
  display: none;
}

.app-banner {
  text-align: center;
}
.app-banner h3 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
}
.app-banner img {
  margin: 20px 0;
  width: 100%;
}
.app-banner a {
  padding: 10px;
  line-height: 1;
  height: auto;
  display: inline-block;
  width: 45%;
  min-width: 0;
}

/* ========== MODAL ========== */
.modal {
  position: fixed;
  overflow: auto;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 7, 12, 0.7);
  z-index: 1234;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 50px 0;
  }
}
.modal.active {
  opacity: 1;
}
.modal .modal-form {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
.modal .modal-form .field {
  margin: 0 0 10px 0;
}
.modal .modal-form .button {
  width: 100%;
  display: block;
}
.modal .modal-form .button.close-modal {
  width: auto;
  display: inline-block;
}

.modal-block {
  width: 630px;
  max-width: 94%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .modal-block {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.modal-block .modal-heading {
  text-align: center;
  position: relative;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.modal-block .modal-heading h2 {
  width: 85%;
  margin: 0 auto;
  font-size: 1.3rem;
  padding: 0;
  line-height: 27px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .modal-block .modal-heading h2 {
    font-size: 1.125rem;
  }
}
.modal-block .modal-body {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .modal-block .modal-body {
    padding: 15px 10px;
  }
}
.modal-block .modal-body .rich-text {
  padding: 0 30px;
}
.modal-block .modal-footer {
  border-top: 2px solid #dbd3e6;
  padding: 15px;
  text-align: center;
}
.modal-block .modal-footer .button {
  display: inline-block;
}
.modal-block.modal-block-ufb {
  width: 1170px;
}
.modal-block.modal-block-ufb .fluid-video {
  margin: 0;
  background: #383838;
}

.close-modal:not(.button) {
  width: 17px;
  display: block !important;
  height: 17px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.close-modal:not(.button):hover {
  opacity: 1;
}

.edition-list > .article {
  padding: 40px 0;
}

.search-results .heading {
  margin: 40px 0 0 0;
}
.search-results .heading a, .search-results .heading h2 {
  font-size: 20px;
}
.search-results ul {
  padding: 20px 0 0 0;
}
.search-results ul article.list.article-list {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.search-results ul article.list.article-list a h2 {
  margin: 0;
}
.search-results ul article.list.article-list a:before {
  display: none;
}
.search-results ul article.list.article-list a:hover {
  background: none;
}
.search-results span.highlighted {
  background: #5b328c !important;
  color: #fff !important;
  line-height: inherit;
  opacity: 0.6;
}

/*# sourceMappingURL=1-main.css.map */
