.wrapper--g {
  /*padding-left: 3.6em;
  padding-right: 3.6em;*/
    padding-left: 1.6em;
  padding-right: 1.6em;

}
@media screen and (max-width: 1479px) {
  .wrapper--g {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.size2 {
  font-size: 1.8em;
}
.size3 {
  font-size: 2.6em;
}
.bold {
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}
.round {
  border-radius: 10px;
}
ul.styled li {
  margin-bottom: 0.45em;
}
ul.styled li:before {
  content: '';
  height: .925em;
  width: .925em;
  background-color: #571e84;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 .25em 0 0;
}
.bgcolor-purple {
  background-color: #571e84;
}
.bgcolor-green {
  background-color: #57d784;
}
.bgcolor-grey {
  background-color: #f2f2f2;
}
.bgcolor-pgrey {
  background-color: #eee;
}
.bgcolor-white {
  background-color: #fff;
}
.purple {
  color: #571e84;
}
.green {
  color: #57d784;
}
.white {
  color: #fff;
}
.fancy {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.8em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 1.5em;
}
.fancy svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.fancy path {
  stroke-dashoffset: 0;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
}
.fancy.fancy--vertical {
  position: relative;
}
.fancy.fancy--vertical.fancy--purple path {
  stroke: #571e84;
}
.fancy.fancy--vertical.fancy--white path {
  stroke: #fff;
}
.fancy.fancy--horizontal {
  padding: .5em 1em;
}
.fancy.fancy--horizontal:before,
.fancy.fancy--horizontal:after {
  content: '';
  position: absolute;
  top: 0;
  width: .8em;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.fancy.fancy--horizontal:before {
  left: 0;
}
.fancy.fancy--horizontal:after {
  right: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.fancy.fancy--horizontal.fancy--purple:before,
.fancy.fancy--horizontal.fancy--purple:after {
 
  background-image: url(/Images/static/header-fancy-h-purple.svg);
}
.fancy.fancy--horizontal.fancy--white:before,
.fancy.fancy--horizontal.fancy--white:after {
  background-image: url(/Images/static/header-fancy-h-white.svg);
}
.input {
  border-radius: 1.325em;
  box-shadow: none;
  padding: .7015em 1em;
  outline: none;
  border: 2px solid #fff;
}
.button {
  cursor: pointer;
  border: 2px solid;
  padding: .7015em 2.375em;
  background-color: transparent;
  outline: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button.btn--small {
  padding: .175em 1.15em;
}
.button.btn--round {
  border-radius: 1.5em;
}
.button.btn--green {
  background-color: #57d784;
  border-color: #57d784;
}
.button.btn--green .effect {
  background-color: #fff;
}
.button.btn--green.invert {
  color: #000;
  background-color: transparent;
}
.button.btn--green.invert .effect {
  background-color: #000;
}
.button.btn--green:hover {
  color: #000;
}
.button.btn--green:hover.invert {
  color: #000;
}
.button.btn--green:hover.invert .effect {
  background-color: #57d784;
}

.button.btn--green.invert.dialog {
    border: 1px solid !important;
    border-color: #57d784 !important;
    color: #fff;
}


.button.black,
.button.black:hover {
  color: #000;
}
.button .effect {
  pointer-events: none;
  position: absolute;
  display: block;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  left: -1.5em;
  top: -1.5em;
  transition: transform 0.03s ease-in-out;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
	.button .effect {
		display: none;
	}
}
body {
  font-size: 25px;
  font-family: Mabry Pro;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body {
  padding-top: 188px;
}
@media screen and (max-width: 1799px) {
  body {
    padding-top: 250px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 185px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 105px;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 135px;
  }
}
.site-header {
  padding-top: 1.6em;
  padding-bottom: .8em;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 479px) {
  .site-header {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .site-header #logo {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    max-width: initial;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: none;
  }
}
#header {
  background-color: #fff;
  -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);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  display: block;
}
#header #menu {
  color: #575757;
}
#header #menu .menu--main {
  font-weight: bold;
  padding: 0 2em 0 1.25em;
  /*padding: 0 0.9em 0 0.9em;*/
}
#header #menu .menu--main li a {
  color: inherit;
}
#header #menu .menu--main li a.active,
#header #menu .menu--main li a:hover {
  color: #57d784;
}
@media screen and (max-width: 1799px) {
  #header #menu {
    font-size: .8em;
  }
}
@media screen and (max-width: 1679px) {
  #header #menu {
    font-size: .775em;
  }
}
@media screen and (max-width: 1440px) {
  #header #menu {
    font-size: .725em;
  }
}
@media screen and (max-width: 1279px) {
  #header #menu {
    display: none;
  }
}
#header .menu--usr > a {
  color: #000;
}
#header .menu--usr > a:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 479px) {
  #header .menu--usr > a:not(.megamenu-toggler) {
    display: none;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1025px) {
  #header .menu--usr {
    font-size: .8em;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1025px) {
  #header .menu--usr {
    font-size: .775em;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  #header .menu--usr {
    font-size: .725em;
  }
}
@media screen and (max-width: 1366px) {
  #header .menu--usr {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  #header .menu--usr {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
#header #lang {
  margin: 0 1em;
}
#header #lang a {
  color: #000;
}
#header.sticky.sticky-up {
  -webkit-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
