@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,500&subset=cyrillic-ext,latin);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
/*a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}*/
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.w-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .w-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w-container {
    width: 1170px;
  }
}
.w-row {
  margin-left: -15px;
  margin-right: -15px;
}
.w-col-xs-1,
.w-col-sm-1,
.w-col-md-1,
.w-col-lg-1,
.w-col-xs-2,
.w-col-sm-2,
.w-col-md-2,
.w-col-lg-2,
.w-col-xs-3,
.w-col-sm-3,
.w-col-md-3,
.w-col-lg-3,
.w-col-xs-4,
.w-col-sm-4,
.w-col-md-4,
.w-col-lg-4,
.w-col-xs-5,
.w-col-sm-5,
.w-col-md-5,
.w-col-lg-5,
.w-col-xs-6,
.w-col-sm-6,
.w-col-md-6,
.w-col-lg-6,
.w-col-xs-7,
.w-col-sm-7,
.w-col-md-7,
.w-col-lg-7,
.w-col-xs-8,
.w-col-sm-8,
.w-col-md-8,
.w-col-lg-8,
.w-col-xs-9,
.w-col-sm-9,
.w-col-md-9,
.w-col-lg-9,
.w-col-xs-10,
.w-col-sm-10,
.w-col-md-10,
.w-col-lg-10,
.w-col-xs-11,
.w-col-sm-11,
.w-col-md-11,
.w-col-lg-11,
.w-col-xs-12,
.w-col-sm-12,
.w-col-md-12,
.w-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.w-col-xs-1,
.w-col-xs-2,
.w-col-xs-3,
.w-col-xs-4,
.w-col-xs-5,
.w-col-xs-6,
.w-col-xs-7,
.w-col-xs-8,
.w-col-xs-9,
.w-col-xs-10,
.w-col-xs-11,
.w-col-xs-12 {
  float: left;
}
.w-col-xs-12 {
  width: 100%;
}
.w-col-xs-6 {
  width: 50%;
}
.w-col-xs-4 {
  width: 33.33333333%;
}
.w-col-xs-3 {
  width: 25%;
}
@media (min-width: 768px) {
  .w-col-sm-1,
  .w-col-sm-2,
  .w-col-sm-3,
  .w-col-sm-4,
  .w-col-sm-5,
  .w-col-sm-6,
  .w-col-sm-7,
  .w-col-sm-8,
  .w-col-sm-9,
  .w-col-sm-10,
  .w-col-sm-11,
  .w-col-sm-12 {
    float: left;
  }
  .w-col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .w-col-md-1,
  .w-col-md-2,
  .w-col-md-3,
  .w-col-md-4,
  .w-col-md-5,
  .w-col-md-6,
  .w-col-md-7,
  .w-col-md-8,
  .w-col-md-9,
  .w-col-md-10,
  .w-col-md-11,
  .w-col-md-12 {
    float: left;
  }
  .w-col-md-8 {
    width: 66.66666667%;
  }
  .w-col-md-7 {
    width: 58.33333333%;
  }
  .w-col-md-6 {
    width: 50%;
  }
  .w-col-md-5 {
    width: 41.66666667%;
  }
  .w-col-md-4 {
    width: 33.33333333%;
  }
}
.form-group {
  margin-bottom: 15px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
.w-clearfix:before,
.w-clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.w-container:before,
.w-container:after,
.container-fluid:before,
.container-fluid:after,
.w-row:before,
.w-row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.w-clearfix:after,
.dl-horizontal dd:after,
.w-container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.w-visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.w-visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .w-visible-lg-block {
    display: block !important;
  }
}
.clearfix:before,
.clearfix:after,
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.w-container:after {
  clear: both;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .w-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w-container {
    width: 1170px;
  }
}

@font-face {
  font-family: 'Wambrella';
  src: url('../fonts/Wambrella.eot?-bvezye');
  src: url('../fonts/Wambrella.eot?#iefix-bvezye') format('embedded-opentype'), url('../fonts/Wambrella.ttf?-bvezye') format('truetype'), url('../fonts/Wambrella.woff?-bvezye') format('woff'), url('../fonts/Wambrella.svg?-bvezye#Wambrella') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Wambrella';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-beach:before {
  content: "\e90b";
}
.icon-horses:before {
  content: "\e915";
}
.icon-archive:before {
  content: "\e906";
}
.icon-arrow_down:before {
  content: "\e907";
}
.icon-arrow_left:before {
  content: "\e908";
}
.icon-arrow_right:before {
  content: "\e909";
}
.icon-arrow_top:before {
  content: "\e90a";
}
.icon-close-sm:before {
  content: "\e90c";
}
.icon-cloudy:before {
  content: "\e90d";
}
.icon-cycling:before {
  content: "\e90e";
}
.icon-date:before {
  content: "\e90f";
}
.icon-edit:before {
  content: "\e910";
}
.icon-extract:before {
  content: "\e911";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-gift:before {
  content: "\e912";
}
.icon-google:before {
  content: "\e913";
}
.icon-hiking:before {
  content: "\e914";
}
.icon-icon-circl-active:before {
  content: "\e916";
}
.icon-icon-circl-inactive:before {
  content: "\e917";
}
.icon-ID:before {
  content: "\e918";
}
.icon-invisible:before {
  content: "\e919";
}
.icon-logout:before {
  content: "\e91a";
}
.icon-partly_cloud:before {
  content: "\e91b";
}
.icon-question:before {
  content: "\e91c";
}
.icon-rain:before {
  content: "\e91d";
}
.icon-resort:before {
  content: "\e91e";
}
.icon-run:before {
  content: "\e91f";
}
.icon-running:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e920";
}
.icon-skiing:before {
  content: "\e921";
}
.icon-sledding:before {
  content: "\e922";
}
.icon-smile:before {
  content: "\e923";
}
.icon-snow:before {
  content: "\e924";
}
.icon-snowboarding:before {
  content: "\e905";
}
.icon-star_empty:before {
  content: "\e902";
}
.icon-star_full:before {
  content: "\e903";
}
.icon-sun:before {
  content: "\e926";
}
.icon-termometer:before {
  content: "\e927";
}
.icon-thunder:before {
  content: "\e928";
}
.icon-timer:before {
  content: "\e929";
}
.icon-visible:before {
  content: "\e92a";
}
.icon-walking:before {
  content: "\e92b";
}
.icon-wambrella:before {
  content: "\e92c";
}
.icon-blog:before {
  content: "\e92f";
}

