body {
  background: #ffffff;
  color: #808080;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-width: 0; }

input, select, textarea, button {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: black;
  resize: none; }

input:focus, select:focus, textarea:focus, a {
  outline: none; }

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=email], input[type=number], input[type=tel], textarea {
  -webkit-appearance: none; }

input[type=password] {
  font-family: 'Lato', sans-serif; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  vertical-align: bottom; }

a img {
  border-width: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

button {
  transition: all 0.3s; }

a:hover, a:focus {
  text-decoration: underline;
  color: inherit; }

a:hover, a:active, a.selectObj.open, a:focus, .btn:focus, .btn:hover, .btn:active, .btn.selectObj.open {
  text-decoration: none;
  outline: 0; }

.none {
  display: none; }

* {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  box-sizing: border-box; }

*:focus {
  outline-width: 0; }

.select-change .list {
  max-height: 240px;
  overflow: auto;
  transition: none; }

.has-error input {
  background-color: #ffdddd !important; }
.has-error input:focus, .has-error input:active, .has-error input.selectObj.open {
  box-shadow: none; }

.has-success input {
  box-shadow: none; }
.has-success input:focus, .has-success input:active, .has-success input.selectObj.open {
  box-shadow: none; }

.select-group {
  position: relative;
  display: inline-block; }
.select-group label {
  z-index: 1; }
.select-group .select-change {
  background-color: white;
  box-shadow: none;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  border-width: 0;
  float: none;
  height: 50px;
  width: 110px; }
.select-group .select-change .current {
  font-size: 16px;
  padding: 15px 30px;
  height: 60px;
  line-height: 30px;
  display: block; }
@media all and (min-width: 768px) {
  .select-group .select-change .current {
    height: 50px;
    line-height: 20px; } }
.select-group .select-change .list {
  min-width: 100%; }
.select-group .select {
  background-color: white;
  box-shadow: none;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 5px 30px;
  height: 50px;
  position: relative;
  cursor: pointer;
  width: 110px; }
.select-group .select.select-expand {
  width: 100px; }
.select-group .select.change-select.active ul {
  display: block; }
.select-group .select.change-select select {
  display: none; }
.select-group .select .placeholder {
  display: block;
  min-height: 1px;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  line-height: 30px;
  padding-right: 15px; }
@media all and (min-width: 768px) {
  .select-group .select .placeholder {
    line-height: 20px; } }
.select-group .select .placeholder.empty-value {
  font-weight: 300;
  color: #808080; }

.select-expand.active .passengers {
  display: block; }
.select-expand .passengers {
  background-color: white;
  position: absolute;
  right: 0;
  top: 52px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 16px;
  display: none; }
@media all and (min-width: 768px) {
  .select-expand .passengers {
    width: 314px; } }
@media all and (min-width: 1050px) {
  .select-expand .passengers {
    left: 0;
    right: 0; } }
.select-expand .passengers.max .line-note {
  display: block; }
.select-expand .passengers .line {
  text-align: right;
  margin-bottom: 10px; }
.select-expand .passengers .line label {
  float: left;
  width: 140px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  position: static;
  text-indent: 0;
  line-height: 38px; }
.select-expand .passengers .line label em {
  font-weight: normal;
  font-style: normal; }
.select-expand .passengers .line span {
  display: inline-block;
  background-color: #ebeef0;
  padding: 1px;
  border-radius: 4px; }
.select-expand .passengers .line button {
  border-width: 0;
  background: transparent;
  width: 29px;
  height: 38px; }
.select-expand .passengers .line input {
  font-size: 16px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  width: 45px;
  height: 38px;
  padding: 10px 5px;
  border-width: 0; }
.select-expand .passengers .line input.max {
  color: #ffbb1c;
  font-weight: bold; }
.select-expand .passengers .line-note {
  padding-top: 30px;
  display: none; }
.select-expand .passengers .line-note p {
  color: #808080;
  font-size: 14px;
  line-height: 19px; }
.select-expand .passengers .phone-box {
  padding-top: 16px; }
.select-expand .passengers .phone-box .phone {
  font-weight: bold;
  font-size: 20px;
  color: #333333; }
.select-expand .passengers .phone-box .phone:before {
  color: #ffbb1c;
  display: inline-block;
  width: 37px;
  vertical-align: middle;
  margin-bottom: 2px; }
.select-expand .passengers .phone-box .note {
  color: #808080;
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px; }

.input > input {
  border-width: 0;
  color: #333333;
  font-size: 20px;
  padding: 10px 20px;
  height: 60px;
  background: white;
  transition: all 0.3s;
  border-radius: 2px;
  width: 100%; }
.input > input::-moz-placeholder {
  color: #333333; }
.input > input:-ms-input-placeholder {
  color: #333333; }
.input > input::-webkit-input-placeholder {
  color: #333333; }
.input > input:focus, .input > input:active, .input > input.selectObj.open {
  box-shadow: none; }
.input > input[disabled] {
  cursor: default;
  background-color: #cccccc; }

.checkbox, .radio {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  font-weight: 900;
  padding-left: 0;
  position: relative; }
.checkbox a, .radio a {
  text-decoration: underline; }
.checkbox a:hover, .radio a:hover {
  text-decoration: none; }
.checkbox input, .radio input {
  height: auto;
  position: absolute;
  left: -10000px; }
.checkbox input:checked + .placeholder, .radio input:checked + .placeholder {
  background-color: #ffba1a; }
.checkbox input:checked + .placeholder span, .radio input:checked + .placeholder span {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }
.checkbox input[type=radio]:checked + .placeholder, .radio input[type=radio]:checked + .placeholder {
  background: white; }
.checkbox input[type=radio] + .placeholder, .radio input[type=radio] + .placeholder {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4); }
.checkbox input[type=radio] + .placeholder span, .radio input[type=radio] + .placeholder span {
  background: #0050b1;
  border-radius: 10px;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px; }
.checkbox input[type=radio] + .placeholder span:before, .radio input[type=radio] + .placeholder span:before {
  display: none; }
.checkbox input[type=radio] + .placeholder span:after, .radio input[type=radio] + .placeholder span:after {
  content: " ";
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 10px; }
.checkbox .placeholder, .radio .placeholder {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
  margin-right: 5px;
  margin-bottom: 2px; }
.checkbox .placeholder span, .radio .placeholder span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  text-align: center;
  height: 16px;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  color: white;
  font-size: 9px;
  transition: all .3s ease-in;
  background: transparent url(../img/check.png) no-repeat center; }
.checkbox:disabled + .placeholder, .radio:disabled + .placeholder {
  opacity: .5; }
.checkbox.error-input + .placeholder, .radio.error-input + .placeholder {
  box-shadow: 0px 1px 9px -3px #d92b2b inset; }

.has-error .select {
  box-shadow: inset 0 0 0 2px red;
  background-color: #ffe5e7; }

.ui-datepicker {
  background-color: white;
  border-radius: 0;
  width: 260px;
  padding: 15px;
  margin-top: 2px;
  z-index: 2000;
  position: absolute;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: none; }
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  color: #cccccc;
  float: left;
  text-indent: -10000px;
  background: transparent url(../menu/prev.png) no-repeat center;
  margin: -15px 0 0 -15px;
  width: 50px;
  height: 50px; }
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  color: #cccccc;
  float: right;
  margin: -15px -15px 0 0;
  text-indent: -10000px;
  background: transparent url(../menu/next.png) no-repeat center;
  width: 50px;
  height: 50px; }
.ui-datepicker .ui-datepicker-calendar {
  width: 100%; }
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 11px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase; }
.ui-datepicker .ui-datepicker-calendar td {
  background-color: white;
  font-size: 13px;
  text-align: center;
  color: #f15323;
  font-weight: bold;
  position: relative;
  transition: all 0.3s; }
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eeeeee;
  color: black; }
.ui-datepicker .ui-datepicker-calendar a, .ui-datepicker .ui-datepicker-calendar span {
  display: block;
  padding: 5px; }
.ui-datepicker .ui-datepicker-calendar span {
  color: #aaaaaa; }
.ui-datepicker .ui-datepicker-calendar .selected-date a, .ui-datepicker .ui-datepicker-calendar .selected-date span {
  background-color: #0050b1;
  color: white; }
.ui-datepicker .ui-datepicker-calendar .selected-datelinked a, .ui-datepicker .ui-datepicker-calendar .selected-datelinked span {
  background-color: #eeeeee;
  color: #0050b1; }
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  font-size: 15px; }

.ui-autocomplete {
  position: absolute;
  background-color: white;
  border-radius: 0 0 4px 4px;
  color: #333333;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  z-index: 100;
  box-shadow: 0 -5px white, 0 10px 20px rgba(0, 0, 0, 0.1); }
.ui-autocomplete.active div {
  background-color: #f3f3f3; }
.ui-autocomplete div {
  padding: 5px 30px;
  white-space: nowrap;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background-color: white; }
.ui-autocomplete div:hover {
  background-color: #f3f3f3; }

.ui-helper-hidden-accessible {
  display: none; }

.center {
  padding: 0 15px;
  max-width: 1220px;
  margin: 0 auto;
  min-width: 320px; }
@media all and (min-width: 480px) {
  .center {
    padding: 0 30px; } }
@media all and (min-width: 768px) {
  .center {
    padding: 0 40px; } }

.mainBg {
  position: relative;
  z-index: 1; }
@media all and (min-width: 768px) {
  .mainBg {
    background: transparent url(../img/mainbg.jpg) no-repeat center;
    background-size: cover; } }
.mainBg.subPage {
  background-size: auto 950px;
  background-position: center top; }
@media all and (min-width: 1050px) {
  .mainBg.subPage {
    background-size: auto; } }

header {
  background: #0050b1 url(../img/header-mobile.png) no-repeat center;
  background-size: cover;
  height: 177px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 7; }
@media all and (min-width: 480px) {
  header {
    margin-left: -30px;
    margin-right: -30px; } }
@media all and (min-width: 768px) {
  header {
    height: 117px;
    margin-left: -40px;
    margin-right: -40px; } }
@media all and (min-width: 1050px) {
  header {
    margin: 0;
    border-radius: 0 0 4px 4px; } }
header .logo {
  text-align: center;
  display: block;
  padding: 30px 50px; }
@media all and (min-width: 768px) {
  header .logo {
    float: left; } }
header .toRight {
  position: relative;
  text-align: center; }
@media all and (min-width: 768px) {
  header .toRight {
    float: right;
    text-align: left;
    padding-top: 40px;
    padding-right: 40px; } }
@media all and (min-width: 1050px) {
  header .toRight {
    padding-right: 50px; } }
header .toRight .hotline {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 13px;
  color: #ffba1a;
  text-transform: uppercase;
  padding-left: 44px;
  font-weight: 900;
  background: transparent url(../menu/phone-orange.png) no-repeat 0 50%;
  padding-right: 12px; }
header .toRight .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: white;
  font-weight: 900; }
@media all and (min-width: 480px) {
  header .toRight .phone {
    font-size: 30px; } }
@media all and (min-width: 1050px) {
  header .toRight .phone {
    padding-right: 25px; } }
header .toRight .button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  bottom: -38px; }
@media all and (min-width: 768px) {
  header .toRight .button {
    bottom: -55px;
    right: 40px; } }
@media all and (min-width: 1050px) {
  header .toRight .button {
    position: static; } }
header .toRight .button a {
  display: block;
  background-color: #1b1b1a;
  height: 30px;
  font-weight: 900;
  line-height: 30px;
  width: 116px;
  font-size: 12px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  border-radius: 2px; }
header .toRight .button a:hover {
  background-color: #353533; }

@media all and (min-width: 768px) {
  .jumbotron {
    padding: 30px 0 40px 0; } }
@media all and (min-width: 1050px) {
  .jumbotron {
    padding: 50px 0; } }
.jumbotron:after {
  content: " ";
  display: block;
  clear: both;
  height: 1px; }
.jumbotron.subPage {
  padding-bottom: 0; }
@media all and (min-width: 1050px) {
  .jumbotron.subPage .mainForm {
    float: left;
    width: 360px; } }
.jumbotron h1 {
  font-size: 50px;
  line-height: 56px;
  color: white;
  padding-right: 40px;
  font-weight: 900;
  background: transparent url(../img/mainbg.jpg) no-repeat center;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding: 39px 15px 46px 15px; }
@media all and (min-width: 480px) {
  .jumbotron h1 {
    margin-left: -30px;
    margin-right: -30px;
    padding: 39px 30px 46px 30px; } }
@media all and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 60px;
    line-height: 65px;
    margin: 0;
    text-align: center;
    background: transparent;
    padding: 0 40px 0 0; } }
@media all and (min-width: 1050px) {
  .jumbotron h1 {
    float: right;
    width: 48%;
    text-align: left;
    font-size: 80px;
    padding-top: 62px;
    line-height: 86px; } }
@media all and (min-width: 1260px) {
  .jumbotron h1 {
    width: 50%; } }
@media all and (min-width: 1050px) {
  .jumbotron h1 br {
    display: none; } }
.jumbotron .font {
  color: #ffba1a;
  font-family: Shadows Into Light, sans-serif;
  display: block;
  font-size: 60px;
  padding-top: 11px; }
@media all and (min-width: 768px) {
  .jumbotron .font {
    padding-top: 0; } }
@media all and (min-width: 1050px) {
  .jumbotron .mainForm {
    float: left;
    width: 485px; } }

footer {
  padding-top: 12px; }
footer img {
  max-width: 100%;
  height: auto; }
footer .bottomLinks {
  overflow: hidden; }
@media all and (min-width: 768px) {
  footer .bottomLinks {
    padding-top: 15px; } }
footer .bottomLinks p {
  font-size: 20px;
  color: #333333;
  font-weight: bold; }
footer .bottomLinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 27px; }
footer .bottomLinks ul a {
  color: #0050b1;
  font-size: 15px; }
footer .bottomLinks ul a:hover {
  color: #ffbb1c; }
@media all and (min-width: 768px) {
  footer .bottomLinks .cooperatonList {
    padding-top: 30px;
    width: 33.33%;
    float: left;
    padding-top: 0; } }
@media all and (min-width: 480px) {
  footer .bottomLinks .cooperatonList li {
    float: left;
    width: 50%; } }
@media all and (min-width: 768px) {
  footer .bottomLinks .cooperatonList li {
    float: none;
    width: auto; } }
@media all and (min-width: 1050px) {
  footer .bottomLinks .cooperatonList li {
    float: left;
    width: 50%; } }
@media all and (min-width: 768px) {
  footer .bottomLinks .partnerList {
    width: 66.66%;
    float: right; } }
@media all and (min-width: 480px) {
  footer .bottomLinks .partnerList ul li {
    float: left;
    width: 50%; } }
@media all and (min-width: 1050px) {
  footer .bottomLinks .partnerList ul li {
    width: 25%; } }
footer p {
  clear: both;
  padding-top: 36px;
  padding-bottom: 20px;
  color: #4c4c4c; }
footer .linelist {
  padding-bottom: 30px;
  margin-right: -10px;
  overflow: hidden; }
@media all and (min-width: 768px) {
  footer .linelist {
    margin-right: -20px; } }
@media all and (min-width: 1050px) {
  footer .linelist {
    margin-right: -50px; } }
footer .linelist a {
  float: left;
  line-height: 40px; }
@media all and (min-width: 480px) {
  footer .linelist a {
    padding-right: 10px; } }
@media all and (min-width: 768px) {
  footer .linelist a {
    padding-right: 20px; } }
@media all and (min-width: 1050px) {
  footer .linelist a {
    padding-right: 50px; } }
footer .linelist a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%); }
footer .linelist img {
  transform: scale(0.7);
  transform-origin: 0 50%;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s; }
@media all and (min-width: 1050px) {
  footer .linelist img {
    transform: none; } }

.selectObj {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
.selectObj:hover {
  border-color: #dbdbdb; }
.selectObj:active, .selectObj.open, .selectObj:focus {
  border-color: #999; }
.selectObj:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 0;
  transform: rotate(0);
  transition: all 0.15s ease-in-out;
  background: transparent url(../menu/select.png) no-repeat center;
  width: 12px;
  height: 100%; }
.selectObj.open:after {
  transform: rotate(-180deg); }
.selectObj.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0); }
.selectObj.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }
.selectObj.wide {
  width: 100%; }
.selectObj.wide .list {
  left: 0 !important;
  right: 0 !important; }
.selectObj.right {
  float: right; }
.selectObj.right .list {
  left: auto;
  right: 0; }
.selectObj.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }
.selectObj.small:after {
  height: 4px;
  width: 4px; }
.selectObj.small .option {
  line-height: 34px;
  min-height: 34px; }
.selectObj .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  overflow: auto;
  max-height: 200px; }
.selectObj .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.selectObj .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }
.selectObj .option:hover, .selectObj .option.focus, .selectObj .option.selected.focus {
  background-color: #f6f6f6; }
.selectObj .option.selected {
  font-weight: bold; }
.selectObj .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .select-change .list {
  display: none; }
.no-csspointerevents .select-change.open .list {
  display: block; }

.mainForm {
  position: relative;
  z-index: 6; }
@media all and (min-width: 768px) {
  .mainForm {
    padding-top: 30px; } }
@media all and (min-width: 1050px) {
  .mainForm {
    padding-top: 0; } }
@media all and (min-width: 768px) {
  .subPage .mainForm {
    padding-top: 15px; } }
@media all and (min-width: 1050px) {
  .subPage .mainForm {
    padding-top: 0; } }
@media all and (min-width: 1050px) {
  .subPage .mainForm form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 28px;
    padding-bottom: 10px; }
  .subPage .mainForm .selectDirect {
    padding-bottom: 25px; }
  .subPage .mainForm .smallInput {
    float: none;
    width: auto;
    padding-right: 0; }
  .subPage .mainForm .smallInput + .smallInput {
    padding-left: 0; }
  .subPage .mainForm .selectGroupInput {
    float: none;
    width: auto;
    padding-right: 0; }
  .subPage .mainForm .options {
    float: none;
    width: auto;
    padding-top: 26px;
    padding-left: 0; }
  .subPage .mainForm .options .checkbox:first-child {
    padding-right: 26px; }
  .subPage .mainForm .selectGroupOuter {
    padding-top: 10px; }
  .subPage .mainForm .selectGroupOuter .selectGroup {
    padding-top: 10px; }
  .subPage .mainForm .button {
    margin-top: 15px; } }
