@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap);
body,
html {
  color: #222d43;
  padding: 0;
  margin: 0;
  font-family: Nunito !important;
  height: 100%;
  width: 100%;
  position: relative;
  background: #f9f9f9 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
h1 {
  text-align: center;
  color: #00a0e2;
  font-size: 40px;
}
h2 {
  text-align: center;
  color: #00a0e2;
  font-size: 32px;
}
h3 {
  text-align: left;
  color: #222d43;
  font-size: 26px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  color: #222d43;
}
h5 {
  font-size: 18px;
  line-height: 22px;
  padding: 5px;
  color: #222d43;
}
h6 {
  font-size: 16px;
  color: #222d43;
}
.title-search-page {
  display: inline;
  font-size: 30px;
}
blockquote,
dd,
dl,
dt,
li,
ol,
p,
pre,
span,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
tr,
ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: nunito;
}
th {
  padding: 0;
  margin: 0;
  text-align: center;
}
td {
  color: #38454d;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-family: nunito;
}
li {
  list-style: none;
}
strong {
  font-weight: 700;
}
a {
  color: #00a0e2;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00a0e2;
}
* {
  line-height: inherit;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #38454d;
}
.final-price {
  font-size: 20px;
}
.vh-centered {
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  position: absolute;
  width: 90%;
  margin: auto !important;
}
.v-centered {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.h-centered {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.eff01 {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.eff02 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.eff03 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eff04 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eff05 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.eff06 {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.eff07 {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.eff08 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.eff0 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.eff1 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.message-bubble {
  padding: 4px 10px;
  background-color: #7ea13b;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.message-bubble.red {
  background-color: #c81414;
}
.message-bubble.red .fa-caret-down {
  color: #c81414;
}
.message-bubble * {
  color: #fff;
}
.message-bubble .fa-caret-down {
  position: absolute;
  bottom: -10px;
  left: 8px;
  font-size: 18px;
  color: #7ea13b;
}
.button {
  padding: 16px 22px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 0;
  outline: 0;
  position: relative;
  font-family: Nunito;
  margin: 10px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: #00a0e2;
  cursor: pointer;
}
.button:hover {
  background: #1976d2;
}
.button:target {
  background: #0d47a1;
}
.button.cancel-button {
  background: 0 0;
  color: #00a0e2;
  min-width: 150px;
}
.button#buyTicket {
  margin-top: 0;
  margin-bottom: 16px;
}
.button .fa {
  margin-left: 6px;
}
.button span {
  color: #fff;
}
.publish_unpublish_buttons {
  float: right;
  margin-top: -1px !important;
  color: #fff !important;
}
.download_resume_btn {
  min-width: 20px;
  padding: 8px 16px !important;
  margin-top: -6.5px !important;
  margin-left: 20px;
}
.download_resume_btn i {
  font-size: 15px;
  margin-top: 2px;
  margin-left: 3px !important;
  color: #fff;
}
.resume_name {
  float: left;
  text-decoration: none;
  transition: 0.3s;
  max-width: 500px;
  text-align: left;
}
.resume_name:hover {
  color: #c3c3c3;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a0e2;
  z-index: 1000009;
}
.loading-overlay .loading-icon-wrap {
  width: 100px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.loading-overlay .loading-icon-wrap img {
  width: 100%;
}
.loading-overlay-airplane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 10000099999;
  display: none;
}
.loading-overlay-airplane .loading-icon-airplane {
  width: 100px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  transform: translate(-50%, -50%);
}
.loading-overlay-airplane .loading-icon-airplane img {
  width: 200px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ui-widget.ui-widget-content {
  border: 0 !important;
}
.form-popup {
  position: fixed;
  z-index: 1000008;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 70, 123, 0.95);
  display: none;
}
.form-popup .form-box {
  width: 95%;
  width: -webkit-calc(95% - 112px);
  width: -moz-calc(95% - 112px);
  width: calc(95% - 112px);
  max-width: 560px;
  padding: 56px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.form-popup .form-box:after {
  content: " ";
  display: block;
  clear: both;
}
.form-popup .form-box h2 {
  font-size: 30px;
  color: #00a0e2;
  font-weight: 300;
  padding-bottom: 20px;
  text-align: left;
}
.form-popup .form-box .button {
  font-size: 12px;
  float: right;
  margin: 16px 0 0 0;
  padding: 8px 14px;
  cursor: pointer;
}
.form-popup .form-box .forgot {
  font-size: 12px;
  float: left;
  margin: 10px 0 0 0;
  color: #00a0e2;
  padding: 8px 14px 8px 2px;
  cursor: pointer;
}
.form-popup .form-box .forgot-password-wrap {
  display: none;
}
.form-popup .close-form-popup {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.input-wrap {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.input-wrap label {
  text-align: left;
  width: 100%;
  display: block;
  color: #bbb;
  position: absolute;
  top: 21px;
  font-size: 16px;
  z-index: 0;
}
.input-wrap label.error {
  right: 2px;
  top: 2px;
  display: block;
  width: auto;
  font-size: 12px;
  color: #eb2222;
  z-index: 999999999;
}
.input-wrap input {
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 0;
  outline: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  background: 0 0;
  color: #38454d;
  box-sizing: border-box;
  font-family: Nunito !important;
  background-color: #fff;
}
.input-wrap i {
  font-size: 16px;
  height: 45px;
  border: 0;
  outline: 0;
  padding-left: 10px;
  padding-top: 13px;
  position: relative;
  z-index: 1;
  background: 0 0;
  color: #8b8b94;
  box-sizing: border-box;
  background-color: #fff;
  display: inline;
}
.input-wrap textarea {
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 0;
  outline: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  background: 0 0;
  color: #333;
  font-family: Nunito !important;
}
.input-wrap.select:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 16px;
  color: #bbb;
  bottom: 14px;
}
.input-wrap.select select {
  width: 100% !important;
  background-color: #fff !important;
  height: 45px !important;
  padding: 0 16px !important;
  outline: 0 !important;
  border: none !important;
  font-size: 16px !important;
  box-shadow: none !important;
  background-image: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #38454d !important;
  font-family: Nunito !important;
}
.input-wrap.select select:focus {
  outline: 0;
}
.input-wrap.checkbox-input {
  border: 0 !important;
  height: 36px;
}
.input-wrap.checkbox-input label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  top: 0 !important;
  font-size: 16px !important;
  border: 0 !important;
}
.input-wrap.checkbox-input label .indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #bbb;
}
.input-wrap.checkbox-input label .indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input-wrap.checkbox-input label:hover input ~ .indicator {
  background: #ccc;
}
.input-wrap.checkbox-input
  label:hover
  input:not([disabled]):checked
  ~ .indicator {
  background: #1976d2;
}
.input-wrap.checkbox-input label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-wrap.checkbox-input label input:focus ~ .indicator {
  background: #ccc;
}
.input-wrap.checkbox-input label input:checked ~ .indicator {
  background: #00a0e2;
}
.input-wrap.checkbox-input label input:checked ~ .indicator:after {
  display: block;
}
.input-wrap.checkbox-input label input:disabled ~ .indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.input-wrap.checkbox-input label input:disabled ~ .indicator:after {
  border-color: #7b7b7b;
}
.input-wrap.radio-input label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.input-wrap.radio-input label .indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.input-wrap.radio-input label .indicator:after {
  content: "";
  position: absolute;
  display: none;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.input-wrap.radio-input label:hover input ~ .indicator {
  background: #ccc;
}
.input-wrap.radio-input label:hover input:not([disabled]):checked ~ .indicator {
  background: #0e647d;
}
.input-wrap.radio-input label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-wrap.radio-input label input:focus ~ .indicator {
  background: #ccc;
}
.input-wrap.radio-input label input:checked ~ .indicator {
  background: #00a0e2;
}
.input-wrap.radio-input label input:checked ~ .indicator:after {
  display: block;
}
.input-wrap.radio-input label input:disabled ~ .indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.input-wrap.radio-input label input:disabled ~ .indicator:after {
  border-color: #7b7b7b;
}
.eff01.col-30 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(33.3333% - 38px);
  width: -moz-calc(33.3333% - 38px);
  width: calc(33.3333% - 38px);
}
.col-30 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(33.3333% - 38px);
  width: -moz-calc(33.3333% - 38px);
  width: calc(33.3333% - 38px);
  margin: auto;
}
.col-30:nth-child(3n + 3) {
  margin-right: 0;
}
.col-80 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(80% - 32px);
  width: -moz-calc(80% - 32px);
  width: calc(80% - 32px);
}
.col-25 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(25% - 26px);
  width: -moz-calc(25% - 26px);
  width: calc(25% - 26px);
}
.col-25:nth-child(4n + 4) {
  margin-right: 0;
}
.col-20 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(20% - 28px);
  width: -moz-calc(20% - 28px);
  width: calc(20% - 28px);
}
.col-20:nth-child(5n + 5) {
  margin-right: 0;
}
.col-16 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(16.666666% - 28px);
  width: -moz-calc(16.666666% - 28px);
  width: calc(16.666666% - 28px);
}
.col-16:nth-child(5n + 5) {
  margin-right: 0;
}
.col-75 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(75% - 10px);
  width: -moz-calc(75% - 10px);
  width: calc(75% - 10px);
}
.col-50 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(50% - 28px);
}
.col-50:nth-child(2n + 2) {
  margin-right: 0;
}
.col-60 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(40% - 28px);
}
.col-60:nth-child(2n + 2) {
  margin-right: 0;
}
.col-100 {
  float: left;
  width: 100%;
}
.data-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding-top: 16px;
  border-bottom: 0;
  text-align: left;
}
.data-wrap label {
  text-align: left;
  width: 100%;
  display: block;
  color: #bbb;
  position: absolute;
  top: 0;
  font-size: 12px;
  z-index: 0;
}
.data-wrap.col-30 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(33.3333% - 38px);
  width: -moz-calc(33.3333% - 38px);
  width: calc(33.3333% - 38px);
}
.data-wrap.col-30:nth-child(3n + 3) {
  margin-right: 0;
}
.data-wrap.col-50 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(50% - 28px);
}
.data-wrap.col-50:nth-child(2n + 2) {
  margin-right: 0;
}
.data-wrap.col-60 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(50% - 28px);
}
.data-wrap.col-60:nth-child(2n + 2) {
  margin-right: 0;
}
.data-wrap.col-100 {
  float: left;
  width: 100%;
}
.main-wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  position: relative;
}
.navigation-wrap {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 9997;
  background: #38454d;
}
.navigation-wrap.home {
  background: unset;
}
.navigation-wrap .inner-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 100%;
  position: relative;
}
.navigation-wrap .inner-wrap .logo {
  left: 0;
  height: 60%;
  width: auto;
}
.navigation-wrap .inner-wrap .logo .st0 {
  fill: #fff;
}
.navigation-wrap .inner-wrap .user-wrap .avatar {
  left: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background-color: #00a0e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.navigation-wrap .inner-wrap .user-wrap a {
  padding-left: 58px !important;
}
.navigation-wrap .inner-wrap .logo-text {
  left: 62px;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
  width: auto;
}
.navigation-wrap .inner-wrap .navigation {
  right: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.navigation-wrap .inner-wrap .navigation > li {
  display: block;
  float: left;
  margin-left: 24px;
  position: relative;
}
.navigation-wrap .inner-wrap .navigation > li > a {
  color: #fff;
  cursor: pointer;
  font-family: Nunito;
  font-size: 16px;
  padding: 24px 14px;
  display: inline-block;
  text-decoration: none;
}
.navigation-wrap .inner-wrap .navigation > li > a .fa {
  margin-left: 6px;
}
.navigation-wrap .inner-wrap .navigation > li > a .fa-sign-in {
  margin-left: 0;
  margin-right: 6px;
}
.navigation-wrap .inner-wrap .navigation > li .fold {
  bottom: -26px;
  color: #fff;
  font-size: 24px;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown {
  position: relative;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul {
  position: absolute;
  top: 100%;
  right: 16px;
  display: none;
  width: 160px;
  padding: 10px 0 0 0;
  margin: 0;
  z-index: 1;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li {
  background: #00a0e2;
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0;
  width: 100%;
  display: block;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li.icon {
  padding: 0;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li.icon i {
  top: -9px;
  font-size: 32px;
  color: #00a0e2;
  text-shadow: 0 -2px 0 #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li:first-child {
  padding-top: 6px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li:last-child {
  padding-bottom: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a {
  display: block;
  padding: 8px 14px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  color: #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a .fa {
  width: 8px;
  margin-right: 15px;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a .fas {
  width: 8px;
  margin-right: 15px;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a:hover {
  color: #cccece !important;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown:hover ul {
  display: block;
}
.navigation-wrap .inner-wrap .navigation > li .button {
  background: 0 0 !important;
  border: 1px solid #fff;
  padding: 4px 10px;
  margin-top: 18px;
  text-transform: none;
}
.navigation-wrap .inner-wrap .navigation > li .button .fa {
  margin-left: 0;
  margin-right: 4px;
}
.navigation-wrap .inner-wrap .navigation > li .button:hover {
  color: #fff;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap {
  width: 100%;
  height: 100%;
}
.content-wrap .profile-details .image-wrap {
  width: 150px;
  height: 150px;
  background-color: #00a0e2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  border-bottom: 2px solid #ededed;
}
.content-wrap .profile-details .image-wrap input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content-wrap .profile-details .image-wrap .browse-image {
  background-color: #00a0e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.content-wrap .profile-details .image-wrap .browse-image:hover {
  background: #1976d2;
}
.content-wrap .profile-details .tab-button {
  border-radius: 15px !important;
  padding: 10px !important;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  float: left;
  width: 23%;
  background-color: #edeff0;
}
.content-wrap .profile-details .tab-button i {
  color: #000;
  padding-right: 10px;
}
.content-wrap .profile-details .tab-button.active i {
  color: #fff !important;
}
.content-wrap .profile-details .tab-button a {
  color: #000 !important;
}
.content-wrap .profile-details .tab-button.active a {
  color: #fff !important;
}
.content-wrap .profile-details .tab-button .fa {
  opacity: 0;
}
.content-wrap .profile-details .tab-button.active {
  border-bottom: 0 solid #00a0e2 !important;
  color: #00a0e2 !important;
}
.content-wrap .profile-details .tab-button.active .fa {
  opacity: 1;
}
.content-wrap .profile-details .tab-button:hover {
  background-color: #f2f4f5;
}
.content-wrap .profile-details .tab {
  display: none;
  margin-top: 24px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .sep-line {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 3px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .sep-line
  i {
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: -15px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .sep-line
  .line {
  border: dashed 2px #fff;
  height: 100%;
  width: 1px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-16 {
  margin-right: 0;
  width: 16.6666%;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20 {
  position: relative;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  > div
  > label {
  font-size: 12px;
  margin: 0;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  > div
  > span {
  font-size: 20px;
  display: block;
  margin-top: -8px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  .select
  .form-control {
  background-color: transparent;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  .input-wrap
  input {
  height: 38px;
}
.content-wrap .profile-details .tab.active {
  display: block;
}
.content-wrap .edit-section {
  padding: 0 0 24px 0 !important;
}
.content-wrap .edit-section .title h1 {
  font-size: 30px;
  color: #00a0e2;
  margin-top: 8px;
  margin-bottom: 0;
}
.content-wrap .wizard-section {
  padding: 56px 0 !important;
}
.content-wrap .profile-details {
  padding: 20px 0 !important;
}
.content-wrap .profile-details.balance .inner-wrap > p.text {
  text-align: center;
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 32px;
  font-size: 32px;
}
.content-wrap .profile-details.balance .inner-wrap > p.text img {
  margin-right: 32px;
  width: 120px;
}
.content-wrap .profile-details.balance .ticket-info {
  margin-top: 32px;
}
.content-wrap .profile-details.balance .ticket-info > .inner-wrap p {
  margin: 0;
}
.content-wrap .profile-details.balance .ticket-info > .inner-wrap > div {
  border: solid 1px #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 12px 0;
}
.content-wrap .profile-details.balance .ticket-info > .inner-wrap > div .block {
  text-align: center;
  border-right: solid 1px #86a4d8;
  padding: 0 16px;
  margin: 0;
  width: 25%;
  min-height: 120px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  img {
  width: 120px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  .label {
  font-size: 22px;
  font-weight: 600;
  border-bottom: solid 1px #b3b3b3;
  padding: 12px 0;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  .label
  i {
  font-size: 32px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  .label
  > img {
  width: 30px;
  margin-right: 8px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  > div {
  padding: 12px 0;
  font-size: 22px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block:last-child {
  border: 0;
}
.content-wrap .wizard-wrap {
  position: relative;
  min-height: 620px;
}
.content-wrap .wizard-wrap form {
  padding: 0;
  margin: 0;
}
.content-wrap .wizard-wrap section {
  position: absolute;
  width: 100%;
}
.content-wrap .wizard-wrap section h2 {
  margin-bottom: 20px !important;
}
.content-wrap .wizard-wrap section p {
  margin-bottom: 20px !important;
}
.content-wrap .wizard-wrap .wizard {
  display: block;
}
.content-wrap .wizard-wrap .wizard .steps {
  display: none !important;
}
.content-wrap .wizard-wrap .wizard ul {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 1100px;
}
.content-wrap .wizard-wrap .wizard ul li {
  display: block;
}
.content-wrap .wizard-wrap .wizard ul:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .wizard-wrap .wizard .input-wrap {
  font-family: Nunito;
}
.content-wrap .wizard-wrap .wizard .input-wrap label.error {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #d00000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-wrap .wizard-wrap .wizard .details-inputs {
  margin: auto;
  max-width: 600px;
}
.content-wrap .wizard-wrap .actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content-wrap .wizard-wrap .actions .fa {
  padding: 0 !important;
  margin: 0 !important;
}
.content-wrap .wizard-wrap .actions ul {
  text-align: right;
  margin-right: 7px;
}
.content-wrap .wizard-wrap .actions ul li {
  display: inline-block;
  font-size: 16px;
}
.content-wrap .wizard-wrap .actions ul li a {
  padding: 16px 22px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 0;
  outline: 0;
  position: relative;
  font-family: Nunito;
  margin: 0 0 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: #00a0e2;
  cursor: pointer;
}
.content-wrap .wizard-wrap .actions ul li a:hover {
  background: #1976d2;
}
.content-wrap .wizard-wrap .actions ul li a:target {
  background: #0d47a1;
}
.content-wrap .wizard-wrap .templates-list .item {
  margin: 0 10px;
  border: 1px solid #ededed;
  cursor: pointer !important;
  padding-top: 6px;
}
.content-wrap .wizard-wrap .templates-list .item img {
  width: 248px;
  margin: auto;
}
.content-wrap .wizard-wrap .templates-list .item:nth-child(4n + 4) {
  margin-right: 0;
}
.content-wrap .wizard-wrap .templates-list .item input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.content-wrap
  .wizard-wrap
  .templates-list
  .item
  input[type="radio"]:checked
  + img {
  border: 6px solid #00a0e2;
  margin-top: -6px;
  margin-left: -6px;
  margin: auto;
}
.content-wrap .edit-menu-wrap {
  margin-bottom: 24px;
  background: #f4f4f4;
  padding: 16px 0;
}
.content-wrap .edit-menu-wrap .button {
  min-width: auto;
  margin: 0 !important;
  padding: 8px 16px;
  text-transform: none;
  border: 0 !important;
}
.content-wrap .edit-menu-wrap .button.linkedin {
  background: #0077b5 !important;
}
.content-wrap .edit-menu-wrap .button:hover {
  color: #fff;
}
.content-wrap .edit-menu-wrap .button .fold {
  display: none;
  font-size: 46px;
  bottom: -36px;
}
.content-wrap .edit-menu-wrap .button.active .fold {
  display: inline-block;
}
.content-wrap .edit-menu-wrap .input-wrap {
  margin-bottom: 0 !important;
}
.content-wrap .edit-menu-wrap .right-buttons {
  float: right;
  margin-right: 10px;
  width: calc(39% - 40px);
  text-align: right;
}
.content-wrap .edit-menu-wrap .right-buttons .button {
  margin-left: 4px !important;
}
.content-wrap .edit-menu-wrap .left-buttons {
  float: left;
  margin-left: 10px;
  width: -webkit-calc(63% - 3px);
  width: -moz-calc(63% - 3px);
  width: calc(63% - 3px);
  text-align: left;
}
.content-wrap .edit-menu-wrap .left-buttons .button {
  margin-right: 6px !important;
}
.content-wrap .edit-menu-wrap .inupt-left {
  width: calc(39% - 40px);
}
.content-wrap .edit-menu-wrap .input-right {
  width: calc(39% - 40px);
}
.content-wrap .edit-menu-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .edit-block {
  margin: 0 16px;
  padding: 0 50px;
  background: 0 0;
  font-family: Nunito;
  font-weight: 300;
  position: relative;
}
.content-wrap .edit-block .sep-line {
  height: 36px;
  margin: 8px 0 0 -85px;
  width: -webkit-calc(100% + 170px);
  width: -moz-calc(100% + 170px);
  width: calc(100% + 170px);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.content-wrap .edit-block .sep-line i {
  font-size: 60px;
  color: #f9f9f9;
}
.content-wrap .edit-block .sep-line i.fa-caret-left {
  right: 10px !important;
}
.content-wrap .edit-block .sep-line i.fa-caret-right {
  left: 10px !important;
}
.content-wrap .edit-block .sep-line .line {
  border: dashed 1px #f9f9f9;
  height: 1px;
  width: 100%;
}
.content-wrap .edit-block div ul li {
  display: block;
}
.content-wrap .edit-block h3 {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  color: #00a0e2;
}
.content-wrap .edit-block h3.text-title {
  margin-bottom: 8px !important;
}
.content-wrap .edit-block p {
  text-align: left;
}
.content-wrap .edit-block .content-list {
  display: block;
  margin: 0 0 24px 0 !important;
}
.content-wrap .edit-block .content-list:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .edit-block .content-list li {
  display: block;
  text-align: left !important;
  width: 100%;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px #e4e6e9;
}
.content-wrap .edit-block .content-list li button {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  min-width: 10px !important;
  margin: 0 !important;
}
.content-wrap .edit-block .content-list li button.edit {
  right: 56px;
}
.content-wrap .edit-block .content-list li button.delete {
  right: 16px;
}
.content-wrap .edit-block .content-list li button:hover {
  color: #7cae1c !important;
}
.content-wrap .edit-block .content-list li button .fa {
  margin: 0 !important;
  width: 16px;
  text-align: center;
  color: #fff !important;
}
.content-wrap .edit-block .content-list li h4 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222d43;
  margin-bottom: 10px;
}
.content-wrap .edit-block .content-list li p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #888;
}
.content-wrap .edit-block:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .edit-block .actions-wrap {
  text-align: left;
  margin: 0 !important;
  border: 0 !important;
}
.content-wrap .job-list {
  display: block;
  margin: 0 0 24px 0 !important;
}
.content-wrap .job-list:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .job-list li {
  display: block;
  text-align: left !important;
  width: 100%;
  width: -webkit-calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  width: calc(50% - 48px);
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px #e4e6e9;
}
.content-wrap .job-list li:nth-child(2n + 2) {
  margin-right: 0;
}
.content-wrap .job-list li .suggested {
  color: #00a0e2 !important;
  font-weight: 600 !important;
}
.content-wrap .job-list li .button {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  min-width: 10px !important;
  margin: 0 !important;
  text-transform: none !important;
}
.content-wrap .job-list li .button.edit {
  right: 56px;
}
.content-wrap .job-list li .button.delete {
  right: 16px;
}
.content-wrap .job-list li .button.details {
  right: 96px;
}
.content-wrap .job-list li .button:hover {
  color: #fff !important;
}
.content-wrap .job-list li .button .fa {
  margin: 0 !important;
  width: 16px;
  text-align: center;
  color: #fff !important;
}
.content-wrap .job-list li h4 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222d43;
  margin-bottom: 10px;
}
.content-wrap .job-list li label {
  font-size: 10px;
  margin-bottom: 5px;
  color: #888;
}
.content-wrap .job-list li p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333 !important;
}
.content-wrap .resume-list {
  display: block;
  margin: 0 16px 24px 16px !important;
}
.content-wrap .resume-list:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .resume-list .avatar-wrap {
  width: 150px;
  height: 150px;
  background-color: #00a0e2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  float: left;
  margin-right: 30px;
  border-bottom: 2px solid #ededed;
}
.content-wrap .resume-list li {
  display: block;
  text-align: left !important;
  width: 100%;
  width: -webkit-calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  width: calc(50% - 48px);
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px #e4e6e9;
}
.content-wrap .resume-list li:nth-child(2n + 2) {
  margin-right: 0;
}
.content-wrap .resume-list li button {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  min-width: 10px !important;
  margin: 0 !important;
}
.content-wrap .resume-list li button.edit {
  right: 56px;
}
.content-wrap .resume-list li button.delete {
  right: 16px;
}
.content-wrap .resume-list li button:hover {
  color: #7cae1c !important;
}
.content-wrap .resume-list li button .fa {
  margin: 0 !important;
  width: 16px;
  text-align: center;
  color: #fff !important;
}
.content-wrap .resume-list li h4 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222d43;
  margin-bottom: 10px;
}
.content-wrap .resume-list li label {
  font-size: 10px;
  margin-bottom: 5px !important;
  color: #888;
}
.content-wrap .resume-list li p {
  font-size: 12px;
  margin-bottom: 5px !important;
  color: #333 !important;
}
.content-wrap .slider-t1 {
  width: 100%;
}
.content-wrap .slider-t1 .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-wrap .slider-t1 .item .inner-wrap {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 100px 0;
  margin: auto;
  position: relative;
  z-index: 1;
}
.content-wrap .slider-t1 .item .inner-wrap h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Nunito Condensed;
  letter-spacing: 0.008em;
  padding: 0;
  margin-bottom: 16px;
}
.content-wrap .slider-t1 .item .inner-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1.52947;
  font-weight: 300;
  font-family: Nunito Condensed;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.content-wrap .slider-t2 {
  margin-top: 30px;
}
.content-wrap .slider-t2 .item .icon {
  height: 150px;
  display: inline-block;
}
.content-wrap .slider-t2 .item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 300;
}
.content-wrap .slider-t2 .item p {
  max-width: 300px;
  margin: auto;
  margin-bottom: 5px;
}
.content-wrap .slider-t2 .item .button {
  border: 1px solid #fff;
  padding: 8px 16px;
}
.content-wrap .slider-t2 .item .button:hover {
  background: #fff;
  color: #00a0e2;
}
.content-wrap .slider-t2.investments-slider {
  padding: 10px 0 30px 0;
}
.content-wrap > section {
  padding: 80px 0;
  box-sizing: border-box;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  clear: both;
}
.content-wrap > section .no_tickets {
  margin: 30px 16px;
  text-align: center;
  font-weight: 700;
}
.content-wrap > section .no_tickets_community {
  margin: 15px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.content-wrap > section .text-left p {
  text-align: left;
}
.content-wrap > section .resume-actions-wrap {
  width: 100%;
  margin-top: -60px;
  margin-bottom: 50px;
}
.content-wrap > section .resume-actions-wrap .action-buttons {
  padding: 0;
  float: right;
}
.content-wrap > section .resume-actions-wrap .action-buttons:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap > section .resume-actions-wrap .action-buttons li {
  display: block;
  float: left;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  display: block;
  background: #0b467b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon img {
  height: 40px;
  width: auto;
  display: inline-block;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon:hover {
  background: #7cae1c;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon.active {
  background: #7cae1c;
}
.content-wrap > section .resume-actions-wrap .preview-button {
  float: left;
  margin: 0 !important;
  background: #0b467b;
}
.content-wrap > section .resume-actions-wrap .preview-button:hover {
  background: #7cae1c;
}
.content-wrap > section .resume-actions-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap > section .inner-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  z-index: 1;
  position: relative;
}
.content-wrap > section .inner-wrap h2 {
  color: #00a0e2;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  font-family: Nunito;
  letter-spacing: 0.008em;
  margin-bottom: 27px;
}
.content-wrap > section .inner-wrap p {
  color: #38454d;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  font-family: Nunito;
  margin-bottom: 10px;
}
.content-wrap > section .inner-wrap p.not-tickets {
  font-size: 32px;
  padding-left: 26px;
}
.content-wrap > section .inner-wrap .url {
  color: #10aee5;
  font-size: 17px;
  line-height: 1.52947;
  font-weight: 400;
  letter-spacing: -0.021em;
  display: inline-block;
  text-decoration: none;
}
.content-wrap > section .inner-wrap .home-stats {
  margin-top: 70px;
}
.content-wrap > section .inner-wrap .home-stats h3 {
  font-size: 12px;
  color: #03708e;
}
.content-wrap > section .inner-wrap .home-stats p {
  color: #10aee5;
  font-size: 52px;
}
.content-wrap > section .inner-wrap .button {
  margin-top: 20px;
}
.content-wrap > section .inner-wrap .button:hover {
  color: #fff;
}
.content-wrap > section .inner-wrap .lr-list-wrap {
  margin-top: 30px;
}
.content-wrap > section .inner-wrap .lr-list-wrap img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.content-wrap > section .inner-wrap .lr-list-wrap .block-content {
  padding-top: 20px;
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  float: left;
  text-align: left;
}
.content-wrap > section .inner-wrap .lr-list-wrap .block-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.content-wrap > section.dark {
  background: #00a0e2;
}
.content-wrap > section.dark h2 {
  color: #fff;
  font-weight: 300;
  font-family: Nunito;
  text-transform: uppercase;
}
.content-wrap > section.dark h3 {
  color: #fff;
}
.content-wrap > section.dark p {
  color: #fff;
}
.btn i.fa-spinner {
  padding: 0;
}
.content-wrap > section.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-slide {
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 100%;
  z-index: 0;
}
.background-slide.events {
  left: 0;
  width: 0%;
}
.background-slide.vouchers {
  left: 0;
  width: 0%;
}
.background-slide.flights {
  left: 0;
  width: 0%;
}
.background-slide.donations {
  left: 0;
  width: 0%;
}
.background-slide.trains {
  left: 0;
  width: 100%;
}
.footer-wrap {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: #38454d;
}
.footer-wrap h2,
.footer-wrap p {
  color: #fff !important;
}
.footer-wrap p {
  margin-bottom: 24px;
}
.footer-wrap .footer-menu {
  text-align: center;
  width: 100%;
  padding: 32px 0;
}
.footer-wrap .footer-menu.home {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-wrap .footer-menu .menu {
  margin-bottom: 8px;
}
.footer-wrap .footer-menu .menu a {
  display: inline-block;
  color: #fff;
  margin: 0 8px;
  text-decoration: underline;
  font-size: 16px;
}
.footer-wrap .footer-menu .menu a:hover {
  color: #00a0e2;
}
.footer-wrap .footer-menu .copyright {
  color: #fff;
  font-size: 12px;
}
#menu-toggle {
  display: none;
}
.button .fa {
  color: #fff !important;
}
section .inner-wrap {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: auto;
}
section .inner-wrap.landing_page_description > h2 * {
  color: #fff;
}
section .inner-wrap h2 {
  font-weight: 300;
  font-family: Nunito;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.008em;
  margin-bottom: 27px;
}
section.dark h2 {
  color: #fff;
}
section.dark h3 {
  color: #fff;
}
section.dark p {
  color: #fff;
}
.home-search .tabs {
  width: 100%;
  text-align: center;
  padding: 5px;
  padding-bottom: 0;
}
.home-search .tabs a:hover {
  background: #f2f4f5;
}
.home-search .tabs a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-radius: 16px;
  padding: 6px 0 0 0 !important;
  width: 18%;
}
.home-search .tabs i {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.home-search .tabs span {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: nunito;
  font-weight: 600;
  padding-left: 7px;
}
.home-search .tabs a.active {
  background: #00a0e2;
  color: #fff;
  font-weight: 600;
}
.home-search .forms-wrap {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: -2px 2px 23px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 2px 23px 3px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 2px 23px 3px rgba(0, 0, 0, 0.75);
}
.home-search .forms-wrap .form {
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
}
.home-search .forms-wrap .form .input-wrap {
  margin-bottom: 0;
}
.home-search .forms-wrap .form .input-wrap i {
  background: rgba(255, 255, 255, 0.3);
}
.home-search .forms-wrap .form .input-wrap input {
  background: rgba(255, 255, 255, 0.3);
}
.home-search .forms-wrap .form .button {
  margin: 0;
  width: 100%;
}
.home-search .forms-wrap .form.events {
  display: none;
}
.home-search .forms-wrap .form.donations {
  display: none;
}
.home-search .forms-wrap .form.vouchers {
  display: none;
}
.home-search .forms-wrap .form.flights {
  display: none;
}
.home-search .forms-wrap .form:after {
  content: " ";
  display: block;
  clear: both;
}
.faq-list {
  margin: 0;
  padding: 0;
  display: block;
}
.faq-list li {
  display: block;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 0 0 16px 0;
  border: 1px solid #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
}
.faq-list li:hover {
  background: #efefef;
}
.faq-list li .question {
  font-size: 20px;
  color: #38454d;
}
.faq-list li .answer {
  display: none;
  color: #38454d;
  margin: 12px 0 4px 0;
  font-size: 16px;
}
.payments img {
  height: 60px;
  display: inline-block;
  margin: 0 8px;
}
.home-nav-dots {
  display: block;
  margin: 0;
  padding: 0;
  right: 24px;
  top: 50%;
  position: fixed;
  z-index: 10;
}
.home-nav-dots li {
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
.home-nav-dots li.active {
  background: #fff;
}
.home-nav-dots li:hover {
  background: #fff !important;
}
.search-bar {
  background: #00a0e2;
  padding: 88px 0 24px 0 !important;
  z-index: 10;
  width: 100%;
  height: auto !important;
}
.search-bar .button {
  margin: 0 !important;
  width: 100%;
  background: #38454d;
  box-sizing: border-box;
  padding: 9px 16px;
}
.search-bar .input-wrap {
  margin-bottom: 0;
  border: 1px solid #fff !important;
}
.search-bar .input-wrap input {
  background: #fff;
  height: 32px;
  -webkit-appearance: none;
}
.days-bar {
  background: #00a0e2;
  padding: 0 !important;
  height: auto !important;
  z-index: 10;
  left: 0;
  width: 100%;
}
.days-bar .inner-wrap {
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
.days-bar .owl-left-b {
  left: 6px;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
}
.days-bar .owl-right-b {
  right: 6px;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
}
.days-bar.events {
  height: 87px !important;
}
.days-bar.trains {
  height: 87px !important;
}
.days-bar * {
  color: #fff !important;
}
.days-bar .item {
  margin: 0 !important;
  padding: 6px 24px;
  cursor: pointer;
}
.days-bar .item.selected {
  background: #fff !important;
}
.days-bar .item.selected * {
  color: #00a0e2 !important;
}
.days-bar .item:hover {
  background: #fff !important;
}
.days-bar .item:hover * {
  color: #00a0e2 !important;
}
.days-bar .item p {
  margin: 0 !important;
  font-size: 14px !important;
}
.days-bar .item p span {
  font-weight: 700;
  font-size: 18px;
}
.days-bar .item h3 {
  font-size: 24px !important;
  font-weight: 600;
}
.tickets-list {
  padding: 0 !important;
}
.tickets-list .ticket-info {
  background: #f3f3f5;
  position: relative;
}
.tickets-list .ticket-info.titles {
  background: #fff;
}
.tickets-list .ticket-info:nth-child(2n + 2) {
  background: #f9f9f9;
}
.tickets-list .ticket-info:nth-child(2n + 2) .block.dispute-open-close > div {
  background-color: #f3f3f5;
}
.tickets-list .ticket-info .block {
  box-sizing: border-box !important;
  padding: 16px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tickets-list .ticket-info .block.dispute-open-close {
  padding: 0 !important;
}
.tickets-list .ticket-info .block.dispute-open-close > div {
  text-transform: uppercase;
  background-color: #f9f9f9;
  padding: 22px;
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
  color: #38454d;
  font-weight: 600;
}
.tickets-list .ticket-info .block.text-info {
  width: 30%;
  text-align: center;
  float: right;
}
.tickets-list .ticket-info .block.text-info > div {
  padding: 8px;
  border: solid 1px #38454d;
  color: #38454d !important;
  font-size: 16px;
}
.tickets-list .ticket-info .block.text-info > div.red {
  border: solid 1px red;
}
.tickets-list .ticket-info .block .label {
  display: none;
  font-size: 24px;
  font-weight: 700;
  color: #00a0e2;
}
.tickets-list .ticket-info .button {
  padding: 8px 16px;
  margin: 0;
}
.tickets-list .ticket-info .info {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.tickets-list .fa-angle-down {
  font-size: 30px;
  cursor: pointer;
}
.tickets-list .fa-angle-up {
  font-size: 30px;
  cursor: pointer;
}
.tickets-list .info {
  text-align: left;
  font-size: 14px;
}
.tickets-list .info .left {
  text-align: left;
  margin-right: 0 !important;
}
.tickets-list .info .right {
  text-align: right;
  color: #00a0e2;
  margin-right: 30px;
}
.tickets-list .info .stazioni {
  text-align: right;
  color: #00a0e2;
  margin-right: 20px;
  margin-left: 10px;
}
.tickets-list .info .stations {
  display: inline-block;
  margin: 16px 0 0 0;
  padding: 0;
  position: relative;
}
.tickets-list .info .stations li {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
  background: #f3f3f5;
  z-index: 1;
  box-sizing: border-box;
}
.tickets-list .info .stations li:last-child {
  margin-bottom: 0 !important;
}
.tickets-list .info .stations li .fa {
  font-size: 16px;
  color: #ccc;
  left: -40px;
}
.tickets-list .info .stations .line {
  width: 2px;
  height: 100%;
  background: #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  z-index: 0;
  position: absolute !important;
}
ul.stations {
  font-size: 14px;
}
.tickets-list .info .station-names {
  display: inline-block;
  margin: 14px 0 0 0;
  padding: 0;
}
.tickets-list .info .station-names li {
  display: block;
  height: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.ticketinfo li {
  font-size: 14px;
}
.ticketinfo li span {
  font-size: 14px;
}
.tickets-list .info .station-names li span {
  color: #999;
  font-size: 14px;
}
.page-title-section {
  background: #f9f9f9;
  padding: 24px !important;
}
.page-title-section .inner-wrap {
  text-align: left !important;
}
.page-title-section .inner-wrap h2 {
  margin: 0 !important;
  text-transform: none !important;
}
.account-menu {
  padding-top: 6px;
}
.account-menu .title {
  display: inline-block !important;
  color: #fff;
  padding-right: 24px;
  border-right: 1px solid #fff;
}
.account-menu .tool-bar {
  display: inline-block;
}
.account-menu .tool-bar-fllter {
  display: none;
  float: right;
  position: relative;
  cursor: pointer;
}
.account-menu .tool-bar-fllter span {
  color: #fff;
  padding-right: 18px;
}
.account-menu .tool-bar-fllter i {
  right: 0;
  color: #fff;
  font-size: 18px;
}
.account-menu a {
  text-decoration: none;
  color: #fff;
  margin-left: 24px;
  font-weight: 300;
  position: relative;
}
.account-menu a:hover {
  color: #38454d;
  text-decoration: none;
}
.account-menu a .fa {
  bottom: -37px;
  color: #fff;
  font-size: 32px;
  display: none;
}
.account-menu a.active .fa {
  display: block;
}
.account-tabs {
  box-sizing: border-box;
}
.account-tabs div {
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: #ebebeb;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
.account-tabs div.active {
  background-color: #00a0e2 !important;
}
.account-tabs div.active a {
  color: #fff !important;
}
.account-tabs div a {
  color: #333;
}
.account-tabs:after {
  content: " ";
  clear: both;
  display: block;
}
.account-form-wrap {
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 56px;
  margin-top: 24px;
  position: relative;
}
.account-form-wrap .fold {
  font-size: 80px;
  top: -50px;
  color: #ebebeb;
}
.account-form-wrap .or {
  text-align: center;
  position: relative;
}
.account-form-wrap .or span {
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  z-index: 0;
}
.account-form-wrap .or p {
  background-color: #ebebeb;
  display: inline-block !important;
  padding: 0 16px;
  z-index: 1;
  color: #999 !important;
  position: relative;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.account-form-wrap .social {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #00a0e2;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin: 8px;
  margin-top: 16px;
  display: inline-block !important;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.account-form-wrap .social.facebook {
  background: #3b579d;
}
.account-form-wrap .social.google {
  background: #dd4a3a;
}
.account-form-wrap .profile-image {
  display: block;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin: auto;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.account-form-wrap .profile-image .change {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #00a0e2;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.account-form-wrap .input-wrap {
  background-color: #fff !important;
}
.account-form-wrap .input-wrap select {
  height: 45px !important;
  padding: 0 16px !important;
}
.account-form-wrap .input-wrap.select:after {
  right: 16px !important;
  bottom: 14px !important;
}
.page-title-section.profile-details.balance {
  padding: 56px 16px !important;
}
.insert_ticket_btn {
  display: inline-block;
  margin-top: 16px;
  width: 100%;
  text-align: right;
}
.tickets-list .ticket-info .block.col-16 {
  width: 15%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tickets-list .ticket-info .block.col-25 {
  width: 28.33%;
  margin: 0;
}
.checkbox-input {
  margin-top: 12px;
  margin-bottom: 20px;
}
.checkbox-input label input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.ui-menu .ui-menu-item-wrapper {
  font-size: 14px !important;
  border-bottom: solid 1px #eee;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #38454d !important;
  background: #38454d !important;
  color: #fff !important;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #00a0e2 !important;
  background: #00a0e2 !important;
  color: #fff !important;
}
.success-message#success_message {
  top: 90px;
  font-size: 14px;
  z-index: 100;
  position: fixed;
  background-color: #31b331;
  border: 0;
  color: #fff;
  padding: 8px 12px;
}
.error-message#error_message {
  top: 90px;
  font-size: 14px;
  z-index: 100;
  position: fixed;
  background-color: red;
  border: 0;
  color: #fff;
  padding: 8px 12px;
}
.modal .modal-dialog > .close {
  right: 8px !important;
  top: 8px !important;
  z-index: 1;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
}
.modal-footer .col-md-12 {
  text-align: center;
}
.modal-footer .col-md-12 .btn {
  color: #fff;
  border: 0;
  outline: 0;
  font-family: Nunito;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: #00a0e2 !important;
  margin: 0 4px;
}
.modal-footer .col-md-12 .btn:hover {
  background: #1976d2;
  color: #fff;
}
.btn-success {
  margin: 0 4px;
}
input.error {
  border: 1px solid #e30000 !important;
}
select.error {
  border: 1px solid #e30000 !important;
}
.tickets-list-title .block .mob-title {
  display: none;
}
.ticket-info .tickets-list-title .block.seat span {
  display: none;
  margin-left: 6px;
}
.tickets-list .info .show_time {
  display: none;
}
section .slider_title h2 * {
  color: #fff;
}
.event-ticket-time p {
  display: none;
}
.additional-text {
  font-weight: 600;
  margin-bottom: 0;
}
.additional-text span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-top: -12px;
}
.title_line {
  display: inline-block;
  width: 100%;
  border-bottom: solid 2px #dbe0e4;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
  padding: 4px 0;
}
.m-hide.button-wrap p {
  color: #00a0e2 !important;
  font-weight: 600 !important;
}
.mobile-message {
  display: none;
}
.checkbox-btn {
  text-align: center;
  display: inline-block;
  margin-top: 16px;
}
.checkbox-btn > span {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 14px;
}
.checkbox-btn label {
  display: inline-block !important;
  border: solid 1px #fff;
  padding: 4px 12px;
  background: silver;
  font-weight: 600;
  text-transform: none;
  color: #fff;
}
.checkbox-btn label:hover {
  background: silver;
}
.checkbox-btn label.active {
  background: #00a0e2;
  border: solid 1px #00a0e2;
  color: #fff !important;
}
.checkbox-btn label input {
  display: none;
}
.ticket_top_bar {
  display: none;
}
.ticket_bott_bar {
  height: 50px;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .popuptext {
  font-size: 14px;
  bottom: -10px;
  left: -130px;
  visibility: hidden;
  width: 200px;
  font-family: Nunito;
  background-color: #ebebeb;
  color: #38454d;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  margin-left: -80px;
  font-size: 14px;
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 10px;
  border-style: solid;
  border-color: #ebebeb transparent transparent transparent;
}
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.declare_valid.btn {
  background-color: #00a0e2;
  color: #fff;
}
.declare_invalid.btn {
  background-color: #00a0e2;
  color: #fff;
  font-size: 12px;
}
.fa-facebook {
  background: 0 0;
  color: #00a0e2;
}
.fa-instagram {
  background: 0 0;
  color: red;
}
.fa.fa-instagram:hover {
  color: red !important;
}
.segmented-control {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.segmented-control__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.segmented-control__input {
  position: absolute;
  visibility: hidden;
}
.segmented-control__label {
  display: block;
  margin: 0 -1px -1px 0;
  padding: 0.6em 0.25em;
  border: 1px solid #bbb;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  height: 45px;
}
.segmented-control__label:hover {
  background: #fafafa;
}
.segmented-control__input:checked + .segmented-control__label {
  background: #00a0e2;
  color: #f5f5f5;
}
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 31px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: 0;
  border: none;
  cursor: pointer;
  background-color: #707070;
  transition: background-color ease 0.3s;
}
.toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: #fff;
  left: 2px;
  top: 1.5px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.2s;
}
.toggle:checked {
  background-color: #4cd964;
}
.toggle:checked:before {
  left: 16px;
}
input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
}
.range-slider .bound_label.left {
  float: left;
}
.range-slider .bound_label.right {
  float: right;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #bbb;
  height: 45px;
  width: 16px;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  border: 1px solid #bbb;
  height: 45px;
  width: 16px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
input[type="range"]::-ms-thumb {
  border: 1px solid #bbb;
  height: 45px;
  width: 16px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.range-slider__range {
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  -webkit-appearance: none;
  border-radius: 3px;
  background: -moz-linear-gradient(
    left,
    rgba(3, 226, 0, 0.58) 34%,
    rgba(255, 165, 0, 0.99) 97%,
    #ff6e00 98%,
    red 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(3, 226, 0, 0.58) 34%,
    rgba(255, 165, 0, 0.99) 97%,
    #ff6e00 98%,
    red 100%
  );
  background: linear-gradient(
    to right,
    rgba(3, 226, 0, 0.58) 34%,
    rgba(255, 165, 0, 0.99) 97%,
    #ff6e00 98%,
    red 100%
  );
  outline: 0;
  padding: 0;
  margin: 0;
  height: 10px;
  border-radius: 6px;
}
.rangevalue {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  width: 40%;
  height: 16px;
  margin: 4px auto;
  letter-spacing: -0.07em;
  background-color: #fff;
  position: relative;
}
::placeholder {
  font-weight: 400;
}
:-ms-input-placeholder {
  font-weight: 400;
}
::-ms-input-placeholder {
  font-weight: 400;
}
.google-button {
  height: 40px;
  border-width: 0;
  background: #fff;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
  margin-top: 5px;
  vertical-align: top;
  margin-bottom: 20px;
}
.google-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.google-button__icon--plus {
  width: 27px;
}
.google-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, arial, sans-serif;
}
.buy-info tr td {
  left: 0;
  padding-left: 10px;
  padding-top: 20px;
  font-size: 1.4em;
}
.trustpilot-widget {
  background: 0 0;
  font-family: "Segoe UI";
  color: #333;
  padding: 10px 0 5px 0;
  overflow: hidden;
}
.trustpilot-widget .wrapper-left a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.trustpilot-widget .wrapper-left {
  text-align: center;
}
.trustpilot-widget .wrapper-left .title {
  color: #333;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.trustpilot-widget .wrapper-left .rating img {
  max-width: 110px;
  margin: auto;
}
.trustpilot-widget .wrapper-left .info {
  color: #333;
  font-size: 11px;
}
.train-trip-show span {
  position: relative;
}
.train-trip-show i::before {
  content: "";
  z-index: 1;
  left: 0;
  height: 100%;
  border-left: 1px #bbb solid;
  margin-right: 10px;
}
.train-trip-show span.dep::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #bbb solid;
  width: 1em;
  height: 1em;
}
.train-trip-show span.arr::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #bbb solid;
  width: 1em;
  height: 1em;
  top: 7px;
}
.train-trip-show span.stop::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #bbb solid;
  width: 0.5em;
  height: 0.5em;
  top: 6px;
}
.train-trip-show td {
  padding-left: 10px;
  text-align: left;
}
.changecolbtn {
  background-color: #4ac375 !important;
  color: #fff !important;
}
.std-tab {
  font-size: 16px;
  line-height: normal;
  border-collapse: unset;
  border-spacing: 10px;
}
.std-tab td {
  padding-right: 10px;
}
.btn-trasparente-brdwhite {
  width: 100%;
  border: 1px solid;
  padding: 9px 16px;
  color: #f9f9f9;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: 0;
  position: relative;
  font-family: Nunito;
  margin: 10px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: rgba(249, 249, 249, 0);
  cursor: pointer;
}
.btn-trasparente-brdwhite:hover {
  background: #38454d;
  color: #f9f9f9;
}
.btn-trasparente-brdwhite:target {
  background: #f2f4f5;
  color: #f9f9f9;
}
.fa-twitter-square:before {
  font-size: 40px;
  color: #00a0e2;
}
.fa-facebook-square:before {
  font-size: 40px;
  color: #38454d;
}
.tickets-share-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  float: right;
  padding: 0 !important;
}
.input-wrap.integrate {
  display: flex;
}
.btn.integrate {
  min-width: unset;
  margin-bottom: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  border-color: #dbe0e4;
}
.fl1 {
  flex: 1;
}
.fl07 {
  flex: 0.7;
}
.fl05 {
  flex: 0.5;
}
.fl03 {
  flex: 0.3;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.btn {
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px !important;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 5px;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-family: nunito;
  display: inline-grid;
  align-items: center;
  text-transform: uppercase;
  font-weight: 300;
  min-width: 150px;
}
.btn i {
  padding-right: 5px;
}
.btn.dgray,
.btn.integrate.dgray {
  background-color: #38454d !important;
  color: #fff !important;
}
.btn.integrate.mgray,
.btn.mgray {
  background-color: #f2f4f5 !important;
  color: #fff !important;
}
.btn.blu,
.btn.integrate.blu {
  background-color: #00a0e2 !important;
  color: #fff !important;
}
.btn.integrate.white,
.btn.white {
  background: #f2f4f5 !important;
  color: #38454d !important;
}
label {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 2px;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  padding-left: 0;
  padding-right: 0 !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  padding-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 800px;
  margin: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  background-color: #38454d;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  background-color: #f9f9f9;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal .modal-dialog {
  margin: 100px auto 0;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  zoom: 1;
}
.modal .modal-dialog .modal-content:after,
.modal .modal-dialog .modal-content:before {
  content: "";
  display: table;
}
.modal .modal-dialog .modal-content:after {
  clear: both;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  float: left;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body {
  float: left;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .app-heading {
  background: 0 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  float: left;
  width: 100%;
  border: 0;
}
.modal .modal-dialog > .close {
  position: absolute;
  top: -14px;
  right: -35px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.modal .modal-dialog > .close [class^="icon-"] {
  font-size: 20px;
}
.modal .modal-dialog > .close .fa {
  font-size: 14px;
}
.modal .modal-dialog > .close:hover {
  opacity: 0.8;
}
.modal .modal-dialog.modal-fw {
  width: 94%;
}
.modal .modal-dialog.modal-primary .modal-header {
  background: #292f43;
}
.modal .modal-dialog.modal-info .modal-header {
  background: #4fb5dd;
}
.modal .modal-dialog.modal-success .modal-header {
  background: #76ab3c;
}
.modal .modal-dialog.modal-warning .modal-header {
  background: #f69f00;
}
.modal .modal-dialog.modal-danger .modal-header {
  background: #f04e51;
}
.modal-icon-preview-icon span[class^="icon-"] {
  font-size: 60px;
}
.modal-icon-preview-icon span.fa {
  font-size: 42px;
}
.modal-content {
  -webkit-background-clip: padding-box;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.close {
  float: right;
  font-size: 19.5px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.important-message li {
  font-size: 14px;
  font-weight: 400;
}
.important-message li {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.important-message {
  width: 100%;
  float: left;
}
.modal-body p {
  font-size: 14px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  text-align: left;
  text-align: start;
  font-size: 13px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #dbe0e4;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.popover.bottom {
  margin-top: 10px;
}
.popover,
.tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-shadow: none;
  white-space: normal;
  word-spacing: normal;
  text-decoration: none;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
}
.popover.clockpicker-popover {
  left: 50% !important;
  transform: translateX(-50%);
  white-space: nowrap;
}
.title-modal-3rules {
  border-bottom: 1px solid;
  border-color: #38454d;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.last-info-3rules {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-align: left;
}
.input-number-selector {
  padding: 0.5rem;
  border: 1px solid #bbb;
  border-width: 0 2px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 45px;
  width: 80%;
  color: #38454d;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.number-input {
  display: inline-flex;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}
.perf_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 50%;
  border-radius: 2px;
  margin-top: 20px;
}
.theat_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 60%;
  border-radius: 2px;
  margin-top: 20px;
}
.stations_select_inp_wrap_fields {
  display: inline-flex;
  float: left;
  width: 100%;
}
.stations_select_fields {
  flex: 0.7;
}
.times_stations_select_fields {
  flex: 0.3;
}
.stations_select_inp_wrap_fields:after {
  right: unset !important;
  left: 5px;
}
.invert-stations-home:after {
  color: #38454d;
}
.invert-stations-home {
  position: absolute;
  left: 22.5%;
  bottom: 16px;
  z-index: 9999;
  background-color: #fff;
  border: 0.5px solid #bbb;
  border-radius: 24px;
  width: 5%;
  min-width: 45px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.invert-standar-style {
  width: 15%;
  padding: 16px 0;
  vertical-align: middle;
  float: right;
  background-color: #f9f9f9;
}
.fa-large:before {
  font-size: 50px;
}
.fa-small:before {
  font-size: 20px;
}
.user_tickets_icons {
  margin-left: 5px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 20px;
  padding-bottom: 3px;
}
.user_tickets_code {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.safe_buy_icons {
  width: auto;
  max-width: 300px;
}
.mang-icon {
  height: 45px;
  width: auto;
  display: block;
  margin: auto;
  padding: 10px;
}
.ul-flight-tickets li b {
  padding-bottom: 5px;
  font-size: 14px;
}
.ul-flight-tickets li {
  padding-left: 5px;
  font-size: 14px;
}
.flight_price_alert th {
  font-size: 14px !important;
  border: 0;
  text-align: left;
  font-family: nunito;
}
.price_logic_A {
  height: 25px;
}
.vouch_on_search_tticket {
  padding: 8px;
  text-align: center;
  position: sticky;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
}
.toggle-password {
  float: right;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  margin-right: 10px;
  padding-right: 10px;
}
.tickets_list_wrap {
  background-color: #fff;
}
.train_autalert_ticklist {
  margin-bottom: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  background-color: #00a0e2;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  width: 40%;
  margin: auto;
}
.train_autalert_ticklist:hover {
  color: #222d43;
}
.btn.blu[disabled] {
  opacity: 0.5;
}
