/*//////////////////////////////////////////////////////////////////////////////
|| Utilities
//////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.line--cf:before, footer:before, .main-content:before, .buttons:before, [class*='buttons--']:before, .section--main-content__content:before, .section--cf:before, .section--sub-content:before, .section--nested-content:before, .line--cf:after, footer:after, .main-content:after, .buttons:after, [class*='buttons--']:after, .section--main-content__content:after, .section--cf:after, .section--sub-content:after, .section--nested-content:after {
  content: " ";
  display: table; }
.line--cf:after, footer:after, .main-content:after, .buttons:after, [class*='buttons--']:after, .section--main-content__content:after, .section--cf:after, .section--sub-content:after, .section--nested-content:after {
  clear: both; }
.line--cf, footer, .main-content, .buttons, [class*='buttons--'], .section--main-content__content, .section--cf, .section--sub-content, .section--nested-content {
  *zoom: 1; }

.customSelect, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, .ui--date {
  box-sizing: border-box;
  *behavior: url("../../js/lib/boxsizing/boxsizing.htc"); }

.checkbox, .button, button, [class*="button--"], .label-field, [class*="label-field--"], .label-field--full .label-field__field.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  *margin-right: 4px; }

body *:focus, select:focus + .customSelect {
  border: 1px solid #3296FE !important;
  box-shadow: 0px 0px 2px #5EB8FC !important;
  outline: none !important; }

/* **************** GRIDS ***************** */
.line, .lastUnit {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1; }

.line--cf {
  overflow: visible; }

.unit, [class*="unit--"] {
  float: left;
  _zoom: 1; }
  html[dir="rtl"] .unit, html[dir="rtl"] [class*="unit--"] {
    float: right; }

html[dir="rtl"] .fixed-ltr .unit, html[dir="rtl"] .fixed-ltr [class*="unit--"] {
  float: left; }

td[class*="unit--"], th[class*="unit--"] {
  float: none !important; }

html[dir="ltr"] .invert {
  text-align: right; }
  html[dir="ltr"] .invert [class*='button--'] {
    *float: right; }
html[dir="rtl"] .invert {
  text-align: left; }
  html[dir="rtl"] .invert [class*='button--'] {
    *float: left; }

html[dir="rtl"] .revert {
  text-align: right; }
html[dir="ltr"] .revert {
  text-align: left; }

.center {
  text-align: center; }

.center--block {
  margin: 0 auto; }

.relative {
  position: relative; }

.unitExt {
  float: right; }

.lastUnit {
  float: none;
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
  width: auto; }

/* extending grids to allow a unit that takes the width of its content */
.media {
  width: auto; }

.unit--1-1 {
  float: none;
  width: 100%; }

.unit--1-2 {
  width: 50%;
  *width: 49.9%; }

.unit--1-3 {
  width: 33.33333%;
  *width: 33.23333%; }

.unit--2-3 {
  width: 66.66667%;
  *width: 66.56667%; }

.unit--1-4 {
  width: 25%;
  *width: 24.9%; }

.unit--3-4 {
  width: 75%;
  *width: 74.9%; }

.unit--1-5 {
  width: 20%;
  *width: 19.9%; }

.unit--2-5 {
  width: 40%;
  *width: 39.9%; }

.unit--3-5 {
  width: 60%;
  *width: 59.9%; }

.unit--4-5 {
  width: 80%;
  *width: 79.9%; }

.unit--1-6 {
  width: 16.66667%;
  *width: 16.56667%; }

.unit--5-6 {
  width: 83.33333%;
  *width: 83.23333%; }

.unit--1-7 {
  width: 14.28571%;
  *width: 14.18571%; }

.unit--2-7 {
  width: 28.57143%;
  *width: 28.47143%; }

.unit--3-7 {
  width: 42.85714%;
  *width: 42.75714%; }

.unit--4-7 {
  width: 57.14286%;
  *width: 57.04286%; }

.unit--5-7 {
  width: 71.42857%;
  *width: 71.32857%; }

.unit--6-7 {
  width: 85.71429%;
  *width: 85.61429%; }

.unit--1-8 {
  width: 12.5%;
  *width: 12.4%; }

.unit--3-8 {
  width: 37.5%;
  *width: 37.4%; }

.unit--5-8 {
  width: 62.5%;
  *width: 62.4%; }

.unit--7-8 {
  width: 87.5%;
  *width: 87.4%; }

.unit--1-9 {
  width: 11.11111%;
  *width: 11.01111%; }

.unit--2-9 {
  width: 22.22222%;
  *width: 22.12222%; }

.unit--4-9 {
  width: 44.44444%;
  *width: 44.34444%; }

.unit--5-9 {
  width: 55.55556%;
  *width: 55.45556%; }

.unit--7-9 {
  width: 77.77778%;
  *width: 77.67778%; }

.unit--8-9 {
  width: 88.88889%;
  *width: 88.78889%; }

.unit--1-10 {
  width: 10%;
  *width: 9.9%; }

.unit--3-10 {
  width: 30%;
  *width: 29.9%; }

.unit--7-10 {
  width: 70%;
  *width: 69.9%; }

.unit--9-10 {
  width: 90%;
  *width: 89.9%; }

.unit--1-20 {
  width: 5%;
  *width: 4.9%; }

.unit--3-20 {
  width: 15%;
  *width: 14.9%; }

.unit--7-20 {
  width: 35%;
  *width: 34.9%; }

.unit--9-20 {
  width: 45%;
  *width: 44.9%; }

.unit--11-20 {
  width: 55.0%;
  *width: 54.9%; }

.unit--13-20 {
  width: 65%;
  *width: 64.9%; }

.unit--17-20 {
  width: 85%;
  *width: 84.9%; }

.unit--19-20 {
  width: 95%;
  *width: 94.9%; }

.fg-5 {
  margin: 5px; }

.vg-5--top {
  margin-top: 5px; }

.vg-5--bottom {
  margin-bottom: 5px; }

.fg-10 {
  margin: 10px; }

.vg-10--top {
  margin-top: 10px; }

.vg-10--bottom {
  margin-bottom: 10px; }

.fg-15 {
  margin: 15px; }

.vg-15--top {
  margin-top: 15px; }

.vg-15--bottom {
  margin-bottom: 15px; }

.fg-20 {
  margin: 20px; }

.vg-20--top {
  margin-top: 20px; }

.vg-20--bottom {
  margin-bottom: 20px; }

.fg-25 {
  margin: 25px; }

.vg-25--top {
  margin-top: 25px; }

.vg-25--bottom {
  margin-bottom: 25px; }

.fg-30 {
  margin: 30px; }

.vg-30--top {
  margin-top: 30px; }

.vg-30--bottom {
  margin-bottom: 30px; }

.fg-35 {
  margin: 35px; }

.vg-35--top {
  margin-top: 35px; }

.vg-35--bottom {
  margin-bottom: 35px; }

.fg-40 {
  margin: 40px; }

.vg-40--top {
  margin-top: 40px; }

.vg-40--bottom {
  margin-bottom: 40px; }

.fg-45 {
  margin: 45px; }

.vg-45--top {
  margin-top: 45px; }

.vg-45--bottom {
  margin-bottom: 45px; }

.fg-50 {
  margin: 50px; }

.vg-50--top {
  margin-top: 50px; }

.vg-50--bottom {
  margin-bottom: 50px; }

.fg-55 {
  margin: 55px; }

.vg-55--top {
  margin-top: 55px; }

.vg-55--bottom {
  margin-bottom: 55px; }

.fg-60 {
  margin: 60px; }

.vg-60--top {
  margin-top: 60px; }

.vg-60--bottom {
  margin-bottom: 60px; }

.fg-65 {
  margin: 65px; }

.vg-65--top {
  margin-top: 65px; }

.vg-65--bottom {
  margin-bottom: 65px; }

.fg-70 {
  margin: 70px; }

.vg-70--top {
  margin-top: 70px; }

.vg-70--bottom {
  margin-bottom: 70px; }

.fg-75 {
  margin: 75px; }

.vg-75--top {
  margin-top: 75px; }

.vg-75--bottom {
  margin-bottom: 75px; }

.fg-80 {
  margin: 80px; }

.vg-80--top {
  margin-top: 80px; }

.vg-80--bottom {
  margin-bottom: 80px; }

.fg-85 {
  margin: 85px; }

.vg-85--top {
  margin-top: 85px; }

.vg-85--bottom {
  margin-bottom: 85px; }

.fg-90 {
  margin: 90px; }

.vg-90--top {
  margin-top: 90px; }

.vg-90--bottom {
  margin-bottom: 90px; }

.fg-95 {
  margin: 95px; }

.vg-95--top {
  margin-top: 95px; }

.vg-95--bottom {
  margin-bottom: 95px; }

.fg-100 {
  margin: 100px; }

.vg-100--top {
  margin-top: 100px; }

.vg-100--bottom {
  margin-bottom: 100px; }

html[dir="ltr"] body .hg-5--left {
  margin-left: 5px; }
html[dir="ltr"] body .hg-5--right {
  margin-right: 5px; }
html[dir="rtl"] body .hg-5--left {
  margin-right: 5px; }
html[dir="rtl"] body .hg-5--right {
  margin-left: 5px; }
html[dir="ltr"] body .hg-10--left {
  margin-left: 10px; }
html[dir="ltr"] body .hg-10--right {
  margin-right: 10px; }
html[dir="rtl"] body .hg-10--left {
  margin-right: 10px; }
html[dir="rtl"] body .hg-10--right {
  margin-left: 10px; }
html[dir="ltr"] body .hg-15--left {
  margin-left: 15px; }
html[dir="ltr"] body .hg-15--right {
  margin-right: 15px; }
html[dir="rtl"] body .hg-15--left {
  margin-right: 15px; }
html[dir="rtl"] body .hg-15--right {
  margin-left: 15px; }
html[dir="ltr"] body .hg-20--left {
  margin-left: 20px; }
html[dir="ltr"] body .hg-20--right {
  margin-right: 20px; }
html[dir="rtl"] body .hg-20--left {
  margin-right: 20px; }
html[dir="rtl"] body .hg-20--right {
  margin-left: 20px; }
html[dir="ltr"] body .hg-25--left {
  margin-left: 25px; }
html[dir="ltr"] body .hg-25--right {
  margin-right: 25px; }
html[dir="rtl"] body .hg-25--left {
  margin-right: 25px; }
html[dir="rtl"] body .hg-25--right {
  margin-left: 25px; }
html[dir="ltr"] body .hg-30--left {
  margin-left: 30px; }
html[dir="ltr"] body .hg-30--right {
  margin-right: 30px; }
html[dir="rtl"] body .hg-30--left {
  margin-right: 30px; }
html[dir="rtl"] body .hg-30--right {
  margin-left: 30px; }
html[dir="ltr"] body .hg-35--left {
  margin-left: 35px; }
html[dir="ltr"] body .hg-35--right {
  margin-right: 35px; }
html[dir="rtl"] body .hg-35--left {
  margin-right: 35px; }
html[dir="rtl"] body .hg-35--right {
  margin-left: 35px; }
html[dir="ltr"] body .hg-40--left {
  margin-left: 40px; }
html[dir="ltr"] body .hg-40--right {
  margin-right: 40px; }
html[dir="rtl"] body .hg-40--left {
  margin-right: 40px; }
html[dir="rtl"] body .hg-40--right {
  margin-left: 40px; }
html[dir="ltr"] body .hg-45--left {
  margin-left: 45px; }
html[dir="ltr"] body .hg-45--right {
  margin-right: 45px; }
html[dir="rtl"] body .hg-45--left {
  margin-right: 45px; }
html[dir="rtl"] body .hg-45--right {
  margin-left: 45px; }
html[dir="ltr"] body .hg-50--left {
  margin-left: 50px; }
html[dir="ltr"] body .hg-50--right {
  margin-right: 50px; }
html[dir="rtl"] body .hg-50--left {
  margin-right: 50px; }
html[dir="rtl"] body .hg-50--right {
  margin-left: 50px; }
html[dir="ltr"] body .hg-55--left {
  margin-left: 55px; }
html[dir="ltr"] body .hg-55--right {
  margin-right: 55px; }
html[dir="rtl"] body .hg-55--left {
  margin-right: 55px; }
html[dir="rtl"] body .hg-55--right {
  margin-left: 55px; }
html[dir="ltr"] body .hg-60--left {
  margin-left: 60px; }
html[dir="ltr"] body .hg-60--right {
  margin-right: 60px; }
html[dir="rtl"] body .hg-60--left {
  margin-right: 60px; }
html[dir="rtl"] body .hg-60--right {
  margin-left: 60px; }
html[dir="ltr"] body .hg-65--left {
  margin-left: 65px; }
html[dir="ltr"] body .hg-65--right {
  margin-right: 65px; }
html[dir="rtl"] body .hg-65--left {
  margin-right: 65px; }
html[dir="rtl"] body .hg-65--right {
  margin-left: 65px; }