.modal-backdrop {
  bottom: 0;
  position: fixed;
}
.login-modal {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /* Remove the padding inside the body */
  overflow: hidden;
}
.login-modal .modal-dialog,
.login-modal .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.login-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.login-modal .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.login-modal .modal-body {
  padding: 0;
}
.login-modal .modal-header,
.login-modal .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.login-modal .modal-header {
  top: 0;
}
.login-modal .modal-footer {
  bottom: 0;
}
.login-modal .modal-body {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.login-modal .modal-body .need-help {
  text-align: right;
  margin-top: 20px;
}
.login-modal .modal-body .need-help a {
  font-family: LatoRegular;
  font-size: 14px;
  color: white;
}
.login-modal .modal-body .w-login-btn {
  cursor: pointer;
  background: transparent;
  height: 50px;
  width: 300px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0;
  font-family: LatoBold;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
  transition: background 0.5s ease-out;
}
.login-modal .modal-body .btn-blue {
  background-color: #0ebed9;
  color: white;
}
.login-modal .modal-body .btn-blue:hover {
  /*background-color: rgba(14,190,217, 0.7);
                color: #fff;*/
  background-color: white;
  color: #0ebed9;
}
.login-modal .modal-body .btn-white {
  background-color: #ffffff;
  color: #0ebed9;
}
.login-modal .modal-body .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #0ebed9;
}
.login-modal .modal-body .logo-new {
  margin: 0 auto 30px;
  height: 120px;
}
.login-modal .modal-body .overlay {
  position: absolute;
  bottom: -250px;
  left: 0;
}
.login-modal .modal-body .overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, black 0%, #0ebed9 100%);
}
.login-modal .social-login .social-login-form {
  left: 50%;
  opacity: 1;
}
.login-modal .social-login .resort-login-form {
  opacity: 0;
  left: 100%;
}
.login-modal .resort-login .has-error input.w-input {
  border: 1px solid red;
}
.login-modal .resort-login .social-login-form {
  opacity: 0;
  left: -150px;
}
.login-modal .resort-login .resort-login-form {
  left: 50%;
  opacity: 1;
}
.login-modal .resort-login input.w-input {
  height: 50px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  text-align: center;
  font-family: LatoRegular;
  font-size: 16px;
}
.login-modal .resort-login input.w-input::-webkit-input-placeholder {
  color: #fff;
}
.login-modal .resort-login input.w-input.email {
  background-image: url(/Images/Icons/at.png);
  background-position: 22px 12px;
  background-repeat: no-repeat;
}
.login-modal .resort-login input.w-input.password {
  background-image: url(/Images/Icons/lock.png);
  background-position: 22px 10px;
  background-repeat: no-repeat;
}
.login-modal .social-login-form .social-buttons {
  margin-bottom: 30px;
}
.login-modal .social-login-form .social-buttons .w-btn {
  width: 200px;
}
.login-modal .social-login-form .login-as-resort .or-txt {
  margin-bottom: 30px;
}
.login-modal .login-form {
  transition: opacity 0.5s, left 0.5s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  margin-left: -150px;
  width: 300px;
  margin-top: 300px;
  text-align: center;
}
.login-modal .login-form .logo {
  margin: 0 auto 20px;
}
.login-modal .login-form .copy {
  margin-bottom: 20px;
}
.login-modal .login-form .w-btn {
  margin-bottom: 10px;
}
.login-modal .close-btn {
  /*position: absolute;
        top: 20px;*/
  left: 20px;
  font-size: 15px;
  color: #fff;
  font-family: LatoRegular;
  display: inline-block;
  float: left;
}
.login-modal .beta-pro-tips {
  margin-top: 20px;
}
.gift-modal {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /* Remove the padding inside the body */
  background-color: #16C3E3;
}
.gift-modal .modal-dialog,
.gift-modal .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gift-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.gift-modal .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.gift-modal .modal-body {
  padding: 0;
}
.gift-modal .modal-header,
.gift-modal .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.gift-modal .modal-header {
  top: 0;
}
.gift-modal .modal-footer {
  bottom: 0;
}
.gift-modal .modal-content {
  background: transparent;
}
.gift-modal .modal-body {
  height: 100%;
  position: relative;
  color: #fff;
}
.gift-modal .modal-body .modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gift-modal .modal-body .modal-container .container {
  height: 100%;
}
.gift-modal .modal-body .close-btn {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 400;
}
.gift-modal .modal-body .gift-description {
  margin-bottom: 30px;
}
.gift-modal .modal-body .gift-info {
  visibility: hidden;
}
.gift-modal .modal-body .gift-info.vertically-centered {
  visibility: visible;
}
.gift-modal .modal-body .gift-location {
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 300;
}
.gift-modal .modal-body .gift-location span {
  font-weight: bold;
}
.gift-modal .modal-body .gift-location .location-link {
  font-size: 15px;
  text-decoration: underline;
}
.gift-modal .modal-body .gift-location .location-link:hover {
  text-decoration: none;
}
.gift-modal .modal-body .gift-location .location-link .glyphicon {
  font-size: 24px;
}
.gift-modal .modal-body .gift-location a {
  color: #fff;
}
.gift-modal .modal-body .gift-location a:hover {
  opacity: .8;
}
.gift-modal .modal-body .barcode {
  width: 240px;
  height: 240px;
  background: #fff;
  margin: 0 auto 30px;
  padding: 20px;
}
.gift-modal .modal-body .barcode img {
  max-width: 100%;
}
.gift-modal .modal-body.received {
  background-color: #959595;
}
.gift-modal .modal-body.expired {
  background-color: #9F3238;
}
.gift-modal .modal-body {
  height: 100%;
}
.gift-modal .modal-body .id-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.gift-modal .modal-body .message {
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.gift-modal .modal-body .multiple-gift-select h2 {
  text-align: center;
  margin: 0 0 120px;
  text-transform: uppercase;
  font-size: 50px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 35px;
}
.gift-modal .modal-body .multiple-gift-select h2 small {
  color: #fff;
  font-size: .5em;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list {
  margin-bottom: 40px;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item {
  margin-bottom: 60px;
  font-size: 22px;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:before,
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  content: " ";
  display: table;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  clear: both;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:before,
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  content: " ";
  display: table;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  clear: both;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item .select-gift-item-btn {
  float: left;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item .gift-item-description {
  margin-left: 50px;
  display: inline-block;
  padding-top: 5px;
  float: left;
}
.account-id-modal {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /* Remove the padding inside the body */
  background-color: #16C3E3;
}
.account-id-modal .modal-dialog,
.account-id-modal .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.account-id-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.account-id-modal .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.account-id-modal .modal-body {
  padding: 0;
}
.account-id-modal .modal-header,
.account-id-modal .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.account-id-modal .modal-header {
  top: 0;
}
.account-id-modal .modal-footer {
  bottom: 0;
}
.account-id-modal .modal-content {
  background: transparent;
}
.account-id-modal .modal-body {
  height: 100%;
  position: relative;
  color: #fff;
}
.account-id-modal .modal-body .modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.account-id-modal .modal-body .modal-container .container {
  height: 100%;
}
.account-id-modal .modal-body .close-btn {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 400;
}
.account-id-modal .modal-body .gift-description {
  margin-bottom: 30px;
}
.account-id-modal .modal-body .gift-info {
  visibility: hidden;
}
.account-id-modal .modal-body .gift-info.vertically-centered {
  visibility: visible;
}
.account-id-modal .modal-body .gift-location {
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 300;
}
.account-id-modal .modal-body .gift-location span {
  font-weight: bold;
}
.account-id-modal .modal-body .gift-location .location-link {
  font-size: 15px;
  text-decoration: underline;
}
.account-id-modal .modal-body .gift-location .location-link:hover {
  text-decoration: none;
}
.account-id-modal .modal-body .gift-location .location-link .glyphicon {
  font-size: 24px;
}
.account-id-modal .modal-body .gift-location a {
  color: #fff;
}
.account-id-modal .modal-body .gift-location a:hover {
  opacity: .8;
}
.account-id-modal .modal-body .barcode {
  width: 240px;
  height: 240px;
  background: #fff;
  margin: 0 auto 30px;
  padding: 20px;
}
.account-id-modal .modal-body .barcode img {
  max-width: 100%;
}
.account-id-modal .modal-body.received {
  background-color: #959595;
}
.account-id-modal .modal-body.expired {
  background-color: #9F3238;
}
.account-id-modal .modal-body .id-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.account-id-modal .modal-footer {
  margin-top: 0;
}
.social-login-confirm-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.social-login-confirm-modal .modal-container:before,
.social-login-confirm-modal .modal-container:after {
  content: " ";
  display: table;
}
.social-login-confirm-modal .modal-container:after {
  clear: both;
}
.social-login-confirm-modal .modal-container:before,
.social-login-confirm-modal .modal-container:after {
  content: " ";
  display: table;
}
.social-login-confirm-modal .modal-container:after {
  clear: both;
}
.social-login-confirm-modal .modal-container .social-profile-picture {
  float: left;
  margin-right: 15px;
}
.edit-gift-type-modal .modal-footer {
  margin-top: 0;
}
.edit-gift-type-modal .form-group:before,
.edit-gift-type-modal .form-group:after {
  content: " ";
  display: table;
}
.edit-gift-type-modal .form-group:after {
  clear: both;
}
.edit-gift-type-modal .form-group:before,
.edit-gift-type-modal .form-group:after {
  content: " ";
  display: table;
}
.edit-gift-type-modal .form-group:after {
  clear: both;
}
.edit-gift-type-modal .description textarea {
  width: 100%;
}
.edit-gift-type-modal .location-description textarea {
  width: 100%;
}
.edit-gift-type-modal .activation-period label {
  width: 100%;
}
.edit-gift-type-modal .activation-period .w-text-input {
  width: 80px;
  float: left;
}
.edit-gift-type-modal .activation-period .hint {
  float: left;
  padding: 5px 0;
  display: inline-block;
  margin-left: 5px;
}
.video-modal {
  padding-top: 200px;
}
.video-modal iframe {
  display: block;
}

.w-icon-btn {
  color: #939393;
  transition: color 0.3s;
}
.w-icon-btn:hover {
  color: #16C3E3;
}
.w-btn,
.w-btn:focus {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  padding: 7px 40px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
.w-btn.small,
.w-btn:focus.small {
  padding: 5px 20px;
}
.w-btn.big,
.w-btn:focus.big {
  padding: 10px 60px;
  font-size: 16px;
}
.w-btn.default,
.w-btn:focus.default {
  color: #fff;
  background: #959595;
}
.w-btn.default:hover,
.w-btn:focus.default:hover,
.w-btn.default.active,
.w-btn:focus.default.active {
  color: #fff;
  background-color: #888888;
}
.w-btn.alpha-black,
.w-btn:focus.alpha-black {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.w-btn.alpha-black:hover,
.w-btn:focus.alpha-black:hover,
.w-btn.alpha-black.active,
.w-btn:focus.alpha-black.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.w-btn.white,
.w-btn:focus.white {
  color: #16C3E3;
  background: #fff;
}
.w-btn.white:hover,
.w-btn:focus.white:hover,
.w-btn.white.active,
.w-btn:focus.white.active {
  color: #16C3E3;
  background-color: #fff;
  opacity: .9;
}
.w-btn.facebook,
.w-btn:focus.facebook {
  color: #fff;
  background-color: #3b5998;
}
.w-btn.facebook:hover,
.w-btn:focus.facebook:hover,
.w-btn.facebook.active,
.w-btn:focus.facebook.active {
  color: #fff;
  background-color: #344e86;
}
.w-btn.gplus,
.w-btn:focus.gplus {
  color: #fff;
  background-color: #DD4B39;
}
.w-btn.gplus:hover,
.w-btn:focus.gplus:hover,
.w-btn.gplus.active,
.w-btn:focus.gplus.active {
  color: #fff;
  background-color: #d73925;
}
.w-btn.primary,
.w-btn:focus.primary {
  background-color: #16C3E3;
  color: #fff;
}
.w-btn.primary:hover,
.w-btn:focus.primary:hover,
.w-btn.primary.active,
.w-btn:focus.primary.active {
  color: #fff;
  background-color: #40d1ec;
}
.w-btn.bordered-light,
.w-btn:focus.bordered-light {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  color: #fff;
}
.w-btn.bordered-light:hover,
.w-btn:focus.bordered-light:hover,
.w-btn.bordered-light.active,
.w-btn:focus.bordered-light.active {
  color: #e6e6e6;
  border-color: rgba(255, 255, 255, 0.3);
}
.w-btn.bordered-white,
.w-btn:focus.bordered-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.w-btn.bordered-white:hover,
.w-btn:focus.bordered-white:hover,
.w-btn.bordered-white.active,
.w-btn:focus.bordered-white.active {
  color: #16C3E3;
  border-color: #fff;
  background-color: #fff;
}
.w-btn.bordered,
.w-btn:focus.bordered {
  border: 1px solid #ccc;
  background: none;
  color: #333;
}
.w-btn.bordered:hover,
.w-btn:focus.bordered:hover,
.w-btn.bordered.active,
.w-btn:focus.bordered.active {
  color: #4d4d4d;
  border-color: #e6e6e6;
}
.w-btn.bordered-primary,
.w-btn:focus.bordered-primary {
  border: 1px solid #16C3E3;
  background: none;
  color: #16C3E3;
}
.w-btn.bordered-primary:hover,
.w-btn:focus.bordered-primary:hover,
.w-btn.bordered-primary.active,
.w-btn:focus.bordered-primary.active {
  color: #40d1ec;
  border-color: #40d1ec;
}
.w-btn-bar .w-btn {
  display: block;
  float: left;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.w-btn-bar .w-btn.primary:hover {
  background-color: #16C3E3;
}
.w-btn-bar .w-btn.first {
  border-radius: 30px 0 0 30px;
}
.w-btn-bar .w-btn.last {
  border-radius: 0 30px 30px 0;
}
.w-new-button {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-family: LatoRegular;
  font-size: 12px;
  color: white;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
}
.w-new-button.follow-button {
  border: 2px solid white;
}
.w-new-button.follow-button .icon {
  -webkit-text-stroke: 1px;
  margin-right: 4px;
}
.w-new-button.follow-button:hover {
  color: black;
  background-color: white;
}
.w-new-button.menu-button {
  margin: 0 15px;
  line-height: normal;
  vertical-align: middle;
  padding: 13px 24px;
  font-family: LatoBold;
  font-size: 16px;
  letter-spacing: 1px;
  max-width: 260px;
}
.w-new-button.menu-button.active {
  border: solid 2px rgba(255, 255, 255, 0.3);
}
.w-new-button.menu-button:hover {
  color: #16c3e3;
}
.w-new-button.menu-button:focus.w-new-button.menu-button:hover {
  color: #16c3e3;
}
.w-new-button.menu-button:focus {
  color: #fff;
}
.w-new-button.menu-button.disabled {
  opacity: 0.7;
}
.w-submit-button {
  height: 50px;
  border: 2px solid white;
  text-transform: uppercase;
  border-radius: 25px;
  background: transparent;
  padding: 0 33px;
  font-family: LatoBold;
  font-size: 15px;
  color: white;
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.w-mobile-btn {
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  font-family: LatoBold;
  font-size: 10px;
  color: #333;
}
.w-mobile-btn img {
  margin-right: 10px;
  margin-bottom: 3px;
}
.w-mobile-btn-appstore {
  cursor: pointer;
}
.w-blue-btn {
  background: transparent;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  border: 2px solid #0ebed9;
  text-transform: uppercase;
  font-family: LatoBold;
  font-size: 12px;
  display: inline-block;
  color: #0ebed9;
  letter-spacing: 3px;
  cursor: pointer;
}
.w-blue-btn:hover {
  background-color: #0ebed9;
  color: #fff !important;
}
.w-blue-btn a:hover {
  color: #FFF;
  background-color: #0ebed9;
}
.w-blue-btn-1 {
  margin-left: 6vw;
  margin-top: 4vh;
  cursor: pointer;
  background: transparent;
  height: 7vh;
  line-height: 7vh;
  border-radius: 4vh;
  padding: 0 2vw;
  background-color: rgba(156, 190, 200, 0.55);
  border: 2px solid #73949e;
  font-family: LatoBold;
  font-size: 2vh;
  display: inline-block;
  color: white;
  transition: background 0.5s ease-out;
}
.w-blue-btn-1:hover {
  background-color: #1faec1;
  color: #fff;
}

label {
  font-weight: normal;
}
.validation-message {
  margin-bottom: 5px;
  color: #ff0000;
}
.form-group .w-text-input {
  display: block;
  width: 100%;
}
.form-group .w-text-input:focus {
  outline: none;
}
.has-error .w-text-input {
  border-bottom-color: #ff0000;
  color: #ff0000;
}
.has-error [class^="icon-"] {
  color: #ff0000;
}
.w-text-input {
  border: none;
  border-bottom: 1px solid #4d5658;
  padding: 4px;
  outline: none;
}
.w-text-area {
  border: none;
  border-bottom: 1px solid #4d5658;
  padding: 4px;
  outline: none;
}
.w-text-area.no-resize {
  resize: none;
}
.w-input-group:before,
.w-input-group:after {
  content: " ";
  display: table;
}
.w-input-group:after {
  clear: both;
}
.w-input-group:before,
.w-input-group:after {
  content: " ";
  display: table;
}
.w-input-group:after {
  clear: both;
}
.w-input-group .input-icon {
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 24px;
  margin-top: 3px;
}
.w-input-group .input-icon.input-icon-right {
  margin-right: 0;
  margin-left: 5px;
}
.w-input-group .w-text-input {
  float: left;
}
.w-datepicker {
  position: relative;
}
.w-datepicker .w-text-input {
  padding-right: 30px;
}
.w-datepicker .trigger {
  position: absolute;
  right: 0;
  top: 0;
  color: #464646;
  font-size: 20px;
}
.w-datepicker .dropdown-menu {
  padding: 5px;
}
.w-datepicker .dropdown-menu table {
  outline: none;
}
.w-radiobuttons-list:before,
.w-radiobuttons-list:after {
  content: " ";
  display: table;
}
.w-radiobuttons-list:after {
  clear: both;
}
.w-radiobuttons-list:before,
.w-radiobuttons-list:after {
  content: " ";
  display: table;
}
.w-radiobuttons-list:after {
  clear: both;
}
.w-radiobuttons-list .w-radio {
  float: left;
  margin-right: 10px;
}
.w-dropdown .trigger {
  color: #464646;
}

.table.borderless-header {
  border: none!important;
}
.data-grid th {
  text-align: center;
  font-size: 18px;
}
.data-grid td {
  padding: 10px 15px;
}
.data-grid td.centered {
  text-align: center;
}
.data-grid .actions-cell {
  width: 120px;
}
.data-grid .actions-cell .w-icon-btn {
  font-size: 16px;
}

.w-tabs {
  margin: 0 -10px;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tabs .w-tab {
  margin: 0 10px;
  float: left;
  margin-bottom: 10px;
}
.w-tabs .w-tab .w-btn {
  padding-left: 20px;
  padding-right: 20px;
}

/* ###### Utils ####### */
strong {
  font-family: Roboto;
  font-weight: 500;
}
.error-message {
  color: #ff0000;
}
.warning-message {
  color: #AF3D45;
}
.info-message {
  color: #16C3E3;
}
.centered {
  text-align: center;
}
.absolute {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
a {
  color: #16C3E3;
}
a:hover {
  color: #40d1ec;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
h3 {
  margin: 0px;
  color: #464646;
  font-size: 18px;
  margin-bottom: 8px;
}
.highlight {
  color: #16C3E3;
}
.top-left {
  top: 0;
  left: 0;
}
.top-right {
  top: 0;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-right {
  bottom: 0;
  right: 0;
}
.content {
  position: relative;
  height: 100%;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 250;
  background-color: rgba(255, 255, 255, 0.7);
}
.icon-btn {
  width: 22px;
  height: 22px;
  font-size: 22px;
  cursor: pointer;
  color: #000;
  transition: color 0.5s;
}
.icon-btn.active {
  color: #16C3E3;
}
.social-profile-picture {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
}
.legend-style-text {
  position: relative;
  text-align: center;
}
.legend-style-text span {
  background-color: #fff;
  padding: 0 10px;
}
.legend-style-text:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.w-dropdown {
  position: relative;
}
.w-dropdown .dropdown-menu {
  padding: 0;
}
.w-dropdown .arrow {
  font-size: 8px;
}
.w-dropdown .btn-link {
  text-decoration: none;
}
.borderless {
  border: none!important;
}
/* ###### Loading spinner ###### */
.spinner-fixed {
  position: fixed;
  height: 60px;
  width: 60px;
  display: block;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(22, 195, 227, 0.15);
  border-right: 6px solid rgba(22, 195, 227, 0.15);
  border-bottom: 6px solid rgba(22, 195, 227, 0.15);
  border-top: 6px solid rgba(22, 195, 227, 0.8);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 1000;
}
.spinner-center {
  height: 60px;
  width: 60px;
  display: block;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(22, 195, 227, 0.15);
  border-right: 6px solid rgba(22, 195, 227, 0.15);
  border-bottom: 6px solid rgba(22, 195, 227, 0.15);
  border-top: 6px solid rgba(22, 195, 227, 0.8);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 1000;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* ###### END Loading spinner ###### */
/* ###### Utils ####### */

.multi-present {
  position: relative;
  display: block;
}
.multi-present:before,
.multi-present:after {
  content: " ";
  display: table;
}
.multi-present:after {
  clear: both;
}
.multi-present:before,
.multi-present:after {
  content: " ";
  display: table;
}
.multi-present:after {
  clear: both;
}
.multi-present .present-1 {
  margin-left: -24px;
  position: absolute;
  z-index: 200;
  opacity: .5;
  font-size: 0.8em;
  left: 50%;
}
.multi-present .present-3 {
  margin-left: 8px;
  position: absolute;
  z-index: 200;
  opacity: .5;
  font-size: 0.8em;
  left: 50%;
}
.multi-present present-2 {
  position: relative;
  z-index: 240;
}
.w-breadcrumbs {
  margin: 0 0 20px;
}
.w-breadcrumbs:before,
.w-breadcrumbs:after {
  content: " ";
  display: table;
}
.w-breadcrumbs:after {
  clear: both;
}
.w-breadcrumbs:before,
.w-breadcrumbs:after {
  content: " ";
  display: table;
}
.w-breadcrumbs:after {
  clear: both;
}
.w-breadcrumbs .w-breadcrumbs-item {
  float: left;
  display: block;
}
.w-breadcrumbs .w-breadcrumbs-item a {
  color: #464646;
}
.w-breadcrumbs .w-breadcrumbs-item a:hover,
.w-breadcrumbs .w-breadcrumbs-item a.active {
  color: #16C3E3;
}
.w-breadcrumbs .w-dropdown {
  float: left;
}
.w-breadcrumbs .w-breadcrumbs-separator {
  margin: 0 10px;
  float: left;
  display: block;
}

sidebar-toggle {
  background: #292a38;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#icon {
  width: 40px;
  height: 28px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
path {
  fill: none;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 1s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 1s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 1s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 1s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 1s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 1s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 4px;
  stroke-linecap: round;
  stroke: #a06ba5;
  stroke-dashoffset: 0px;
}
path#top,
path#bottom {
  stroke-dasharray: 24px 95px;
}
path#middle {
  stroke-dasharray: 24px 24px;
}
.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -65.3px;
  stroke-dashoffset: -65.3px;
}
.cross path#middle {
  stroke-dashoffset: -11.5px;
  stroke-dasharray: 1px 22px;
}

body,
html {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #464646;
  overflow-x: hidden;
}
h4 {
  font-weight: bold;
  font-size: 18px;
}
/* ###### Content ###### */
.main-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-body.filter-opened .main-content {
  transform: translate3d(0, 200px, 0);
}
.scrolled .filter-opened .main-content {
  transform: translate3d(0, 0, 0);
}
.scrolled .scroll-top {
  opacity: 1;
}
.main-content {
  padding-top: 100px;
  position: relative;
  transition: transform 0.5s;
  min-height: 100%;
}
.main-content h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 300;
}
/* ###### END Content ###### */
/* ###### Sidebar ###### */
.sidebar-active:not(.scrolled) .filter-opened .main-content {
  transform: translate3d(500px, 200px, 0);
}
.sidebar-active.scrolled .filter-opened .main-content {
  transform: translate3d(500px, 0, 0);
}
.sidebar-active .sidebar {
  transform: translate3d(0, 0, 0);
}
.sidebar-active .main-content {
  transform: translate3d(500px, 0, 0);
}
.sidebar-active .main-head {
  transform: translate3d(500px, 0, 0);
}
.sidebar-active .sidebar-overlay {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.sidebar-active .sidebar-toggle path {
  stroke: #fff;
}
.sidebar-active .sidebar-toggle:hover path {
  opacity: .8;
  stroke: #fff;
}
.sidebar-active .sidebar-toggle.blue path {
  stroke: #0ebed9;
}
.sidebar-active .sidebar-toggle.blue:hover path {
  opacity: .8;
  stroke: #0ebed9;
}
.sidebar-overlay {
  transition: opacity 0.5s;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: fixed;
  z-index: 210;
  top: 0;
  left: 0;
}
.sidebar {
  transform: translate3d(-500px, 0, 0);
  transition: transform 0.5s;
  position: fixed;
  height: 100%;
  width: 500px;
  background-color: #0ebed9;
  background-image: linear-gradient(10deg, #06515c 0%, #0ebed9 100%);
  z-index: 300;
  left: 0;
  top: 0;
  padding: 50px 50px;
}
.sidebar .menu-container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
.sidebar .menu-container .social-media {
  overflow: hidden;
  margin: 50px 0px 75px;
}
.sidebar .menu-container .social-media .menu-social {
  margin-left: 0;
  display: block;
  width: 36px;
  height: 35px;
  float: left;
}
.sidebar .menu-container .social-media .facebook {
  background-image: url(/Images/Icons/facebook-menu.png);
}
.sidebar .menu-container .social-media .twitter {
  background-image: url(/Images/Icons/twitter-menu.png);
  margin-left: 20px;
}
.sidebar .menu-container .menu-item {
  margin: 40px 0;
  font-family: LatoBold;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar .menu-container .menu-item.disabled {
  opacity: 0.7;
}
.sidebar .menu-container span {
  font-size: 22px;
  color: #fff;
}
.sidebar .menu-container a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-left: 30px;
  font-family: LatoBold;
  text-transform: uppercase;
}
.sidebar .user-info {
  color: #fff;
  margin-top: 45px;
}
.sidebar .user-info a.login-btn {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  font-family: LatoBold;
  text-transform: uppercase;
}
.sidebar .user-info .left {
  float: left;
}
.sidebar .user-info .left .name {
  font-family: LatoBold;
  font-size: 18px;
}
.sidebar .user-info .left a {
  font-family: LatoRegular;
  font-size: 16px;
}
.sidebar .user-info .left a,
.sidebar .user-info .left span {
  color: #fff;
}
.sidebar .user-info .right {
  float: right;
  font-size: 33px;
}
.sidebar .user-info .right span {
  margin-right: 15px;
}
.sidebar .user-info .right .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 35px;
}
.sidebar .login-box {
  margin: 100px 40px 40px;
}
.sidebar .login-box:before,
.sidebar .login-box:after {
  content: " ";
  display: table;
}
.sidebar .login-box:after {
  clear: both;
}
.sidebar .login-box:before,
.sidebar .login-box:after {
  content: " ";
  display: table;
}
.sidebar .login-box:after {
  clear: both;
}
.sidebar .login-box .social-profile-picture {
  float: left;
  margin-right: 10px;
}
.sidebar .login-box .social-profile-name {
  float: left;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.sidebar .login-box .social-profile-name:hover {
  opacity: .8;
}
.sidebar .login-box .logout-btn {
  color: #fff;
  display: block;
  margin-top: 10px;
}
.sidebar .login-box .logout-btn:hover {
  opacity: .8;
}
.sidebar .login-box.separated-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebar .login-box .my-id-link {
  margin-top: 20px;
  font-weight: bold;
}
.sidebar .login-box .my-id-link a {
  color: #fff;
}
.sidebar .login-box .my-id-link a:hover {
  opacity: .8;
}
.sidebar .menu-links {
  margin: 20px 40px;
}
.sidebar .menu-links .menu-link {
  margin-bottom: 30px;
}
.sidebar .menu-links .menu-link a {
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar .menu-links .menu-link a:hover {
  opacity: .8;
}
.sidebar .social-links {
  margin: 50px 40px;
}
.sidebar .social-links .social-link {
  margin-bottom: 10px;
}
.sidebar .social-links .social-link a {
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
}
.sidebar .social-links .social-link a:hover {
  opacity: .8;
}
.sidebar-toggle {
  transition: top 0.5s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 520px;
  top: 36px;
  z-index: 310;
  cursor: pointer;
}
.sidebar-toggle.blue path {
  stroke: #0ebed9;
}
.sidebar-toggle.blue:hover path {
  stroke: #0ebed9;
}
.sidebar-toggle path {
  stroke: #fff;
}
.sidebar-toggle:hover path {
  stroke: #fff;
}
/* ###### END Sidebar ###### */
/* ###### Header ###### */
.main-head {
  transition: transform 0.5s;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 190;
  position: fixed;
  background-color: #0ebed9;
  transform: translate3d(0, 0, 0);
}
.main-body.resort-details .main-head {
  background-color: #fff;
}
.main-body.resort-details .main-head .logo {
  background: url(/images/logo.svg) no-repeat center center;
  background-size: 202px 50px;
  width: 202px;
  display: block;
}
.main-body.resort-details .main-head .sub-header a {
  color: #0ebed9;
}
.main-body.resort-details .main-head .header-links span {
  color: #0ebed9;
}
.main-body.resort-details .main-head .header-links a {
  opacity: 0.5;
}
.main-body.resort-details .main-head .header-links a.active {
  opacity: 1;
}
.main-head a.left {
  color: #fff;
  font-family: LatoRegular;
  font-size: 16px;
  margin-left: 130px;
  margin-top: 39px;
  display: inline-block;
  cursor: pointer;
}
.main-head.cabinet {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-head .sub-header {
  transition: height 0.3s;
  height: 100px;
  position: relative;
}
.main-head .sub-header a {
  color: #fff;
}
.main-head .filter-toggle {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 58px;
  font-size: 30px;
}
.main-head .favorite-places {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 58px;
  font-size: 30px;
}
.main-head .avatar {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 125px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.main-head .about {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  font-size: 14px;
}
.main-head .top-sign-in {
  position: absolute;
  top: 39px;
  font-family: LatoRegular;
  right: 125px;
  font-size: 16px;
}
.main-head .header-links {
  margin-top: 39px;
  font-family: LatoRegular;
  font-size: 16px;
  margin-right: 196px;
  float: right;
}
.main-head .header-links a {
  cursor: pointer;
  float: left;
  margin: 0 5px;
  color: #7edceb;
}
.main-head .header-links a:hover {
  color: #ffffff;
}
.main-head .header-links span {
  color: #ffffff;
  float: left;
}
.main-head .header-links a.active {
  color: #ffffff;
}
.main-head .header-col {
  height: 100%;
}
.main-head .header-row {
  height: 100%;
}
.main-head .utils {
  transition: height 0.5s;
  transform: translate3d(0, 0, 0);
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.main-head .utils:before,
.main-head .utils:after {
  content: " ";
  display: table;
}
.main-head .utils:after {
  clear: both;
}
.main-head .utils:before,
.main-head .utils:after {
  content: " ";
  display: table;
}
.main-head .utils:after {
  clear: both;
}
.main-head .utils.active {
  height: 200px;
}
.main-head .utils .search-bar {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.main-head .utils .search-bar input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-size: 25px;
  color: #4d5658;
  padding: 5px!important;
  font-family: LatoRegular;
}
.main-head .utils .search-bar input:focus {
  border: none;
  outline: 0;
}
.main-head .utils .filters:before,
.main-head .utils .filters:after {
  content: " ";
  display: table;
}
.main-head .utils .filters:after {
  clear: both;
}
.main-head .utils .filters:before,
.main-head .utils .filters:after {
  content: " ";
  display: table;
}
.main-head .utils .filters:after {
  clear: both;
}
.main-head .utils .filters .apply-btn-container {
  text-align: center;
  margin-top: 20px;
}
.main-head .utils .filters .filter-label {
  padding: 23px 0 0;
  width: 10%;
  /*margin-right: 15px;*/
  color: #333;
  font-size: 16px;
  float: left;
}
.main-head .utils .filters .country-filter {
  float: right;
  width: 90%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.main-head .utils .filters .country-filter:before,
.main-head .utils .filters .country-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .country-filter:after {
  clear: both;
}
.main-head .utils .filters .country-filter:before,
.main-head .utils .filters .country-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .country-filter:after {
  clear: both;
}
.main-head .utils .filters .country-filter .filter-btn {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}
.main-head .utils .filters .country-filter .filter-btn a {
  display: inline-block;
  font-size: 16px;
  color: #858b8c;
  padding: 3px 5px;
  margin: 0 2px;
  text-transform: capitalize;
}
.main-head .utils .filters .country-filter .filter-btn a .icon-close-sm {
  font-size: 11px;
  visibility: hidden;
  font-weight: normal;
}
.main-head .utils .filters .country-filter .filter-btn.active a {
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.main-head .utils .filters .country-filter .filter-btn.active a .icon-close-sm {
  visibility: visible;
}
.main-head .utils .filters .country-filter .filter-column {
  float: left;
}
.main-head .utils .filters .type-filter {
  float: right;
  width: 90%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.main-head .utils .filters .type-filter:before,
.main-head .utils .filters .type-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .type-filter:after {
  clear: both;
}
.main-head .utils .filters .type-filter:before,
.main-head .utils .filters .type-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .type-filter:after {
  clear: both;
}
.main-head .utils .filters .type-filter .filter-btn {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}
.main-head .utils .filters .type-filter .filter-btn a {
  display: inline-block;
  font-size: 16px;
  color: #858b8c;
  padding: 3px 5px;
  margin: 0 2px;
  text-transform: capitalize;
}
.main-head .utils .filters .type-filter .filter-btn a .icon-close-sm {
  font-size: 11px;
  visibility: hidden;
  font-weight: normal;
}
.main-head .utils .filters .type-filter .filter-btn.active a {
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.main-head .utils .filters .type-filter .filter-btn.active a .icon-close-sm {
  visibility: visible;
}
.main-head .utils .filters .type-filter .filter-column {
  float: left;
}
.main-head .utils .filters .filter {
  float: right;
  width: 90%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.main-head .utils .filters .filter:before,
.main-head .utils .filters .filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .filter:after {
  clear: both;
}
.main-head .utils .filters .filter:before,
.main-head .utils .filters .filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .filter:after {
  clear: both;
}
.main-head .utils .filters .filter .filter-btn {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}
.main-head .utils .filters .filter .filter-btn a {
  display: inline-block;
  font-size: 16px;
  color: #858b8c;
  padding: 3px 5px;
  margin: 0 2px;
  text-transform: capitalize;
}
.main-head .utils .filters .filter .filter-btn a .icon-close-sm {
  font-size: 11px;
  visibility: hidden;
  font-weight: normal;
}
.main-head .utils .filters .filter .filter-btn.active a {
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.main-head .utils .filters .filter .filter-btn.active a .icon-close-sm {
  visibility: visible;
}
.main-head .utils .filters .filter .filter-column {
  float: left;
}
.main-head .logo {
  /*height: 100%;*/
  margin: 13px auto;
}
.logo {
  background: url(/images/logo-white.svg) no-repeat center center;
  background-size: 202px 50px;
  width: 202px;
  height: 50px;
  display: block;
}
/* ###### END Header ###### */
/* ###### Infobox ###### */
.infobox {
  position: absolute;
  width: 280px;
  height: 250px;
  font-size: 32px;
}
.infobox .infobox-bg {
  transition: background-color 1s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 10;
}
.infobox .infobox-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
}
.infobox .infobox-content {
  color: #ffffff;
  position: relative;
  padding: 20px 30px 10px;
  z-index: 100;
  height: 100%;
  box-sizing: border-box;
}
.infobox .infobox-content .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 1em;
  line-height: 1em;
}
.infobox .infobox-content .description {
  font-family: Roboto;
  font-weight: 300;
  font-size: .625em;
}
.infobox .infobox-content .country {
  font-family: Roboto;
  font-weight: 300;
  font-size: .51em;
  margin-top: 24px;
  padding-right: 40px;
}
.infobox .infobox-content .icon {
  width: 30px;
  height: 30px;
}
.infobox .infobox-content .event-link {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  font-size: 16px;
}
.infobox .homepage {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  margin-left: 30px;
  top: -48px;
}
.infobox .homepage a {
  color: #ffffff;
}
.infobox .icon {
  position: absolute;
  opacity: 0.5;
  z-index: 20;
  right: 20px;
  bottom: 20px;
}
/* ###### END Infobox ###### */
/* ###### Footer ###### */
.footer-push {
  height: 140px;
}
.footer {
  z-index: 200;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  height: 140px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer a {
  color: #464646;
}
.footer a:hover {
  color: #16C3E3;
}
.footer .copyrights {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .copyrights {
    float: left;
    width: 50%;
  }
}
.footer .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .column {
    float: left;
    width: 25%;
  }
}
/* ###### END Footer ###### */
/* ###### Buttons ###### */
.scroll-top {
  transition: opacity 0.5s;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 16px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  line-height: 14px;
}
.scroll-top:hover {
  opacity: .6;
}
.scroll-top span {
  color: #fff;
  position: absolute;
  font-size: 12px;
  left: 56%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
  display: block;
}
.read-more {
  z-index: 120;
  position: absolute;
  cursor: pointer;
  bottom: 60px;
  left: 50%;
  top: 555px;
  margin-left: -44px;
  background: #fff url(/Images/Main/arrow.png) no-repeat 27px 58px;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  overflow: hidden;
  line-height: 12px;
}
.read-more span {
  display: block;
  margin-top: 19px;
  font-family: LatoRegular;
  line-height: 15px;
  color: #3f3f3f;
  font-size: 14px;
  text-align: center;
  width: 70px;
  margin: 16px auto;
}
.show-all-btn {
  position: fixed;
  bottom: 20px;
  width: 150px;
  margin-left: -75px;
  left: 50%;
  text-align: center;
}
/* ###### END Buttons ###### */
.show-on-xs {
  display: none;
}
.tooltip.bottom .tooltip-inner {
  background-color: #0ebed9;
  font-family: LatoRegular;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 10px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0ebed9;
}
.sub-menu {
  z-index: 10;
  height: 100px;
  background-color: #027586;
  position: relative;
}
.sub-menu .sub-menu-links {
  width: 650px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}
/* ###### Mobile resolution styles ###### */
@media (max-width: 767px) {
  .main-content {
    padding-top: 100px;
  }
  .hide-on-xs {
    display: none;
  }
  .show-on-xs {
    display: block;
  }
  .sidebar-toggle {
    top: 36px;
    left: 105%;
  }
  .sidebar-toggle.cross {
    left: 85%;
  }
  .main-head .filter-toggle {
    right: 5%;
  }
  .w-col-xs-3.w-col-sm-4.header-col {
    visibility: hidden;
  }
  .main-body.filter-opened .main-content {
    transform: translate3d(0, 0, 0);
  }
  .sidebar {
    width: 100%;
    padding: 10px 30px 30px 30px;
    transform: translate3d(-100%, 0, 0);
    /*text-align: center;*/
  }
  .sidebar .menu-container .social-media {
    margin: 30px 0 40px;
  }
  .sidebar-active:not(.scrolled) .filter-opened .main-content {
    transform: translate3d(100%, 0, 0);
  }
  .sidebar-active.scrolled .filter-opened .main-content {
    transform: translate3d(100%, 0, 0);
  }
  .sidebar-active .sidebar {
    transform: translate3d(0, 0, 0);
  }
  .sidebar-active .main-content {
    transform: translate3d(100%, 0, 0);
  }
  .sidebar-active .main-head {
    transform: translate3d(100%, 0, 0);
  }
  .footer-push {
    height: 250px;
  }
  .footer {
    height: 250px;
  }
  .main-head .utils.active {
    height: 1000px;
  }
  .main-head .sub-header {
    height: 100px;
  }
  .main-head .logo {
    background-size: 130px auto;
    width: 130px;
  }
  .main-body.resort-details .main-head .logo {
    background-size: 130px auto;
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-head .utils.active {
    height: 300px;
  }
  .main-body.filter-opened .main-content {
    transform: translate3d(0, 300px, 0);
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ###### END Mobile resolution styles ###### */