.mainForm form {
  background-color: #ffba1a;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 38px;
  margin-left: -15px;
  margin-right: -15px; }
@media all and (min-width: 480px) {
  .mainForm form {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -30px;
    margin-right: -30px; } }
@media all and (min-width: 768px) {
  .mainForm form {
    border-radius: 4px;
    margin: 0; } }
.mainForm .selectDirect {
  padding-bottom: 25px; }
@media all and (min-width: 768px) {
  .mainForm .selectDirect {
    text-align: center; } }
@media all and (min-width: 1050px) {
  .mainForm .selectDirect {
    text-align: left;
    padding-bottom: 29px; } }
.mainForm .selectDirect label {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  font-size: 12px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 900; }
.mainForm .selectDirect label:first-child {
  margin-right: 20px; }
.mainForm .selectDirect label input {
  position: absolute;
  left: -10000px; }
.mainForm .selectCity .input {
  margin-bottom: 2px;
  display: block; }
@media all and (min-width: 768px) {
  .mainForm .selectCity .input {
    float: left;
    width: 50%;
    padding-right: 5px; } }
@media all and (min-width: 1050px) {
  .mainForm .selectCity .input {
    float: none;
    width: auto;
    padding-right: 0; } }
.mainForm .selectCity .input + .input {
  padding-right: 0; }