html[dir="ltr"] body .hg-70--left {
  margin-left: 70px; }
html[dir="ltr"] body .hg-70--right {
  margin-right: 70px; }
html[dir="rtl"] body .hg-70--left {
  margin-right: 70px; }
html[dir="rtl"] body .hg-70--right {
  margin-left: 70px; }
html[dir="ltr"] body .hg-75--left {
  margin-left: 75px; }
html[dir="ltr"] body .hg-75--right {
  margin-right: 75px; }
html[dir="rtl"] body .hg-75--left {
  margin-right: 75px; }
html[dir="rtl"] body .hg-75--right {
  margin-left: 75px; }
html[dir="ltr"] body .hg-80--left {
  margin-left: 80px; }
html[dir="ltr"] body .hg-80--right {
  margin-right: 80px; }
html[dir="rtl"] body .hg-80--left {
  margin-right: 80px; }
html[dir="rtl"] body .hg-80--right {
  margin-left: 80px; }

.vertical-gutter {
  margin-bottom: 10px; }

.vertical-gutter-plus-10 {
  margin-bottom: 20px; }

.vertical-gutter-plus-20 {
  margin-bottom: 30px; }

.vertical-gutter-plus-30 {
  margin-bottom: 40px; }

.vertical-gutter-plus-40 {
  margin-bottom: 50px; }

.vertical-gutter-plus-50 {
  margin-bottom: 60px; }

.vertical-gutter-single {
  margin-bottom: 1px; }

.top-leading {
  padding-top: 10px !important; }

.top-leading-plus-10 {
  padding-top: 20px !important; }

.top-leading-plus-20 {
  padding-top: 30px !important; }

.top-leading-plus-30 {
  padding-top: 40px !important; }

.top-leading-plus-40 {
  padding-top: 50px !important; }

.top-leading-plus-50 {
  padding-top: 60px !important; }

.row {
  height: auto;
  /*overflow:hidden;*/
  /*background: rgba(0,0,0,0.2);*/
  /*min-height: 50px;*/ }

.row.constrain, .constrain {
  overflow: hidden; }
  body.IE-7_0 .row.constrain, body.IE-7_0 .constrain {
    position: relative; }

.row.tall {
  height: 428px; }

.tall {
  height: 415px; }

.row.medium-minus-90 {
  height: 210px; }

.row.medium-minus-80 {
  height: 220px; }

.row.medium-minus-70 {
  height: 230px; }

.row.medium-minus-60 {
  height: 240px; }

.row.medium-minus-50 {
  height: 250px; }

.row.medium-minus-40 {
  height: 260px; }

.row.medium-minus-30 {
  height: 270px; }

.row.medium-minus-20 {
  height: 280px; }

.row.medium-minus-10 {
  height: 290px; }

.row.medium {
  height: 300px; }

.row.medium-plus-10 {
  height: 310px; }

.row.medium-plus-20 {
  height: 320px; }

.row.medium-plus-30 {
  height: 330px; }

.row.medium-plus-40 {
  height: 340px; }

.row.medium-plus-50 {
  height: 350px; }

.row.medium-plus-60 {
  height: 360px; }

.row.medium-plus-70 {
  height: 370px; }

.row.medium-plus-80 {
  height: 380px; }

.row.medium-plus-90 {
  height: 390px; }

.row.medium-plus-100 {
  height: 400px; }

.row.medium-plus-110 {
  height: 410px; }

.row.shallow-minus-80 {
  height: 20px; }

.row.shallow-minus-70 {
  height: 30px; }

.row.shallow-minus-60 {
  height: 40px; }

.row.shallow-minus-50 {
  height: 50px; }

.row.shallow-minus-40 {
  height: 60px; }

.row.shallow-minus-30 {
  height: 70px; }

.row.shallow-minus-20 {
  height: 80px; }

.row.shallow-minus-10 {
  height: 90px; }

.row.shallow {
  height: 100px; }

.row.shallow-plus-10 {
  height: 110px; }

.row.shallow-plus-20 {
  height: 120px; }

.row.shallow-plus-30 {
  height: 130px; }

.row.shallow-plus-40 {
  height: 140px; }

.row.shallow-plus-50 {
  height: 150px; }

.row.shallow-plus-60 {
  height: 160px; }

.row.shallow-plus-70 {
  height: 170px; }

.row.shallow-plus-80 {
  height: 180px; }

.row.shallow-plus-90 {
  height: 190px; }

.row.shallow-plus-100 {
  height: 200px; }

.column {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  /* testing styles */
  /*background:rgba(0,0,0,0.2); */
  /*min-height: 50px;*/ }

ul.column {
  padding: 0px;
  margin: 0px; }

/* WIDTHS - all based on 10px gutter */
.column.tiny {
  width: 50px; }

.column.tiny-plus-10 {
  width: 60px; }

.column.tiny-plus-20 {
  width: 70px; }

.column.tiny-plus-30 {
  width: 80px; }

.column.tiny-plus-40 {
  width: 90px; }

.column.tiny-plus-50 {
  width: 100px; }

.column.tiny-plus-60 {
  width: 110px; }

.column.tiny-plus-70 {
  width: 120px; }

.column.tiny-plus-80 {
  width: 130px; }

.column.tiny-plus-90 {
  width: 140px; }

.column.small-minus-70 {
  width: 157px; }

.column.small-minus-60 {
  width: 167px; }

.column.small-minus-50 {
  width: 177px; }

.column.small-minus-40 {
  width: 187px; }

.column.small-minus-30 {
  width: 197px; }

.column.small-minus-20 {
  width: 207px; }

.column.small-minus-10 {
  width: 217px; }

.column.small {
  width: 227px; }

/* small based on 4 column set */
.column.small-plus-10 {
  width: 237px; }

.column.small-plus-20 {
  width: 247px; }

.column.small-plus-30 {
  width: 257px; }

.column.small-plus-40 {
  width: 267px; }

.column.small-plus-50 {
  width: 277px; }

.column.small-plus-60 {
  width: 287px; }

.column.small-plus-70 {
  width: 297px; }

.column.medium {
  width: 306.6px; }

/* medium based on 3 column set */
.column.medium-true {
  width: 306px; }

.column.medium-plus-10 {
  width: 326px; }

.column.medium-plus-20 {
  width: 336px; }

.column.medium-plus-30 {
  width: 346px; }

.column.medium-plus-40 {
  width: 356px; }

.column.medium-plus-50 {
  width: 366px; }

.column.medium-plus-60 {
  width: 376px; }

.column.medium-plus-70 {
  width: 386px; }

.column.medium-plus-80 {
  width: 396px; }

.column.medium-plus-90 {
  width: 406px; }

.column.medium-plus-100 {
  width: 416px; }

.column.medium-plus-110 {
  width: 426px; }

.column.medium-plus-120 {
  width: 436px; }

.column.medium-plus-130 {
  width: 446px; }

.column.medium-plus-140 {
  width: 456px; }

.column.large {
  width: 465px; }

/* large based on 2 column set */
.column.large-plus-10 {
  width: 475px; }

.column.large-plus-20 {
  width: 485px; }

.column.large-plus-30 {
  width: 495px; }

.column.large-plus-40 {
  width: 505px; }

.column.large-plus-50 {
  width: 515px; }

.column.large-plus-60 {
  width: 525px; }

.column.large-plus-70 {
  width: 535px; }

.column.large-plus-80 {
  width: 545px; }

.column.large-plus-90 {
  width: 555px; }

.column.large-plus-100 {
  width: 565px; }

.column.large-plus-110 {
  width: 575px; }

.column.large-plus-120 {
  width: 585px; }

.column.large-plus-130 {
  width: 595px; }

.column.large-plus-140 {
  width: 605px; }

.column.large-plus-150 {
  width: 615px; }

.column.large-plus-160 {
  width: 625px; }

.column.large-plus-170 {
  width: 635px; }

.column.large-plus-180 {
  width: 645px; }

.column.large-plus-190 {
  width: 655px; }

.column.large-plus-200 {
  width: 665px; }

.column.full {
  width: 100%; }

.column.full-vertical {
  height: 100%; }

.column.auto {
  width: auto; }

.column.contain {
  position: relative; }

/*//////////////////////////////////////////////////////////////////////////////
|| Gutter Classes
//////////////////////////////////////////////////////////////////////////////*/
.fg-40 {
  margin: 40px; }

@font-face {
  font-family: "FrutigerLTW02-45Light";
  src: url("../fonts/724815/99f761bf-9f30-4bdd-b284-ee7038dc52c9.eot?#iefix");
  src: url("../fonts/724815/99f761bf-9f30-4bdd-b284-ee7038dc52c9.eot?#iefix") format("eot"), url("../fonts/724815/59d9a83f-4045-4d43-af46-655f845461ee.woff") format("woff"), url("../fonts/724815/f901b503-9104-414a-a856-af9bcc802b5c.ttf") format("truetype"), url("../fonts/724815/e4d07d96-8993-47b9-9f1d-1e228bf1c529.svg#e4d07d96-8993-47b9-9f1d-1e228bf1c529") format("svg"); }
@font-face {
  font-family: "FrutigerLTW02-55Roman";
  src: url("../fonts/724827/c94bd41e-23b3-4522-8237-0a0f7bd0e953.eot?#iefix");
  src: url("../fonts/724827/c94bd41e-23b3-4522-8237-0a0f7bd0e953.eot?#iefix") format("eot"), url("../fonts/724827/409b4bec-c67e-4764-a141-054db8df81d2.woff") format("woff"), url("../fonts/724827/efe9def0-77d1-4c28-8fd2-371236a3c8ed.ttf") format("truetype"), url("../fonts/724827/70b07d32-76f5-474e-83b0-7d5a3fefb15b.svg#70b07d32-76f5-474e-83b0-7d5a3fefb15b") format("svg"); }
@font-face {
  font-family: "Frutiger LT W02 65 Bold";
  src: url("../fonts/724839/4d38d09a-3017-4733-a624-366fb9a71388.eot?#iefix");
  src: url("../fonts/724839/4d38d09a-3017-4733-a624-366fb9a71388.eot?#iefix") format("eot"), url("../fonts/724839/3c514636-142f-43f9-983f-76110a86b424.woff") format("woff"), url("../fonts/724839/f147a146-bb13-4102-a482-bbad38d9fcc0.ttf") format("truetype"), url("../fonts/724839/10c3886a-7856-45f7-951d-24230bc1491a.svg#10c3886a-7856-45f7-951d-24230bc1491a") format("svg"); }
.bold {
  font-family: "Frutiger LT W02 65 Bold"; }

.roman {
  font-family: "FrutigerLTW02-55Roman"; }