@keyframes logo {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1000;
  }
}
.logo-path {
  width: 100%;
  max-width: 335px;
  max-height: 94px;
}
@media screen and (max-width: 1799px) {
  .logo-path {
    max-width: 280px;
  }
}
.logo-path path {
  fill: #571e84;
}
.menu-open .logo-path path {
  fill: #57d784;
}
.logo-path .logo-stroke {
  stroke-width: 20px;
  stroke: #fff;
  fill: none;
  opacity: 0;
}
.logo-path:hover .logo-stroke {
  opacity: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: logo 5s linear alternate infinite;
}
.megamenu-toggler {
  cursor: pointer;
  background: #571e84;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  z-index: 2;
}
.megamenu-toggler span.toggler {
  display: block;
  width: 50%;
  height: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.megamenu-toggler span.toggler:before,
.megamenu-toggler span.toggler:after {
  content: '';
  height: .2em;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
}
.megamenu-toggler span.toggler:before {
  top: 0;
}
.megamenu-toggler span.toggler:after {
  bottom: 0;
}
.menu-open .megamenu-toggler {
  background: #fff;
}
.menu-open .megamenu-toggler span:before,
.menu-open .megamenu-toggler span:after {
  background: #571e84;
}
.megamenu-toggler.animate-in span:before {
  -webkit-animation: burger-top-in .5s forwards;
  animation: burger-top-in .5s normal forwards;
}
.megamenu-toggler.animate-in span:after {
  -webkit-animation: burger-bottom-in .5s forwards;
  animation: burger-bottom-in .5s forwards;
}
.megamenu-toggler.animate-out span:before {
  -webkit-animation: burger-top-out .5s forwards;
  animation: burger-top-out .5s forwards;
}
.megamenu-toggler.animate-out span:after {
  -webkit-animation: burger-bottom-out .5s forwards;
  animation: burger-bottom-out .5s forwards;
}
.megamenu-toggler .nav-overlay {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateZ(0) scale(0);
  -moz-transform: translateZ(0) scale(0);
  -ms-transform: translateZ(0) scale(0);
  -o-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
  background: #571e84;
}
#offcanvas {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  padding-bottom: 2em;
  overflow-y: auto;
  position: fixed;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 1366px) {
	#offcanvas .offcanvas__inner {		
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

}