@media all and (min-width: 768px) {
  .mainForm .selectCity .input + .input {
    padding-left: 5px; } }
@media all and (min-width: 1050px) {
  .mainForm .selectCity .input + .input {
    padding-left: 0; } }
.mainForm .selectCity .cityFrom {
  background: white url(../menu/flight.png) no-repeat 20px 20px;
  padding-left: 70px; }
.mainForm .selectCity .cityTo {
  background: white url(../menu/arrival.png) no-repeat 20px 20px;
  padding-left: 70px; }
@media all and (min-width: 480px) {
  .mainForm .smallInput {
    float: left;
    width: 50%;
    padding-right: 10px; } }
@media all and (min-width: 768px) {
  .mainForm .smallInput {
    width: 33.33%;
    padding-right: 5px; } }
@media all and (min-width: 1050px) {
  .mainForm .smallInput {
    width: 50%;
    padding-right: 10px; } }
@media all and (min-width: 480px) {
  .mainForm .smallInput + .smallInput {
    padding-left: 10px;
    padding-right: 0; } }
@media all and (min-width: 768px) {
  .mainForm .smallInput + .smallInput {
    padding-left: 5px; } }
@media all and (min-width: 1050px) {
  .mainForm .smallInput + .smallInput {
    padding-left: 10px; } }
