.formpart-content,
.formpartreverse-content {
  padding: 50px 100px; }

.backlinks {
  margin-bottom: 5px; }

.wrapper,
.wrapper-medium {
  padding-left: 0;
  padding-right: 0; }

.wrapper {
  max-width: 1220px; }

.wrapper-medium {
  max-width: 1060px; }

.display-large {
  display: block; }

.display-small {
  display: none; }

.cartdetails-section {
  margin-top: 30px; }
  .cartdetails-section:first-child {
    margin-top: 0; }

.cartdetails-obs {
  width: 100%; }

.wysiwyg + .cartdetails .cartdetails-section:first-child {
  margin-top: 30px; }

.checkform {
  margin-bottom: 150px; }

.maincontent-cols {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .maincontent-cols > .col {
    margin: 0;
    max-width: inherit; }
    .maincontent-cols > .col:last-child {
      width: 56%; }
    .maincontent-cols > .col:first-child {
      width: 37%; }
    .maincontent-cols > .col.sticky {
      position: sticky;
      top: 0; }
  .maincontent-cols .infoblk {
    display: block; }
    .maincontent-cols .infoblk.simpleimg.infosup {
      background-size: 100%;
      padding-right: 40px; }
      .maincontent-cols .infoblk.simpleimg.infosup:after {
        display: none; }

.custmenu-top {
  margin-bottom: 25px; }

.custmenu-bottom a {
  padding: 9px 20px;
  text-align: center; }
  .custmenu-bottom a span {
    font-size: 14px;
    line-height: 16px; }

#header .others > * {
  margin-left: 15px; }

#header .changelang .customselect select,
#header .changecurrency .customselect select {
  font-size: 13px;
  padding-bottom: 12px;
  padding-top: 13px; }
  #header .changelang .customselect select option,
  #header .changecurrency .customselect select option {
    font-size: 13px; }

#header .contacts-toggle {
  font-size: 14px;
  line-height: 27px;
  padding-left: 45px;
  padding-right: 15px; }
  #header .contacts-toggle:before {
    left: 10px; }
  #header .contacts-toggle:after {
    display: none; }

#header .contacts:not(.listLarge) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  #header .contacts:not(.listLarge) .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    left: auto;
    min-width: inherit;
    padding: 0;
    position: static;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    #header .contacts:not(.listLarge) .links a {
      background-color: #F1F1F1;
      border-bottom: none;
      font-size: 12px;
      line-height: 14px;
      padding: 8px 15px; }
      #header .contacts:not(.listLarge) .links a:before {
        border-left: solid 1px #FFF;
        bottom: 5px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 5px;
        width: 0; }
      #header .contacts:not(.listLarge) .links a::after {
        display: none; }
  #header .contacts:not(.listLarge).open {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
    #header .contacts:not(.listLarge).open .links {
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #header .contacts:not(.listLarge).open .links-close {
        display: none; }
    #header .contacts:not(.listLarge).open:before {
      display: none; }

#header .contacts.listLarge .links {
  min-width: 250px;
  padding: 30px 40px; }
  #header .contacts.listLarge .links a {
    font-size: 14px; }
  #header .contacts.listLarge .links .phonenum {
    margin-top: 4px; }

#header .account a {
  padding: 14px 15px 14px 35px; }
  #header .account a:before {
    left: 14px; }
  #header .account a span {
    font-size: 14px;
    line-height: 15px; }

html:not(.touchevents) #header .changelang .customselect,
html:not(.touchevents) #header .changecurrency .customselect {
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
  html:not(.touchevents) #header .changelang .customselect:hover,
  html:not(.touchevents) #header .changecurrency .customselect:hover {
    background-color: #e4e4e4; }
  html:not(.touchevents) #header .changelang .customselect:after,
  html:not(.touchevents) #header .changecurrency .customselect:after {
    background-color: transparent; }

html:not(.touchevents) #header .contacts:not(.listLarge) .contacts-toggle {
  cursor: default;
  -webkit-transition: none;
  transition: none; }
  html:not(.touchevents) #header .contacts:not(.listLarge) .contacts-toggle:hover {
    background-color: #F1F1F1; }

html:not(.touchevents) #header .contacts:not(.listLarge) .links a {
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
  html:not(.touchevents) #header .contacts:not(.listLarge) .links a:before {
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  html:not(.touchevents) #header .contacts:not(.listLarge) .links a:hover {
    background-color: #e4e4e4;
    color: #222222; }
    html:not(.touchevents) #header .contacts:not(.listLarge) .links a:hover:before {
      opacity: 0; }
    html:not(.touchevents) #header .contacts:not(.listLarge) .links a:hover > span {
      color: #222222; }

html:not(.touchevents) #header .contacts.listLarge .contacts-toggle {
  -webkit-transition: color .2s;
  transition: color .2s; }
  html:not(.touchevents) #header .contacts.listLarge .contacts-toggle:hover {
    background-color: #F1F1F1;
    color: #85a39c; }

.cartSaved .message {
  margin-bottom: 30px; }

.cartSaved .mainTop .mainTitle {
  text-align: left; }

.cartSaved .mainTop .contenttxt {
  display: none; }

.cartSaved .maincontent-cols .contenttxt {
  display: block; }

.cartSaved .maincontent-cols > .col.sticky .infoblk .buttons {
  display: block; }

.cartSaved .maincontent-cols > .col:not(.sticky) .infoblk {
  display: none; }

.customerArea .homeblk .infoblk {
  padding: 50px 80px; }
  .customerArea .homeblk .infoblk.infosup {
    padding-right: calc(50% + 80px); }

.editOccupant .maincontent-cols > .col + .col {
  margin-top: 0; }

.editOccupant .maincontent-cols .reservationSummary .room {
  display: block; }

.editOccupant .display-large .wysiwyg {
  margin-bottom: 10px; }

.existingReservations .payment-mode .payment-remaining {
  margin-top: 0 !important; }

.proposalPage #searchFormContener {
  display: block; }

.proposalPage .message.issticky {
  border-radius: 0;
  position: sticky;
  top: 0;
  z-index: 200; }

.roomProduct .mainTitle,
.globalProduct .mainTitle {
  margin-top: 0; }

.partners {
  display: none; }
  .partners.clone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }

.formtoggler {
  display: none; }
  .formtoggler + .message {
    display: none; }

.proposalForm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .proposalForm #searchFormContener,
  .proposalForm .proposal-list {
    margin: 0;
    max-width: inherit; }
  .proposalForm #searchFormContener {
    width: 29%; }
  .proposalForm .proposal-list {
    width: 67%; }
    .proposalForm .proposal-list.hasMessagesClone {
      display: block; }

.proposal-entry .proposal-content {
  width: 65%; }

.proposal-entry .price {
  width: 35%; }

.selectionForm .options-list > .wysiwyg {
  margin-top: 0; }

.steps {
  padding-bottom: 15px;
  padding-top: 15px; }
  .steps ul li {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px; }
    .steps ul li span {
      height: 40px;
      line-height: 40px;
      width: 40px; }

.reservationSummary .topSummary-infos-from {
  padding-right: 40px; }
  .reservationSummary .topSummary-infos-from:after {
    width: 40px; }

.mainTop {
  margin-bottom: 30px; }
