html, body {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  width: 100%; }

body {
  overflow-x: hidden;
  width: 100%; }

body, input, select, button, textarea, label {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #646464; }

textarea {
  resize: none; }

a {
  outline: 0; }

img {
  display: block; }

.src-clear {
  clear: both; }

.src-header {
  height: 94px;
  border-top: 6px solid #faba00;
  position: relative; }
  .src-header .src-shadow {
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  .src-header .src-wrap {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: auto; }
    .src-header .src-wrap .src-logo {
      display: block;
      text-decoration: none;
      border: 0;
      width: 130px;
      height: 36px;
      background-image: url(Logo.png);
      float: left;
      margin-top: 29px; }
    .src-header .src-wrap .src-menu {
      height: 27px;
      margin-top: 34px; }
      .src-header .src-wrap .src-menu ul {
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 0; }
        .src-header .src-wrap .src-menu ul li {
          float: left;
          display: block;
          margin: 0;
          padding: 0; }
      .src-header .src-wrap .src-menu .src-item {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        display: block;
        float: left;
        padding: 0 10px;
        height: 27px;
        line-height: 26px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        font-weight: 500; }
    .src-header .src-wrap .src-menu-main {
      float: left;
      margin-left: 50px; }
      .src-header .src-wrap .src-menu-main .src-item {
        background-color: #faba00;
        color: black;
        margin-right: 10px; }
        .src-header .src-wrap .src-menu-main .src-item:hover, .src-header .src-wrap .src-menu-main .src-item:active, .src-header .src-wrap .src-menu-main .src-item:focus, .src-header .src-wrap .src-menu-main .src-item.src-active {
          background-color: black;
          color: #faba00; }
    .src-header .src-wrap .src-menu-user {
      float: right;
      margin-left: 0; }
      .src-header .src-wrap .src-menu-user .src-item {
        background-color: black;
        color: white;
        margin-left: 10px; }
        .src-header .src-wrap .src-menu-user .src-item:hover, .src-header .src-wrap .src-menu-user .src-item:active, .src-header .src-wrap .src-menu-user .src-item:focus, .src-header .src-wrap .src-menu-user .src-item.src-active {
          background-color: #828282;
          color: white; }
    .src-header .src-wrap .src-languages {
      position: absolute;
      right: 0;
      top: 110px;
      z-index: 1000;
      height: 20px; }
      .src-header .src-wrap .src-languages .src-item {
        display: block;
        width: 24px;
        height: 20px;
        border: 0;
        text-decoration: none;
        float: left;
        background-image: url(Languages.png);
        cursor: pointer;
        margin-left: 10px; }
        .src-header .src-wrap .src-languages .src-item.src-flag-bs-ba {
          background-position: 0 0; }
        .src-header .src-wrap .src-languages .src-item.src-flag-hr-hr {
          background-position: -24px 0; }
        .src-header .src-wrap .src-languages .src-item.src-flag-en-us {
          background-position: -48px 0; }
        .src-header .src-wrap .src-languages .src-item.src-flag-de-de {
          background-position: -72px 0; }

.src-subheader {
  height: 150px;
  background: #faba00; }

.src-modal {
  position: relative;
  padding: 8px;
  background-color: #faba00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-modal .src-action-close {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -26px;
    right: -20px;
    background: url(Close.png) no-repeat center center;
    z-index: 2000; }
  .src-modal .blockUI.blockOverlay {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-clip: padding-box; }

.src-page {
  padding-bottom: 80px;
  min-height: 600px;
  position: relative; }
  .src-page .src-wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
    .src-page .src-wrap .src-column-a {
      width: 300px;
      float: left; }
    .src-page .src-wrap .src-column-b {
      width: 678px;
      float: right; }
  .src-page .src-modal {
    margin: 80px auto 0 auto; }

.src-footer {
  height: 394px;
  border-top: 6px solid #faba00;
  background-color: whitesmoke; }
  .src-footer .src-line {
    background: #fafafa;
    background: -webkit-linear-gradient(#fafafa, #f0f0f0);
    background: -moz-linear-gradient(#fafafa, #f0f0f0);
    background: -o-linear-gradient(#fafafa, #f0f0f0);
    background: -ms-linear-gradient(#fafafa, #f0f0f0);
    background: linear-gradient(#fafafa, #f0f0f0);
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
    height: 44px; }
  .src-footer .src-wrap {
    position: relative;
    width: 1000px;
    height: 310px;
    margin: auto;
    padding-top: 40px; }
    .src-footer .src-wrap .src-security {
      display: block;
      text-decoration: none;
      border: 0;
      width: 110px;
      height: 57px;
      background-image: url(LogoSecurity.png);
      background-repeat: no-repeat;
      float: left; }
    .src-footer .src-wrap .src-menu {
      float: left;
      margin-top: 4px; }
      .src-footer .src-wrap .src-menu ul {
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 0;
        margin-left: 70px;
        float: left; }
        .src-footer .src-wrap .src-menu ul li {
          display: block;
          margin: 0;
          padding: 0; }
          .src-footer .src-wrap .src-menu ul li ul {
            margin-left: 0;
            margin-top: 8px; }
            .src-footer .src-wrap .src-menu ul li ul li .src-item {
              font-size: 14px;
              line-height: 19px;
              font-weight: 300;
              color: #646464; }
      .src-footer .src-wrap .src-menu .src-item {
        display: block;
        text-decoration: none;
        border: 0;
        font-size: 16px;
        font-weight: 400;
        color: #505050; }
        .src-footer .src-wrap .src-menu .src-item:hover, .src-footer .src-wrap .src-menu .src-item:active, .src-footer .src-wrap .src-menu .src-item:focus, .src-footer .src-wrap .src-menu .src-item.src-active {
          color: black; }
    .src-footer .src-wrap .src-copyright {
      position: absolute;
      bottom: 41px;
      width: 100%;
      line-height: 19px; }
      .src-footer .src-wrap .src-copyright .src-mark {
        width: 50px;
        height: 9px;
        display: block;
        margin-top: 6px; }
      .src-footer .src-wrap .src-copyright .src-name {
        font-weight: 500;
        text-decoration: none;
        color: #646464; }
      .src-footer .src-wrap .src-copyright .src-client {
        float: left; }
        .src-footer .src-wrap .src-copyright .src-client .src-mark {
          background-color: #faba00;
          float: left;
          margin-right: 10px; }
      .src-footer .src-wrap .src-copyright .src-author {
        float: right; }
        .src-footer .src-wrap .src-copyright .src-author .src-mark {
          background-color: black;
          float: right;
          margin-left: 10px; }

.src-menu-social .src-item {
  display: block;
  border: 0;
  outline: 0;
  text-decoration: none;
  width: 300px;
  height: 60px;
  background: url(MenuSocial.png) no-repeat;
  position: relative; }
  .src-menu-social .src-item.src-facebook {
    background-position: 0 0;
    color: white; }
    .src-menu-social .src-item.src-facebook .src-title {
      display: block;
      position: absolute;
      font-size: 14px;
      line-height: 20px;
      top: 27px;
      left: 56px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
      opacity: .72; }

.src-control {
  display: block;
  margin: 0;
  padding: 0;
  position: relative; }
  .src-control span, .src-control img {
    display: block; }

.src-float-left {
  float: left; }

.src-float-right {
  float: right; }

.src-float-none {
  float: none; }

.src-clear-both {
  display: block;
  clear: both; }

.src-clear-left {
  display: block;
  clear: left; }

.src-clear-right {
  display: block;
  clear: right; }

.src-display-none {
  display: none; }

.src-display-block {
  display: block; }

.src-display-inline {
  display: inline; }

.src-align-left {
  text-align: left; }

.src-align-center {
  text-align: center; }

.src-align-right {
  text-align: right; }

.src-panel .src-message {
  display: none; }
  .src-panel .src-message.src-status-error {
    color: #ff4800; }

.src-textbox, .src-combo {
  background-color: #f9f9f9;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 2px 3px 1px 0px rgba(232, 232, 232, 0.5);
  -moz-box-shadow: inset 2px 3px 1px 0px rgba(232, 232, 232, 0.5);
  box-shadow: inset 2px 3px 1px 0px rgba(232, 232, 232, 0.5); }
  .src-textbox .src-icon, .src-combo .src-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 10px; }
    .src-textbox .src-icon .fa, .src-combo .src-icon .fa {
      display: block;
      width: 17px;
      height: 17px;
      background-image: url(Icons.png);
      background-repeat: no-repeat; }
    .src-textbox .src-icon .fa-chevron-down, .src-combo .src-icon .fa-chevron-down {
      background-position: 0 0; }
    .src-textbox .src-icon .fa-chevron-circle-down, .src-combo .src-icon .fa-chevron-circle-down {
      background-position: 0 0; }
    .src-textbox .src-icon .fa-calendar, .src-combo .src-icon .fa-calendar {
      background-position: 0 -34px; }
    .src-textbox .src-icon .fa-time, .src-combo .src-icon .fa-time {
      background-position: 0 -51px; }
    .src-textbox .src-icon .fa-user, .src-combo .src-icon .fa-user {
      background-position: 0 -102px; }
    .src-textbox .src-icon .fa-email, .src-combo .src-icon .fa-email {
      background-position: 0 -119px; }
    .src-textbox .src-icon .fa-location, .src-combo .src-icon .fa-location {
      background-position: 0 -136px; }
    .src-textbox .src-icon .fa-post, .src-combo .src-icon .fa-post {
      background-position: 0 -153px; }
    .src-textbox .src-icon .fa-phone, .src-combo .src-icon .fa-phone {
      background-position: 0 -187px; }
    .src-textbox .src-icon .fa-password, .src-combo .src-icon .fa-password {
      background-position: 0 -340px; }
  .src-textbox .src-input, .src-combo .src-input {
    padding: 9px;
    padding-right: 35px; }
    .src-textbox .src-input .src-input-text, .src-combo .src-input .src-input-text {
      display: block;
      border: 0;
      margin: 0;
      padding: 0;
      outline: 0;
      width: 100%;
      background-color: #f9f9f9;
      font-size: 14px;
      line-height: 19px;
      height: 19px;
      color: #787878; }
  .src-textbox.src-validation-error, .src-validation-error.src-combo {
    border-color: #ff4800; }
    .src-textbox.src-validation-error ::-webkit-input-placeholder, .src-validation-error.src-combo ::-webkit-input-placeholder {
      color: #ff4800; }
    .src-textbox.src-validation-error :-moz-placeholder, .src-validation-error.src-combo :-moz-placeholder {
      color: #ff4800; }
    .src-textbox.src-validation-error ::-moz-placeholder, .src-validation-error.src-combo ::-moz-placeholder {
      color: #ff4800; }
    .src-textbox.src-validation-error :-ms-input-placeholder, .src-validation-error.src-combo :-ms-input-placeholder {
      color: #ff4800; }
    .src-textbox.src-validation-error .placeholder, .src-validation-error.src-combo .placeholder {
      color: #ff4800; }
    .src-textbox.src-validation-error .src-input-text, .src-validation-error.src-combo .src-input-text {
      color: #ff4800; }
    .src-textbox.src-validation-error .src-icon-img, .src-validation-error.src-combo .src-icon-img {
      background-image: url(IconsError.png); }

.src-textarea .src-input {
  padding-right: 9px; }

.src-combo {
  outline: 0; }
  .src-combo .src-arrow {
    cursor: pointer; }
    .src-combo .src-arrow .src-icon-img {
      background-position: 0 0; }
  .src-combo .src-list {
    border-top: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-clip: padding-box;
    margin-top: -3px;
    font-size: 12px;
    line-height: 16px; }
    .src-combo .src-list .src-tablelist {
      overflow: auto;
      max-height: 190px; }
      .src-combo .src-list .src-tablelist td {
        border-right: 0; }
        .src-combo .src-list .src-tablelist td .src-options {
          float: right; }
          .src-combo .src-list .src-tablelist td .src-options .src-option {
            color: #787878;
            line-height: 12px;
            float: left;
            margin-left: 5px;
            font-size: 10px;
            cursor: pointer;
            padding: 3px 5px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background-clip: padding-box; }
            .src-combo .src-list .src-tablelist td .src-options .src-option:hover, .src-combo .src-list .src-tablelist td .src-options .src-option:active, .src-combo .src-list .src-tablelist td .src-options .src-option:focus {
              background: gainsboro; }
            .src-combo .src-list .src-tablelist td .src-options .src-option.src-active {
              background: #faba00;
              color: white; }
  .src-combo.src-opened .src-arrow .src-icon-img {
    background-position: 0 -17px; }
  .src-combo.src-timepicker .src-arrow .src-icon-img {
    background-position: 0 -51px; }

.src-list {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #d2d2d2;
  min-width: 100%;
  top: 100%;
  left: -1px;
  z-index: 2000; }

.src-tablelist {
  background-color: #f9f9f9;
  overflow: hidden;
  position: relative;
  padding: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-clip: padding-box; }
  .src-tablelist table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0; }
    .src-tablelist table tbody tr {
      cursor: default; }
      .src-tablelist table tbody tr:hover {
        background-color: #f0f0f0; }
      .src-tablelist table tbody tr:last-child td {
        border-bottom: 0; }
    .src-tablelist table tbody td {
      padding: 10px 6px;
      line-height: 18px;
      border-right: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
      border-spacing: 0; }
    .src-tablelist table tbody td:last-child {
      border-right: 0; }
    .src-tablelist table tbody .src-row-selected {
      background-color: #e6e6e6;
      cursor: default !important; }
    .src-tablelist table tbody .src-row-data {
      cursor: pointer; }
    .src-tablelist table thead th {
      padding: 10px;
      line-height: 1em;
      border-right: 1px solid #646464;
      border-bottom: 1px solid #646464;
      border-spacing: 0; }
    .src-tablelist table thead th:last-child {
      border-right: 0; }

.src-button {
  background: #ff9314;
  background: -webkit-linear-gradient(#ff9314, #e58100);
  background: -moz-linear-gradient(#ff9314, #e58100);
  background: -o-linear-gradient(#ff9314, #e58100);
  background: -ms-linear-gradient(#ff9314, #e58100);
  background: linear-gradient(#ff9314, #e58100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  padding: 1px; }
  .src-button .src-input .src-input-button {
    background: #fed82a;
    background: -webkit-linear-gradient(#fed82a, #faba00);
    background: -moz-linear-gradient(#fed82a, #faba00);
    background: -o-linear-gradient(#fed82a, #faba00);
    background: -ms-linear-gradient(#fed82a, #faba00);
    background: linear-gradient(#fed82a, #faba00);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 0 20px;
    outline: 0;
    border: 0;
    font-size: 16px;
    color: #010101;
    height: 35px;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.5s ease; }
    .src-button .src-input .src-input-button:hover, .src-button .src-input .src-input-button:active, .src-button .src-input .src-input-button:focus, .src-button .src-input .src-input-button.src-active {
      background: #faba00;
      background: -webkit-linear-gradient(#faba00, #fed82a);
      background: -moz-linear-gradient(#faba00, #fed82a);
      background: -o-linear-gradient(#faba00, #fed82a);
      background: -ms-linear-gradient(#faba00, #fed82a);
      background: linear-gradient(#faba00, #fed82a); }
  .src-button.src-disabled {
    opacity: 0.25; }

.src-checkbox, .src-checklist .src-checkitem {
  line-height: 18px;
  min-height: 18px; }
  .src-checkbox .src-icon, .src-checklist .src-checkitem .src-icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 2px 3px 1px 0px rgba(232, 232, 232, 0.5);
    -moz-box-shadow: inset 2px 3px 1px 0px rgba(232, 232, 232, 0.5);
    box-shadow: inset 2px 3px 1px 0px rgba(232, 232, 232, 0.5);
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
    cursor: pointer;
    position: relative; }
    .src-checkbox .src-icon .src-state, .src-checklist .src-checkitem .src-icon .src-state {
      display: block;
      position: absolute;
      top: 2px;
      right: -1px;
      width: 17px;
      height: 17px; }
  .src-checkbox .src-label, .src-checklist .src-checkitem .src-label {
    font-size: 14px;
    float: left; }
  .src-checkbox:hover .src-icon .src-state, .src-checklist .src-checkitem:hover .src-icon .src-state, .src-checkbox:active .src-icon .src-state, .src-checklist .src-checkitem:active .src-icon .src-state, .src-checkbox:focus .src-icon .src-state, .src-checklist .src-checkitem:focus .src-icon .src-state {
    background-image: url(Icons.png);
    background-position: 0 -323px; }
  .src-checkbox.src-readonly, .src-checklist .src-readonly.src-checkitem {
    opacity: 0.5; }
  .src-checkbox.src-active .src-icon, .src-checklist .src-active.src-checkitem .src-icon {
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2; }
    .src-checkbox.src-active .src-icon .src-state, .src-checklist .src-active.src-checkitem .src-icon .src-state {
      background-image: url(Icons.png);
      background-position: 0 -68px; }
  .src-checkbox.src-active.src-readonly, .src-checklist .src-active.src-readonly.src-checkitem {
    opacity: 1; }
    .src-checkbox.src-active.src-readonly .src-icon, .src-checklist .src-active.src-readonly.src-checkitem .src-icon {
      border-color: #e1a700;
      background-color: #faba00; }
      .src-checkbox.src-active.src-readonly .src-icon .src-state, .src-checklist .src-active.src-readonly.src-checkitem .src-icon .src-state {
        background-image: url(Icons.png);
        background-position: 0 -85px; }
  .src-checkbox.src-validation-error .src-label, .src-checklist .src-validation-error.src-checkitem .src-label {
    color: #ff4800; }
  .src-checkbox.src-validation-error .src-label a, .src-checklist .src-validation-error.src-checkitem .src-label a {
    color: #ff4800 !important;
    font-weight: 400; }
  .src-checkbox.src-validation-error .src-icon, .src-checklist .src-validation-error.src-checkitem .src-icon {
    border-color: #ff4800; }

.src-datepicker .src-icon {
  cursor: pointer; }

.src-checklist .src-checkitem {
  margin-bottom: 10px; }
  .src-checklist .src-checkitem .src-combo {
    margin-top: 8px;
    margin-left: 27px;
    box-shadow: none; }
    .src-checklist .src-checkitem .src-combo .src-icon {
      padding: 0;
      border: 0;
      float: none;
      margin: 0;
      position: absolute;
      box-shadow: none; }
      .src-checklist .src-checkitem .src-combo .src-icon .fa {
        width: 17px;
        height: 17px;
        background-position: 0 -513px; }
    .src-checklist .src-checkitem .src-combo .src-input {
      padding: 0 5px;
      padding-right: 17px; }
      .src-checklist .src-checkitem .src-combo .src-input .src-input-text {
        font-size: 12px;
        line-height: 17px;
        height: 17px;
        text-align: center; }
    .src-checklist .src-checkitem .src-combo .src-list .src-tablelist td {
      padding: 3px 6px; }
  .src-checklist .src-checkitem.src-haschild {
    background: url(Checklist.png) no-repeat 9px 20px; }

.src-discount-mark, .src-wdg-search-filter .src-search-list .src-item .src-section-b .src-discount, .src-wdg-reservation .src-column-b .src-section-b .src-discount {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #6a9700;
  color: white;
  height: 18px;
  line-height: 17px;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background: #64b600;
  background: -moz-linear-gradient(top, #64b600 0%, #5eac00 50%, #7fb600 51%, #7fb600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64b600), color-stop(50%, #5eac00), color-stop(51%, #7fb600), color-stop(100%, #7fb600));
  background: -webkit-linear-gradient(top, #64b600 0%, #5eac00 50%, #7fb600 51%, #7fb600 100%);
  background: -o-linear-gradient(top, #64b600 0%, #5eac00 50%, #7fb600 51%, #7fb600 100%);
  background: -ms-linear-gradient(top, #64b600 0%, #5eac00 50%, #7fb600 51%, #7fb600 100%);
  background: linear-gradient(to bottom, #64b600 0%, #5eac00 50%, #7fb600 51%, #7fb600 100%);
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 190, 0.5);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 190, 0.5);
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 190, 0.5); }

.src-wdg-error {
  width: 960px;
  min-height: 500px;
  margin: 0 auto;
  margin-top: -100px;
  padding: 20px;
  background-color: white;
  border: 1px solid gainsboro;
  border-top-width: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-wdg-error .src-title {
    font-size: 18px; }
  .src-wdg-error .src-desc {
    margin-top: 20px;
    font-size: 12px; }

.src-wdg-poster {
  width: 100%;
  height: 350px;
  background-color: #f0f0f0;
  border-bottom: 20px solid #faba00; }
  .src-wdg-poster .src-items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .src-wdg-poster .src-items .src-item {
      width: 2560px;
      height: 350px;
      position: absolute;
      z-index: 900;
      top: 0;
      left: 50%;
      margin-left: -1280px; }
      .src-wdg-poster .src-items .src-item .src-image {
        width: 2560px;
        height: 350px;
        display: block; }

.src-wdg-showcase {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -500px;
  z-index: 1000;
  width: 500px;
  height: 370px; }
  .src-wdg-showcase .src-items {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .src-wdg-showcase .src-items .src-item {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .src-wdg-showcase .src-items .src-item .src-title {
        float: left;
        width: 100%;
        color: white;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7); }
      .src-wdg-showcase .src-items .src-item .src-desc {
        float: left;
        width: 240px;
        color: white;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
      .src-wdg-showcase .src-items .src-item .src-image {
        width: 500px;
        height: 250px;
        position: absolute;
        bottom: 0;
        left: 0; }
  .src-wdg-showcase .src-edge {
    width: 570px;
    height: 200px;
    background-image: url(Showcase.png);
    position: absolute;
    bottom: -150px; }

.src-wdg-brands {
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -250px;
  z-index: 1000;
  width: 168px;
  height: 46px; }
  .src-wdg-brands .src-items .src-item {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    display: block;
    float: left;
    background-image: url(Brands.png);
    background-repeat: no-repeat; }
  .src-wdg-brands .src-items .src-item-1 {
    background-position: 0 0; }
  .src-wdg-brands .src-items .src-item-2 {
    background-position: -46px 0; }
  .src-wdg-brands .src-items .src-item-3 {
    background-position: -92px 0; }

.src-wdg-search {
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: -500px;
  z-index: 1000;
  width: 350px;
  height: 380px; }
  .src-wdg-search .src-tabs {
    height: 45px; }
    .src-wdg-search .src-tabs .src-tab {
      width: 50%;
      float: left;
      border-top: 6px solid #f0f0f0;
      cursor: pointer; }
      .src-wdg-search .src-tabs .src-tab .src-link {
        display: block;
        text-decoration: none;
        border: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #b4b4b4;
        line-height: 32px;
        border-bottom: 1px solid gainsboro;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        background-color: #f0f0f0;
        padding-bottom: 6px; }
      .src-wdg-search .src-tabs .src-tab.src-active {
        border-top-color: #faba00; }
        .src-wdg-search .src-tabs .src-tab.src-active .src-link {
          color: #5a5a5a;
          background-color: white;
          border-bottom-color: white;
          border-right-color: gainsboro;
          border-left-color: white; }
        .src-wdg-search .src-tabs .src-tab.src-active.src-last .src-link {
          border-right-color: white;
          border-left-color: gainsboro; }
  .src-wdg-search .src-contents {
    width: 348px;
    height: 333px;
    padding: 1px;
    background: white;
    background: -webkit-linear-gradient(white, gainsboro);
    background: -moz-linear-gradient(white, gainsboro);
    background: -o-linear-gradient(white, gainsboro);
    background: -ms-linear-gradient(white, gainsboro);
    background: linear-gradient(white, gainsboro);
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-clip: padding-box; }
    .src-wdg-search .src-contents .src-wrap-inner {
      width: 100%;
      height: 100%;
      background-color: white;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      background-clip: padding-box; }
    .src-wdg-search .src-contents .src-content {
      height: 100%;
      display: none; }
      .src-wdg-search .src-contents .src-content.src-active {
        display: block; }
      .src-wdg-search .src-contents .src-content .src-panel {
        padding: 24px;
        height: 285px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-clip: padding-box; }
        .src-wdg-search .src-contents .src-content .src-panel .src-body .src-control {
          margin-bottom: 20px; }
  .src-wdg-search .src-itemlist {
    padding: 20px; }
    .src-wdg-search .src-itemlist .src-item {
      height: 72px;
      overflow: hidden;
      display: block;
      text-decoration: none;
      color: #646464;
      position: relative; }
      .src-wdg-search .src-itemlist .src-item:hover, .src-wdg-search .src-itemlist .src-item:active, .src-wdg-search .src-itemlist .src-item:focus, .src-wdg-search .src-itemlist .src-item.src-active {
        color: black; }
      .src-wdg-search .src-itemlist .src-item .src-line {
        height: 1px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        background: gainsboro;
        background: -webkit-linear-gradient(left, gainsboro, white);
        background: -moz-linear-gradient(right, gainsboro, white);
        background: -o-linear-gradient(right, gainsboro, white);
        background: linear-gradient(to right, gainsboro, white); }
      .src-wdg-search .src-itemlist .src-item .src-image {
        display: block;
        width: 100px;
        height: 60px;
        float: left;
        margin: 5px 0; }
      .src-wdg-search .src-itemlist .src-item .src-title {
        display: block;
        width: 178px;
        padding: 10px;
        padding-left: 20px;
        height: 40px;
        float: left;
        line-height: 20px;
        overflow: hidden; }
  .src-wdg-search .blockUI.blockOverlay {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-clip: padding-box; }

.src-wdg-features {
  margin-top: 140px; }
  .src-wdg-features .src-item {
    float: left;
    margin-right: 41px;
    position: relative;
    width: 306px;
    height: 283px; }
    .src-wdg-features .src-item.src-last {
      margin-right: 0; }
    .src-wdg-features .src-item .src-image {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .src-wdg-features .src-item .src-title {
      position: absolute;
      top: 60px;
      left: 0;
      width: 286px;
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      padding: 30px 10px;
      text-align: center;
      font-size: 18px;
      color: black;
      text-transform: uppercase; }
    .src-wdg-features .src-item .src-desc {
      position: absolute;
      top: 140px;
      left: 0;
      width: 266px;
      height: 126px;
      line-height: 18px;
      overflow: hidden;
      padding: 0 20px;
      text-align: center;
      font-size: 13px;
      color: #5a5a5a; }
      .src-wdg-features .src-item .src-desc ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .src-wdg-features .src-item .src-desc ul li {
          margin: 0;
          padding: 0;
          padding-left: 25px;
          text-align: left;
          background: url(Bullet.png) no-repeat 10px center; }

.src-wdg-articles {
  margin-top: 41px; }
  .src-wdg-articles .src-item {
    float: left;
    margin-right: 41px;
    position: relative;
    width: 284px;
    height: 330px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    background: whitesmoke;
    background: -webkit-linear-gradient(whitesmoke, white);
    background: -moz-linear-gradient(whitesmoke, white);
    background: -o-linear-gradient(whitesmoke, white);
    background: -ms-linear-gradient(whitesmoke, white);
    background: linear-gradient(whitesmoke, white);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }
    .src-wdg-articles .src-item.src-last {
      margin-right: 0; }
    .src-wdg-articles .src-item .src-sup {
      position: absolute;
      left: 20px;
      top: 154px;
      height: 30px;
      line-height: 30px;
      background-color: #323232;
      font-size: 16px;
      font-weight: 700;
      color: #faba00;
      text-transform: uppercase;
      padding: 0 20px; }
    .src-wdg-articles .src-item .src-image {
      border: 0;
      width: 284px;
      height: 160px;
      display: block;
      margin-bottom: 20px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background-clip: padding-box; }
    .src-wdg-articles .src-item .src-title {
      font-size: 15px;
      color: #5a5a5a;
      padding: 10px; }
    .src-wdg-articles .src-item .src-desc {
      line-height: 18px;
      color: #646464;
      padding: 0 10px; }
      .src-wdg-articles .src-item .src-desc p {
        padding: 0;
        margin: 0; }
    .src-wdg-articles .src-item:hover .src-title, .src-wdg-articles .src-item:active .src-title, .src-wdg-articles .src-item:focus .src-title {
      color: black; }

.src-wdg-contacts {
  width: 298px;
  min-height: 600px;
  background-color: white;
  border: 1px solid gainsboro;
  margin-top: -100px;
  margin-bottom: 20px;
  color: #5a5a5a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-wdg-contacts .src-heading {
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    padding-bottom: 0;
    line-height: 20px; }
  .src-wdg-contacts .src-items .src-item {
    padding: 15px;
    line-height: 17px;
    position: relative; }
    .src-wdg-contacts .src-items .src-item .src-title {
      font-size: 14px;
      padding-bottom: 5px; }
    .src-wdg-contacts .src-items .src-item .src-info {
      padding: 5px 0; }
    .src-wdg-contacts .src-items .src-item .src-icon {
      float: left;
      width: 17px;
      height: 17px;
      background-image: url(Icons.png);
      margin: 0 10px 0 15px; }
      .src-wdg-contacts .src-items .src-item .src-icon.src-address {
        background-position: 0 -357px;
        height: 20px;
        margin-top: 6px; }
      .src-wdg-contacts .src-items .src-item .src-icon.src-phone {
        background-position: 0 -187px; }
      .src-wdg-contacts .src-items .src-item .src-icon.src-fax {
        background-position: 0 -238px; }
      .src-wdg-contacts .src-items .src-item .src-icon.src-mobile {
        background-position: 0 -255px; }
      .src-wdg-contacts .src-items .src-item .src-icon.src-email {
        background-position: 0 -272px; }
    .src-wdg-contacts .src-items .src-item .src-line {
      height: 1px;
      width: 80%;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
      background: gainsboro;
      background: -webkit-linear-gradient(left, gainsboro, white);
      background: -moz-linear-gradient(right, gainsboro, white);
      background: -o-linear-gradient(right, gainsboro, white);
      background: linear-gradient(to right, gainsboro, white); }
  .src-wdg-contacts .src-panel {
    padding: 29px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-clip: padding-box; }
    .src-wdg-contacts .src-panel .src-control {
      margin-bottom: 10px; }

.src-wdg-article {
  position: relative;
  width: 676px;
  min-height: 790px;
  background-color: white;
  border: 1px solid gainsboro;
  margin-top: -100px;
  color: #5a5a5a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-wdg-article .src-items .src-item .src-media {
    width: 666px;
    height: 350px;
    margin: 5px;
    position: relative; }
    .src-wdg-article .src-items .src-item .src-media .src-suptitle {
      position: absolute;
      bottom: 20px;
      left: 0;
      color: #5a5a5a;
      font-size: 24px;
      padding: 0 100px 0 20px;
      line-height: 50px;
      height: 50px;
      z-index: 1000;
      background: white;
      background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
      background: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
      background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
    .src-wdg-article .src-items .src-item .src-media .src-image {
      width: 666px;
      height: 350px;
      display: block;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background-clip: padding-box; }
    .src-wdg-article .src-items .src-item .src-media .src-wdg-brands {
      top: 325px;
      left: auto;
      right: 20px;
      margin-left: 0;
      z-index: 1000; }
    .src-wdg-article .src-items .src-item .src-media .src-media-items {
      position: relative;
      width: 666px;
      height: 350px;
      overflow: hidden; }
      .src-wdg-article .src-items .src-item .src-media .src-media-items .src-media-item {
        width: 666px;
        height: 350px;
        overflow: hidden; }
    .src-wdg-article .src-items .src-item .src-media .src-media-prev,
    .src-wdg-article .src-items .src-item .src-media .src-media-next {
      position: absolute;
      top: 50%;
      width: 17px;
      height: 17px;
      padding: 9px;
      background: white;
      z-index: 1000;
      margin-top: -18px;
      cursor: pointer;
      opacity: 0.25; }
      .src-wdg-article .src-items .src-item .src-media .src-media-prev .src-icon,
      .src-wdg-article .src-items .src-item .src-media .src-media-next .src-icon {
        width: 17px;
        height: 17px;
        background: url(Icons.png) no-repeat; }
      .src-wdg-article .src-items .src-item .src-media .src-media-prev:hover, .src-wdg-article .src-items .src-item .src-media .src-media-prev:active, .src-wdg-article .src-items .src-item .src-media .src-media-prev:focus, .src-wdg-article .src-items .src-item .src-media .src-media-prev.src-active,
      .src-wdg-article .src-items .src-item .src-media .src-media-next:hover,
      .src-wdg-article .src-items .src-item .src-media .src-media-next:active,
      .src-wdg-article .src-items .src-item .src-media .src-media-next:focus,
      .src-wdg-article .src-items .src-item .src-media .src-media-next.src-active {
        opacity: 1; }
    .src-wdg-article .src-items .src-item .src-media .src-media-prev {
      left: 0;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      background-clip: padding-box;
      -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1); }
      .src-wdg-article .src-items .src-item .src-media .src-media-prev .src-icon {
        background-position: 0 -306px; }
    .src-wdg-article .src-items .src-item .src-media .src-media-next {
      right: 0;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      background-clip: padding-box;
      -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.1); }
      .src-wdg-article .src-items .src-item .src-media .src-media-next .src-icon {
        background-position: 0 -289px; }
  .src-wdg-article .src-items .src-item .src-content {
    padding: 20px;
    font-weight: 300 !important;
    position: relative;
    font-size: 14px;
    line-height: 20px; }
    .src-wdg-article .src-items .src-item .src-content .src-title {
      padding: 0;
      margin: 0;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 300; }
    .src-wdg-article .src-items .src-item .src-content ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-bottom: 20px; }
      .src-wdg-article .src-items .src-item .src-content ul li {
        margin: 0;
        padding: 0;
        padding-left: 25px;
        text-align: left;
        background: url(Bullet.png) no-repeat 10px 8px;
        line-height: 22px; }
    .src-wdg-article .src-items .src-item .src-content ol {
      margin: 0;
      padding: 0;
      padding-left: 35px;
      margin-bottom: 20px;
      list-style-type: lower-latin; }
      .src-wdg-article .src-items .src-item .src-content ol li {
        margin: 0;
        padding: 0;
        padding-left: 5px;
        line-height: 22px;
        text-align: left; }
    .src-wdg-article .src-items .src-item .src-content img {
      display: inline; }
    .src-wdg-article .src-items .src-item .src-content p {
      padding: 0;
      margin: 0;
      margin-bottom: 20px; }
    .src-wdg-article .src-items .src-item .src-content h1, .src-wdg-article .src-items .src-item .src-content h2, .src-wdg-article .src-items .src-item .src-content h3, .src-wdg-article .src-items .src-item .src-content h4, .src-wdg-article .src-items .src-item .src-content .src-wdg-map .src-infowindow h2, .src-wdg-map .src-infowindow .src-wdg-article .src-items .src-item .src-content h2, .src-wdg-article .src-items .src-item .src-content .src-wdg-map .src-infowindow p, .src-wdg-map .src-infowindow .src-wdg-article .src-items .src-item .src-content p, .src-wdg-article .src-items .src-item .src-content .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h2, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-article .src-items .src-item .src-content h2, .src-wdg-article .src-items .src-item .src-content .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h3, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-article .src-items .src-item .src-content h3, .src-wdg-article .src-items .src-item .src-content .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h4, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-article .src-items .src-item .src-content h4 {
      font-size: 18px;
      font-weight: 300;
      padding: 0;
      margin: 0;
      margin-bottom: 20px; }
    .src-wdg-article .src-items .src-item .src-content h2 {
      font-size: 16px; }
    .src-wdg-article .src-items .src-item .src-content h3 {
      font-size: 14px; }
    .src-wdg-article .src-items .src-item .src-content h4 {
      font-size: 14px; }
    .src-wdg-article .src-items .src-item .src-content table {
      border-collapse: collapse;
      background: #f0f0f0;
      margin-bottom: 20px; }
      .src-wdg-article .src-items .src-item .src-content table td {
        border: 1px solid gainsboro;
        padding: 2px; }
      .src-wdg-article .src-items .src-item .src-content table thead td,
      .src-wdg-article .src-items .src-item .src-content table th {
        background: #faba00;
        color: black; }
  .src-wdg-article.src-map {
    background-image: url(Map.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: right 40px bottom 90px; }
  .src-wdg-article.src-terms h2, .src-wdg-article.src-terms h3, .src-wdg-article.src-terms h4 {
    text-align: center;
    font-weight: 400 !important; }
  .src-wdg-article.src-terms p {
    text-align: justify; }

.src-wdg-articles-list {
  width: 298px;
  background-color: white;
  border: 1px solid gainsboro;
  padding-bottom: 15px;
  margin-top: -100px;
  margin-bottom: 20px;
  color: #5a5a5a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-wdg-articles-list .src-heading {
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    line-height: 20px; }
  .src-wdg-articles-list .src-items .src-item {
    display: block;
    padding: 15px;
    line-height: 16px;
    position: relative;
    text-decoration: none;
    color: #5a5a5a; }
    .src-wdg-articles-list .src-items .src-item:hover, .src-wdg-articles-list .src-items .src-item:active, .src-wdg-articles-list .src-items .src-item:focus, .src-wdg-articles-list .src-items .src-item.src-active {
      color: black; }
    .src-wdg-articles-list .src-items .src-item .src-image {
      float: left;
      margin-right: 15px; }
    .src-wdg-articles-list .src-items .src-item .src-date {
      height: 12px;
      line-height: 12px;
      font-size: 13px -3;
      color: #faba00; }
    .src-wdg-articles-list .src-items .src-item .src-title {
      width: 153px;
      height: 48px;
      overflow: hidden; }
    .src-wdg-articles-list .src-items .src-item .src-line {
      height: 1px;
      width: 80%;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
      background: gainsboro;
      background: -webkit-linear-gradient(left, gainsboro, white);
      background: -moz-linear-gradient(right, gainsboro, white);
      background: -o-linear-gradient(right, gainsboro, white);
      background: linear-gradient(to right, gainsboro, white); }
    .src-wdg-articles-list .src-items .src-item.src-active {
      background-color: #f9f9f9; }
  .src-wdg-articles-list .src-panel {
    padding: 29px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-clip: padding-box; }
    .src-wdg-articles-list .src-panel .src-control {
      margin-bottom: 10px; }

.src-wdg-map {
  width: 800px;
  height: 600px; }
  .src-wdg-map .src-canvas {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
  .src-wdg-map .src-infowindow {
    width: 260px;
    min-height: 90px;
    white-space: nowrap;
    overflow: hidden;
    background: url(InfoWindow.png) no-repeat right bottom;
    font-family: Arial, sans-serif; }
    .src-wdg-map .src-infowindow h1, .src-wdg-map .src-infowindow .src-wdg-article .src-items .src-item .src-content h2, .src-wdg-article .src-items .src-item .src-content .src-wdg-map .src-infowindow h2, .src-wdg-map .src-infowindow .src-wdg-article .src-items .src-item .src-content h3, .src-wdg-article .src-items .src-item .src-content .src-wdg-map .src-infowindow h3, .src-wdg-map .src-infowindow .src-wdg-article .src-items .src-item .src-content h4, .src-wdg-article .src-items .src-item .src-content .src-wdg-map .src-infowindow h4, .src-wdg-map .src-infowindow h2, .src-wdg-map .src-infowindow p, .src-wdg-map .src-infowindow .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h2, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-map .src-infowindow h2, .src-wdg-map .src-infowindow .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h3, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-map .src-infowindow h3, .src-wdg-map .src-infowindow .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h4, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-map .src-infowindow h4 {
      font-size: 16px;
      font-weight: 300;
      padding: 0;
      margin: 0; }
    .src-wdg-map .src-infowindow h2 {
      font-size: 14px; }
    .src-wdg-map .src-infowindow p {
      font-size: 12px; }

.src-wdg-locations {
  position: relative;
  padding: 20px;
  width: 636px;
  height: 750px;
  background-color: white;
  border: 1px solid gainsboro;
  margin-top: -100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-wdg-locations .src-wdg-map {
    width: 100%;
    height: 100%; }

.src-wdg-automap {
  position: relative;
  padding: 20px;
  height: 750px;
  background-color: white;
  border: 1px solid gainsboro;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }
  .src-wdg-automap .src-wdg-map {
    width: 100%;
    height: 100%; }

.src-wdg-login {
  width: 599px;
  border-top: 6px solid #faba00;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0; }
  .src-wdg-login .src-wrap-inner {
    float: left;
    padding: 1px;
    position: relative;
    background: white;
    background: -webkit-linear-gradient(white, gainsboro);
    background: -moz-linear-gradient(white, gainsboro);
    background: -o-linear-gradient(white, gainsboro);
    background: -ms-linear-gradient(white, gainsboro);
    background: linear-gradient(white, gainsboro);
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    .src-wdg-login .src-wrap-inner .src-line {
      width: 1px;
      height: 265px;
      overflow: hidden;
      position: absolute;
      top: 15px;
      right: -4px;
      border-right: 4px solid white;
      z-index: 1000;
      background: gainsboro;
      background: -webkit-linear-gradient(gainsboro, white);
      background: -moz-linear-gradient(gainsboro, white);
      background: -o-linear-gradient(gainsboro, white);
      background: -ms-linear-gradient(gainsboro, white);
      background: linear-gradient(gainsboro, white); }
    .src-wdg-login .src-wrap-inner .src-corner {
      width: 5px;
      height: 5px;
      overflow: hidden;
      position: absolute;
      bottom: -4px;
      left: -1px;
      z-index: 1000;
      background: url(Corner.png) no-repeat center center; }
    .src-wdg-login .src-wrap-inner.src-first .src-panel {
      height: 350px; }
    .src-wdg-login .src-wrap-inner.src-second {
      padding-left: 0; }
    .src-wdg-login .src-wrap-inner.src-second .src-panel {
      height: 230px; }
  .src-wdg-login .src-panel {
    padding: 24px;
    background: white;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-clip: padding-box; }
    .src-wdg-login .src-panel .src-head .src-title {
      margin-bottom: 25px;
      line-height: 20px;
      font-size: 16px;
      font-weight: 400;
      color: #5a5a5a; }
    .src-wdg-login .src-panel .src-body .src-control {
      margin-bottom: 20px; }
    .src-wdg-login .src-panel .src-body .src-checkbox, .src-wdg-login .src-panel .src-body .src-checklist .src-checkitem, .src-checklist .src-wdg-login .src-panel .src-body .src-checkitem {
      margin-bottom: 5px; }
      .src-wdg-login .src-panel .src-body .src-checkbox .src-label-text, .src-wdg-login .src-panel .src-body .src-checklist .src-checkitem .src-label-text, .src-checklist .src-wdg-login .src-panel .src-body .src-checkitem .src-label-text {
        font-size: 12px;
        width: 80px; }
  .src-wdg-login .src-action-close {
    background: url(CloseLogin.png) no-repeat center center;
    display: block; }

.src-wdg-profile {
  width: 570px; }
  .src-wdg-profile .src-panel {
    padding-right: 4px; }
    .src-wdg-profile .src-panel .src-body .src-control {
      margin-right: 20px; }
    .src-wdg-profile .src-panel .src-body .src-button {
      margin-bottom: 0; }
    .src-wdg-profile .src-panel .src-body .src-checkbox .src-label-text, .src-wdg-profile .src-panel .src-body .src-checklist .src-checkitem .src-label-text, .src-checklist .src-wdg-profile .src-panel .src-body .src-checkitem .src-label-text {
      width: auto; }

.src-wdg-search-advanced {
  margin-top: -100px; }
  .src-wdg-search-advanced .src-panel-group .src-group-body {
    padding: 20px;
    background-color: white;
    border: 1px solid gainsboro;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .src-wdg-search-advanced .src-panel-group .src-group-body .src-control {
      margin-right: 20px;
      margin-bottom: 20px; }
      .src-wdg-search-advanced .src-panel-group .src-group-body .src-control.src-nomargin {
        margin-bottom: 0; }
    .src-wdg-search-advanced .src-panel-group .src-group-body .src-button {
      margin-bottom: 0;
      margin-right: 0; }
    .src-wdg-search-advanced .src-panel-group .src-group-body .src-timepicker {
      margin-right: 0; }

.src-wdg-search-filter {
  margin-top: 20px; }
  .src-wdg-search-filter .src-panel-group {
    background-color: white;
    border: 1px solid gainsboro;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .src-wdg-search-filter .src-panel-group .src-group-head {
      padding: 20px;
      padding-bottom: 0;
      font-size: 16px; }
    .src-wdg-search-filter .src-panel-group .src-group-body {
      padding: 20px; }
    .src-wdg-search-filter .src-panel-group .src-spacer {
      margin-top: 20px; }
  .src-wdg-search-filter .src-search-list {
    width: 678px;
    min-height: 1470px;
    float: right;
    border: 0; }
    .src-wdg-search-filter .src-search-list .src-group-body {
      padding: 0;
      border: 0; }
    .src-wdg-search-filter .src-search-list table {
      padding: 0;
      margin: 0;
      border: 0;
      border-collapse: collapse; }
      .src-wdg-search-filter .src-search-list table td {
        padding: 0;
        margin: 0;
        border: 0; }
    .src-wdg-search-filter .src-search-list .src-item {
      display: block;
      text-decoration: none;
      color: #787878;
      width: 676px;
      height: 198px;
      margin-bottom: 20px;
      background: white;
      border: 1px solid gainsboro;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box; }
      .src-wdg-search-filter .src-search-list .src-item .src-section {
        display: block;
        float: left; }
      .src-wdg-search-filter .src-search-list .src-item .src-section-a {
        width: 210px;
        height: 161px; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-a .src-image {
          width: 180px;
          height: 120px;
          display: block;
          margin: 25px 15px 16px 15px; }
      .src-wdg-search-filter .src-search-list .src-item .src-section-b {
        width: 130px;
        margin-right: 36px;
        text-align: right;
        height: 141px;
        margin-top: 20px; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-b .src-title {
          color: #5a5a5a;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          margin-bottom: 5px;
          float: right;
          clear: both; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-b .src-category {
          font-size: 12px;
          text-transform: uppercase;
          line-height: 14px;
          float: right;
          clear: both; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-b .src-fuel {
          font-size: 12px;
          text-transform: uppercase;
          line-height: 14px;
          float: right;
          clear: both; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-b .src-discount {
          margin-top: 10px;
          float: right;
          clear: both; }
      .src-wdg-search-filter .src-search-list .src-item .src-section-c {
        width: 110px;
        height: 138px;
        margin-top: 23px; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature {
          line-height: 17px;
          margin-bottom: 8px; }
          .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon {
            width: 17px;
            height: 17px;
            background: url(Icons.png);
            float: left;
            margin-right: 10px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon.src-icon-seats {
              background-position: 0 -394px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon.src-icon-baggage {
              background-position: 0 -411px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon.src-icon-doors {
              background-position: 0 -428px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon.src-icon-manual {
              background-position: 0 -445px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon.src-icon-automatic {
              background-position: 0 -462px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-c .src-feature .src-icon.src-icon-ac {
              background-position: 0 -479px; }
      .src-wdg-search-filter .src-search-list .src-item .src-section-d {
        width: 170px;
        padding-right: 20px;
        height: 138px;
        margin-top: 23px;
        text-align: right; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-prices {
          float: right; }
          .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-prices .src-price {
            font-size: 18px;
            font-weight: 400;
            float: left;
            margin-left: 15px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-prices .src-price .src-currency {
              font-size: 14px;
              font-weight: 300; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-prices .src-price.src-price-old {
              color: #b4b4b4;
              text-decoration: line-through; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-prices .src-price.src-price-normal {
              color: #5a5a5a; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-prices .src-price.src-price-discount {
              color: red; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-button {
          margin-top: 20px; }
          .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-button .src-input-button {
            font-size: 14px;
            padding: 0 10px;
            height: 30px;
            line-height: 30px; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-question {
          display: block;
          text-decoration: none;
          font-size: 12px;
          margin-top: 10px;
          padding: 0 1px;
          float: right;
          color: #787878; }
          .src-wdg-search-filter .src-search-list .src-item .src-section-d .src-question .src-icon {
            width: 17px;
            height: 17px;
            line-height: 17px;
            background: url(Icons.png) no-repeat 0 -496px;
            float: left;
            margin-right: 5px; }
      .src-wdg-search-filter .src-search-list .src-item .src-section-e {
        clear: both;
        float: none;
        border-top: 1px solid gainsboro;
        height: 17px;
        padding: 9px 10px 10px 10px;
        font-size: 12px;
        line-height: 17px; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-e .src-feature {
          float: left; }
          .src-wdg-search-filter .src-search-list .src-item .src-section-e .src-feature .src-icon {
            width: 17px;
            height: 17px;
            background: url(Icons.png);
            float: left;
            margin-right: 10px; }
            .src-wdg-search-filter .src-search-list .src-item .src-section-e .src-feature .src-icon.src-icon-fuel {
              background-position: 0 -377px; }
        .src-wdg-search-filter .src-search-list .src-item .src-section-e .src-total {
          float: right;
          text-transform: uppercase; }
      .src-wdg-search-filter .src-search-list .src-item.src-error {
        width: 636px;
        height: auto;
        padding: 20px; }
      .src-wdg-search-filter .src-search-list .src-item.src-last {
        margin-bottom: 0; }
  .src-wdg-search-filter .src-search-filter {
    width: 298px;
    margin-bottom: 20px; }
    .src-wdg-search-filter .src-search-filter .src-checkitem {
      clear: both; }
      .src-wdg-search-filter .src-search-filter .src-checkitem .src-label {
        font-size: 13px;
        width: 230px;
        overflow: hidden; }
    .src-wdg-search-filter .src-search-filter.src-last {
      margin-bottom: 0; }

.src-wdg-reservation {
  margin-top: -100px;
  padding-bottom: 80px; }
  .src-wdg-reservation .src-column-a .src-section-a {
    color: black;
    min-height: 200px;
    padding: 20px 10px 40px 10px;
    border: 1px solid #ff9314;
    background: #fed82a;
    background: -webkit-linear-gradient(#fed82a, #faba00);
    background: -moz-linear-gradient(#fed82a, #faba00);
    background: -o-linear-gradient(#fed82a, #faba00);
    background: -ms-linear-gradient(#fed82a, #faba00);
    background: linear-gradient(#fed82a, #faba00);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }
    .src-wdg-reservation .src-column-a .src-section-a .src-title {
      font-size: 16px;
      margin-bottom: 20px;
      padding: 0 10px; }
    .src-wdg-reservation .src-column-a .src-section-a .src-items {
      color: #664c00; }
      .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item {
        min-height: 20px;
        line-height: 20px;
        padding: 0 10px;
        clear: both; }
        .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item .src-label {
          float: left;
          width: 65%; }
        .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item .src-value {
          float: right;
          text-align: right;
          width: 35%; }
        .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item.src-highlight {
          margin-top: 10px;
          font-weight: 400;
          background-color: #f0f0f0;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          background-clip: padding-box;
          -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2); }
        .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item.src-spacer {
          margin-top: 20px; }
        .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item.src-total {
          padding: 5px 10px;
          font-weight: 700;
          font-size: 14px; }
          .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item.src-total .src-label {
            width: 60%; }
          .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item.src-total .src-value {
            width: 40%; }
          .src-wdg-reservation .src-column-a .src-section-a .src-items .src-item.src-total.src-spacer {
            margin-top: 30px; }
  .src-wdg-reservation .src-column-a .src-section-b {
    margin-top: 20px;
    height: 60px;
    padding: 20px;
    border: 1px solid #99defd;
    background: #d5effc;
    background: -webkit-linear-gradient(#d5effc, #f1f8fd);
    background: -moz-linear-gradient(#d5effc, #f1f8fd);
    background: -o-linear-gradient(#d5effc, #f1f8fd);
    background: -ms-linear-gradient(#d5effc, #f1f8fd);
    background: linear-gradient(#d5effc, #f1f8fd);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.2); }
    .src-wdg-reservation .src-column-a .src-section-b .src-title {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 10px;
      color: #32bbff; }
    .src-wdg-reservation .src-column-a .src-section-b .src-box {
      border: 1px solid #99defd;
      height: 28px;
      width: 256px;
      padding: 0;
      margin: 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box; }
      .src-wdg-reservation .src-column-a .src-section-b .src-box .src-text {
        font-style: italic;
        padding: 0 10px;
        margin: 0;
        height: 28px;
        width: 206px;
        border: 0;
        outline: 0;
        float: left;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        background-clip: padding-box; }
      .src-wdg-reservation .src-column-a .src-section-b .src-box .src-btn {
        color: #32bbff;
        border: 0;
        border-left: 1px solid #99defd;
        background-color: whitesmoke;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        outline: 0;
        height: 28px;
        width: 29px;
        float: left;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background-clip: padding-box; }
  .src-wdg-reservation .src-column-a .src-panel-group {
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid gainsboro;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .src-wdg-reservation .src-column-a .src-panel-group .src-control {
      margin-bottom: 20px; }
  .src-wdg-reservation .src-column-b {
    background-color: white;
    border: 1px solid gainsboro;
    color: #5a5a5a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; }
    .src-wdg-reservation .src-column-b .src-section {
      float: left; }
    .src-wdg-reservation .src-column-b .src-section-a {
      width: 220px;
      height: 147px;
      padding: 40px; }
      .src-wdg-reservation .src-column-b .src-section-a .src-image {
        width: 220px;
        height: 147px; }
    .src-wdg-reservation .src-column-b .src-section-b {
      width: 338px;
      margin-top: 40px;
      margin-bottom: 20px;
      position: relative; }
      .src-wdg-reservation .src-column-b .src-section-b .src-title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 6px;
        float: left;
        clear: both; }
      .src-wdg-reservation .src-column-b .src-section-b .src-category {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 16px;
        float: left;
        clear: both;
        padding-left: 1px; }
      .src-wdg-reservation .src-column-b .src-section-b .src-fuel {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 16px;
        float: left;
        clear: both;
        padding-left: 1px; }
      .src-wdg-reservation .src-column-b .src-section-b .src-days {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 16px;
        float: left;
        clear: both;
        padding-left: 1px; }
      .src-wdg-reservation .src-column-b .src-section-b .src-discount {
        position: absolute;
        top: 0;
        right: 0;
        float: none; }
    .src-wdg-reservation .src-column-b .src-section-c .src-feature {
      line-height: 20px;
      margin-left: 25px;
      float: left;
      text-align: center; }
      .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon {
        width: 30px;
        height: 30px;
        background: url(IconsBig.png);
        margin: 0 auto;
        margin-bottom: -4px; }
        .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon.src-icon-seats {
          background-position: 0 0; }
        .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon.src-icon-baggage {
          background-position: 0 -30px; }
        .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon.src-icon-doors {
          background-position: 0 -60px; }
        .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon.src-icon-manual {
          background-position: 0 -90px; }
        .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon.src-icon-automatic {
          background-position: 0 -120px; }
        .src-wdg-reservation .src-column-b .src-section-c .src-feature .src-icon.src-icon-ac {
          background-position: 0 -150px; }
      .src-wdg-reservation .src-column-b .src-section-c .src-feature.src-first {
        margin-left: 0; }
    .src-wdg-reservation .src-column-b .src-section-d {
      float: none;
      clear: both;
      height: 188px;
      background-color: whitesmoke;
      border-top: 1px solid gainsboro;
      border-bottom: 1px solid gainsboro; }
      .src-wdg-reservation .src-column-b .src-section-d .src-item {
        width: 269px;
        padding: 20px 35px;
        float: left;
        position: relative; }
        .src-wdg-reservation .src-column-b .src-section-d .src-item .src-title {
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 18px;
          padding-bottom: 10px; }
          .src-wdg-reservation .src-column-b .src-section-d .src-item .src-title .src-icon {
            float: left;
            width: 30px;
            height: 30px;
            background: url(IconsBig.png);
            margin-right: 6px; }
            .src-wdg-reservation .src-column-b .src-section-d .src-item .src-title .src-icon.src-icon-start {
              background-position: 0 -180px; }
            .src-wdg-reservation .src-column-b .src-section-d .src-item .src-title .src-icon.src-icon-end {
              background-position: 0 -210px; }
        .src-wdg-reservation .src-column-b .src-section-d .src-item .src-desc {
          margin-left: 36px; }
          .src-wdg-reservation .src-column-b .src-section-d .src-item .src-desc .src-info a {
            color: #5a5a5a;
            text-decoration: none; }
          .src-wdg-reservation .src-column-b .src-section-d .src-item .src-desc .src-info .src-label {
            color: #787878; }
          .src-wdg-reservation .src-column-b .src-section-d .src-item .src-desc .src-info.src-spacer {
            margin-top: 6px; }
        .src-wdg-reservation .src-column-b .src-section-d .src-item .src-line {
          width: 1px;
          height: 140px;
          overflow: hidden;
          position: absolute;
          top: 10px;
          right: 0;
          z-index: 1000;
          background: gainsboro;
          background: -webkit-linear-gradient(gainsboro, #f0f0f0);
          background: -moz-linear-gradient(gainsboro, #f0f0f0);
          background: -o-linear-gradient(gainsboro, #f0f0f0);
          background: -ms-linear-gradient(gainsboro, #f0f0f0);
          background: linear-gradient(gainsboro, #f0f0f0); }
    .src-wdg-reservation .src-column-b .src-section-e {
      float: none; }
      .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-head {
        padding: 30px 40px 10px 40px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-head .src-title {
          line-height: 20px;
          font-size: 16px;
          font-weight: 400;
          color: #5a5a5a; }
      .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body {
        padding: 20px;
        padding-left: 40px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-control {
          margin-bottom: 20px;
          margin-right: 20px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checkbox, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checklist .src-checkitem, .src-checklist .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checkitem {
          margin-bottom: 0; }
          .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checkbox .src-label-text, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checklist .src-checkitem .src-label-text, .src-checklist .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checkitem .src-label-text {
            font-size: 13px; }
            .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checkbox .src-label-text a, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checklist .src-checkitem .src-label-text a, .src-checklist .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-panel-group .src-group-body .src-checkitem .src-label-text a {
              color: black;
              text-decoration: none; }
      .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help {
        margin-top: 20px;
        background-color: whitesmoke;
        border-top: 1px solid gainsboro;
        border-bottom: 1px solid gainsboro;
        padding: 40px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help p {
          padding: 0;
          margin: 0;
          margin-bottom: 20px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help p:last-child {
          margin-bottom: 0; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h1, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-article .src-items .src-item .src-content h2, .src-wdg-article .src-items .src-item .src-content .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h2, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-article .src-items .src-item .src-content h3, .src-wdg-article .src-items .src-item .src-content .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h3, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-article .src-items .src-item .src-content h4, .src-wdg-article .src-items .src-item .src-content .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h4, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-map .src-infowindow h2, .src-wdg-map .src-infowindow .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h2, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help .src-wdg-map .src-infowindow p, .src-wdg-map .src-infowindow .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help p, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h2, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h3, .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h4 {
          font-size: 18px;
          font-weight: 300;
          padding: 0;
          margin: 0;
          margin-bottom: 20px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h2 {
          font-size: 16px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h3 {
          font-size: 14px; }
        .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-help h4 {
          font-size: 14px; }
      .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-foot {
        position: absolute;
        bottom: -58px;
        right: -1px; }
      .src-wdg-reservation .src-column-b .src-section-e .src-panel .src-message {
        border-top: 1px solid gainsboro;
        padding: 10px;
        text-align: center; }
      .src-wdg-reservation .src-column-b .src-section-e .src-panel .blockUI.blockOverlay {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-clip: padding-box; }

::-webkit-input-placeholder {
  color: #787878; }

:-moz-placeholder {
  color: #787878; }

::-moz-placeholder {
  color: #787878; }

:-ms-input-placeholder {
  color: #787878; }

.placeholder {
  color: #787878; }