.light {
  font-family: "FrutigerLTW02-45Light";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.uppercase {
  text-transform: uppercase; }

.nb, .subscript {
  font-size: 0.8em; }

.subtitle {
  font-size: 0.8em;
  display: block; }

.negative {
  color: #C4161C; }

.positive {
  color: #2D752E; }

.fs-0-0 {
  font-size: 0em; }

.fs-0-1 {
  font-size: 0.1em; }

.fs-0-2 {
  font-size: 0.2em; }

.fs-0-3 {
  font-size: 0.3em; }

.fs-0-4 {
  font-size: 0.4em; }

.fs-0-5 {
  font-size: 0.5em; }

.fs-0-6 {
  font-size: 0.6em; }

.fs-0-7 {
  font-size: 0.7em; }

.fs-0-8 {
  font-size: 0.8em; }

.fs-0-9 {
  font-size: 0.9em; }

.fs-1-0 {
  font-size: 1em; }

.fs-1-1 {
  font-size: 1.1em; }

.fs-1-2 {
  font-size: 1.2em; }

.fs-1-3 {
  font-size: 1.3em; }

.fs-1-4 {
  font-size: 1.4em; }

.fs-1-5 {
  font-size: 1.5em; }

.fs-1-6 {
  font-size: 1.6em; }

.fs-1-7 {
  font-size: 1.7em; }

.fs-1-8 {
  font-size: 1.8em; }

.fs-1-9 {
  font-size: 1.9em; }

.fs-2-0 {
  font-size: 2em; }

.fs-2-1 {
  font-size: 2.1em; }

.fs-2-2 {
  font-size: 2.2em; }

.fs-2-3 {
  font-size: 2.3em; }

.fs-2-4 {
  font-size: 2.4em; }

.fs-2-5 {
  font-size: 2.5em; }

.fs-2-6 {
  font-size: 2.6em; }

.fs-2-7 {
  font-size: 2.7em; }

.fs-2-8 {
  font-size: 2.8em; }

.fs-2-9 {
  font-size: 2.9em; }

.fs-3-0 {
  font-size: 3em; }

/*----------------------------------------------------------------------------------
FONT-SIZE OVERRIDE:
----------------------------------------------------------------------------------*/
.fs-normal {
  font-style: normal; }

.fs-lower {
  text-transform: none; }

/*----------------------------------------------------------------------------------
HEADERS:
----------------------------------------------------------------------------------*/
/* GLOBAL */
.sa-be h2 {
  font-size: 18px; }

/* ITEM SPECIFIC */
.content-header ul.breadcrumb-bar li {
  font-size: 13px;
  font-family: "Frutiger LT W02 65 Bold"; }

.content-header ul li.share {
  font-size: 14px; }

.content-header ul.social li {
  text-transform: uppercase; }

/*----------------------------------------------------------------------------------
FOOTERS:
----------------------------------------------------------------------------------*/
/* GLOBAL */
/*footer{ font-size: 12px; }*/
/*footer h4, footer h3{ font-weight: normal; font-size: 15px; line-height: 40px; }*/
footer ul {
  /*line-height: 22px;*/
  line-height: 16px; }

/*footer .copyright-logo{ line-height: 50px; }*/
/*footer ul.social li a{ font-family:"Frutiger LT W02 65 Bold"; }*/
/*----------------------------------------------------------------------------------
FORMS:
----------------------------------------------------------------------------------*/
/* GLOBAL */
.label-input ::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Frutiger LT W02 65 Bold"; }

.label-input ::-moz-placeholder {
  font-size: 14px;
  font-family: "Frutiger LT W02 65 Bold"; }

/* firefox 19+ */
.label-input :-ms-input-placeholder {
  font-size: 14px;
  font-family: "Frutiger LT W02 65 Bold"; }

/* ie */
.label-input input:-moz-placeholder {
  font-size: 14px;
  font-family: "Frutiger LT W02 65 Bold"; }

.label-input select {
  font-size: 14px;
  font-family: "Frutiger LT W02 65 Bold"; }

.label-input label, .label-input .postfix {
  font-family: "Frutiger LT W02 65 Bold"; }

/*----------------------------------------------------------------------------------
COLUMNS:
----------------------------------------------------------------------------------*/
/* ITEM SPECIFIC */
.sa-dropdown-language .column.two h3 {
  font-weight: normal; }

.cust-homepage-slider article h2 {
  font-size: 41.49px;
  text-transform: uppercase; }

.cust-homepage-slider article p {
  font-size: 16.45px;
  line-height: 24.22px; }

.cust-homepage-offers article h2 {
  font-size: 49.49px;
  line-height: 36px; }

.cust-homepage-offers article h2 span {
  font-size: 24.67px; }

.cust-homepage-offers article .label {
  font-size: 21.04px;
  line-height: 24.85px; }

.cust-homepage-offers article a {
  font-size: 13.08px;
  line-height: 24px; }

/*----------------------------------------------------------------------------------
TABLES:
----------------------------------------------------------------------------------*/
.sa-be-engine-body table td.tab {
  font-size: 15px;
  line-height: 20px; }

.sa-be-engine-body table th {
  font-weight: normal;
  font-family: "Frutiger LT W02 65 Bold";
  font-size: 12px;
  line-height: 45px; }

.sa-be-engine-body table td {
  font-size: 12px;
  font-family: "FrutigerLTW02-55Roman"; }

/*====================================================================================================================================================================
FUNCTIONAL / DESIGN ELEMENTS
====================================================================================================================================================================*/
/*----------------------------------------------------------------------------------
INTERNAL BOOKING ENGINE:
----------------------------------------------------------------------------------*/
.internal-booking-engine .options-line label {
  font-size: 12px; }

.internal-booking-engine .sa-expandable-list .sa-expandable-list-item {
  font-size: 13px; }

/*----------------------------------------------------------------------------------
SA INTERNAL BOOKING ENGINE CONTROL:
----------------------------------------------------------------------------------*/
.sa-internal-booking-engine-control .options-line label {
  font-size: 12px; }

.sa-internal-booking-engine-control .sa-expandable-list .sa-expandable-list-item {
  font-size: 13px; }

/*----------------------------------------------------------------------------------
BLUE LINK CONTAINER:
----------------------------------------------------------------------------------*/
.com-blue-link-container h4 {
  font-size: 16px;
  text-transform: uppercase; }

.com-blue-link-container ul {
  font-size: 13px; }

/*----------------------------------------------------------------------------------
MAIN CONTENT AREA:
----------------------------------------------------------------------------------*/
.main-content {
  font-size: 14px; }

/*.main-content h2{ font-size: 23px; text-transform: uppercase; }*/
.footnote {
  font-size: 13px; }

/*----------------------------------------------------------------------------------
ACCORDION LINKS:
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
ACCORDION CONTENT:
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
INTERNAL COLUMN SECTION:
----------------------------------------------------------------------------------*/
.com-internal-column-section {
  font-family: "FrutigerLTW02-55Roman"; }

.com-internal-column-section .com-internal-column-section-title {
  font-size: 18px; }

/*----------------------------------------------------------------------------------
COM-CTA-TITLE-TEXT:
----------------------------------------------------------------------------------*/
.com-cta-title-text h2 {
  font-family: "FrutigerLTW02-45Light";
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase; }

.com-cta-title-text .small h2 {
  font-size: 40px;
  line-height: 40px; }

.com-cta-title-text p {
  font-family: "FrutigerLTW02-55Roman";
  font-size: 16px;
  line-height: 20px; }

.com-cta-title-text .small p {
  font-size: 14px; }

/*----------------------------------------------------------------------------------
COM-PRESS-RELEASE-LISTING:
----------------------------------------------------------------------------------*/
.com-press-release-listing .date, .com-press-release-date-header-inset {
  font-family: "Frutiger LT W02 65 Bold";
  text-transform: uppercase; }

.com-press-release-listing .date .day, .com-press-release-date-header-inset .day {
  font-size: 30px; }

.com-press-release-listing .date .month-year, .com-press-release-date-header-inset .month-year {
  font-size: 16px;
  text-transform: uppercase; }

/*----------------------------------------------------------------------------------
SA-BE-STAGES: - saudia airlines - booking engine - stages
----------------------------------------------------------------------------------*/
.sa-be-stages ol li {
  font-size: 13px;
  line-height: 19px; }

/*----------------------------------------------------------------------------------
SA-BE- SECTIONS:
----------------------------------------------------------------------------------*/
.sa-be-inner-section h3 {
  font-size: 12px;
  font-family: "Frutiger LT W02 65 Bold"; }

/*----------------------------------------------------------------------------------
COM-AUTOCOMPLETE:
----------------------------------------------------------------------------------*/
.ui-autocomplete {
  font-family: "FrutigerLTW02-55Roman";
  font-size: 12px; }

/*====================================================================================================================================================================
WIDGET ELEMENTS
====================================================================================================================================================================*/
/*----------------------------------------------------------------------------------
SA-EXPANDABLE-CONTENT:
----------------------------------------------------------------------------------*/
/* GLOBAL */
.sa-expandable-content-controls.show-more {
  line-height: 30px; }

/*----------------------------------------------------------------------------------
SA-SLIDING-ASIDE:
----------------------------------------------------------------------------------*/
.sa-sliding-aside h2 {
  font-size: 50px; }

.sa-sliding-aside aside {
  font-size: 16px; }

/*----------------------------------------------------------------------------------
SA-ACCORDION:
----------------------------------------------------------------------------------*/
.sa-accordion .sa-accordion-all-control {
  font-size: 16px; }

.sa-accordion label {
  text-transform: uppercase; }

/*----------------------------------------------------------------------------------
SA-TABBED-CONTENT:
----------------------------------------------------------------------------------*/
.sa-tabbed-content .footnote {
  color: #ffffff;
  line-height: 20px; }

/*----------------------------------------------------------------------------------
SA-LIGHTBOX:
----------------------------------------------------------------------------------*/
.sa-lightbox-position {
  font-family: "Frutiger LT W02 65 Bold"; }

/*----------------------------------------------------------------------------------
SA-SLIDE-DROPDOWN-TAB-CONTENT:
----------------------------------------------------------------------------------*/
.sa-slide-dropdown-tab-content .controls {
  font-size: 13px;
  font-family: "Frutiger LT W02 65 Bold"; }

/*----------------------------------------------------------------------------------
TOOLTIP:
----------------------------------------------------------------------------------*/
.ui-tooltip {
  font-family: "FrutigerLTW02-55Roman";
  font-size: 12px; }

/*//////////////////////////////////////////////////////////////////////////////
|| Arabic Adjustments
//////////////////////////////////////////////////////////////////////////////*/
html[lang="ar"] body .bold {
  font-family: Tahoma;
  font-weight: bold; }
html[lang="ar"] body .roman {
  font-family: Tahoma;
  font-weight: normal; }
html[lang="ar"] body .light {
  font-family: Tahoma;
  font-weight: lighter; }

.icon--info {
  display: block;
  height: 14px;
  width: 14px;
  background-image: url("../images/global-ss.png");
  background-position: -399px -94px; }
  .icon--info.white {
    background-position: -149px -245px; }

.icon--cal-plus {
  height: 17px;
  width: 18px;
  background-image: url("../images/spritesheet.png");
  background-position: -668px -200px; }

/*//////////////////////////////////////////////////////////////////////////////
|| Quarks
//////////////////////////////////////////////////////////////////////////////*/
.header {
  position: relative;
  margin: 0 auto;
  height: 93px;
  width: 940px;
  margin-bottom: 350px;
  z-index: 100; }

header.content-header {
  position: relative;
  padding: 20px;
  margin-bottom: 0px;
  background: #527790;
  color: #fff;
  z-index: 5; }

.content-header .login {
  position: absolute;
  top: 20px;
  right: 20px; }

header .bottom-arc {
  position: absolute;
  bottom: -42px;
  left: 0px;
  background-image: url("../images/backgrounds/booking-engine-bottom-arc.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 64px;
  width: 100%;
  z-index: 1000;
  z-index: 10; }

.bottom-arc-spacer {
  width: 100%;
  height: 60px;
  margin-bottom: 10px; }

/* ITEM SPECIFIC */
.header-top-bar {
  height: 32px;
  position: relative;
  line-height: 32px;
  background: #A5936E;
  color: #fff; }
  body.high-contrast .header-top-bar {
    background: #424141; }
  html[dir="ltr"] .header-top-bar {
    text-align: right; }
  html[dir="rtl"] .header-top-bar {
    text-align: left; }
  .header-top-bar a {
    color: #ffffff; }

.header-top-bar ul li.marquee {
  width: 370px;
  padding: 0px; }
  html[dir="ltr"] .header-top-bar ul li.marquee {
    float: left;
    text-align: left; }
  html[dir="rtl"] .header-top-bar ul li.marquee {
    float: right;
    text-align: right; }
  html[lang="es"] .header-top-bar ul li.marquee {
    width: 320px; }
  html[lang="fr"] .header-top-bar ul li.marquee {
    width: 320px; }
  .header-top-bar ul li.marquee span {
    text-transform: uppercase; }
    body.IE-7_0 .header-top-bar ul li.marquee span {
      display: inline-block;
      *display: inline;
      zoom: 1;
      height: 30px;
      line-height: 30px; }

.header-top-bar ul li.marquee .sa-scrolling-marquee {
  width: 270px;
  padding: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  html[lang="ar"] .header-top-bar ul li.marquee .sa-scrolling-marquee {
    width: 260px; }
  html[lang="es"] .header-top-bar ul li.marquee .sa-scrolling-marquee {
    width: 225px; }
  html[lang="fr"] .header-top-bar ul li.marquee .sa-scrolling-marquee {
    width: 225px; }

.header-top-bar li.search, .header-top-bar li.alfursan {
  padding: 0; }

.header-top-bar ul, .header-sub-bar ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0px;
  margin: 0px;
  width: 100%; }

.header-top-bar ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  vertical-align: top; }

.top-search-icon {
  width: 40px;
  height: 32px;
  display: block;
  position: relative;
  background-image: url("../images/icons/search-mag-glass.png");
  background-position: center center;
  background-repeat: no-repeat; }

.header-top-bar ul li .flag {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.header-top-bar ul li a {
  text-decoration: none; }

.header-top-bar ul li a:hover {
  text-decoration: underline; }

.header-top-bar input[type='text'] {
  width: 140px;
  border: 0px;
  height: 21px;
  text-indent: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
  padding: 0; }

.header-top-bar input[type='button'] {
  height: 18px;
  width: 18px;
  margin-top: 6px;
  background-color: transparent;
  background-image: url("../images/global-ss.png");
  background-position: -219px -138px; }
  html[dir="ltr"] .header-top-bar input[type='button'] {
    margin-left: 5px;
    margin-right: 10px; }
  html[dir="rtl"] .header-top-bar input[type='button'] {
    margin-right: 5px;
    margin-left: 10px; }

.header-sub-bar {
  width: 944px;
  display: table;
  border-spacing: 1px;
  border-collapse: separate;
  margin-top: -3px;
  height: 67px; }
  html[dir="ltr"] .header-sub-bar {
    margin-left: -2px; }
  html[dir="rtl"] .header-sub-bar {
    margin-right: -2px; }
  body.IE-7_0 .header-sub-bar {
    height: 65px;
    width: 940px;
    margin-left: 0;
    margin-right: 0; }

.header-sub-bar .table-display {
  height: 100%;
  color: #192070; }

.header-sub-bar a {
  color: #192070; }

.header-sub-bar .table-display .table-display__cell {
  background-image: url("../images/spritesheet_horizontal.png");
  background-repeat: repeat;
  background-position: 0px -220px; }
  .header-sub-bar .table-display .table-display__cell a {
    text-decoration: none; }
  .header-sub-bar .table-display .table-display__cell:hover, .header-sub-bar .table-display .table-display__cell.open {
    background-image: url("../images/backgrounds/grey-background-75.png");
    background-repeat: repeat;
    background-position: top left; }
  .header-sub-bar .table-display .table-display__cell.no-action:hover {
    background-image: url("../images/spritesheet_horizontal.png");
    background-repeat: repeat;
    background-position: 0px -220px; }
  html[lang="fr"] .header-sub-bar .table-display .table-display__cell {
    font-size: 0.95em;
    line-height: 1; }
  html[lang="de"] .header-sub-bar .table-display .table-display__cell {
    font-size: 0.95em;
    line-height: 1; }
  html[lang="it"] .header-sub-bar .table-display .table-display__cell {
    font-size: 0.95em;
    line-height: 1; }
  html[lang="es"] .header-sub-bar .table-display .table-display__cell {
    font-size: 0.95em; }
  .header-sub-bar .table-display .table-display__cell.transparent {
    background: transparent !important; }

.header-sub-bar [class*="wing-"] {
  position: absolute;
  width: 40px;
  height: 94px;
  bottom: -1px;
  background-image: url("../images/spritesheet_horizontal.png");
  background-repeat: repeat;
  background-position: 0px -220px; }

.header-sub-bar .wing-left {
  right: 100%; }

.header-sub-bar .wing-right {
  left: 100%; }

.body-content-header {
  position: relative; }

/*//////////////////////////////////////////////////////////////////////////////
|| Header Lists
//////////////////////////////////////////////////////////////////////////////*/
.header-top-bar .ui--horizontal-expander__content {
  height: 32px; }

.header-top-bar .u__he-search-inner {
  width: 270px; }

.header-top-bar .u__he-search-inner input[type='text'] {
  width: 230px; }

.header-top-bar .alfursan-link {
  padding-left: 10px;
  padding-right: 10px; }

.header-top-bar .u__he-alfursan-inner {
  width: 325px; }

.header-top-bar ul li.high-contrast {
  padding: 0; }
  html[dir="ltr"] .header-top-bar ul li.high-contrast {
    margin-left: -2px; }
  html[dir="rtl"] .header-top-bar ul li.high-contrast {
    margin-right: -2px; }
  .header-top-bar ul li.high-contrast button {
    text-transform: none;
    height: 100%;
    background: #837047;
    line-height: 30px;
    height: 31px; }
    html[dir='ltr'] .header-top-bar ul li.high-contrast button, html[dir='rtl'] .header-top-bar ul li.high-contrast button {
      padding: 0 10px; }
    body.high-contrast .header-top-bar ul li.high-contrast button {
      background: #171B1F; }

.top-search-icon, .header-top-bar .ui--horizontal-expander__content > [class*="-inner"] {
  height: 31px; }

.top-search-icon, .header-top-bar .u__he-search-inner {
  background-color: #837047; }
  body.high-contrast .top-search-icon, body.high-contrast .header-top-bar .u__he-search-inner {
    background-color: #171B1F; }

.sa-expandable-list .alfursan .alfursan-link,
.header-top-bar .ui--horizontal-expander__content {
  background: #A58E63; }
  body.high-contrast .sa-expandable-list .alfursan .alfursan-link, body.high-contrast
  .header-top-bar .ui--horizontal-expander__content {
    background-color: #424141; }

footer {
  width: 938px;
  margin: 0 auto;
  background: #a4a4a4;
  color: #fff; }
  body.high-contrast footer {
    background: #424141; }
  footer .border-top {
    border-top: 1px solid #D1D1D1; }
  footer ul.border-top {
    padding-top: 10px; }

footer a {
  text-decoration: none;
  color: #ffffff; }
  footer a:hover {
    text-decoration: underline; }

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

footer ul li {
  padding-top: 8px; }

footer ul.social li {
  padding-top: 0px; }

footer ul.social li a {
  text-indent: 40px;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  html[lang="ar"] footer ul.social li a {
    font-family: Tahoma;
    font-weight: bold; }

footer .sub-logo {
  width: 193px;
  height: 44px;
  position: relative;
  display: inline-block; }

footer ul.social li.facebook {
  background-image: url("../images/icons/social/facebook_off_grey.png");
  background-repeat: no-repeat; }
  footer ul.social li.facebook:hover {
    background-image: url("../images/icons/social/facebook_on.png"); }
footer ul.social li.twitter {
  background-image: url("../images/icons/social/twitter_off_grey.png");
  background-repeat: no-repeat; }
  footer ul.social li.twitter:hover {
    background-image: url("../images/icons/social/twitter_on.png"); }
footer ul.social li.youtube {
  background-image: url("../images/icons/social/Youtube_off_grey.png");
  background-repeat: no-repeat; }
  footer ul.social li.youtube:hover {
    background-image: url("../images/icons/social/Youtube_on.png"); }
footer ul.social li.google-plus {
  background-image: url("../images/icons/social/google_off_grey.png");
  background-repeat: no-repeat; }
  footer ul.social li.google-plus:hover {
    background-image: url("../images/icons/social/google_on.png"); }
html[dir="ltr"] footer ul.social li {
  background-position: left center; }
html[dir="rtl"] footer ul.social li {
  background-position: right center; }

body {
  font-family: "FrutigerLTW02-55Roman";
  font-size: 14px;
  line-height: 1.4;
  padding: 0px;
  margin: 0px;
  background-position: top center;
  background-repeat: no-repeat; }
  html[dir="ltr"] body .hide-ltr {
    display: none; }
  html[dir="ltr"] body .fixed-rtl {
    direction: rtl; }
  html[dir="rtl"] body .hide-rtl {
    display: none; }
  html[dir="rtl"] body .fixed-ltr {
    direction: ltr; }

.print-only {
  display: none; }

div::-ms-clear {
  display: none; }

.accessible-hide, .ui-helper-hidden-accessible {
  position: absolute;
  top: -10000px; }

.hide {
  display: none !important; }

main {
  width: 938px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 2;
  margin-bottom: 10px; }

.main-content a {
  color: #000000; }

.main-content, .content-block {
  background: #E1E8ED; }

/*.main-content .intro, .main-content h2, .main-content h3, .content-block .intro, .content-block h2, .content-block h3{ color: #517891; }*/
.main-content, .content-block {
  color: #333333; }

/*.main-content a, .content-block a{ color: #7295ad; }*/
.footnote {
  color: #333333; }

table {
  border-collapse: collapse;
  border: 0px;
  border-spacing: 0;
  font-size: 12px; }
  table.styled {
    background: #F1F6F9;
    color: #333333; }
    table.styled thead.small th {
      font-size: 12px; }
    table.styled th, table.styled td {
      vertical-align: middle;
      padding: 5px 3px; }
      html[dir="ltr"] table.styled th, html[dir="ltr"] table.styled td {
        border-left: 1px solid #ffffff; }
      html[dir="rtl"] table.styled th, html[dir="rtl"] table.styled td {
        border-right: 1px solid #ffffff; }
    table.styled tr.header-color-1 {
      background: #A48E66;
      text-align: center; }
      body.high-contrast table.styled tr.header-color-1 {
        background: #171B1F; }
    table.styled tr.header-color-2 {
      background: #AF9F81; }
      body.high-contrast table.styled tr.header-color-2 {
        background: #424141; }
    table.styled tr.header-color-3 {
      background: #537790; }
      table.styled tr.header-color-3 th {
        font-size: 18px;
        line-height: 40px;
        padding: 5px 20px; }
      html[dir="ltr"] table.styled tr.header-color-3 {
        text-align: left; }
      html[dir="rtl"] table.styled tr.header-color-3 {
        text-align: right; }
    table.styled th {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      line-height: 14px; }
      table.styled th.first {
        background: #b493b1;
        color: #666666; }
    table.styled td {
      text-align: center;
      padding: 5px 3px;
      border: 0px;
      border-bottom: 1px solid #ffffff; }
      table.styled td span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        color: #91825D; }
        table.styled td span.foot-note {
          color: #D90000;
          font-size: 10px;
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-top: 10px; }
      table.styled td.notes {
        padding: 15px; }
        html[dir="ltr"] table.styled td.notes {
          text-align: left; }
        html[dir="rtl"] table.styled td.notes {
          text-align: right; }
      table.styled td.red, table.styled td.notes p {
        color: #D90000; }
      table.styled td.small-text {
        font-size: 10px; }

table.full {
  width: 100%; }

table td.fluid {
  width: auto; }

table td.small-minus-50, table th.small-minus-50 {
  width: 50px; }

table td.small-minus-40, table th.small-minus-40 {
  width: 60px; }

table td.small-minus-30, table th.small-minus-30 {
  width: 70px; }

table td.small-minus-20, table th.small-minus-20 {
  width: 80px; }

table td.small-minus-10, table th.small-minus-10 {
  width: 90px; }

table td.small, table th.small {
  width: 100px; }

table td.small-plus-10, table th.small-plus-10 {
  width: 110px; }

table td.small-plus-20, table th.small-plus-20 {
  width: 120px; }

table td.small-plus-30, table th.small-plus-30 {
  width: 130px; }

table td.small-plus-40, table th.small-plus-40 {
  width: 140px; }

table td.small-plus-50, table th.small-plus-50 {
  width: 150px; }

table td.small-plus-60, table th.small-plus-60 {
  width: 160px; }

table td.small-plus-70, table th.small-plus-70 {
  width: 170px; }

table td.small-plus-80, table th.small-plus-80 {
  width: 180px; }

table td.small-plus-90, table th.small-plus-90 {
  width: 190px; }

table td.medium, table th.medium {
  width: 300px; }

table td.medium-plus-10, table th.medium-plus-10 {
  width: 310px; }

table td.medium-plus-20, table th.medium-plus-20 {
  width: 320px; }

table td.medium-plus-30, table th.medium-plus-30 {
  width: 330px; }

table td.medium-plus-40, table th.medium-plus-40 {
  width: 340px; }

table td.medium-plus-50, table th.medium-plus-50 {
  width: 350px; }

table td.medium-plus-60, table th.medium-plus-60 {
  width: 360px; }

table td.medium-plus-70, table th.medium-plus-70 {
  width: 370px; }

table td.medium-plus-80, table th.medium-plus-70 {
  width: 380px; }

table td.medium-plus-90, table th.medium-plus-80 {
  width: 390px; }

table td.medium-plus-100, table th.medium-plus-100 {
  width: 400px; }

table td.large, table th.large {
  width: 500px; }

/*----------------------------------------------------------------------------------
TABLES:
----------------------------------------------------------------------------------*/
/* BOOKING ENGINE TABLES */
input[disabled], select[disabled] + .customSelect {
  border-color: #EBEBEB;
  background-color: #EBEBEB;
  color: #646464; }

.error input, .error select, .error textarea, .error .customSelect, input.error, select.error, textarea.error, .customSelect.error {
  border-color: #C4161C;
  background-color: #F9E8E8; }

.error {
  color: #C4161C;
  /* firefox 19+ */
  /* ie */ }
  .error ::-webkit-input-placeholder {
    color: #C4161C; }
  .error ::-moz-placeholder {
    color: #C4161C; }
  .error :-ms-input-placeholder {
    color: #C4161C; }
  .error input:-moz-placeholder {
    color: #C4161C; }

input, select, textarea, .customSelect {
  border: 1px solid #C3D0D6;
  padding: 8px;
  font-size: 12px;
  background: #ffffff; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #171B1F; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #171B1F;
  opacity: 1 !important; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #171B1F;
  opacity: 1 !important; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #171B1F; }
input[data-placeholder-value], textarea[data-placeholder-value] {
  color: black; }
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #C4161C; }
input.error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: #C4161C;
  opacity: 1 !important; }
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #C4161C;
  opacity: 1 !important; }
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #C4161C; }
input.error[data-placeholder-value], textarea.error[data-placeholder-value] {
  color: black; }

input[disabled] + .label-field__label {
  color: #737373; }

.checkbox {
  border: 1px solid #C3D0D6;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  cursor: pointer; }

.checkbox.checked {
  background-image: url("../images/forms-ss.png");
  background-position: -11px -36px; }

input[type="radio"], input[type="checkbox"] {
  border: 0;
  background: transparent; }

select {
  width: 100%; }

.customSelect {
  height: 35px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAYAAABIB77kAAAAx0lEQVR4Ac3VQQqCUBDGcQ8zxxACwU5Sd6iLCN6gfYu2A25atG3lGQS3QvD6BGcTk82MIj34gVTMf/NsMuspD6cSanjAC9L0XE/fZRaWHxEwpB8YaGkwhw6SUQd5NEjOmOiAIkGGFMTeYAFpocITrFYIVp5gqw253NjymWg9wUEbMh4JSAznW3DwBHttyJXvEh3J8yrBpzZkfzxLdC4m2uCl0aMzMVH99Wux6YsvSC6PUw+05Z/3bo311BhiTWw96T4XcIou4Df2YUE3kzOTYAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  *background-image: url("../images/icons/select-arrow-down.png");
  *padding-left: 0px;
  *padding-right: 0px;
  *behavior: none;
  *height: 19px; }
  html[dir="ltr"] .customSelect {
    background-position: right center; }
  html[dir="rtl"] .customSelect {
    background-position: left center; }
  .customSelect.customSelectDisabledOption {
    color: #646464; }

.customSelect .customSelectInner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

select[disabled] + .customSelect {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAQAAADiDnZvAAAAsElEQVR4AbXTMQqDQBBAUfc2m1MIiZgzRn7lRSytrQyodxBJY5rJLAQWdXCbJB/CIPPAYsysH1ceDKzaoNON7NjxkadBdjX4FMxZEKOF/Ax6ZgS7GY8NcbTISS3OhgWSqLBhlYSVDce40hmTNtpwjSvyBZ1OxFYbLnGlD1QL/2n4RDZ0x7TJhjWyoTum1Ta8I4nKHx9A6uQufzjykDdeuE1/ViFHScXEmxe9TiXuuPUBDhYuusWWVsMAAAAASUVORK5CYII=");
  *background-image: url("../images/icons/select-arrow-down-grey.png"); }

.customSelect--blue .customSelect {
  background-color: #537790;
  color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAYAAABIB77kAAAAw0lEQVR4Ac3VQQrCMBCF4R5mjlEQCt5Gj2OgF/AQrgLZiiu7yhkK2RaE+BZTdRGHmRiKgR9Clfk21um053w67NGIruiBMt9H/qzTpPkSIc+AlEf0K9ijGWVlM+prQRIxGaUa0KNcmbeCgwkoN1hA1wB0FjCWhky3i+oZFy3gUhqCw8Abw/kGLhYwlYbEe3ihaL03AafykOOKihgX2/xoGGVMyv31a7Hti88RShVYQrTln/euxXoKCizY15Pc5wLOtQv4CZQlPT2XOwhIAAAAAElFTkSuQmCC"); }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"] {
  width: 100%;
  height: 35px;
  *width: 91% !important;
  *height: 19px !important; }

textarea {
  width: 100%;
  *width: 91% !important; }

.input--date {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAbCAYAAADyBeakAAAA10lEQVR4AWNABsum5jgB8UMg/k9D/BBqDwMMgwhkfBemmNYOweeI//TCVHPEqCMe37v4//3rJxjiL5/eBuFh7IhD22ah4DcvH/z/8ukthviHt89AGF2cOo6gEAwjR3x8//L/pZNb/5/Yu5gUDEo7IL2UOgKR4Lav7CA5G14+tQ2kd/A4YtQRo44YdcSNi/vh+M2L+wPjCGTw79+//0d3LaC7I1AccGw32AHUc8SRnfNADiGE0R1AXUcQC/7+/fP/4NaZo21MovGg73e4AvFTWjoAar4Lsr0ASF8SLHOPEJQAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  *background-image: url("../images/icons/input-calender.png"); }

.input--date[disabled] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAbCAQAAABYDC4vAAAAk0lEQVR4AWOAgDlOcx7O+U8SfAjUwwCCQASGd0HCpBqCasR/cuAQMeLB/7dw9nMgpK8Ru6Hw1f/PcPY7IISyiTGCAKCTER/+n/1/EAd8AJTFYwQi6NbjjMZzQNlhY8SoEVfA8BUlRkDAv//7KTICYQBhI/YBDUGDMAOINQIb+Pt/1yAtO6lej7jOeUqaAUD1LhC9AKFfFflQbV2kAAAAAElFTkSuQmCC");
  *background-image: url("../images/icons/input-calender-grey.png"); }

input[type="text"].input--date {
  *width: 80% !important; }
  html[dir="ltr"] input[type="text"].input--date {
    background-position: left center;
    padding-left: 35px; }
  html[dir="rtl"] input[type="text"].input--date {
    background-position: right center;
    padding-right: 35px; }

/*//////////////////////////////////////////////////////////////////////////////
|| Angular Error Fields
//////////////////////////////////////////////////////////////////////////////*/
input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
form.ng-submitted.ng-invalid .ng-invalid-required,
.customSelect.ng-dirty.ng-invalid {
  border-color: #C4161C;
  color: #C4161C;
  background-color: #F9E8E8; }

select.multiple {
  overflow-y: scroll;
  min-height: 150px; }

/*select{ text-indent: 0px; vertical-align: middle; padding-top: 8px; padding-bottom: 5px; }*/
label.block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%; }

body.IE-8_0 label.placeholder {
  line-height: inherit !important; }

html[lang="ar"] input::-webkit-input-placeholder {
  font-family: Tahoma;
  font-weight: bold; }
html[lang="ar"] input:-moz-placeholder {
  font-family: Tahoma;
  font-weight: bold; }
html[lang="ar"] input::-moz-placeholder {
  font-family: Tahoma;
  font-weight: bold; }
html[lang="ar"] input:-ms-input-placeholder {
  font-family: Tahoma;
  font-weight: bold; }

html[lang="ar"] select {
  font-family: Tahoma;
  font-weight: bold; }

input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline: 1px solid #3699FF !important; }

ul {
  padding-right: 0px;
  padding-left: 0px; }

ul.no-bullets li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: outside; }

/* ITEM SPECIFIC */
.booking-engine ul.no-bullets {
  line-height: 26px; }

.booking-engine ul.no-bullets li {
  width: 100%;
  height: auto; }

ul.bulletless {
  list-style: none;
  padding: 0px; }

ul.inline li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

ul.bullets {
  list-style: disc inside none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  position: relative; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: normal; }
  h1.plain, h2.plain, h3.plain, h4.plain {
    text-transform: none; }

.content-header {
  color: #46657A; }

.content-header--block {
  background: #537790;
  color: #ffffff;
  padding: 15px;
  font-family: "FrutigerLTW02-45Light"; }

.section-header--blocked {
  background: #537790;
  color: #ffffff;
  padding: 8px;
  text-align: center;
  text-transform: uppercase; }

.main-content .intro,
.main-content h2,
.main-content h3,
.content-block .intro,
.content-block h2,
.content-block h3 {
  color: #46657A; }

p {
  margin: 0;
  margin-top: 1em; }

p.bold {
  font-family: "Frutiger LT W02 65 Bold"; }

p.nb {
  font-size: 0.8em; }

strong {
  font-family: "Frutiger LT W02 65 Bold"; }

i {
  font-style: italic; }

/*//////////////////////////////////////////////////////////////////////////////
|| Atoms
//////////////////////////////////////////////////////////////////////////////*/
button[disabled], .button.disabled {
  background: #C9C1AC;
  cursor: default; }
  button[disabled]:hover, .button.disabled:hover {
    background: #C9C1AC;
    text-decoration: none; }

.button, button, [class*="button--"] {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  background-color: #A5936E;
  color: #ffffff; }
  html[dir="ltr"] .button, html[dir="ltr"] button, html[dir="ltr"] [class*="button--"] {
    *float: left; }
  html[dir="rtl"] .button, html[dir="rtl"] button, html[dir="rtl"] [class*="button--"] {
    *float: right; }
  html[dir="ltr"] .button.offset, html[dir="ltr"] button.offset, html[dir="ltr"] [class*="button--"].offset {
    float: right; }
  html[dir="rtl"] .button.offset, html[dir="rtl"] button.offset, html[dir="rtl"] [class*="button--"].offset {
    float: left; }
  body.firefox .button, body.firefox button, body.firefox [class*="button--"] {
    outline-color: black; }
  .button:focus, .button:hover, button:focus, button:hover, [class*="button--"]:focus, [class*="button--"]:hover {
    background-color: #82704A;
    text-decoration: underline;
    color: #ffffff; }
  body.high-contrast .button, body.high-contrast button, body.high-contrast [class*="button--"] {
    background-color: #424141; }
    body.high-contrast .button:focus, body.high-contrast .button:hover, body.high-contrast button:focus, body.high-contrast button:hover, body.high-contrast [class*="button--"]:focus, body.high-contrast [class*="button--"]:hover {
      background-color: #171B1F; }
  .button:visited, button:visited, [class*="button--"]:visited {
    color: #ffffff; }

.button--selected, [class*='button--'].selected {
  background-color: #537790; }
  .button--selected:hover, [class*='button--'].selected:hover {
    background-color: #537790;
    text-decoration: none; }

.button[class*='icon--'], button[class*='icon--'] {
  background-color: transparent;
  padding: 0; }
  .button[class*='icon--']:hover, button[class*='icon--']:hover {
    background-color: transparent; }
  body.high-contrast .button[class*='icon--'], body.high-contrast button[class*='icon--'] {
    background-color: transparent; }

button.no-style {
  padding: 0;
  text-transform: none;
  background: transparent; }
  button.no-style.uppercase {
    text-transform: uppercase; }

.button--textual {
  color: #000000;
  padding: 0;
  text-transform: none;
  background: transparent;
  text-decoration: underline; }
  .button--textual.uppercase {
    text-transform: uppercase; }
  .button--textual.plain {
    text-decoration: none; }
  .button--textual:focus, .button--textual:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #537790; }
  .button--textual[disabled] {
    color: #646464;
    text-decoration: none;
    cursor: default;
    background-color: transparent !important; }
  body.high-contrast .button--textual {
    background-color: transparent; }
    body.high-contrast .button--textual:hover {
      background-color: transparent; }
  .button--textual.what-is-this {
    font-size: 11px; }

.button--small {
  font-size: 12px; }

.button--medium {
  font-size: 14px;
  *padding: 5px 0px; }

.button--large {
  font-size: 16px;
  padding: 10px 15px; }

button.button--large {
  *padding: 8px 0px; }

.button--full {
  display: block;
  position: relative;
  text-align: center; }
  html[dir="ltr"] .button--full {
    *float: none; }
  html[dir="rtl"] .button--full {
    *float: none; }

button.button--full {
  width: 100%; }

.button--delete {
  background-color: #CA0814; }

.buttons--squash {
  font-size: 0; }
  .buttons--squash button {
    margin: 0; }

html[dir="ltr"] .buttons--offset .button, html[dir="ltr"] .buttons--offset button {
  float: none; }
html[dir="rtl"] .buttons--offset .button, html[dir="rtl"] .buttons--offset button {
  float: none; }
html[dir="ltr"] .buttons--offset .button.offset, html[dir="ltr"] .buttons--offset button.offset {
  float: left; }
html[dir="rtl"] .buttons--offset .button.offset, html[dir="rtl"] .buttons--offset button.offset {
  float: right; }
html[dir="ltr"] .buttons--offset {
  text-align: right; }
html[dir="rtl"] .buttons--offset {
  text-align: left; }

html[dir="ltr"] .button--border + button {
  border-left: 1px solid #ffffff; }
html[dir="rtl"] .button--border + button {
  border-right: 1px solid #ffffff; }

.flag, [class*='flag--'] {
  display: table;
  width: 100%;
  behavior: url("../../js/lib/displaytable/display-table.min.htc"); }
  .flag.center, [class*='flag--'].center {
    margin: 0 auto; }

.flag--fluid, .flag--fluid .flag__body {
  width: auto; }

.flag__label,
.flag__image,
.flag__body,
.flag__field,
.flag__button {
  display: table-cell;
  -dt-display: table-cell;
  vertical-align: middle; }
  .flag--top .flag__label, .flag--top
  .flag__image, .flag--top
  .flag__body, .flag--top
  .flag__field, .flag--top
  .flag__button {
    vertical-align: top; }
  .flag--bottom .flag__label, .flag--bottom
  .flag__image, .flag--bottom
  .flag__body, .flag--bottom
  .flag__field, .flag--bottom
  .flag__button {
    vertical-align: bottom; }

html[dir="ltr"] .flag__image, html[dir="ltr"] .flag__field {
  padding-right: 10px; }
html[dir="rtl"] .flag__image, html[dir="rtl"] .flag__field {
  padding-left: 10px; }
.flag__image > img, .flag__image .icon, .flag__field > img, .flag__field .icon {
  display: block;
  max-width: none; }
.flag--rev .flag__image, .flag--rev .flag__field {
  padding-right: 0; }
  html[dir="ltr"] .flag--rev .flag__image, html[dir="ltr"] .flag--rev .flag__field {
    padding-left: 10px;
    padding-right: 0; }
  html[dir="rtl"] .flag--rev .flag__image, html[dir="rtl"] .flag--rev .flag__field {
    padding-right: 10px;
    padding-left: 0; }
.flag--std .flag__image, .flag--std .flag__field {
  padding-left: 0; }
  html[dir="ltr"] .flag--std .flag__image, html[dir="ltr"] .flag--std .flag__field {
    padding-right: 10px;
    padding-left: 0; }
  html[dir="rtl"] .flag--std .flag__image, html[dir="rtl"] .flag--std .flag__field {
    padding-left: 10px;
    padding-right: 0; }

.flag__body {
  width: 100%; }

.flag__field .radio, .flag__field .checkbox {
  display: block; }

.table-display, [class*="table-display--"] {
  display: table;
  width: 100%;
  *behavior: url("../../js/lib/displaytable/display-table.min.htc"); }
  .table-display.relative, [class*="table-display--"].relative {
    position: relative; }

.table-display--fluid {
  width: auto; }

.table-display__row {
  width: 100%;
  display: table-row; }

.table-display__cell {
  display: table-cell;
  -dt-display: table-cell;
  vertical-align: top; }
  html[dir="rtl"] .table-display__cell {
    float: none; }

.valign-top {
  vertical-align: top; }

.valign-bottom {
  vertical-align: bottom; }

.valign-middle {
  vertical-align: middle; }

html[dir="ltr"] .table-display__cell.invert {
  text-align: right; }
html[dir="rtl"] .table-display__cell.invert {
  text-align: left; }

.table-display > .label-text {
  display: table-cell;
  -dt-display: table-cell; }

.table-display > .label-field {
  display: table-cell;
  -dt-display: table-cell; }
  html[dir="ltr"] .table-display > .label-field + .label-field {
    padding-left: 10px; }
  html[dir="rtl"] .table-display > .label-field + .label-field {
    padding-right: 10px; }

[class*="table-display"][class*="line"] {
  display: table;
  width: 100%;
  *behavior: url("../../js/lib/displaytable/display-table.min.htc"); }
  [class*="table-display"][class*="line"] .unit, [class*="table-display"][class*="line"] > [class*="unit--"] {
    display: table-cell;
    -dt-display: table-cell;
    vertical-align: top;
    float: none; }
    [class*="table-display"][class*="line"] .unit.hide, [class*="table-display"][class*="line"] > [class*="unit--"].hide {
      display: none; }
  [class*="table-display"][class*="line"] .unit.valign-bottom, [class*="table-display"][class*="line"] [class*="unit--"].valign-bottom {
    vertical-align: bottom; }
  [class*="table-display"][class*="line"] .unit.valign-middle, [class*="table-display"][class*="line"] [class*="unit--"].valign-middle {
    vertical-align: middle; }
  html[dir="ltr"] [class*="table-display"][class*="line"] .unit.invert {
    text-align: right; }
  html[dir="rtl"] [class*="table-display"][class*="line"] .unit.invert {
    text-align: left; }
  [class*="table-display"][class*="line"].table-display--fluid {
    width: auto; }

html[dir="ltr"] [class*="table-display"] [class*="unit--"].border-left {
  border-left: 1px solid #DADADA; }
html[dir="rtl"] [class*="table-display"] [class*="unit--"].border-left {
  border-right: 1px solid #DADADA; }

html[dir="ltr"] [class*="table-display"] [class*="unit--"].border-right {
  border-right: 1px solid #DADADA; }
html[dir="rtl"] [class*="table-display"] [class*="unit--"].border-right {
  border-left: 1px solid #DADADA; }

.label-field, [class*="label-field--"] {
  position: relative;
  vertical-align: top;
  *border: 0px solid transparent; }

.label-field > div, [class*="label-field--"] > div {
  *border: 0px solid transparent; }

.label-field__field {
  vertical-align: top; }

.label-field .radio {
  margin-bottom: -2px; }

.label-field .checkbox {
  margin-bottom: -4px; }

.label-field--full {
  width: 100%; }

.label-field--full .label-field__field {
  display: block;
  width: 100%; }

.label-field--full .label-field__field.inline {
  width: auto; }

.label-field .icon--info {
  position: absolute;
  bottom: 10px; }
  html[dir="ltr"] .label-field .icon--info {
    right: -20px; }
  html[dir="rtl"] .label-field .icon--info {
    left: -20px; }

.section--main-content {
  background-color: #ffffff;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  overflow: hidden;
  position: relative; }

.flight-details-booked + .section--main-content {
  border-top: 0; }

.section--main-content__content {
  margin: 20px;
  position: relative; }

.section--main-content p, .section--main-content .label-text {
  line-height: 1.4em; }

.section--main-content h1, .section--main-content h2 {
  font-size: 1.1em; }
.section--main-content h1, .section--main-content h2, .section--main-content h3 {
  color: #46657A;
  position: relative; }
  .section--main-content h1 .subtitle, .section--main-content h2 .subtitle, .section--main-content h3 .subtitle {
    color: #000000; }
  .section--main-content h1.plain, .section--main-content h2.plain, .section--main-content h3.plain {
    color: #000000; }
.section--main-content h5 {
  font-size: 1.2em; }

.section--cf {
  overflow: visible; }

.section--main-content .label-text a {
  color: #537790;
  text-decoration: none; }

.section--main-content .hr {
  border-color: #E9E9E9; }

.section--main-content__banner-title {
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center; }

.section--main-content > .tail {
  height: 23px;
  width: 45px;
  background-image: url("../images/global-ss.png");
  background-position: -175px -274px;
  position: absolute;
  top: 100%; }
  html[dir="ltr"] .section--main-content > .tail {
    left: 50px; }
  html[dir="rtl"] .section--main-content > .tail {
    right: 50px; }

.section--main-content .subtitle.prominent {
  font-size: 1.3em; }

.section--sub-content {
  background-color: #F6F6F6;
  box-shadow: 0px 5px 4px -4px #C9C9C9 inset, 0px -5px 4px -4px #C9C9C9 inset; }

.section--nested-content {
  background: #F6F6F6; }
  .section--nested-content .hr {
    border-color: #424141; }

.section--main-content.negative {
  border: 1px solid #C4161C;
  background: #F9E8E8; }

.section--main-content.negative .section--main-content__banner-title {
  background-color: #C4161C;
  color: #ffffff; }

.section--main-content.disabled {
  background-color: #DFDFDF;
  color: #989898; }

.section--main-content.disabled h3 {
  color: #989898; }

.btn, input[type=button], button {
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  border: 0px; }

.btn.small, input[type=button].small, button.small {
  padding-left: 15px;
  padding-right: 15px;
  height: 30px; }

.btn.medium, input[type=button].medium, button.medium {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-line.right {
  text-align: right; }

.btn-line.left {
  text-align: left; }

html[lang="ar"] .button, html[lang="ar"] [class*="button--"], html[lang="ar"] .btn.small, html[lang="ar"] .btn.medium, html[lang="ar"] input[type="button"] {
  font-family: Tahoma;
  font-weight: normal; }

.date-picker-display {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  width: 67px;
  height: 75px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 0px;
  z-index: 1; }

.date-picker-display span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 96%;
  line-height: 19px; }

.date-picker-display .day-text {
  margin-top: 4px; }

.date-picker-display .day-number {
  line-height: 12px;
  padding-top: 7px;
  padding-bottom: 8px; }

.date-picker-label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-top: 22px;
  text-indent: 2px;
  vertical-align: middle;
  margin-right: 5px;
  width: 50px; }

.date-picker-display {
  font-family: "FrutigerLTW02-45Light";
  text-align: center; }

.date-picker-display .day-text, .date-picker-display .month, .date-picker-display .month {
  font-size: 10px; }

.date-picker-display .day-number {
  font-size: 34px; }

.date-picker-display .day-number {
  font-size: 34px; }

.date-picker-label {
  font-size: 13px;
  font-family: "Frutiger LT W02 65 Bold"; }

.com-page-spacer {
  position: relative;
  width: 100%;
  height: 46px;
  text-align: center; }

.com-page-spacer .com-page-spacer-line {
  position: absolute;
  height: 1px;
  top: 50%;
  width: 100%;
  z-index: 0; }
  html[dir="ltr"] .com-page-spacer .com-page-spacer-line {
    left: 0px; }
  html[dir="rtl"] .com-page-spacer .com-page-spacer-line {
    right: 0px; }

.com-page-spacer .com-page-spacer-logo {
  width: 100px;
  height: 46px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index: 1;
  position: relative; }

.com-page-spacer-logo {
  background: #ffffff url("../images/spritesheet.png") -1343px -389px no-repeat; }

.com-page-spacer-line {
  background: url("../images/backgrounds/gold-background-30.png") left center repeat-x; }

/*//////////////////////////////////////////////////////////////////////////////
|| Molecules
//////////////////////////////////////////////////////////////////////////////*/
.ui-helper-hidden-accessible {
  display: none !important; }

.ui-autocomplete {
  border: 1px solid #426176;
  position: absolute;
  z-index: 40000;
  list-style-type: none;
  background: #fff;
  padding-left: 0px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden; }

.ui-autocomplete li {
  padding: 0px; }

.ui-autocomplete li a {
  width: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 10px; }

.ui-autocomplete li a.ui-state-focus {
  background: #527790;
  color: #fff;
  cursor: pointer; }

.header-background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center; }

.header-background-image a {
  color: #ffffff; }

.header-background-image .ui--carousel__wrapper {
  height: 100%; }

.header-background-image, .sa-fade-carousel.header-background-image article {
  width: 100%;
  height: 695px;
  overflow: hidden; }

.header-background-image article .floating-content {
  position: absolute;
  top: 93px;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  text-align: center; }

.header-background-image article .floating-content a {
  text-decoration: none; }

.header-background-image article .floating-content h1 {
  margin: 0px;
  margin-top: 60px;
  margin-bottom: 20px; }
  html[lang="ar"] .header-background-image article .floating-content h1 {
    line-height: 60px !important; }

.header-background-image article .floating-content .price {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 20px;
  padding-right: 20px; }

.header-background-image article .floating-content .price .single-trip {
  position: absolute;
  top: 50px;
  margin-top: -20px;
  white-space: nowrap;
  line-height: 40px;
  background: url("../images/backgrounds/white-line-50-transparent.png") bottom left repeat-x, url("../images/backgrounds/white-line-50-transparent.png") top left repeat-x; }

.header-background-image article .floating-content .price .starting-from {
  position: absolute;
  top: 50px;
  margin-top: -20px;
  width: auto;
  white-space: nowrap;
  line-height: 40px;
  background: url("../images/backgrounds/white-line-50-transparent.png") bottom left repeat-x, url("../images/backgrounds/white-line-50-transparent.png") top left repeat-x; }

.header-background-image .ui--carousel__pips {
  top: 400px;
  bottom: auto;
  width: 300px;
  text-align: center; }
  html[dir="ltr"] .header-background-image .ui--carousel__pips {
    left: 50%;
    margin-left: -150px; }
  html[dir="rtl"] .header-background-image .ui--carousel__pips {
    right: 50%;
    margin-right: -150px; }

.header-background-image .ui--carousel__play-pause {
  top: 400px;
  bottom: auto;
  width: 470px; }

.header-background-image-grad {
  position: absolute;
  top: 543px;
  height: 173px;
  width: 100%;
  z-index: 1; }

.header-background-image-grad-dark {
  position: absolute;
  top: 543px;
  height: 173px;
  width: 100%;
  z-index: 1; }

.sa-be .header-background-image {
  height: 177px; }

.sa-be .header-background-image-grad {
  top: 21px; }

.header-background-image article .floating-content {
  font-family: "Frutiger LT W02 65 Bold"; }

.header-background-image article .floating-content h1 {
  font-size: 50px;
  line-height: 47.75px;
  font-weight: normal;
  text-transform: uppercase; }

.header-background-image article .floating-content .journey {
  font-size: 19.47px;
  line-height: 21.34px; }

.header-background-image article .floating-content .price {
  font-size: 65.29px;
  line-height: 93.33px; }

.header-background-image article .floating-content .price span {
  font-size: 27.02px;
  line-height: 43.33px;
  text-transform: uppercase; }

.header-background-image article .floating-content .price .single-trip,
.header-background-image article .floating-content .price .starting-from {
  font-size: 16.03px;
  line-height: 43.33px; }

.header-background-image article .floating-content {
  color: #fff;
  text-shadow: 0px 1px 2px #000; }

.header-background-image-grad {
  /*background:url('../images/backgrounds/shadow_background.png') center 135px no-repeat, url('../images/backgrounds/header-image-grad.png') bottom left repeat-x; */
  background: url("../images/backgrounds/header-image-grad.png") bottom left repeat-x; }

.header-background-image-grad-dark {
  background: url("../images/backgrounds/shadow_background.png") center 135px no-repeat; }

html[dir="ltr"] .header-background-image article .floating-content .price .single-trip {
  left: 100%; }
html[dir="ltr"] .header-background-image article .floating-content .price .starting-from {
  right: 100%; }
html[dir="rtl"] .header-background-image article .floating-content .price .single-trip {
  right: 100%; }
html[dir="rtl"] .header-background-image article .floating-content .price .starting-from {
  left: 100%; }

html[lang="ar"] .header-background-image article .floating-content {
  font-family: Tahoma;
  font-weight: bold; }

.com-image-cta-line {
  color: #ffffff; }
  html[dir="ltr"] .com-image-cta-line {
    margin-right: -10px; }
  html[dir="rtl"] .com-image-cta-line {
    margin-left: -10px; }

.com-image-cta {
  height: 183px;
  position: relative; }

.com-image-cta h2 {
  font-size: 20.22px;
  text-transform: uppercase; }
  html[lang="ar"] .com-image-cta h2 {
    font-family: Tahoma;
    font-weight: normal; }

.com-image-cta img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1; }

.com-image-cta div {
  position: absolute;
  bottom: 15px;
  left: 18px;
  right: 18px; }

.com-image-cta a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 6px; }

.need-help {
  color: #ffffff;
  background-color: #537790;
  background-image: url("../images/icons/need-help.png");
  background-repeat: no-repeat; }
  html[dir="ltr"] .need-help {
    background-position: 20px 18px; }
  html[dir="rtl"] .need-help {
    background-position: 890px 18px; }

.need-help input[type=text] {
  height: 35px;
  border: 0; }

.need-help .flag__label {
  width: 320px; }
  html[lang="ar"] .need-help .flag__label {
    width: 270px; }
  html[lang="de"] .need-help .flag__label {
    width: 440px; }
  html[lang="es"] .need-help .flag__label {
    width: 420px; }
  html[lang="fr"] .need-help .flag__label {
    width: 380px; }
  html[lang="it"] .need-help .flag__label {
    width: 360px; }
  html[lang="tr"] .need-help .flag__label {
    width: 510px; }

.need-help .flag__button {
  width: 40px; }

.need-help .label-input {
  margin-top: 13px;
  width: 890px; }

.need-help input[type=submit], .need-help button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 35px;
  width: 40px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat; }
  body.webkit-50_0 .need-help input[type=submit], body.webkit-50_0 .need-help button {
    top: 2px; }
  html[dir="ltr"] .need-help input[type=submit], html[dir="ltr"] .need-help button {
    margin-left: -11px;
    background-position: -492px -187px; }
  html[dir="rtl"] .need-help input[type=submit], html[dir="rtl"] .need-help button {
    margin-right: -10px;
    background-position: -527px -187px; }
  body.high-contrast .need-help input[type=submit], body.high-contrast .need-help button {
    background-color: #ffffff; }
  body.IE-8_0 .need-help input[type=submit], body.IE-8_0 .need-help button {
    margin-top: 5px; }

.meganav__section ul li a {
  font-size: 13px;
  text-decoration: none; }
  .meganav__section ul li a:hover {
    text-decoration: underline; }

.meganav [class*='unit--1'] {
  position: relative; }

.meganav-icon {
  position: absolute;
  top: -5px; }
  html[dir="ltr"] .meganav-icon {
    right: 100%; }
  html[dir="rtl"] .meganav-icon {
    left: 100%; }

.meganav .mn-header {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase; }

.meganav .mn-header img, .meganav .mn-header .meganav-icon {
  position: absolute;
  top: -10px; }

.meganav-icon.book-with-us {
  background: url("../images/spritesheet.png") -298px -126px no-repeat;
  width: 30px;
  height: 32px; }

.meganav-icon.where-we-fly {
  width: 28px;
  height: 41px;
  background: url("../images/spritesheet.png") -1293px -116px no-repeat; }

.meganav-icon.on-board {
  width: 39px;
  height: 34px;
  background: url("../images/spritesheet.png") -1089px -124px no-repeat; }

.meganav-icon.special-travel-needs {
  width: 38px;
  height: 34px;
  background: url("../images/spritesheet.png") -1193px -125px no-repeat; }

.meganav-icon.guidance-and-tips {
  width: 32px;
  height: 30px;
  background: url("../images/spritesheet.png") -695px -128px no-repeat; }

.meganav-icon.airport-services {
  width: 30px;
  height: 30px;
  background: url("../images/spritesheet.png") -125px -127px no-repeat; }

.meganav-icon.baggage {
  width: 22px;
  height: 39px;
  background: url("../images/spritesheet.png") -225px -119px no-repeat; }

.meganav-icon.about-saudi-arabia {
  width: 42px;
  height: 33px;
  background: url("../images/spritesheet.png") -13px -126px no-repeat; }

.meganav-icon.featured-fares-icon {
  width: 35px;
  height: 30px;
  background: url("../images/spritesheet.png") -595px -129px no-repeat; }

.meganav-icon.campaigns {
  width: 37px;
  height: 30px;
  background: url("../images/spritesheet.png") -390px -127px no-repeat; }

.meganav-icon.more-information {
  width: 35px;
  height: 35px;
  background: url("../images/spritesheet.png") -891px -124px no-repeat; }

.meganav-icon.contact {
  width: 34px;
  height: 34px;
  background: url("../images/spritesheet.png") -494px -124px no-repeat; }

.meganav-icon.membership-benefits {
  width: 35px;
  height: 35px;
  background: url("../images/spritesheet.png") -791px -123px no-repeat; }

.meganav-icon.my-alfursan {
  width: 33px;
  height: 36px;
  background: url("../images/spritesheet.png") -1375px -122px no-repeat; }

.meganav ul {
  width: auto; }

.meganav__section ul li {
  line-height: 12px;
  padding-top: 6px;
  padding-bottom: 6px; }

.meganav .alfursan .login {
  margin-top: 7px; }

.meganav__section {
  position: absolute;
  top: 95px;
  left: 0px;
  width: 100%;
  background-image: url("../images/backgrounds/grey-background-75.png");
  background-repeat: repeat;
  background-position: top left;
  color: #1b246f; }

.sa-tabbed-content .tab-container {
  width: 100%;
  display: table-row; }

.sa-tabbed-content .tab-container label {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px; }

.ui-tabbed__tabs {
  position: relative; }
  .ui-tabbed__tabs .table-display__cell {
    vertical-align: bottom; }
    html[dir="ltr"] .ui-tabbed__tabs .table-display__cell + .table-display__cell {
      border-left: 1px solid #E3EAEF; }
    html[dir="rtl"] .ui-tabbed__tabs .table-display__cell + .table-display__cell {
      border-right: 1px solid #E3EAEF; }
  .ui-tabbed__tabs button {
    min-height: 50px;
    background-color: #537790; }
    .ui-tabbed__tabs button.selected {
      height: 60px;
      background-color: #A5936E; }

.ui-tabbed__fade {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-shadow: 0px -5px 8px -7px black inset; }

.sa-scrolling-marquee {
  overflow: hidden;
  position: relative;
  height: 32px; }

.sa-marquee-wrapper {
  width: 10000px;
  position: absolute;
  top: 0px; }

.sa-marquee-content-wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.sa-scrolling-marquee .advisory-note {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.marquee__play-pause {
  background: #A5936E;
  position: absolute;
  top: 0px;
  padding: 0 5px;
  z-index: 20; }
  html[dir="ltr"] .marquee__play-pause {
    right: 0px; }
  html[dir="rtl"] .marquee__play-pause {
    left: 0px; }
  .marquee__play-pause .play, .marquee__play-pause .pause {
    font-size: 8px;
    line-height: 8px;
    padding: 5px;
    background: #82704A;
    height: 20px;
    width: 20px; }
    .marquee__play-pause .play[disabled], .marquee__play-pause .pause[disabled] {
      background: #C9C1AC; }

li.marquee {
  position: relative; }

.sa-expandable-content {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }

.sa-expandable-content-body {
  overflow: hidden; }

.sa-expandable-content-controls {
  position: absolute;
  top: 100%;
  cursor: pointer; }

.sa-expandable-content-controls-block {
  position: relative; }

.sa-expandable-content-controls.show-more {
  text-indent: 30px; }

.language-dropdown .flag {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 11px;
  width: 16px; }
body.IE-11_0 .language-dropdown input[type="radio"]:focus {
  outline: 1px dotted #ffffff; }

li.language-dropdown {
  background-image: url("../images/icons/header-dropdown-arrow.png");
  background-repeat: no-repeat; }
  html[dir="ltr"] li.language-dropdown {
    background-position: center left; }
  html[dir="rtl"] li.language-dropdown {
    background-position: center right; }

.sa-dropdown-language {
  position: absolute;
  width: 310px;
  overflow: hidden;
  z-index: 2;
  background-image: url("../images/backgrounds/tab-content-tab-gold-background.png");
  background-position: top left;
  background-repeat: repeat; }
  .sa-dropdown-language ul li {
    padding: 0;
    width: 100%; }
    html[dir="ltr"] .sa-dropdown-language ul li {
      text-align: left; }
    html[dir="rtl"] .sa-dropdown-language ul li {
      text-align: right; }
  html[dir="ltr"] .sa-dropdown-language {
    right: 0px; }
  html[dir="rtl"] .sa-dropdown-language {
    left: 0px; }

.sa-dropdown-language section {
  width: 100%; }

.sa-dropdown-language button {
  background: #456478;
  color: #fff; }

.sa-dropdown-navigation {
  position: absolute;
  top: 100%;
  width: 100%; }

/* ITEM SPECIFIC */
.sa-dropdown-navigation.meganav {
  width: 1020px;
  left: -40px;
  z-index: 1; }

.ui-tooltip {
  position: absolute;
  z-index: 40000; }

.ui-tooltip-content {
  background: #ffffff;
  border: 1px solid #7f7f7f;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0px 2px 2px #7f7f7f;
  margin-top: -10px; }
  html[lang="ar"] .ui-tooltip-content {
    font-family: Tahoma;
    font-weight: normal; }

.sa-popup {
  /*display: none;*/
  padding: 20px; }

.sa-popup article {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer; }

.sa-popup-shim {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.8;
  z-index: 40000;
  display: none; }

.sa-popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 940px;
  /*height: 500px;*/
  margin-top: -250px;
  margin-left: -490px;
  z-index: 410000;
  display: none;
  padding: 20px;
  padding-bottom: 20px;
  background: url("../images/backgrounds/header-white-background.png") top left repeat; }

.ui--carousel, [class*='ui--carousel--'] {
  overflow: visible !important;
  position: relative; }

.ui--carousel__wrapper {
  overflow: hidden;
  position: relative; }
  .ui--carousel__wrapper.squash {
    font-size: 0; }

.ui--carousel__container {
  width: 100%; }

.ui--carousel__slide {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  min-height: 40px;
  position: relative; }

.ui--carousel__slider img {
  max-width: 100%; }

.ui--carousel__controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 100%;
  width: 39px;
  height: 39px;
  cursor: pointer; }

.ui--carousel__play-pause {
  position: absolute;
  bottom: 10px;
  z-index: 2; }
  html[dir="ltr"] .ui--carousel__play-pause {
    right: 10px; }
  html[dir="rtl"] .ui--carousel__play-pause {
    left: 10px; }

.ui--carousel__play-pause button {
  padding: 0px;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom; }
  html[dir="ltr"] .ui--carousel__play-pause button + button {
    margin-left: 5px; }
  html[dir="rtl"] .ui--carousel__play-pause button + button {
    margin-right: 5px; }

.ui--carousel__play-pause button:hover,
.ui--carousel__play-pause button:focus {
  text-decoration: none; }

.ui--carousel__play-pause button.play {
  padding: 1px 2px; }

.ui--carousel__play-pause button.pause {
  padding: 2px;
  padding-top: 0px; }

.ui--carousel__pips {
  position: absolute;
  bottom: 10px;
  font-size: 0;
  z-index: 2; }
  html[dir="ltr"] .ui--carousel__pips {
    left: 10px; }
  html[dir="rtl"] .ui--carousel__pips {
    right: 10px; }
  .ui--carousel__pips .ui--carousel__play-pause {
    width: 50px;
    bottom: -2px;
    position: absolute; }
    html[dir="ltr"] .ui--carousel__pips .ui--carousel__play-pause {
      left: 100%;
      margin-left: 20px; }
    html[dir="rtl"] .ui--carousel__pips .ui--carousel__play-pause {
      right: 100%;
      margin-right: 20px; }

.ui--carousel__pips .pip {
  display: inline-block;
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 7.5px; }
  html[dir="ltr"] .ui--carousel__pips .pip + .pip {
    margin-left: 5px; }
  html[dir="rtl"] .ui--carousel__pips .pip + .pip {
    margin-right: 5px; }

.ui--carousel__pips .pip.selected {
  background: #517791; }

/*//////////////////////////////////////////////////////////////////////////////
|| Fade Version, homepage header
//////////////////////////////////////////////////////////////////////////////*/
.ui--carousel--fade .ui--carousel__pips {
  z-index: 5; }

.ui--carousel--fade .ui--carousel__play-pause {
  z-index: 4; }

.ui--carousel--fade .ui--carousel__wrapper {
  position: relative; }

.ui--carousel--fade .ui--carousel__slide {
  position: absolute;
  top: 0px;
  left: 50%;
  overflow: hidden;
  height: 100%; }

.ui--carousel--fade.header-background-image {
  position: absolute;
  text-align: center; }

.ui--horizontal-expander__content {
  display: inline-block;
  position: relative;
  border: 0px solid transparent; }

.skip-links {
  position: absolute;
  width: 300px;
  z-index: 2; }
  html[dir="ltr"] .skip-links {
    left: 0px;
    text-align: left; }
  html[dir="rtl"] .skip-links {
    right: 0px;
    text-align: right; }

.skip-links__title {
  margin-top: -100px;
  position: absolute;
  background: #a18f64;
  color: #fff;
  height: 31px;
  padding: 0 25px;
  line-height: 33px;
  font-size: 1.1em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index: 100; }

.skip-links__title:focus, .skip-links__title.open {
  margin-top: 0px;
  background: #837047; }
  body.high-contrast .skip-links__title:focus, body.high-contrast .skip-links__title.open {
    background: #171B1F; }

.skip-links__expander {
  position: absolute;
  top: 32px;
  background: #A58E63; }
  body.high-contrast .skip-links__expander {
    background: #424141; }

.skip-links ul {
  margin: 20px; }

.skip-links ul li {
  display: block;
  padding: 0;
  line-height: 1;
  font-size: 12px;
  font-weight: normal; }

.skip-links ul li + li {
  margin-top: 10px; }

html[dir="ltr"] .content-header ul.social li + li {
  margin-left: 5px; }
html[dir="rtl"] .content-header ul.social li + li {
  margin-right: 5px; }
.content-header ul.social a {
  display: inline-block;
  width: 29px;
  height: 35px; }

.content-header .social a {
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat; }
.content-header .social a.facebook {
  background-position: -13px -74px; }
  .content-header .social a.facebook:hover {
    background-position: -91px -74px; }
.content-header .social a.twitter {
  background-position: -444px -74px; }
  .content-header .social a.twitter:hover {
    background-position: -522px -74px; }
.content-header .social a.google-plus {
  background-position: -141px -74px; }
  .content-header .social a.google-plus:hover {
    background-position: -219px -74px; }
.content-header .social a.mail {
  background-position: -268px -74px; }
  .content-header .social a.mail:hover {
    background-position: -307px -74px; }
.content-header .social a.print {
  background-position: -356px -74px; }
  .content-header .social a.print:hover {
    background-position: -395px -74px; }

html[dir="ltr"] ul.breadcrumb-bar li span {
  margin-right: 5px; }
html[dir="rtl"] ul.breadcrumb-bar li span {
  margin-left: 5px; }

html[dir="ltr"] ul.breadcrumb-bar li + li {
  margin-left: 5px; }
html[dir="rtl"] ul.breadcrumb-bar li + li {
  margin-right: 5px; }

ul.breadcrumb-bar li a {
  text-decoration: none;
  color: #ffffff; }

ul.breadcrumb-bar li a.home {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 16px;
  width: 16px;
  background-image: url("../images/spritesheet.png");
  background-position: -725px -200px;
  background-repeat: no-repeat; }

html[lang="ar"] .content-header ul.breadcrumb-bar li {
  font-family: Tahoma;
  font-weight: bold; }

.ui--date {
  position: relative;
  height: 75px;
  width: 67px;
  background-image: url("../images/forms-ss.png");
  background-position: -15px -69px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 0.71429em;
  line-height: 1;
  padding-top: 9px; }

.ui--date__date {
  font-size: 36px;
  font-family: "FrutigerLTW02-45Light"; }

.ui--date-label {
  width: 80px; }
  .ui--date-label span {
    margin-top: -20px;
    display: block; }
    body.IE-7_0 .ui--date-label span {
      margin-top: 0; }

.ui--date {
  color: #000000; }

.flag.uk, .flag.en {
  background: url("../images/spritesheet.png") -128px -232px no-repeat; }

.flag.sa, .flag.ar {
  background: url("../images/spritesheet.png") -15px -232px no-repeat; }

.flag.sp, .flag.es {
  background: url("../images/spritesheet.png") -42px -232px no-repeat; }

.flag.fr {
  background: url("../images/spritesheet.png") -70px -232px no-repeat; }

.flag.it {
  background: url("../images/spritesheet.png") -99px -232px no-repeat; }

.ui--popup-target {
  display: none; }

.ui--popup {
  position: absolute;
  background: #ffffff;
  top: 40px;
  display: none;
  z-index: 101;
  padding: 20px;
  border: 3px solid #A5936E;
  box-shadow: 0px 2px 5px 0px #333333;
  background: #E3EAEF;
  max-width: 898px; }
  .ui--popup .ui--popup-target {
    display: block; }
  .ui--popup.blank {
    background: #ffffff; }

html[dir="ltr"] .ui--popup--standard {
  left: 50%; }
html[dir="rtl"] .ui--popup--standard {
  right: 50%; }

.ui--popup--fixed {
  position: fixed;
  top: 50%; }

.ui--popup--contextual {
  background: #ffffff;
  padding: 8px 10px;
  font-size: 0.9em; }

.ui--popup__content h1, .ui--popup__content h2, .ui--popup__content > h3 {
  font-size: 1.3em; }
.ui--popup__content.size--full {
  width: 898px; }
.ui--popup__content.size--main {
  width: 710px; }
.ui--popup__content.size--medium {
  width: 500px; }
.ui--popup__content.size--small {
  width: 400px; }
.ui--popup__content.size--tiny {
  width: 300px; }

.ui--popup__controls {
  position: absolute;
  height: 64px;
  width: 64px;
  top: -32px;
  background-image: url("../images/global-ss.png");
  background-position: -117px -164px; }
  html[dir="ltr"] .ui--popup__controls {
    right: -32px; }
  html[dir="rtl"] .ui--popup__controls {
    left: -32px; }
  body.high-contrast .ui--popup__controls {
    background-position: -242px -164px; }

.ui--popup--contextual__controls {
  height: 30px;
  width: 30px;
  top: -15px;
  background-image: url("../images/global-ss.png");
  background-position: -196px -198px; }
  html[dir="ltr"] .ui--popup--contextual__controls {
    right: -15px; }
  html[dir="rtl"] .ui--popup--contextual__controls {
    left: -15px; }
  body.high-contrast .ui--popup--contextual__controls {
    background-position: -195px -164px; }

.ui--popup-shim {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 100; }
  .IE-7_0 .ui--popup-shim, .IE-8_0 .ui--popup-shim {
    background: url("../images/backgrounds/black-60-percent.png") top left repeat; }

.ui--popup-shim--contextual {
  background: #ffffff;
  filter: alpha(opacity=1);
  opacity: 0; }

.ui--popup__tail {
  position: absolute;
  height: 24px;
  width: 28px;
  margin-left: -14px;
  background-image: url("../images/global-ss.png");
  background-position: -45px -165px; }
  .ui--popup__tail.bottom {
    top: 100%;
    margin-top: -1px;
    background-image: url("../images/global-ss.png");
    background-position: -45px -205px; }
  .ui--popup__tail.top {
    bottom: 100%;
    margin-bottom: -1px; }

.ui--popup--fixed .is_stuck {
  position: relative !important; }

.u__loading-popup + .ui--popup__controls {
  display: none; }

.ui--datepicker {
  position: absolute; }
  body.high-contrast .ui--datepicker button {
    background-color: transparent; }
    body.high-contrast .ui--datepicker button:focus {
      background-color: transparent; }

.ui--datepicker .hijri {
  display: none; }

.ui--datepicker.hijri .hijri {
  display: block; }

.ui--datepicker__tab {
  width: 50px;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1; }
  .ui--datepicker__tab .tab--left {
    width: 5px;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #A5936E; }
  .ui--datepicker__tab .tab--right {
    width: 5px;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #A5936E; }
  .ui--datepicker__tab .tab--top {
    height: 5px;
    width: 100%;
    position: absolute;
    background: #A5936E;
    top: 0px;
    margin-top: -5px; }

.ui--datepicker [class*='icon--arrow'] {
  background-color: transparent;
  height: 18px;
  width: 18px;
  padding: 0px;
  display: block; }
  .ui--datepicker [class*='icon--arrow'].right {
    float: right; }
    html[dir="rtl"] .ui--datepicker [class*='icon--arrow'].right {
      float: left; }

.ui--datepicker__container {
  z-index: 0;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  width: 370px;
  background: #ffffff;
  border: 5px solid #A5936E;
  box-shadow: 0px 2px 5px black; }
  html[dir="ltr"] .ui--datepicker__container {
    left: 0px; }
  html[dir="rtl"] .ui--datepicker__container {
    right: -75px; }

.ui--datepicker__year-month {
  padding: 5px;
  text-align: center;
  background: #537790;
  color: #ffffff; }

.ui--datepicker__calendar {
  margin: 0 2%;
  width: 96%; }
  .ui--datepicker__calendar th {
    font-family: "Frutiger LT W02 65 Bold";
    padding: 0;
    text-align: center;
    line-height: 30px;
    color: #537790;
    font-size: 0.9em; }
  .ui--datepicker__calendar tr.alternate {
    background: #FAF9F7; }
  .ui--datepicker__calendar td {
    height: 35px;
    text-align: center; }
    .ui--datepicker__calendar td.disabled button {
      color: #C9D6DD; }
      .ui--datepicker__calendar td.disabled button span.greg {
        color: #C9D6DD; }
      body.high-contrast .ui--datepicker__calendar td.disabled button {
        color: #C9D6DD; }
        body.high-contrast .ui--datepicker__calendar td.disabled button span.greg {
          color: #C9D6DD; }
    .hijri .ui--datepicker__calendar td .hijri {
      display: block; }
    .ui--datepicker__calendar td.selected button {
      background: #537790;
      color: #ffffff; }
      .ui--datepicker__calendar td.selected button span.hijri, .ui--datepicker__calendar td.selected button span.greg {
        color: #ffffff; }
        body.high-contrast .ui--datepicker__calendar td.selected button span.hijri, body.high-contrast .ui--datepicker__calendar td.selected button span.greg {
          color: #ffffff; }
      body.high-contrast .ui--datepicker__calendar td.selected button {
        background: #171B1F; }
  .ui--datepicker__calendar button {
    font-family: "Frutiger LT W02 65 Bold";
    background-color: transparent;
    color: #537790;
    height: 100%;
    width: 38px;
    text-align: center;
    padding: 0; }
    body.high-contrast .ui--datepicker__calendar button {
      color: #171B1F;
      background-color: transparent; }
      body.high-contrast .ui--datepicker__calendar button:focus {
        background-color: transparent; }
    .ui--datepicker__calendar button:hover {
      text-decoration: none; }
    .hijri .ui--datepicker__calendar button span {
      display: block;
      color: #537790;
      text-align: left; }
      body.high-contrast .hijri .ui--datepicker__calendar button span {
        color: #171B1F; }
      .hijri .ui--datepicker__calendar button span.hijri {
        text-align: right;
        color: #A5936E;
        margin-right: 2px;
        margin-top: -2px; }
        body.high-contrast .hijri .ui--datepicker__calendar button span.hijri {
          color: #82704A; }

.ui--datepicker__footer {
  background: #537790;
  padding: 5px;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center; }
  .hijri .ui--datepicker__footer {
    overflow: hidden;
    height: 2px;
    padding: 0; }

/*------------------------------------
LAST UPDATED:               18.Jan.2016
UPDATED BY:                 Mohammed Mahmoud
------------------------------- */
.hijri  .ui--datepicker__footer {
  color: #ffffff;
  padding: 5px;
  font-size: 0.8em;
  text-align: center; 
  height: auto;
	overflow: visible;
}

  .ui--datepicker__footer {
    overflow: hidden;
    height: 2px;
    padding: 0;
	background: #537790;
 }
/*-------------------------*/

.ui--datepicker .button--textual {
  text-decoration: none;
  color: #537790;
  font-family: "Frutiger LT W02 65 Bold"; }
  .ui--datepicker .button--textual:hover {
    text-decoration: underline; }

.icon--arrow-circle {
  height: 18px;
  width: 18px;
  background-image: url("../images/global-ss.png");
  cursor: pointer; }

.icon--arrow-circle.right.blue {
  background-position: -219px -138px; }
  html[dir="rtl"] .icon--arrow-circle.right.blue {
    background-position: -191px -138px; }
  body.high-contrast .icon--arrow-circle.right.blue {
    background-position: -336px -138px; }
    html[dir="rtl"] body.high-contrast .icon--arrow-circle.right.blue {
      background-position: -306px -138px; }

.icon--arrow-circle.left.blue {
  background-position: -191px -138px; }
  html[dir="rtl"] .icon--arrow-circle.left.blue {
    background-position: -219px -138px; }
  body.high-contrast .icon--arrow-circle.left.blue {
    background-position: -306px -138px; }
    html[dir="rtl"] body.high-contrast .icon--arrow-circle.left.blue {
      background-position: -336px -138px; }
