/* ============================================================================
   MOBILE
============================================================================ */
.is-phone-device {
  padding-top: 120px;
  /*padding-bottom: 85px;*/
}
.is-phone-device .header {
  background-color: #210114;
}
.is-phone-device .logo {
  float: none;
  display: block;
}
.is-phone-device .logo img {
  max-width: 150px;
}
.is-phone-device .nav-toggler {
  display: block;
}
.is-phone-device .navbar {
  float: none;
  display: block;
  padding: 0 0 10px;
}
.is-phone-device .nav {
  float: none;
  display: none;
}
.is-phone-device .nav > ul > li {
  float: none;
  display: block;
  margin-right: 0;
  border-radius: 0;
  border: 0;
}
.is-phone-device .nav > ul > li > a {
  padding-left: 0;
  padding-right: 51px;
}
.is-phone-device .nav > ul > li > ul {
  display: none;
  transition: none;
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
  width: 100%;
  border-radius: 0;
  border: none;
  top: 3px;
  background-color: #e0044c;
}
.is-phone-device .nav > ul > li > ul > li > a {
  text-align: left;
  padding: 0 15px;
}
.is-phone-device .nav > ul > li > ul > li:first-child > a {
  border-radius: 0;
}
.is-phone-device .nav > ul > li > ul > li:last-child > a {
  border-radius: 0;
}

.is-phone-device .nav > ul > li:last-child {
  padding-top: 12px !important;
}

.is-phone-device .nav > ul > li:last-child > a {
  padding: 0 !important;
  float: left;
  margin-right: 10px;

}

.is-phone-device .nav > ul > li:last-child > a > img {
  width: 30px;
  float: left;
}

.is-phone-device .nav > ul > li:last-child > ul {
  background-color: transparent;
  float: left;
  top: 0 !important;
  width: auto !important;
  display: inline !important;
  padding-top: 0 !important;
}

.is-phone-device .nav > ul > li:last-child > ul > li {
  float: left;
  display: inline;
  width: 30px;
  margin-right: 5px;
}

.is-phone-device .nav > ul > li:last-child > ul > li > a {
  float: left;
  display: inline;
  padding-left: 0;
  padding-right: 0; 
}

.is-phone-device .nav > ul > li:last-child > ul > li > a > img {
  float: left;
  width: 30px;
}

.is-phone-device .nav > ul > li:last-child .sub-toggler {
  display: none !important;
}

.is-phone-device .sub-toggler {
  display: block;
}
.is-phone-device .lang {
  float: none;
  display: block;
  position: absolute;
  left: 30px;
  top: 42px;
  padding: 5px 0 0;
  margin-left: 0;
}
.is-phone-device .lang > a {
  display: none;
}
.is-phone-device .lang > ul {
  position: relative;
  top: 0;
  visibility: visible;
  opacity: 1;
  text-align: center;
}
.is-phone-device .lang > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.is-phone-device .fp-controls {
  display: none;
}
.is-phone-device .fp-controls > ul:hover > li > a > span {
  opacity: 0;
  visibility: hidden;
}
.is-phone-device .text h1,
.is-phone-device .text h2,
.is-phone-device .text h3,
.is-phone-device .text h4,
.is-phone-device .text h5,
.is-phone-device .text h6 {
  text-align: center;
}
.is-phone-device .text p.center-on-mobile {
  text-align: center;
}
.is-phone-device .newsletter .entry {
  max-width: 100%;
}
.is-phone-device .newsletter .checkbox br {
  display: none;
}
.is-phone-device .columns {
  padding: 15px 0;
}
.is-phone-device .columns:after {
  content: '';
  display: table;
  clear: both;
}
.is-phone-device .columns > .column-left {
  float: none;
  display: block;
}
.is-phone-device .columns > .column-right {
  float: none;
  display: block;
}
.is-phone-device .fp-scroll {
  opacity: 0;
  visibility: hidden;
}
.is-phone-device.fp-with-scroller {
  height: auto;
}
.is-phone-device.fp-with-scroller .fp-wrapper .fp-section {
  background: none;
}
.is-phone-device.fp-with-scroller .fp-wrapper .fp-section .container-fluid {
  padding-right: 30px;
}
.is-phone-device.fp-with-scroller .fp-wrapper .fp-section .inner {
  width: 100%;
  max-width: 100%;
}
.is-phone-device.fp-with-scroller .column-left, .is-phone-device.fp-with-scroller .column-right {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.is-phone-device.fp-without-scroller {
  height: auto;
}
.is-phone-device.fp-without-scroller .fp-wrapper {
  height: auto;
}
.is-phone-device.fp-without-scroller .fp-wrapper .fp-section {
  display: block;
  width: 100%;
  height: auto;
}
.is-phone-device.fp-without-scroller .fp-wrapper .fp-section > .inner {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.is-phone-device.fp-without-scroller .column-left, .is-phone-device.fp-without-scroller .column-right {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.is-phone-device.not-fp {
  padding-top: 92px;
  padding-bottom: 70px;
  height: auto;
}
.is-phone-device.not-fp .column-left {
  width: 100%;
  padding-right: 0;
}
.is-phone-device.not-fp .column-right {
  width: 100%;
  padding-left: 0;
}
.is-phone-device .download {
  padding: 15px 0;
}
.is-phone-device .download > a {
  width: 260px;
  height: 73px;
  background-size: cover;
}
.is-phone-device .download > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .35s ease;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: 0 -73px;
  opacity: 0;
  visibility: hidden;
}
.is-phone-device .footer {
  opacity: 1;
  display: block;
  visibility: visible;
}
.is-phone-device .footer > p {
  font-size: 12px !important;
}
.is-phone-device .footer a {
  font-size: 12px !important;
}
.is-phone-device .footer > p > span {
  padding: 0;
}
.is-phone-device .gallery {
  padding-bottom: 30px;
  padding-left: 0;
}

.carousel .carousel__preview {
  background-size: 100% auto;
}

.is-phone-device .footer {
  position: relative;
}