.mainForm .smallInput span {
  position: relative;
  font-size: 12px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  padding-top: 19px;
  padding-bottom: 4px; }
.mainForm .inputdate {
  background: white url(../menu/date.png) no-repeat 100% 50%;
  height: 50px;
  font-size: 17px; }
@media all and (min-width: 480px) {
  .mainForm .selectGroupInput {
    float: left;
    width: 50%;
    padding-right: 10px; } }
@media all and (min-width: 768px) {
  .mainForm .selectGroupInput {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 0; } }
@media all and (min-width: 1050px) {
  .mainForm .selectGroupInput {
    width: 50%;
    padding-right: 10px;
    padding-left: 0; } }
.mainForm .selectGroupInput > label {
  position: relative;
  font-size: 12px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  padding-top: 19px;
  padding-bottom: 4px; }
.mainForm .selectGroupInput .select {
  display: block;
  width: auto;
  background-color: white;
  position: relative;
  border-radius: 2px;
  padding-right: 68px;
  padding-left: 20px;
  height: 50px;
  background: white url(../menu/expand.png) no-repeat 100% 50%; }
.mainForm .selectGroupInput .placeholder {
  width: 100%;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  color: #333333;
  display: block;
  text-align: left;
  cursor: pointer; }
.mainForm .options {
  padding-top: 36px;
  color: #1a1a1a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  width: 50%;
  float: left;
  padding-left: 15px; }
@media all and (min-width: 768px) {
  .mainForm .options {
    width: auto;
    clear: both;
    float: none;
    padding-left: 0;
    text-align: center;
    padding-top: 26px; } }
@media all and (min-width: 1050px) {
  .mainForm .options {
    float: left;
    clear: none;
    padding-top: 36px;
    width: 50%;
    padding-left: 15px;
    text-align: left; } }
@media all and (min-width: 768px) {
  .mainForm .options .checkbox {
    display: inline-block; } }
.mainForm .options .checkbox:first-child {
  padding-right: 34px; }
@media all and (min-width: 1050px) {
  .mainForm .options .checkbox:first-child {
    padding-right: 0; } }
.mainForm .selectGroupOuter {
  clear: both;
  padding-top: 27px;
  text-align: center; }
@media all and (min-width: 1050px) {
  .mainForm .selectGroupOuter {
    text-align: left;
    padding-top: 34px; } }