#offcanvas .flex.column {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 639px) {
  #offcanvas .flex.column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#offcanvas .login__form {
  text-align: center;
}
@media screen and (max-width: 1679px) and (min-width: 1025px) {
  #offcanvas .megamenu-toggler {
    font-size: .775em;
  }
}
@media screen and (max-width: 479px) {
	#offcanvas .site-header{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
		
  .offcanvas-logo {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    max-width: initial;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	max-width: calc(100% - 3em);
  }
  .megamenu-toggler {
    margin-left: 1em;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.login__form {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 1em;
}
.login__form .form--header {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 1.5em;
}
.login__form .login__type .switch {
  border: 2px solid #57d784;
  position: relative;
  height: 2.4em;
  float: left;
  margin: 1em 0;
  background: transparent;
  border-radius: 1.2em;
  width: 100%;
}
.login__form .login__type .switch-label {
  position: relative;
  z-index: 2;
  line-height: 2.4em;
  color: #000;
  text-align: center;
  cursor: pointer;
  width: 50%;
  display: block;
  float: left;
  user-select: none;
}
.login__form .login__type .switch-label-hotelier {
  padding-left: 2px;
}
.login__form .login__type .switch-label-agent {
  padding-right: 2px;
}
.login__form .login__type .switch-input {
  display: none;
}
.login__form .login__type .switch-input:checked + .switch-label {
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.login__form .login__type .switch-input:checked + .switch-label-hotelier ~ .switch-selection {
  left: 50%;
}
.login__form .login__type .switch-selection {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 50%;
  border-radius: 1.2em;
  background-color: #57d784;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.login__form .input {
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
.login__form .button {
  margin-top: 1.6em;
  font-weight: bold;
  color: #000;
}
.login__form .button .effect {
  background-color: #f2f2f2;
}
.offcanvas--icon img {
  margin-bottom: 8em;
}
@media screen and (max-width: 1366px) {
  .offcanvas--icon.flex {
    display: none;
  }
}
.offcanvas__menus .offcanvas__menu {
  color: #fff;
  line-height: 1.3;
  text-align: left;
}
.offcanvas__menus .offcanvas__menu a {
  color: inherit;
}
.offcanvas__menus .offcanvas__menu.menu--main {
  font-size: 2.48em;
  font-weight: bold;
}
.offcanvas__menus .offcanvas__menu.menu--main li.active > a,
.offcanvas__menus .offcanvas__menu.menu--main a:hover {
  color: #57d784;
}
@media screen and (max-width: 1639px) {
  .offcanvas__menus .offcanvas__menu.menu--main {
    font-size: 2em;
  }
}
@media screen and (max-width: 639px) {
  .offcanvas__menus .offcanvas__menu.menu--main {
    margin-right: 2em;
  }
}
.offcanvas__menus .offcanvas__menu.menu--secondary li.active> a,
.offcanvas__menus .offcanvas__menu.menu--secondary a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 639px) {
  .column--last {
    margin-top: 2em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column--last .offcanvas-login,
  .column--last .offcanvas-sign-up {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .offcanvas__menus,
  .column--last {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .offcanvas__menus,
  .column--last {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.offcanvas--bottom {
  margin-top: 2em;
}
.offcanvas-login {
  max-width: 570px;
}
.sign-up__block:hover a {
  text-decoration: underline;
}
.offcanvas-sign-up {
  color: #fff;
}
.offcanvas-sign-up .button {
  color: inherit;
  border: 1px solid #fff;
  font-weight: normal;
  padding: .6985em .5em;
}
.offcanvas-sign-up .button:not(:last-child) {
  margin-right: 2em;
}
.offcanvas-sign-up .button .effect {
  background-color: #fff;
}
@media screen and (min-width: 1025px){
	.offcanvas-sign-up .button:hover {
	  color: #571e84;
	}
}
.offcanvas-sign-up__header {
  display: block;
  margin-bottom: 2em;
}
#sign-up:after {
  content: '';
  height: 0;
  display: block;
  pointer-events: none;
  padding-bottom: 20%;
  background-image: url(/Images/static/travellers.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -3%;
  position: relative;
}
@media screen and (max-width: 479px) {
  #sign-up:after {
    padding-bottom: 40%;
    background-size: 150%;
    background-position-x: 60%;
  }
}
.sign-up__block {
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  max-width: 45%;
  padding: 2.5rem 3.9vw 1.5em;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .sign-up__block {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: none;
  }
  .sign-up__block:not(:last-child) {
    margin-bottom: 2em;
  }
}
.sign-up__button {
  color: inherit;
  /*font-size: 5.95vw;*/
  font-size: 5.5vw;

  display: block;
  margin-top: 1.525em;
  font-weight: bold;
}
.sign-up__button span {
  float: right;
  -webkit-transition: padding .2s ease-in-out;
  -moz-transition: padding .2s ease-in-out;
  -ms-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
}
@media screen and (max-width: 479px) {
  .sign-up__button {
    font-size: 2.6em;
  }
  .sign-up__button span {
    float: none;
  }
}
.sign-up__button:hover span {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 479px) {
  .sign-up__button:hover span {
    padding: 0 0 0 10px;
  }
}
footer {
  margin-top: 13%;
  padding-bottom: 2.4em;
}
@media screen and (max-width: 1199px) {
  footer .footer__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .footer__column:last-child {
    margin-top: 4em;
  }
}
.footer__top {
  margin-bottom: 4em;
}
.footer__header {
  font-weight: bold;
  margin-bottom: 1.8em;
}
.footer--memberships {
  padding-right: 1em;
}
.footer--memberships .item {
  margin-bottom: 1em;
}
.footer--memberships .item:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  .footer--memberships .item:not(:last-child) {
    margin-right: 1em;
  }
}
.footer__menu {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
}
.footer__menu:not(:last-child) {
  margin-right: 4em;
}
.footer__menu .footer__menu-item {
  line-height: 1.3;
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .footer__menu .footer__menu-item {
    font-size: .75em;
  }
}
.footer__menu a {
  color: inherit;
}
.footer__menu li.active> a,
.footer__menu a:hover {
  color: #57d784;
}
@media screen and (max-width: 768px) {
  .footer__newsletter {
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    margin: 0 0 4em;
  }
}
.form__footer--nsl .form__input {
  width: 66%;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 2px solid #000;
  margin-right: 1em;
}
.form__footer--nsl .form__submit {
  font-weight: bold;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer__info {
  font-size: 15px;
  color: #565656;
  max-width: 470px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .footer__info {
    font-size: 12px;
  }
}
.footer__info p {
  margin-bottom: 2em;
}
.footer__info p:last-child {
  margin: 0;
}
.client__options {
  max-width: 90%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  overflow: hidden;
  overflow-y: auto;
  outline: none;
}
@media screen and (max-width: 1799px) and (min-width: 1025px) {
  .client__options {
    font-size: .8em;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1025px) {
  .client__options {
    font-size: .775em;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .client__options {
    font-size: .725em;
  }
}
.client__options a {
  word-wrap: break-word;
  padding: 1em;
  color: #000;
  display: block;
}
.client__options a:hover {
  background: #dedfe0;
}
.screenshot {
  display: inline-block;
  max-width: 100%; /*ie11*/
  box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}




/*****/
/* Cookies Consent  Start*/

.cc-window {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E6475462', endColorstr='#E6475462') alpha(Opacity=100); /* IE */
	opacity: 1;
	background: #59d883;
	color: #000;
	padding: 1.625em 2.75em;
	position: fixed;
	bottom: 10px;
	z-index: 25001;
	-ms-transition: opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	border-radius: 10px;
	width: 78%;
	left: 11%;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.cc-window.cc-invisible {
    opacity: 0;
    filter: alpha(Opacity=0);
}

.cc-window:not([dummy]) {
    /* IE9 only */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}


.cc-window .cc-link, .cc-window .cc-link:focus, .cc-window .cc-link:visited {
    color: #ffffff;
    padding: 0;
    opacity: initial;
    text-decoration: underline
}

.cc-window .cc-link:hover {
    /*color: #d97116;*/
    color: #571d85;
    border: none;
    outline: none;
}

.cc-window .cc-message {
    display: block;
    line-height: 1.4em;
	padding: 0 20px 0 0;
}

.cc-window .cc-btn {
    border-radius: 30px;
    font-weight: 600;
    padding: .275em 1.15em;
    text-decoration: none;
    background: #ffffff;
    color: #000;
    border: 0;
    display: block;
    white-space: nowrap;
}

.cc-window .cc-btn:hover, .cc-window .cc-btn:focus {
    color:rgb(89, 216, 131) !important;
    cursor:pointer;
    outline: none;
}
@media (max-width: 768px){
	.cc-window {		
		width: 96%;
		left: 2%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cc-window .cc-message {
		padding: 0;
		margin-bottom: 20px;
	}
}

/* Cookies Consent END */


/***/
/***/
footer .logos {
    min-height: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .logos li {
    float: left;
    padding: 8px;
    margin-right: 12px;
    margin-bottom: 15px;
}
.footer-alphabank-logo {
  width: 130px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -5px -140px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-alphabank-logo {
       
background-image: url('../../Images/image-sprite7@2x.png');
       
background-size: 283px 169px;
       
background-position-y: -129px;
       
height: 40px;
    }
}
.footer-amex-logo {
  width: 57px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -5px -5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-amex-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    height: 40px;
    background-position-y: -1px;
  }
}
.footer-barclays-logo {
  width: 124px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -5px -50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-barclays-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    height: 40px;
    background-position-y: -46px;
  }
}
.footer-dinners-logo {
  width: 72px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -145px -140px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-dinners-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    background-position-y: -130px;
  }
}
.footer-hsbc-logo {
  width: 110px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -72px -5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-hsbc-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    height: 40px;
    background-position-y: -5px;
  }
}
.footer-maestro-logo {
  width: 60px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -218px -95px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-maestro-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    background-position-y: -86px;
    height: 40px;
  }
}
.footer-mastercard-logo {
  width: 60px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -148px -95px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-mastercard-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    background-position-y: -86px;
    height: 40px;
  }
}
.footer-peiraios-logo {
  width: 133px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -5px -95px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-peiraios-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    background-position-y: -86px;
    height: 40px;
  }
}
.footer-visa-logo {
  width: 78px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -192px -5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-visa-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    height: 40px;
  }
}
.footer-visaelectron-logo {
  width: 89px;
  height: 35px;
  background-image: url(/images/image-sprite7.png);
  background-position: -139px -50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-visaelectron-logo {
    background-image: url(../../images/image-sprite7@2x.png);
    background-size: 283px 169px;
    height: 40px;
    background-position-y: -43px;
  }
}

.logged-in-actions{
    margin-left: auto;
    margin-right: 1em;
}
.logged-in-actions a {
    display: inline-block;
    vertical-align: middle;
    color: #000;

}
.logged-in-actions a.dashboard{
    color: #fff;
    margin-right: 1em;
}
.logged-in-actions a.dashboard:after{
    content: '';
    height: 1px;
    width: calc(100% - 18px - .25em);
    display: block;
    background: #fff;
    float: right;
}
.logged-in-actions .icon {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 479px){
    .logged-in-actions{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
		margin-right: 0;
		margin-top: 1em;
    }
}


/****/
.login__form .form__footer.error {
    color: orangered;
    font-size: 0.6em;
}
/****/




/**Video MAin Page PopUP****/
div#launch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 4em;
    background: rgba(0,0,0,.8);

}
div#launch .close {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    cursor: pointer;
}
div#launch .close span{
    width: 100%;
    height: .2em;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
div#launch .close span:first-child{
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
}
div#launch .close span:last-child{
    -webkit-transform: translateY(-50%) rotateZ(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotateZ(45deg);
}
div#launch video{
    width: 100%;
    height: 100%;
}
/**Video MAin Page PopUP****/

@media screen and (max-width: 639px){
	#offcanvas .offcanvas__menus {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
		margin-top: 3em;
	}
	#offcanvas .login__form{
		padding: 0;
		border-radius: 1em;
	}
    #offcanvas .login__form .form--header{
        background-color: #57d784;
        border-radius: 16px;
        margin: 0;
        color: #fff;
        font-weight: normal;
        font-size: 20px;
        cursor: pointer;
    }
	#offcanvas .login__form.active .form--header{
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#offcanvas .login__form .login__type{
		padding: 0 1em;
		display: none;
	}
	#offcanvas #cmdLogin{
		margin-bottom: 1em;
		display: none;
	}
	.column--last .offcanvas-sign-up{
		display: none;
	}
}