.mainForm .selectGroupOuter .small-select {
  display: inline-block; }
.mainForm .selectGroup {
  height: 20px;
  padding-left: 0;
  font-size: 14px;
  display: inline-block;
  margin-right: 2px; }
.mainForm .selectGroup label {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase; }
.mainForm .selectGroup .selectObj {
  border-width: 0;
  background: transparent;
  float: none;
  height: 20px;
  padding-left: 0;
  font-size: 14px; }
.mainForm .selectGroup .selectObj:after {
  background-image: url(../menu/select1.png); }
.mainForm .selectGroup img {
  max-width: 70px;
  height: auto;
  vertical-align: middle; }
.mainForm .selectGroup .select {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  height: 22px;
  vertical-align: middle;
  margin-top: 1px; }
.mainForm .selectGroup .select:before {
  color: white; }
.mainForm .selectGroup .current {
  display: block;
  min-height: 1px;
  white-space: nowrap;
  position: relative;
  color: #1a1a1a;
  font-size: 12px;
  overflow: hidden;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  height: 20px;
  padding: 0; }
@media all and (min-width: 768px) {
  .mainForm .selectGroup .current {
    line-height: 20px; } }
.mainForm .selectGroup .current.empty-value {
  color: #808080; }
.mainForm .selectGroup .current img {
  max-width: 70px;
  height: auto;
  vertical-align: middle; }
.mainForm .button {
  margin: 25px 0 0 0;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 11px; }
.mainForm .button input {
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  color: white;
  width: 100%;
  height: 60px;
  border-width: 0;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #005cb8, #0047a8);
  border-radius: 2px; }
@media all and (min-width: 768px) {
  .mainForm .button input {
    max-width: 406px; } }
.mainForm .button input:hover {
  background: #005CB8; }

.leaveEmail {
  background: #0050b1;
  padding-top: 2px;
  margin: 0 -15px;
  padding-bottom: 48px; }
@media all and (min-width: 480px) {
  .leaveEmail {
    margin: 0 -30px; } }
@media all and (min-width: 768px) {
  .leaveEmail {
    margin: 0;
    border-radius: 4px;
    padding-bottom: 0; } }
.leaveEmail form {
  position: relative;
  text-align: center;
  padding: 31px 30px 16px 30px; }
@media all and (min-width: 768px) {
  .leaveEmail form {
    padding: 31px 40px 35px 40px; } }
@media all and (min-width: 1050px) {
  .leaveEmail form {
    padding: 31px 60px 25px 60px; } }
.leaveEmail h2 {
  font-size: 25px;
  color: white;
  text-align: left;
  padding-bottom: 23px; }
@media all and (min-width: 480px) {
  .leaveEmail h2 {
    font-size: 30px; } }
.leaveEmail h2 em {
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding-top: 8px;
  line-height: 25px; }
@media all and (min-width: 1050px) {
  .leaveEmail h2 em {
    display: inline;
    padding-top: 0;
    padding-left: 10px;
    line-height: 20px; } }
.leaveEmail .inputs {
  width: 100%;
  vertical-align: middle;
  display: inline-block; }
.leaveEmail .input {
  margin-bottom: 10px; }
@media all and (min-width: 480px) {
  .leaveEmail .input {
    padding-right: 5px;
    width: 50%;
    float: left; } }
@media all and (min-width: 1050px) {
  .leaveEmail .input {
    float: none;
    width: 26%;
    padding-right: 5px; } }
@media all and (min-width: 480px) {
  .leaveEmail .input + .input {
    padding-left: 5px;
    padding-right: 0; } }
@media all and (min-width: 1050px) {
  .leaveEmail .input + .input {
    padding-right: 5px;
    padding-left: 0; } }
.leaveEmail .input.bigger {
  clear: both;
  padding: 0;
  float: none;
  width: auto; }
@media all and (min-width: 768px) {
  .leaveEmail .input.bigger {
    float: left;
    width: 60%;
    padding-right: 5px; } }
@media all and (min-width: 1050px) {
  .leaveEmail .input.bigger {
    float: none;
    width: 28%; } }
.leaveEmail .input label {
  color: #333333;
  display: block;
  line-height: 30px; }
.leaveEmail .input input {
  padding-left: 60px;
  margin-bottom: 10px; }
@media all and (min-width: 480px) {
  .leaveEmail .input input {
    margin-bottom: 0; } }
.leaveEmail .input input.flight {
  background: white url(../menu/flight.png) no-repeat 20px 50%; }
.leaveEmail .input input.arrival {
  background: white url(../menu/arrival.png) no-repeat 20px 50%; }
.leaveEmail .input input.email {
  background: white url(../menu/email.png) no-repeat 20px 50%; }
.leaveEmail .inputs {
  text-align: left; }
@media all and (min-width: 1050px) {
  .leaveEmail .inputs {
    display: table;
    width: 100%; }
  .leaveEmail .inputs > * {
    display: table-cell;
    vertical-align: top;
    margin: 0; } }
.leaveEmail .submit {
  text-align: center; }
@media all and (min-width: 768px) {
  .leaveEmail .submit {
    float: right;
    width: 35%;
    position: static; } }
@media all and (min-width: 1050px) {
  .leaveEmail .submit {
    width: 20%;
    float: none;
    clear: both; } }
.leaveEmail .submit input {
  color: white;
  font-weight: bold;
  width: 220px;
  color: white;
  border-radius: 2px;
  border-width: 0;
  font-size: 17px;
  text-transform: uppercase;
  height: 60px;
  font-weight: 900;
  cursor: pointer;
  background-color: #ffbd1e;
  position: relative;
  top: 68px; }
@media all and (min-width: 768px) {
  .leaveEmail .submit input {
    position: static;
    clear: both;
    width: 100%; } }
.leaveEmail .submit input:hover {
  background: white;
  color: #ffbd1e; }
.leaveEmail .checkbox {
  color: white;
  font-size: 12px;
  margin-top: 18px;
  display: inline-block;
  text-transform: none;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  top: -60px; }
@media all and (min-width: 768px) {
  .leaveEmail .checkbox {
    position: static; } }
.leaveEmail .checkbox a {
  color: white;
  text-decoration: none; }
.leaveEmail .checkbox a:hover {
  text-decoration: underline; }

.panorama {
  background: #f9f5f1 url(../img/panorama.png) no-repeat center bottom;
  padding-bottom: 94px;
  padding-top: 54px; }
@media all and (min-width: 768px) {
  .panorama {
    padding-bottom: 120px; } }
.panorama h2 {
  font-size: 25px;
  color: #333333;
  padding-bottom: 13px; }
@media all and (min-width: 480px) {
  .panorama h2 {
    font-size: 30px; } }
@media all and (min-width: 768px) {
  .panorama h2 {
    padding-bottom: 8px; } }
.panorama .offerList {
  list-style-type: none;
  margin: 0;
  padding: 0; }
@media all and (min-width: 1050px) {
  .panorama .offerList {
    margin: 0 -1.2%; } }
.panorama .offerList h3 {
  margin-left: 135px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 11px;
  padding-top: 6px; }
@media all and (min-width: 480px) {
  .panorama .offerList h3 {
    margin-left: 187px;
    padding-top: 26px;
    font-size: 20px;
    padding-right: 130px; } }
@media all and (min-width: 768px) {
  .panorama .offerList h3 {
    margin-left: 292px; } }
@media all and (min-width: 1050px) {
  .panorama .offerList h3 br {
    display: none; } }
.panorama .offerItem {
  position: relative;
  background-color: white;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  margin-top: 10px;
  border-radius: 4px; }
@media all and (min-width: 1050px) {
  .panorama .offerItem {
    width: 47.6%;
    margin: 1.2%; } }
.panorama .itemPhoto {
  float: left;
  width: 125px;
  overflow: hidden; }
@media all and (min-width: 480px) {
  .panorama .itemPhoto {
    width: 162px; } }
@media all and (min-width: 768px) {
  .panorama .itemPhoto {
    width: auto; } }
.panorama .itemPhoto img {
  height: 125px;
  width: auto;
  border-radius: 2px; }
@media all and (min-width: 480px) {
  .panorama .itemPhoto img {
    height: 167px; } }
@media all and (min-width: 768px) {
  .panorama .itemPhoto img {
    max-width: 100%;
    height: auto; } }
.panorama .itemDate {
  font-size: 12px;
  color: #333333;
  margin-left: 135px; }
@media all and (min-width: 480px) {
  .panorama .itemDate {
    margin-left: 187px;
    font-size: 15px; } }
@media all and (min-width: 768px) {
  .panorama .itemDate {
    margin-left: 292px; } }
.panorama .itemPrice {
  color: #0050b1;
  font-weight: 900;
  font-size: 18px;
  padding-top: 10px;
  margin-left: 135px; }
@media all and (min-width: 480px) {
  .panorama .itemPrice {
    margin-left: 187px;
    padding-top: 12px;
    font-size: 20px; } }
@media all and (min-width: 768px) {
  .panorama .itemPrice {
    margin-left: 292px; } }
.panorama .itemLine {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 4px 0 4px;
  width: 105px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 59px;
  background-color: white;
  text-align: center;
  display: none; }
@media all and (min-width: 480px) {
  .panorama .itemLine {
    display: block; } }
@media all and (min-width: 768px) {
  .panorama .itemLine {
    width: 120px; } }
.panorama .itemLine img {
  vertical-align: middle;
  max-width: 60px;
  height: auto; }
@media all and (min-width: 768px) {
  .panorama .itemLine img {
    max-width: 75px; } }
.panorama .button {
  text-align: center;
  padding-top: 30px;
  clear: both; }
@media all and (min-width: 1050px) {
  .panorama .button {
    padding-top: 15px; } }
.panorama .button a {
  border-radius: 2px;
  background-color: #1b1b1b;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 30px;
  display: inline-block; }
.panorama .button a:hover {
  background-color: #353535; }

.flyList {
  padding-top: 56px;
  color: #333333; }
@media all and (min-width: 768px) {
  .flyList {
    padding-top: 76px; } }
.flyList h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 25px; }
@media all and (min-width: 480px) {
  .flyList h2 {
    line-height: 35px;
    font-size: 30px; } }
.flyList .itemTableOuter {
  width: 100%;
  font-size: 14px; }
@media all and (min-width: 480px) {
  .flyList .itemTableOuter {
    font-size: 17px; } }
@media all and (min-width: 1050px) {
  .flyList .itemTableOuter {
    display: table; } }
.flyList .itemTable {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  padding-bottom: 120px; }
@media all and (min-width: 768px) {
  .flyList .itemTable {
    padding-bottom: 0; } }
@media all and (min-width: 1050px) {
  .flyList .itemTable {
    display: table-row;
    width: auto;
    border-bottom-width: 0; }
  .flyList .itemTable > * {
    display: table-cell;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 30px 40px; } }
.flyList .itemNumber {
  font-size: 16px;
  font-weight: bold;
  background: transparent url(../menu/flight1.png) no-repeat 40px 30px;
  padding: 25px 0px 0 90px; }
@media all and (min-width: 480px) {
  .flyList .itemNumber {
    font-size: 20px; } }
@media all and (min-width: 768px) {
  .flyList .itemNumber {
    float: left;
    height: 202px;
    padding: 30px 0px 30px 90px;
    width: 210px;
    border-right: 1px solid #e5e5e5; } }
@media all and (min-width: 1050px) {
  .flyList .itemNumber {
    float: none;
    height: auto;
    background-position: 40px 44px; } }
.flyList .itemNumber.arrival {
  background: transparent url(../menu/arrival1.png) no-repeat 40px 30px; }
@media all and (min-width: 1050px) {
  .flyList .itemNumber.arrival {
    background-position: 40px 44px; } }
.flyList .itemFrom {
  padding: 20px 15px 20px 30px;
  float: left;
  width: 50%; }
@media all and (min-width: 768px) {
  .flyList .itemFrom {
    display: inline-block;
    padding: 30px 40px;
    float: none;
    width: 40%; } }
@media all and (min-width: 1050px) {
  .flyList .itemFrom {
    width: auto;
    display: table-cell; } }
.flyList .itemFrom strong {
  color: #0050b1;
  font-size: 16px; }
@media all and (min-width: 480px) {
  .flyList .itemFrom strong {
    font-size: 20px; } }
.flyList .itemTo {
  padding: 20px 30px 20px 15px;
  float: left;
  width: 50%; }
@media all and (min-width: 768px) {
  .flyList .itemTo {
    padding: 30px 40px;
    position: absolute;
    float: none;
    right: 0;
    top: 0;
    width: 40%; } }
@media all and (min-width: 1050px) {
  .flyList .itemTo {
    width: auto;
    float: none;
    position: static; } }
.flyList .itemTo strong {
  color: #0050b1;
  font-size: 16px; }
@media all and (min-width: 480px) {
  .flyList .itemTo strong {
    font-size: 20px; } }
.flyList .itemFly {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin: 29px 0; }
.flyList .itemDetails {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 30px; }
@media all and (min-width: 480px) {
  .flyList .itemDetails {
    width: 360px; } }
@media all and (min-width: 768px) {
  .flyList .itemDetails {
    position: static; } }
@media all and (min-width: 1050px) {
  .flyList .itemDetails {
    display: table-cell; } }
.flyList .itemTime {
  background-color: #f9f5f1;
  border: 1px solid #ebebeb;
  font-size: 13px;
  line-height: 20px;
  float: left;
  padding: 15px 15px;
  border-radius: 2px 0 0 2px;
  width: 66.66%; }
@media all and (min-width: 480px) {
  .flyList .itemTime {
    width: 200px;
    font-size: 15px;
    padding: 15px 20px; } }
.flyList .itemLine {
  float: left;
  width: 33.33%;
  background-color: #f9f5f1;
  border: 1px solid #ebebeb;
  border-left-width: 0;
  text-align: center;
  line-height: 70px;
  position: relative; }
@media all and (min-width: 480px) {
  .flyList .itemLine {
    width: 100px; }
  .flyList .itemLine:before {
    content: " ";
    position: absolute;
    border-left: 36px solid #ebebeb;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    right: -36px;
    top: 0; }
  .flyList .itemLine:after {
    content: " ";
    position: absolute;
    border-left: 35px solid #f9f5f1;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    right: -35px;
    top: 1px; } }
.flyList .itemLine img {
  vertical-align: middle;
  max-width: 75px;
  height: auto; }
.flyList .itemPrice {
  background-color: #fff8e8;
  border-radius: 0 0 2px 2px;
  font-weight: 900;
  line-height: 70px;
  font-size: 20px;
  color: #0050b1;
  padding-left: 30px; }
@media all and (min-width: 480px) {
  .flyList .itemPrice {
    font-size: 30px; } }
@media all and (min-width: 768px) {
  .flyList .itemPrice {
    padding-left: 250px; } }

.mainColumns {
  overflow: hidden;
  padding: 34px 0 30px 0; }
@media all and (min-width: 1050px) {
  .mainColumns {
    margin: 0 -2%;
    padding: 30px 0; } }
.mainColumns h2 {
  color: #333333;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 23px;
  padding-top: 20px; }
@media all and (min-width: 480px) {
  .mainColumns h2 {
    font-size: 30px;
    line-height: 35px; } }
@media all and (min-width: 1050px) {
  .mainColumns h2 {
    padding-bottom: 43px;
    padding-top: 0; } }
@media all and (min-width: 1050px) {
  .mainColumns .col {
    float: left;
    margin: 2%;
    width: 46%; } }
.mainColumns .textLogo {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  line-height: 130px; }
.mainColumns .textLogo img {
  vertical-align: middle;
  max-width: 70%;
  height: auto; }
.mainColumns .textContent {
  padding-top: 33px;
  font-size: 15px;
  line-height: 23px;
  color: #333333; }
.mainColumns .textContent p {
  margin-bottom: 25px; }

.pageContent {
  background-color: white;
  border-radius: 4px;
  margin-left: -15px;
  margin-right: -15px; }
@media all and (min-width: 480px) {
  .pageContent {
    margin-left: -30px;
    margin-right: -30px; } }
@media all and (min-width: 768px) {
  .pageContent {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0; } }
@media all and (min-width: 1050px) {
  .pageContent {
    margin-left: 390px;
    margin-top: 0; } }
.pageContent h2 {
  font-size: 25px;
  color: #333333;
  padding: 30px 30px 0 30px; }
@media all and (min-width: 480px) {
  .pageContent h2 {
    font-size: 30px;
    padding: 30px 40px 0 40px; } }
.pageContent .flyDetails {
  padding: 30px 15px; }
@media all and (min-width: 480px) {
  .pageContent .flyDetails {
    padding: 30px; } }
.pageContent .flyDetails .border {
  border: 1px solid #e5e5e5;
  border-bottom-width: 0;
  font-size: 16px;
  line-height: 18px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: 15px; }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .border {
    font-size: 20px;
    line-height: 25px; } }
.pageContent .flyDetails .border:first-child {
  border-radius: 4px 4px 0 0; }
.pageContent .flyDetails .border .label {
  color: #333333;
  padding-left: 80px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px; }
@media all and (min-width: 480px) {
  .pageContent .flyDetails .border .label {
    width: 160px;
    float: left; } }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .border .label {
    padding-left: 90px;
    width: auto; } }
.pageContent .flyDetails .border .label.iconFlight {
  background: transparent url(../menu/flight1.png) no-repeat 25px 50%; }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .border .label.iconFlight {
    background-position: 40px 50%; } }
.pageContent .flyDetails .border .label.iconArrival {
  background: transparent url(../menu/arrival2.png) no-repeat 25px 50%; }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .border .label.iconArrival {
    background-position: 40px 50%; } }
.pageContent .flyDetails .border .value {
  padding-left: 80px;
  color: #0050b1;
  padding-top: 7px;
  padding-bottom: 7px; }
@media all and (min-width: 480px) {
  .pageContent .flyDetails .border .value {
    padding-left: 170px; } }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .border .value {
    padding-left: 270px; } }
.pageContent .flyDetails .flySummary {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  background-color: #fff8e8;
  line-height: 25px;
  padding-top: 40px;
  padding-bottom: 35px; }
.pageContent .flyDetails .flySummary .label {
  color: #333333;
  font-size: 15px;
  line-height: 21px;
  padding-left: 80px;
  padding-top: 7px;
  padding-bottom: 7px; }
@media all and (min-width: 480px) {
  .pageContent .flyDetails .flySummary .label {
    float: left;
    width: 200px; } }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .flySummary .label {
    padding-left: 90px;
    font-size: 17px;
    width: auto; } }
.pageContent .flyDetails .flySummary .label.iconCalendar {
  background: transparent url(../menu/calendar.png) no-repeat 25px 50%; }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .flySummary .label.iconCalendar {
    background-position: 40px 50%; } }
.pageContent .flyDetails .flySummary .value {
  padding-left: 80px;
  font-size: 15px;
  color: #0050b1;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 56px;
  line-height: 21px; }
@media all and (min-width: 480px) {
  .pageContent .flyDetails .flySummary .value {
    padding-left: 210px; } }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .flySummary .value {
    padding-left: 270px;
    font-size: 17px;
    min-height: auto; } }
.pageContent .flyDetails .price {
  color: #0050b1;
  padding-left: 30px;
  color: #0050b1;
  font-size: 25px;
  padding-top: 35px;
  font-weight: bold;
  padding-bottom: 2px; }
@media all and (min-width: 480px) {
  .pageContent .flyDetails .price {
    font-size: 30px; } }
@media all and (min-width: 768px) {
  .pageContent .flyDetails .price {
    padding-left: 90px; } }

.linkScroll {
  text-align: center; }
.linkScroll a {
  color: #ffba1a;
  font-size: 24px;
  padding-top: 15px;
  display: inline-block;
  text-decoration: underline;
  font-family: Shadows Into Light, sans-serif; }
@media all and (min-width: 480px) {
  .linkScroll a {
    font-size: 40px; } }
@media all and (min-width: 768px) {
  .linkScroll a {
    font-size: 50px; } }
@media all and (min-width: 1050px) {
  .linkScroll a {
    padding-top: 35px;
    padding-left: 85px;
    background: transparent url(../menu/arrow.png) no-repeat 0 50%;
    text-decoration: none; } }
.linkScroll a:hover {
  text-decoration: none; }
@media all and (min-width: 1050px) {
  .linkScroll a:hover {
    text-decoration: underline; } }

.contactPage {
  color: #333333; }
.contactPage .contactBg {
  padding-bottom: 30px;
  padding-right: 30px; }
@media all and (min-width: 768px) {
  .contactPage .contactBg {
    background: transparent url(../img/contact.jpg) no-repeat right bottom;
    overflow: hidden;
    background-size: auto 370px; } }
@media all and (min-width: 1050px) {
  .contactPage .contactBg {
    background-size: auto;
    padding-bottom: 0; } }
.contactPage .hotLine {
  margin-top: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  margin-left: 30px;
  font-weight: bold;
  font-size: 17px;
  background-color: white;
  padding-left: 70px;
  line-height: 22px;
  padding-top: 34px;
  padding-bottom: 32px;
  background: white url(../menu/phone-orange.png) no-repeat 20px 36px; }
@media all and (min-width: 480px) {
  .contactPage .hotLine {
    font-size: 20px;
    padding-left: 90px;
    background: white url(../menu/phone-orange.png) no-repeat 40px 36px; } }
@media all and (min-width: 768px) {
  .contactPage .hotLine {
    width: 360px; } }
.contactPage .hotLine strong {
  color: #0050b1;
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 1; }
@media all and (min-width: 480px) {
  .contactPage .hotLine strong {
    font-size: 40px; } }
.contactPage .contactDays {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  border-top-width: 0;
  margin-left: 30px;
  padding-left: 70px;
  font-size: 17px;
  padding-top: 34px;
  padding-bottom: 30px;
  background: #fff8e8 url(../menu/time.png) no-repeat 14px 36px; }
@media all and (min-width: 768px) {
  .contactPage .contactDays {
    padding-left: 90px;
    width: 360px;
    background: #fff8e8 url(../menu/time.png) no-repeat 34px 36px; } }
.contactPage .contactDays .label {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 5px; }
@media all and (min-width: 480px) {
  .contactPage .contactDays .label {
    float: left; } }
.contactPage .contactDays .value {
  color: #0050b1;
  padding-top: 4px;
  padding-bottom: 5px; }
@media all and (min-width: 480px) {
  .contactPage .contactDays .value {
    margin-left: 90px; } }
.contactPage .contactNote {
  margin-left: 30px;
  line-height: 23px;
  padding-top: 35px;
  padding-bottom: 47px; }
@media all and (min-width: 480px) {
  .contactPage .contactNote {
    width: 290px;
    margin-left: 40px; } }
.contactPage .contactNote strong {
  font-size: 25px;
  font-weight: bold;
  display: block;
  line-height: 1; }
@media all and (min-width: 480px) {
  .contactPage .contactNote strong {
    font-size: 30px; } }
.contactPage .linkScroll {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 47px;
  padding-top: 5px; }
.contactPage .linkScroll a {
  background-image: none;
  padding-left: 0; }

.mainBg + .center .leaveEmail {
  margin-top: 50px; }
