@charset "UTF-8";
/* RESET */
ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, 'Arial', sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  position: relative;
  min-height: 100%;
  min-width: 300px; }

input,
textarea,
button {
  font-family: inherit; }

a {
  text-decoration: none;
  color: #0C6AA0; }

b {
  font-weight: 600; }

a:hover {
  color: #333;
  text-decoration: none; }

/* Custom Bootstarp
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px; } }

@media only screen and (min-width: 768px) {
  .container {
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: 0 auto; } }

.modal-backdrop {
  display: none; }

.modal .modal-dialog {
  transition: -webkit-transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.modal.in {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
  .modal.in .modal-dialog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.modal.left .modal-dialog {
  float: left;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.modal.left.in .modal-dialog {
  left: 0;
  right: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.modal.bottom .modal-dialog {
  bottom: 0;
  left: auto;
  right: auto;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.modal.bottom.in .modal-dialog {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* Custom Auto complete
---------------------------------------
*/
.ui-autocomplete {
  border-radius: 2px; }
  @media only screen and (min-width: 768px) {
    .ui-autocomplete {
      width: 450px !important; } }
  .ui-autocomplete .ui-menu-item {
    padding: 0;
    border-radius: 0;
    outline: none; }
    .ui-autocomplete .ui-menu-item:not(:last-child) {
      border-bottom: 1px dashed #ddd; }
  .ui-autocomplete .ui-menu-item-wrapper {
    margin: 0;
    padding: 5px 0; }
    .ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper.ui-state-active:hover {
      background: #f4f4f4;
      border: 0; }
  .ui-autocomplete .select-code {
    margin: 0; }

/* Custom Datepicker
---------------------------------------
*/
.ui-datepicker {
  z-index: 9999 !important;
  width: 100% !important;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: white !important;
  font-family: arial; }
  @media screen and (max-width: 450px) {
    .ui-datepicker {
      left: 0 !important;
      padding: 10px;
      background: white !important; } }
  @media (min-width: 451px) and (max-width: 767px) {
    .ui-datepicker {
      width: 400px !important;
      padding: 10px;
      background: white !important; } }
  .ui-datepicker.ui-datepicker-multi {
    width: 600px !important; }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
      background: white; }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-first {
      padding: 5px 10px 10px;
      width: 50%;
      display: inline-block;
      float: left; }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last {
      padding: 5px 10px 10px;
      border-left: 1px solid #f3f3f3;
      width: 50%;
      display: inline-block;
      float: left; }
  .ui-datepicker .ui-datepicker-calendar {
    display: inline-block;
    width: 100% !important;
    margin: 0 !important; }
    .ui-datepicker .ui-datepicker-calendar thead, .ui-datepicker .ui-datepicker-calendar tbody, .ui-datepicker .ui-datepicker-calendar tr {
      display: inline-block;
      width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
      width: 14.28%;
      height: auto;
      display: inline-block;
      float: left;
      padding: 0;
      text-align: center; }
    .ui-datepicker .ui-datepicker-calendar th {
      color: #999999;
      font-weight: normal; }
    .ui-datepicker .ui-datepicker-calendar span, .ui-datepicker .ui-datepicker-calendar a {
      line-height: 38px;
      border: 0;
      display: inline-block;
      width: 100%; }
  .ui-datepicker .ui-state-default {
    padding: 0;
    cursor: pointer; }
    .ui-datepicker .ui-state-default:hover {
      background-color: #d9d9d9;
      color: #333333;
      border-radius: 2px; }
    .ui-datepicker .ui-state-default.ui-state-active {
      background-color: #f3642d;
      color: white;
      border-radius: 2px; }
  .ui-datepicker .ui-datepicker-header {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    color: black;
    border-radius: 0;
    border-bottom: 1px dashed #b3b3b3; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 5px 0 5px;
      line-height: 30px;
      font-size: 14px;
      text-align: center;
      font-weight: bold; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    opacity: 0.5;
    position: absolute;
    top: 10px;
    height: auto;
    width: auto;
    display: inline-block;
    color: gray;
    overflow: hidden;
    cursor: pointer !important; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      position: relative;
      display: inline-block;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent;
      border: 0;
      font-family: "FontAwesome";
      font-size: 24px;
      text-align: center;
      width: 26px;
      height: 26px; }
    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
      opacity: 1;
      background-color: #d9d9d9;
      color: #333333;
      border-radius: 2px; }
    .ui-datepicker .ui-datepicker-prev .ui-icon,
    .ui-datepicker .ui-datepicker-next .ui-icon {
      display: none; }
  .ui-datepicker .ui-datepicker-prev {
    left: 5px; }
    .ui-datepicker .ui-datepicker-prev:before {
      content: "\f104"; }
  .ui-datepicker .ui-datepicker-next {
    right: 5px; }
    .ui-datepicker .ui-datepicker-next:before {
      content: "\f105"; }
  .ui-datepicker .ui-state-hover {
    border: 0;
    background: transparent; }
  .ui-datepicker .ui-state-default,
  .ui-datepicker .ui-widget-content .ui-state-default,
  .ui-datepicker .ui-widget-header .ui-state-default {
    border: 0;
    background: transparent;
    font-weight: normal;
    text-align: center;
    color: #333333; }

/* Custom UI-Widget
---------------------------------------
*/
.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  background-image: url("/sites/80/images/ui-icons.png");
  background-repeat: no-repeat;
  background-position: -96px -128px;
  width: 18px;
  height: 18px; }

@media only screen and (max-width: 767px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 30px) !important;
    margin: 0 auto; } }

/* Custom Zopim
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .zopim {
    display: none !important; } }

/* Block 
---------------------------------------
*/
.block {
  background: white;
  border: 1px solid #e1e1e1;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px; }
  .block .header {
    display: block;
    color: #f15a29;
    padding: 6% 10%;
    line-height: 1.2em;
    border-bottom: 1px dotted #e1e1e1; }
    .block .header i {
      position: absolute;
      color: #C1DBEA;
      font-size: 42px;
      right: 10%;
      top: 4.5%; }
  .block .body {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    padding: 0 10px 10px 10px; }
  .block .list {
    border-top: 1px solid #cccccc;
    text-align: center;
    padding-bottom: 10px; }
    .block .list:first-child:last-child {
      border: 0; }
    .block .list:first-child:not(:last-child) {
      border: 0; }

.section-why {
  width: 100%;
  float: left;
  margin-top: 45px; }
  @media screen and (max-width: 991px) {
    .section-why {
      margin-top: 10px; } }
  .section-why .block {
    border: 1px solid #e1e1e1; }
    .section-why .block .header {
      border-bottom: 1px dotted #e1e1e1;
      padding: 13px 10px;
      text-align: center; }
    .section-why .block .body {
      padding: 10px 10px 0; }
      .section-why .block .body ul {
        list-style: none;
        padding-left: 0; }
        .section-why .block .body ul li {
          padding-bottom: 5px;
          font-size: 13px; }
          .section-why .block .body ul li i {
            vertical-align: middle;
            font-size: 18px;
            margin-top: -2px;
            color: #f9c637; }

.block-ssl {
  background: #f8e8cd;
  border: 1px solid #f4bc58;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 10px; }
  .block-ssl .header {
    display: block;
    color: #ff6600;
    padding: 6% 10%;
    font-size: 18px;
    line-height: 1.2em;
    border-bottom: 1px dotted #ff6600; }
    .block-ssl .header i {
      position: absolute;
      color: #C1DBEA;
      font-size: 42px;
      right: 10%;
      top: 4.5%; }
  .block-ssl .body {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left; }
  .block-ssl .footer {
    color: #ff6600;
    font-weight: bold;
    padding-bottom: 10px; }
    .block-ssl .footer img {
      width: 75%;
      display: block;
      margin: 0 auto; }
  .block-ssl .list {
    border-top: 1px solid #cccccc;
    text-align: center;
    padding-bottom: 10px; }
    .block-ssl .list:first-child:last-child {
      border: 0; }
    .block-ssl .list:first-child:not(:last-child) {
      border: 0; }
    .block-ssl .list a {
      display: block;
      margin: auto;
      margin-top: 15px; }
    .block-ssl .list span {
      display: block;
      margin: auto;
      margin-top: 15px;
      color: #3f4d61; }
  .block-ssl ul.list-style {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
    padding: 10% 6px 0;
    list-style: none;
    margin: 0;
    color: #3f4d61; }
    .block-ssl ul.list-style li {
      position: relative;
      padding-left: 18px;
      margin-bottom: 15px; }
      .block-ssl ul.list-style li:before {
        position: relative;
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        border: 0;
        font-family: "FontAwesome";
        content: "\f00c";
        color: #ff6600;
        position: absolute;
        font-size: 12px;
        top: 2px;
        left: 0; }
      .block-ssl ul.list-style li a {
        color: #056BA8; }
    .block-ssl ul.list-style img {
      width: 75%;
      display: block;
      margin: 0 auto; }
  .block-ssl .help-call {
    background: white;
    border-top: 1px dotted #ff6600;
    border-bottom: 1px dotted #ff6600;
    padding: 0 0 10px 0; }
    .block-ssl .help-call > span {
      display: block;
      margin: auto;
      margin-top: 10px;
      color: #000; }
    .block-ssl .help-call > i {
      color: #ff6600;
      vertical-align: middle;
      font-size: 20px; }
    .block-ssl .help-call > h4 {
      color: #ff6600;
      display: inline;
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      vertical-align: middle; }

.section-sidebar {
  display: inline-block;
  float: right; }
  .section-sidebar .block {
    background: #f4f4f4; }
    .section-sidebar .block .header {
      padding-bottom: 15px;
      border: 0; }
    .section-sidebar .block .picture {
      background: white;
      margin-bottom: 15px; }
      .section-sidebar .block .picture img {
        width: 100%;
        margin: 0 auto; }
    .section-sidebar .block .NewsletterFormDiv {
      width: 100%;
      float: left; }
      .section-sidebar .block .NewsletterFormDiv .NewsletterRow {
        width: 100%;
        float: left; }
        .section-sidebar .block .NewsletterFormDiv .NewsletterRow .NewsletterEmail input {
          border-radius: 4px 4px 0 0;
          height: 39px; }
          .section-sidebar .block .NewsletterFormDiv .NewsletterRow .NewsletterEmail input:hover, .section-sidebar .block .NewsletterFormDiv .NewsletterRow .NewsletterEmail input:focus {
            border-width: 1px; }
      .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv {
        width: 100%;
        float: left; }
        .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input {
          width: 100%;
          float: left;
          border-radius: 0 0 4px 4px;
          height: 39px;
          background: #f9c637;
          border: 1px solid #f8bf1e;
          text-align: center;
          color: #c49206;
          -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          cursor: pointer;
          outline: none;
          -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
          border: 1px solid #eaa803;
          color: black;
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase; }
          .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:hover {
            background: #f8bb0f; }
          .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:active {
            background: #ab8005;
            outline: none; }
          .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:focus {
            outline: none; }
          .section-sidebar .block .NewsletterFormDiv .NewsletterButtonDiv input:hover {
            background: #f15a29;
            color: white; }
      .section-sidebar .block .NewsletterFormDiv .NewsletterVal span {
        color: red;
        font-size: 12px; }
      .section-sidebar .block .NewsletterFormDiv .NewsletterSuccessDiv {
        text-align: center;
        width: 100%;
        float: left;
        border-top: 1px dashed #d6e9c6;
        padding: 10px 0;
        background-color: #dff0d8; }
        .section-sidebar .block .NewsletterFormDiv .NewsletterSuccessDiv span {
          font-size: 18px;
          font-weight: bold;
          color: #3c763d; }
    .section-sidebar .block .footer {
      padding: 10px 0;
      display: inline-block; }
      .section-sidebar .block .footer a {
        color: #808080;
        text-decoration: underline; }

/* Loading 
---------------------------------------
*/
#Loading {
  width: 100%;
  min-height: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    #Loading {
      padding: 10px 5px; } }
  #Loading .loading-col01 {
    width: 240px;
    float: left;
    display: none;
    padding-right: 15px; }
    @media only screen and (min-width: 1200px) {
      #Loading .loading-col01 {
        display: block; } }
  #Loading .loading-col02 {
    display: inline-block;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      #Loading .loading-col02 {
        width: calc(100% - (240px + 180px)); } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      #Loading .loading-col02 {
        width: calc(100% - 180px); } }
    @media only screen and (min-width: 768px) {
      #Loading .loading-col02 {
        padding-right: 15px; } }
  #Loading .loading-col03 {
    width: 180px;
    float: right; }
  #Loading #METAQuote {
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      #Loading #METAQuote {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #Loading #METAQuote {
        margin-top: 10px; } }
  #Loading .new-bar {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 5px;
    margin: 5px 0 10px;
    background: white; }
    #Loading .new-bar .bar-load {
      height: 15px;
      border-radius: 6px;
      background: #60abe8;
      background-image: url("/sites/80/images/loading.gif");
      background-size: auto 35px; }
  #Loading .section-modal .modal-header {
    border: 0;
    padding: 15px 0 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: black; }
  #Loading .section-modal .FiltersAll {
    width: 100%; }
    #Loading .section-modal .FiltersAll > div[class*="Show"] {
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%;
      position: relative;
      display: inline-block;
      border: 1px solid #e1e1e1; }
      #Loading .section-modal .FiltersAll > div[class*="Show"][id*="AirlinesDiv"] {
        margin: 0; }
    #Loading .section-modal .FiltersAll .SliderBoxLabel {
      position: relative;
      background: #f2f2f2;
      border: 0;
      border-radius: 0;
      color: black;
      font-size: 14px;
      font-weight: bold;
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #ddd; }
    #Loading .section-modal .FiltersAll .SliderBox {
      background: white;
      display: block;
      text-align: center;
      padding: 10px; }
      #Loading .section-modal .FiltersAll .SliderBox .SliderLabelSub {
        color: #ff6600;
        display: inline-block; }
      #Loading .section-modal .FiltersAll .SliderBox div[id="PriceDisplay"],
      #Loading .section-modal .FiltersAll .SliderBox div[id="DurationDisplay"] {
        font-weight: bold;
        font-size: 12px; }
      #Loading .section-modal .FiltersAll .SliderBox .ui-slider {
        display: block;
        width: 92%;
        padding: 0;
        background: #a9acb1;
        height: 4px !important;
        border: 0;
        position: relative;
        margin: 10px 8px 10px 8px; }
        @media only screen and (max-width: 767px) {
          #Loading .section-modal .FiltersAll .SliderBox .ui-slider {
            width: 96%; } }
        #Loading .section-modal .FiltersAll .SliderBox .ui-slider .ui-slider-range {
          display: inline-block;
          color: #2e7bcc; }
          #Loading .section-modal .FiltersAll .SliderBox .ui-slider .ui-slider-range.ui-widget-header.ui-corner-all {
            background: #ff9600 !important;
            border-radius: 0; }
        #Loading .section-modal .FiltersAll .SliderBox .ui-slider .ui-slider-handle {
          width: 20px !important;
          height: 20px !important;
          z-index: 100 !important;
          border: 1px solid #b0b0b0;
          background-color: white !important;
          background-image: none !important;
          border-radius: 100%;
          cursor: move !important;
          top: -8px !important;
          margin-left: -10px;
          position: absolute;
          outline: none; }
          #Loading .section-modal .FiltersAll .SliderBox .ui-slider .ui-slider-handle:hover, #Loading .section-modal .FiltersAll .SliderBox .ui-slider .ui-slider-handle:focus {
            background: white;
            border-color: #2e7bcc;
            -webkit-box-shadow: 0 0 0 1px #2e7bcc;
            box-shadow: 0 0 0 1px #2e7bcc; }
      #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable {
        display: inline-block;
        width: 100%;
        padding: 0; }
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable tbody,
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable tr {
          display: inline-block;
          width: 100%; }
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable tr {
          width: 100%;
          display: block;
          text-align: left; }
          #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable tr > td {
            position: relative; }
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable #StopsCheckBoxList > td {
          display: inline-block; }
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable .input-group {
          width: 100%; }
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable label {
          background: #ebebeb none repeat scroll 0 0;
          border: 1px solid #c2c2c2;
          border-radius: 2px;
          -webkit-box-shadow: none;
          box-shadow: none;
          color: #888 !important;
          font-weight: bold !important;
          display: inline-block;
          font-size: 12px;
          line-height: 12px;
          font-weight: bold;
          margin: 0 3px 3px 0;
          padding: 8px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none; }
          #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable label:before {
            width: 15px;
            height: 15px;
            background: white;
            border: 1px solid #cdcdcd;
            border-radius: 3px;
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px; }
          #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable label:hover {
            border-color: #f9c637; }
        #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable input {
          cursor: pointer;
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          display: none; }
          #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable input:checked + label {
            border-color: #cacaca;
            color: #000 !important; }
            #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable input:checked + label:before {
              border-color: #328bfd;
              background: #4393fd; }
            #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable input:checked + label:after {
              position: relative;
              display: inline-block;
              font-style: normal;
              font-weight: 400;
              line-height: 1;
              padding: 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              outline: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              background: transparent;
              border: 0;
              font-family: "FontAwesome";
              content: "\f00c";
              position: absolute;
              font-size: 12px;
              left: 11px;
              top: 11px;
              color: white; }
          #Loading .section-modal .FiltersAll .SliderBox .CheckBoxTable input + label:hover {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            background-image: none;
            border-color: #cacaca; }
    #Loading .section-modal .FiltersAll div[id*="ShowPriceDiv"] .SliderBox,
    #Loading .section-modal .FiltersAll div[id*="ShowDurationDiv"] .SliderBox,
    #Loading .section-modal .FiltersAll div[id*="ShowDepartureDiv"] .SliderBox,
    #Loading .section-modal .FiltersAll div[id*="ShowReturnDiv"] .SliderBox {
      margin: 0; }
    #Loading .section-modal .FiltersAll div[id*="DepartTimeDiv"] .SliderBoxInside .SliderLabelSub,
    #Loading .section-modal .FiltersAll div[id*="ReturnTimeDiv"] .SliderBoxInside .SliderLabelSub {
      display: inline-block;
      width: 100%;
      margin: 5px 0 -2px;
      color: #ff6600; }
    #Loading .section-modal .FiltersAll div[id*="DepartTimeDiv"] .SliderBoxInside .SliderLabel,
    #Loading .section-modal .FiltersAll div[id*="ReturnTimeDiv"] .SliderBoxInside .SliderLabel {
      font-weight: bold;
      font-size: 12px; }
    #Loading .section-modal .FiltersAll div[id*="DepartTimeDiv"] .SliderBoxInside .ui-slider,
    #Loading .section-modal .FiltersAll div[id*="ReturnTimeDiv"] .SliderBoxInside .ui-slider {
      clear: both; }
      #Loading .section-modal .FiltersAll div[id*="DepartTimeDiv"] .SliderBoxInside .ui-slider:not(:last-child),
      #Loading .section-modal .FiltersAll div[id*="ReturnTimeDiv"] .SliderBoxInside .ui-slider:not(:last-child) {
        margin-bottom: 15px; }
    #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .SliderBox {
      width: 100%;
      font-size: 12px;
      color: #ccc; }
      #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .SliderBox .FilterSub #AirlinesAll,
      #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .SliderBox .FilterSub #AirlinesNone {
        color: #4262FF;
        background: transparent;
        width: 47%;
        border: 0;
        padding: 0;
        font-weight: bold;
        display: inline-block;
        cursor: pointer; }
        #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .SliderBox .FilterSub #AirlinesAll:hover,
        #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .SliderBox .FilterSub #AirlinesNone:hover {
          text-decoration: underline; }
    #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .CheckBoxTable {
      padding: 10px 0 0; }
      #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .CheckBoxTable tr {
        width: 100%;
        display: block;
        text-align: left; }
      #Loading .section-modal .FiltersAll div[id*="ShowAirlinesDiv"] .CheckBoxTable td {
        width: 100%;
        display: block;
        text-align: left; }
    @media only screen and (max-width: 767px) {
      #Loading .section-modal .FiltersAll > div[id*="Show"] {
        border: 0; } }
  #Loading .block-loading {
    padding: 2em;
    margin-bottom: 15px;
    margin-top: 45px;
    border: 1px solid #e1e1e1; }
    @media only screen and (max-width: 767px) {
      #Loading .block-loading {
        padding: 1em; } }
    @media screen and (max-width: 991px) {
      #Loading .block-loading {
        margin-top: 10px; } }
    #Loading .block-loading .loading-bar {
      border: 1px solid #e1e1e1;
      border-radius: 20px;
      padding: 5px;
      margin: 5px 0 10px;
      background: white; }
    #Loading .block-loading .progress {
      height: 15px;
      border-radius: 6px;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 0; }
      #Loading .block-loading .progress .progress-bar {
        background-color: white;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #Loading .block-loading h6 {
      font-size: 14px;
      margin: 20px 0 10px; }
  #Loading .block-destination {
    background: black;
    border: 1px solid #e1e1e1;
    color: white; }
    #Loading .block-destination .top {
      text-align: center;
      padding: 1em; }
      #Loading .block-destination .top .icon-logo {
        background-image: url(/sites/80/images/logo.svg);
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        content: '';
        padding: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        width: 400px;
        height: 45px;
        margin: 1em 0; }
        @media only screen and (max-width: 767px) {
          #Loading .block-destination .top .icon-logo {
            width: 300px;
            max-width: 100%; } }
    #Loading .block-destination .middle {
      text-align: center;
      padding: 2em 0;
      background: white; }
      #Loading .block-destination .middle h5 {
        font-size: 16px;
        line-height: 1.5;
        color: #666; }
        @media only screen and (max-width: 767px) {
          #Loading .block-destination .middle h5 {
            font-size: 16px;
            padding: 0 10px; } }
      #Loading .block-destination .middle strong {
        font-size: 24px;
        font-weight: bold;
        color: black;
        text-transform: uppercase;
        margin: 5px 0;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          #Loading .block-destination .middle strong {
            font-size: 16px; } }
    #Loading .block-destination .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 25px 20px;
      background: #f6f6f6; }
      @media only screen and (max-width: 767px) {
        #Loading .block-destination .bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media screen and (max-width: 991px) {
        #Loading .block-destination .bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #Loading .block-destination .bottom .left {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        @media only screen and (max-width: 767px) {
          #Loading .block-destination .bottom .left {
            width: 100%;
            margin: 5px 0 10px;
            border: 0;
            padding: 0;
            height: auto; } }
        @media screen and (max-width: 991px) {
          #Loading .block-destination .bottom .left {
            width: 100%;
            margin: 0; } }
        #Loading .block-destination .bottom .left .icon-people {
          background-image: url("/sites/80/images/sprite-all.png");
          background-repeat: no-repeat;
          position: relative;
          display: inline-block;
          content: '';
          padding: 0;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0;
          background-position: 0 0;
          width: 70px;
          height: 85px;
          opacity: 0.5;
          margin-right: 10px;
          margin-top: -10px; }
        #Loading .block-destination .bottom .left h1 {
          font-size: 26px;
          color: #337ab7;
          font-weight: bold;
          margin: 0 0 10px 0; }
        #Loading .block-destination .bottom .left h4 {
          font-size: 18px;
          color: black;
          margin: 0 0 5px 0; }
        #Loading .block-destination .bottom .left p {
          font-size: 12px;
          color: black;
          margin: 0; }
        @media only screen and (min-width: 1024px) and (max-width: 1199px) {
          #Loading .block-destination .bottom .left h1 {
            font-size: 24px; }
          #Loading .block-destination .bottom .left img {
            margin-left: 0; } }
        #Loading .block-destination .bottom .left a:hover h1,
        #Loading .block-destination .bottom .left a:hover h4 {
          text-decoration: underline; }
      #Loading .block-destination .bottom .right {
        width: 50%;
        position: relative;
        padding: 0 20px; }
        @media screen and (max-width: 991px) {
          #Loading .block-destination .bottom .right {
            display: none; } }
        #Loading .block-destination .bottom .right h4 {
          font-size: 18px;
          color: #f15a29;
          font-weight: bold;
          margin: 0 0 10px 0; }
        #Loading .block-destination .bottom .right p {
          font-size: 14px;
          color: black;
          margin: 0;
          padding-right: 80px; }
        #Loading .block-destination .bottom .right .icon-smartpledge {
          background-image: url("/sites/80/images/sprite-all.png");
          background-repeat: no-repeat;
          position: relative;
          display: inline-block;
          content: '';
          padding: 0;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0;
          background-position: -338px -345px;
          width: 100px;
          height: 55px;
          position: absolute;
          top: -15px;
          right: -10px; }

/* Fixed bar
---------------------------------------
*/
.section-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1042;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .section-bottom-fixed {
      background: #f9c637;
      border: 1px solid #e9a822;
      text-align: center; } }
  .section-bottom-fixed .nav-call {
    margin: 15px 0;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .section-bottom-fixed .nav-call {
        margin: 5px 0;
        display: none; } }
    .section-bottom-fixed .nav-call h4 {
      font-size: 14px;
      font-weight: bold;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .section-bottom-fixed .nav-call h4 {
          display: block;
          font-size: 18px;
          margin-bottom: 3px; } }
    .section-bottom-fixed .nav-call a {
      font-size: 18px;
      text-decoration: underline;
      padding: 0 5px; }
      @media only screen and (max-width: 767px) {
        .section-bottom-fixed .nav-call a {
          font-size: 15px; } }
    .section-bottom-fixed .nav-call p {
      font-weight: bold;
      margin-top: 5px; }
      @media only screen and (min-width: 768px) {
        .section-bottom-fixed .nav-call p {
          display: inline-block;
          margin: 0; } }
  @media only screen and (min-width: 768px) {
    .section-bottom-fixed .nav-call-mobile {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .section-bottom-fixed .nav-call-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      color: black;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 0;
      height: 40px;
      -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
      background: #f9c637;
      border-top: 1px solid #e9a822; }
      .section-bottom-fixed .nav-call-mobile .call-button-left,
      .section-bottom-fixed .nav-call-mobile .call-button-right {
        width: 60px;
        margin-top: -5px; }
        .section-bottom-fixed .nav-call-mobile .call-button-left a,
        .section-bottom-fixed .nav-call-mobile .call-button-right a {
          background: #f15928;
          border: 1px solid #ef4710;
          text-align: center;
          color: #a8310b;
          -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          cursor: pointer;
          outline: none;
          -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          border: 0;
          font-size: 11px;
          color: white;
          display: block;
          padding: 4px 3px 8px;
          border-radius: 2px;
          font-weight: bold;
          text-align: center;
          -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
          .section-bottom-fixed .nav-call-mobile .call-button-left a:hover,
          .section-bottom-fixed .nav-call-mobile .call-button-right a:hover {
            background: #e2420f; }
          .section-bottom-fixed .nav-call-mobile .call-button-left a:active,
          .section-bottom-fixed .nav-call-mobile .call-button-right a:active {
            background: #902a09;
            outline: none; }
          .section-bottom-fixed .nav-call-mobile .call-button-left a:focus,
          .section-bottom-fixed .nav-call-mobile .call-button-right a:focus {
            outline: none; }
          .section-bottom-fixed .nav-call-mobile .call-button-left a:before,
          .section-bottom-fixed .nav-call-mobile .call-button-right a:before {
            background-image: url("/sites/80/images/sprite-all.png");
            background-repeat: no-repeat;
            position: relative;
            display: inline-block;
            content: '';
            padding: 0;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
            background-repeat: no-repeat;
            vertical-align: middle;
            width: 18px;
            height: 18px;
            display: inline-block;
            margin: 0 auto -2px; }
      .section-bottom-fixed .nav-call-mobile .call-button-left a {
        border-radius: 0 100px 100px 0;
        padding: 3px 10px 3px 0px; }
      .section-bottom-fixed .nav-call-mobile .call-button-left a:before {
        background-position: -8px -98px; }
      .section-bottom-fixed .nav-call-mobile .call-button-right a {
        border-radius: 100px 0 0 100px;
        padding: 3px 0 3px 10px; }
      .section-bottom-fixed .nav-call-mobile .call-button-right a:before {
        background-position: -41px -98px; }
      .section-bottom-fixed .nav-call-mobile .call-detail {
        width: 100%;
        line-height: 1;
        text-align: center;
        padding: 0 5px;
        font-size: 11px;
        font-weight: bold; } }
  @media only screen and (min-width: 1200px) {
    .section-bottom-fixed .nav-call-mobile {
      display: none; } }
  .section-bottom-fixed .nav-call-bottom-mob {
    background: url("/sites/80/images/call-bottom-bg.jpg") no-repeat right bottom;
    background-size: cover;
    width: 100%;
    height: 140px;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2));
    display: none;
    padding-top: 15px;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
      .section-bottom-fixed .nav-call-bottom-mob {
        display: block; } }
    .section-bottom-fixed .nav-call-bottom-mob h4 {
      text-align: center;
      color: #16385a;
      font-size: 20px;
      margin: 5px 0; }
    .section-bottom-fixed .nav-call-bottom-mob p {
      font-size: 16px;
      text-align: center;
      margin: 0 auto 8px; }
      .section-bottom-fixed .nav-call-bottom-mob p strong {
        font-weight: 600;
        color: #45ba11; }
    .section-bottom-fixed .nav-call-bottom-mob .callNchat {
      /*display: flex;
			justify-content: space-between;
			flex-direction: row-reverse;
			*/
      position: relative;
      width: 58%;
      margin: 0 auto; }
      .section-bottom-fixed .nav-call-bottom-mob .callNchat .call-but-bot {
        border-radius: 100px;
        background: #45ba11;
        -webkit-filter: drop-shadow(0 3px 6px rgba(69, 186, 17, 0.5));
        filter: drop-shadow(0 3px 6px rgba(69, 186, 17, 0.5));
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        height: 58px;
        font-size: 20px;
        font-weight: 600; }
        .section-bottom-fixed .nav-call-bottom-mob .callNchat .call-but-bot span {
          color: #fcff00;
          margin-left: 5px; }
      .section-bottom-fixed .nav-call-bottom-mob .callNchat .chat-but-bot {
        background: #fff;
        border-radius: 100px;
        height: 58px;
        width: 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
        position: absolute;
        right: -68px;
        top: 0;
        z-index: 9999; }
        .section-bottom-fixed .nav-call-bottom-mob .callNchat .chat-but-bot img {
          height: 70%; }
    .section-bottom-fixed .nav-call-bottom-mob .operator-na {
      position: absolute;
      background: url("/sites/80/images/call-operator.png") no-repeat;
      background-size: auto 100%;
      width: 78px;
      height: 79px;
      content: '';
      display: block;
      top: 0;
      left: 0;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }

/* Header
---------------------------------------
*/
/* animation icon */
.icon-call {
  -webkit-animation: call-icon-top_5081 3s linear infinite;
  animation: call-icon-top_5081 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@-webkit-keyframes call-icon-top_5081 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  8.33333% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  16.66667% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  25% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  33.33333% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  41.66667% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  50% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  58.33333% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  66.66667% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes call-icon-top_5081 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  8.33333% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  16.66667% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  25% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  33.33333% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  41.66667% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  50% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  58.33333% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  66.66667% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

/* animation icon */
#CultureMenu li {
  float: left;
  border-bottom: 1px solid #ededed; }
  @media only screen and (min-width: 768px) {
    #CultureMenu li:nth-last-child(-n+2) {
      border: 0; } }
  #CultureMenu li > a {
    padding: 8px;
    color: transparent;
    font-size: 13px;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
    #CultureMenu li > a:before {
      -webkit-box-shadow: 0px 1px 1px #aaa;
      box-shadow: 0px 1px 1px #aaa;
      background: url(/sites/80/images/sprite-flag.png) no-repeat;
      background-position: -140px -105px;
      background-repeat: no-repeat;
      border-radius: 100px;
      position: relative;
      display: inline-block;
      content: '';
      outline: none;
      width: 25px;
      height: 25px;
      vertical-align: middle; }
    #CultureMenu li > a:after {
      position: absolute;
      left: 41px;
      top: 10px;
      display: inline-block;
      content: 'none';
      padding: 0;
      outline: none;
      width: 100px;
      color: black; }
    #CultureMenu li > a:hover {
      background: #f2f2f2;
      color: transparent; }
      #CultureMenu li > a:hover:before {
        -webkit-box-shadow: 0px 0px 0px 1px #2c99e8;
        box-shadow: 0px 0px 0px 1px #2c99e8; }
      #CultureMenu li > a:hover:after {
        color: #2c99e8; }

#CultureMenu li[data-cultureid="1"]:hover:after {
  content: "English"; }

#CultureMenu li[data-cultureid="1"] > a:before {
  background-position: -105px 0; }

#CultureMenu li[data-cultureid="1"] > a:after {
  content: "English"; }

#CultureMenu li[data-cultureid="2"]:hover:after {
  content: "Spanish"; }

#CultureMenu li[data-cultureid="2"] > a:before {
  background-position: 0px -105px; }

#CultureMenu li[data-cultureid="2"] > a:after {
  content: "Español Spanish"; }

#CultureMenu li[data-cultureid="3"]:hover:after {
  content: "German"; }

#CultureMenu li[data-cultureid="3"] > a:before {
  background-position: -35px -35px; }

#CultureMenu li[data-cultureid="3"] > a:after {
  content: "Deutsch German"; }

#CultureMenu li[data-cultureid="4"]:hover:after {
  content: "French"; }

#CultureMenu li[data-cultureid="4"] > a:before {
  background-position: 0 -35px; }

#CultureMenu li[data-cultureid="4"] > a:after {
  content: "Français French"; }

#CultureMenu li[data-cultureid="5"]:hover:after {
  content: "Thai"; }

#CultureMenu li[data-cultureid="5"] > a:before {
  background-position: -35px -105px; }

#CultureMenu li[data-cultureid="5"] > a:after {
  content: "ภาษาไทย Thai"; }

#CultureMenu li[data-cultureid="6"]:hover:after {
  content: "Arabic"; }

#CultureMenu li[data-cultureid="6"] > a:before {
  background-position: 0 0; }

#CultureMenu li[data-cultureid="6"] > a:after {
  content: "لعربي Arabic"; }

#CultureMenu li[data-cultureid="7"]:hover:after {
  content: "Chinese Simplified"; }

#CultureMenu li[data-cultureid="7"] > a:before {
  background-position: -35px 0; }

#CultureMenu li[data-cultureid="7"] > a:after {
  content: "简体中文 Chinese Simplified"; }

#CultureMenu li[data-cultureid="8"]:hover:after {
  content: "Chinese Traditional"; }

#CultureMenu li[data-cultureid="8"] > a:before {
  background-position: -35px 0; }

#CultureMenu li[data-cultureid="8"] > a:after {
  content: "繁體中文 Chinese Traditional"; }

#CultureMenu li[data-cultureid="11"]:hover:after {
  content: "Farsi/Persian"; }

#CultureMenu li[data-cultureid="11"] > a:before {
  background-position: -140px 0; }

#CultureMenu li[data-cultureid="11"] > a:after {
  content: "فارسی Farsi/Persian"; }

#CultureMenu li[data-cultureid="12"]:hover:after {
  content: "Russian"; }

#CultureMenu li[data-cultureid="12"] > a:before {
  background-position: -140px -70px; }

#CultureMenu li[data-cultureid="12"] > a:after {
  content: "Русский Russian"; }

#CultureMenu li[data-cultureid="13"]:hover:after {
  content: "Portuguese"; }

#CultureMenu li[data-cultureid="13"] > a:before {
  background-position: -105px -70px; }

#CultureMenu li[data-cultureid="13"] > a:after {
  content: "Português Portuguese"; }

#CultureMenu li[data-cultureid="14"]:hover:after {
  content: "Korean"; }

#CultureMenu li[data-cultureid="14"] > a:before {
  background-position: -70px -70px; }

#CultureMenu li[data-cultureid="14"] > a:after {
  content: "한국어 Korean"; }

#CultureMenu li[data-cultureid="15"]:hover:after {
  content: "Japanese"; }

#CultureMenu li[data-cultureid="15"] > a:before {
  background-position: -35px -70px; }

#CultureMenu li[data-cultureid="15"] > a:after {
  content: "日本語 Japanese"; }

#CultureMenu li[data-cultureid="16"]:hover:after {
  content: "Italian"; }

#CultureMenu li[data-cultureid="16"] > a:before {
  background-position: 0 -70px; }

#CultureMenu li[data-cultureid="16"] > a:after {
  content: "Italiano Italian"; }

#CultureMenu li[data-cultureid="17"]:hover:after {
  content: "Indonesian"; }

#CultureMenu li[data-cultureid="17"] > a:before {
  background-position: -140px -35px; }

#CultureMenu li[data-cultureid="17"] > a:after {
  content: "Bahasa Indonesia Indonesian"; }

#CultureMenu li[data-cultureid="19"]:hover:after {
  content: "Hebrew"; }

#CultureMenu li[data-cultureid="19"] > a:before {
  background-position: -105px -35px; }

#CultureMenu li[data-cultureid="19"] > a:after {
  content: "עברית Hebrew"; }

#CultureMenu li[data-cultureid="20"]:hover:after {
  content: "Greek"; }

#CultureMenu li[data-cultureid="20"] > a:before {
  background-position: -70px -35px; }

#CultureMenu li[data-cultureid="20"] > a:after {
  content: "Ελληνικά Greek"; }

#CultureMenu li[data-cultureid="21"]:hover:after {
  content: "Czech"; }

#CultureMenu li[data-cultureid="21"] > a:before {
  background-position: -70px 0; }

#CultureMenu li[data-cultureid="21"] > a:after {
  content: "čeština Czech"; }

#CultureMenu li[data-cultureid="22"]:hover:after {
  content: "Vietnamese"; }

#CultureMenu li[data-cultureid="22"] > a:before {
  background-position: -105px -105px; }

#CultureMenu li[data-cultureid="22"] > a:after {
  content: "Tiếng Việt Vietnamese"; }

#CultureMenu li[data-cultureid="23"]:hover:after {
  content: "Turkish"; }

#CultureMenu li[data-cultureid="23"] > a:before {
  background-position: -70px -105px; }

#CultureMenu li[data-cultureid="23"] > a:after {
  content: "Türkçe Turkish"; }

@media (min-width: 768px) and (max-height: 758px) {
  #CurrencyMenu {
    max-height: 90vh;
    overflow-y: scroll; } }

#CurrencyMenu .currency-suggest {
  display: table;
  width: 100%;
  margin-bottom: 9px; }
  #CurrencyMenu .currency-suggest li {
    width: 33.333%;
    padding: 0 10px; }

#CurrencyMenu .currency-all {
  display: inline-block;
  width: 100%;
  margin-bottom: 9px; }
  #CurrencyMenu .currency-all li {
    width: 33.333%;
    padding: 0 10px; }

#CurrencyMenu li:nth-last-child(-n+1) a {
  border: 0; }

#CurrencyMenu li:nth-child(3n) {
  padding: 0; }

#CurrencyMenu li.title {
  background: #f3f3f3;
  width: 100%;
  font-size: 12px;
  padding: 10px 14px;
  color: #9a9a9a;
  text-transform: uppercase;
  margin-bottom: 9px; }
  #CurrencyMenu li.title:hover:before, #CurrencyMenu li.title:hover:after {
    display: none; }

#CurrencyMenu li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px;
  white-space: nowrap;
  font-size: 13px;
  outline: none;
  color: #676767;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
  #CurrencyMenu li > a strong {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    outline: none;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    color: #2c99e8;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
  #CurrencyMenu li > a:hover {
    background: #f8f8f8; }
    #CurrencyMenu li > a:hover:before {
      background: #f9c637;
      color: white;
      border-color: #f9c637; }
    #CurrencyMenu li > a:hover:after {
      color: #2c99e8; }

#CurrencyMenu li.active a {
  background: #f8f8f8; }

#CurrencyMenu li[data-currencyid="1"]:hover:after {
  content: "United States Dollar"; }

#CurrencyMenu li[data-currencyid="48"]:hover:after {
  content: "Euro"; }

#CurrencyMenu li[data-currencyid="2"]:hover:after {
  content: "United Kingdom Pounds"; }

#CurrencyMenu li[data-currencyid="67"]:hover:after {
  content: "India Rupees"; }

#CurrencyMenu li[data-currencyid="11"]:hover:after {
  content: "Australia Dollars"; }

#CurrencyMenu li[data-currencyid="29"]:hover:after {
  content: "Canada Dollars"; }

#CurrencyMenu li[data-currencyid="130"]:hover:after {
  content: "Singapore Dollars"; }

#CurrencyMenu li[data-currencyid="31"]:hover:after {
  content: "Switzerland Francs"; }

#CurrencyMenu li[data-currencyid="104"]:hover:after {
  content: "Malaysia Ringgits"; }

#CurrencyMenu li[data-currencyid="74"]:hover:after {
  content: "Japan Yen"; }

#CurrencyMenu li[data-currencyid="33"]:hover:after {
  content: "China Yuan Renminbi"; }

#CurrencyMenu li[data-currencyid="63"]:hover:after {
  content: "Hungary Forint"; }

#CurrencyMenu li[data-currencyid="4"]:hover:after {
  content: "United Arab Emirates Dirhams"; }

#CurrencyMenu li[data-currencyid="103"]:hover:after {
  content: "Mexico Pesos"; }

#CurrencyMenu li[data-currencyid="111"]:hover:after {
  content: "New Zealand Dollars"; }

#CurrencyMenu li[data-currencyid="169"]:hover:after {
  content: "South Africa Rand"; }

#CurrencyMenu li[data-currencyid="116"]:hover:after {
  content: "Philippines Pesos"; }

#CurrencyMenu li[data-currencyid="3"]:hover:after {
  content: "Thailand Baht"; }

#CurrencyMenu li[data-currencyid="64"]:hover:after {
  content: "Indonesia Rupiahs"; }

#CurrencyMenu li[data-currencyid="125"]:hover:after {
  content: "Saudi Arabia Riyals"; }

#CurrencyMenu li[data-currencyid="59"]:hover:after {
  content: "Hong Kong Dollars"; }

#CurrencyMenu li[data-currencyid="23"]:hover:after {
  content: "Brazil Reais"; }

#CurrencyMenu li[data-currencyid="145"]:hover:after {
  content: "Turkey Lira"; }

#CurrencyMenu li[data-currencyid="75"]:hover:after {
  content: "Kenya Shillings"; }

#CurrencyMenu li[data-currencyid="80"]:hover:after {
  content: "South Korea Won"; }

#CurrencyMenu li[data-currencyid="68"]:hover:after {
  content: "Iraq Dinars"; }

#CurrencyMenu li[data-currencyid="109"]:hover:after {
  content: "Norway Kroner"; }

#CurrencyMenu li[data-currencyid="81"]:hover:after {
  content: "Kuwait Dinars"; }

#CurrencyMenu li[data-currencyid="123"]:hover:after {
  content: "Russia Rubles"; }

#CurrencyMenu li[data-currencyid="129"]:hover:after {
  content: "Sweden Kronor"; }

#CurrencyMenu li[data-currencyid="41"]:hover:after {
  content: "Denmark Kroner"; }

#CurrencyMenu li[data-currencyid="45"]:hover:after {
  content: "Egypt Pounds"; }

#CurrencyMenu li[data-currencyid="117"]:hover:after {
  content: "Pakistan Rupees"; }

#CurrencyMenu li[data-currencyid="65"]:hover:after {
  content: "Israel New Shekels"; }

#CurrencyMenu li[data-currencyid="118"]:hover:after {
  content: "Poland Zlotych"; }

#CurrencyMenu li[data-currencyid="120"]:hover:after {
  content: "Qatar Riyals"; }

#CurrencyMenu li[data-currencyid="32"]:hover:after {
  content: "Chile Pesos"; }

#CurrencyMenu li[data-currencyid="34"]:hover:after {
  content: "Colombia Pesos"; }

#CurrencyMenu li[data-currencyid="148"]:hover:after {
  content: "Taiwan New Dollars"; }

#CurrencyMenu li[data-currencyid="10"]:hover:after {
  content: "Argentina Pesos"; }

#CurrencyMenu li[data-currencyid="39"]:hover:after {
  content: "Czech Republic Koruny"; }

#CurrencyMenu li[data-currencyid="156"]:hover:after {
  content: "Vietnam Dong"; }

#CurrencyMenu li[data-currencyid="112"]:hover:after {
  content: "Oman Rials"; }

header {
  background: black;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050; }
  @media only screen and (min-width: 768px) {
    header {
      padding-top: 46px;
      height: 95px; } }
  @media only screen and (max-width: 767px) {
    header {
      min-height: 47px; } }
  header .header-logo {
    display: inline-block;
    float: left; }
    header .header-logo .icon-logo {
      background: url(/sites/80/images/logo.svg) no-repeat;
      background-repeat: no-repeat;
      vertical-align: middle;
      width: 250px;
      height: 30px;
      margin: 12px 0 0; }
      @media only screen and (max-width: 767px) {
        header .header-logo .icon-logo {
          width: 200px;
          margin-top: 12px;
          position: absolute;
          left: 0; } }
  @media only screen and (min-width: 768px) {
    header .header-mobile {
      display: none; } }
  @media only screen and (max-width: 767px) {
    header .header-mobile {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      float: right;
      z-index: 999;
      padding: 0;
      right: -5px; } }
  header .header-mobile .btn-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px; }
  header .header-mobile .btn-group .btn-modify,
  header .header-mobile .btn-group .btn-filter {
    position: relative;
    display: none;
    color: white;
    font-size: 11px;
    padding: 15px 10px 0;
    margin-bottom: -4px;
    height: 31px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9; }
    header .header-mobile .btn-group .btn-modify i,
    header .header-mobile .btn-group .btn-filter i {
      display: block;
      width: 100%;
      margin: 0 auto;
      font-size: 18px;
      font-weight: bold;
      position: absolute;
      top: -3px;
      left: 0; }
    header .header-mobile .btn-group .btn-modify:hover,
    header .header-mobile .btn-group .btn-filter:hover {
      opacity: 1; }
  header .header-mobile .btn-group .btn-call {
    right: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px 0 10px;
    border: 2px solid white;
    border-radius: 4px;
    text-decoration: none;
    height: 35px;
    color: white;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    header .header-mobile .btn-group .btn-call:hover {
      background-color: #f15a29; }
    header .header-mobile .btn-group .btn-call i {
      font-size: 24px;
      margin-right: 5px; }
    header .header-mobile .btn-group .btn-call span {
      text-align: left;
      line-height: 1;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      header .header-mobile .btn-group .btn-call {
        display: none; } }
  header .header-mobile .hamburger {
    background: transparent;
    border: none;
    position: relative;
    display: inline-block; }
    header .header-mobile .hamburger:hover, header .header-mobile .hamburger:focus, header .header-mobile .hamburger:active {
      outline: none; }
    header .header-mobile .hamburger > div {
      width: 20px;
      height: 44px;
      position: relative; }
    header .header-mobile .hamburger.is-closed .hamb-top {
      -webkit-transition: all 0.35s ease-in-out;
      background-color: white;
      top: 16px; }
    header .header-mobile .hamburger.is-closed .hamb-middle {
      background-color: white;
      margin-top: -1px;
      top: 50%; }
    header .header-mobile .hamburger.is-closed .hamb-bottom {
      -webkit-transition: all 0.35s ease-in-out;
      background-color: white;
      bottom: 16px; }
    header .header-mobile .hamburger.is-open .hamb-top {
      -webkit-transform: rotate(45deg);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
      background-color: white;
      margin-top: -2px;
      top: 50%; }
    header .header-mobile .hamburger.is-open .hamb-middle {
      background-color: white;
      display: none; }
    header .header-mobile .hamburger.is-open .hamb-bottom {
      -webkit-transform: rotate(-45deg);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
      background-color: white;
      margin-top: -2px;
      top: 50%; }
    header .header-mobile .hamburger.is-closed .hamb-top,
    header .header-mobile .hamburger.is-closed .hamb-middle,
    header .header-mobile .hamburger.is-closed .hamb-bottom, header .header-mobile .hamburger.is-open .hamb-top,
    header .header-mobile .hamburger.is-open .hamb-middle,
    header .header-mobile .hamburger.is-open .hamb-bottom {
      height: 2px;
      position: absolute;
      left: 0;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      header .header-mobile .hamburger {
        display: none; } }
  @media only screen and (min-width: 768px) {
    header .offcanvas-collapse {
      position: relative;
      display: block !important;
      padding: 0;
      top: 0;
      left: 0;
      width: auto;
      height: auto !important;
      float: right;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      overflow: visible;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (max-width: 767px) {
    header .offcanvas-collapse {
      top: 47px; } }
  @media only screen and (min-width: 768px) {
    header .offcanvas-collapse .modal-dialog {
      position: relative;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      float: none; } }
  @media only screen and (max-width: 767px) {
    header .offcanvas-collapse .modal-dialog {
      width: 260px;
      padding-bottom: 40px; } }
  header .header-wrap-top {
    position: fixed;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    color: black;
    font-weight: bold;
    background: #f9c637;
    padding-top: 7px; }
    @media only screen and (max-width: 767px) {
      header .header-wrap-top {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0; }
        header .header-wrap-top > .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0; }
          header .header-wrap-top > .container:before, header .header-wrap-top > .container:after {
            display: none; }
          header .header-wrap-top > .container > .culture-div {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0; }
          header .header-wrap-top > .container > div {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; } }
    header .header-wrap-top .header-phone {
      display: inline-block;
      float: left; }
      @media only screen and (max-width: 767px) {
        header .header-wrap-top .header-phone {
          padding: 12px 20px 12px 20px; } }
      @media only screen and (min-width: 768px) {
        header .header-wrap-top .header-phone ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 30px; } }
      header .header-wrap-top .header-phone li {
        display: inline-block;
        float: left; }
      header .header-wrap-top .header-phone .icon-call {
        background-image: url("/sites/80/images/sprite-all.png");
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        content: '';
        padding: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-position: -85px -4px;
        width: 32px;
        height: 32px;
        display: inline-block;
        content: '';
        -webkit-animation: call-icon-top_5081 3s linear infinite;
        animation: call-icon-top_5081 3s linear infinite;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        color: #f15a29;
        font-size: 25px;
        padding-right: 15px;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          header .header-wrap-top .header-phone .icon-call {
            display: none; } }
      header .header-wrap-top .header-phone .title {
        padding-right: 5px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap-top .header-phone .title {
            display: block;
            float: none; } }
      header .header-wrap-top .header-phone .phone-us a {
        display: inline-block;
        font-size: 25px;
        text-decoration: underline; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          header .header-wrap-top .header-phone .phone-us a {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          header .header-wrap-top .header-phone .phone-us a {
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            margin-top: 5px; } }
      header .header-wrap-top .header-phone .phone-int a {
        display: inline-block;
        font-size: 25px;
        text-decoration: underline; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          header .header-wrap-top .header-phone .phone-int a {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          header .header-wrap-top .header-phone .phone-int a {
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            margin-top: 5px; } }
      @media only screen and (min-width: 768px) {
        header .header-wrap-top .header-phone .phone-int:before {
          display: inline-block;
          content: "|";
          font-size: 14px;
          color: black;
          margin: 0 5px; } }
    header .header-wrap-top .culture-div {
      float: right;
      display: inline-block;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        header .header-wrap-top .culture-div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 30px; } }
      @media only screen and (max-width: 767px) {
        header .header-wrap-top .culture-div {
          display: table;
          width: 100%; } }
      header .header-wrap-top .culture-div .culture-nav {
        margin: 0;
        padding: 0;
        margin-right: -5px;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          header .header-wrap-top .culture-div .culture-nav {
            float: none;
            margin: 0;
            padding: 0;
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          header .header-wrap-top .culture-div .culture-nav > li {
            float: none;
            width: 100%;
            margin: 0; }
            header .header-wrap-top .culture-div .culture-nav > li.open > a {
              background: #f3f3f3 !important;
              -webkit-box-shadow: none;
              box-shadow: none;
              border: 0; }
            header .header-wrap-top .culture-div .culture-nav > li .caret {
              float: right;
              margin: 8px 0; } }
        header .header-wrap-top .culture-div .culture-nav .dropdown-menu {
          margin: 0;
          padding: 12px 0 0; }
          @media only screen and (max-width: 767px) {
            header .header-wrap-top .culture-div .culture-nav .dropdown-menu {
              background: transparent;
              border: 0;
              -webkit-box-shadow: none;
              box-shadow: none;
              position: relative;
              min-width: 0;
              top: 0;
              width: 100%;
              margin: 0;
              padding: 0;
              border-radius: 0; } }
          header .header-wrap-top .culture-div .culture-nav .dropdown-menu li {
            position: relative;
            width: 100%; }
            header .header-wrap-top .culture-div .culture-nav .dropdown-menu li:hover:after {
              position: absolute;
              top: 30px;
              left: 50%;
              display: inline-block;
              content: attr(data-cultureid);
              white-space: nowrap;
              width: auto;
              height: 20px;
              font-size: 12px;
              color: black !important;
              border-radius: 4px;
              background: #e6e6e6;
              border: 1px solid #cccccc;
              -webkit-box-shadow: 0px 1px 4px #d9d9d9;
              box-shadow: 0px 1px 4px #d9d9d9;
              padding: 0 5px;
              z-index: 11;
              -webkit-animation: 1s ease 0s normal forwards 1 popup;
              -moz-animation: 1s ease 0s normal forwards 1 popup;
              -ms-animation: 1s ease 0s normal forwards 1 popup;
              -o-animation: 1s ease 0s normal forwards 1 popup;
              animation: 1s ease 0s normal forwards 1 popup; }
            @media only screen and (max-width: 767px) {
              header .header-wrap-top .culture-div .culture-nav .dropdown-menu li > a {
                padding: 10px 0 15px 20px !important; }
                header .header-wrap-top .culture-div .culture-nav .dropdown-menu li > a:after {
                  left: 50px !important;
                  top: 15px !important; } }
          @media only screen and (min-width: 768px) {
            header .header-wrap-top .culture-div .culture-nav .dropdown-menu .caret {
              float: right;
              margin: 4px 0 0 4px;
              vertical-align: middle; } }
        header .header-wrap-top .culture-div .culture-nav .culture-button {
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            header .header-wrap-top .culture-div .culture-nav .culture-button {
              color: #3f4d61;
              padding: 12px 20px 12px 20px !important;
              display: inline-block;
              width: 100%;
              text-transform: uppercase;
              font-weight: 400;
              white-space: normal;
              text-align: left;
              font-size: 14px;
              background: transparent;
              border: 0; }
              header .header-wrap-top .culture-div .culture-nav .culture-button:hover, header .header-wrap-top .culture-div .culture-nav .culture-button:focus {
                background: transparent !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 0;
                color: #f15a29; } }
        @media only screen and (min-width: 768px) {
          header .header-wrap-top .culture-div .culture-nav #CultureMenu {
            min-width: 500px;
            padding: 5px 0;
            border-radius: 3px; }
            header .header-wrap-top .culture-div .culture-nav #CultureMenu li {
              width: calc(50% - 10px);
              float: left;
              margin: 0 5px; } }
        @media only screen and (min-width: 768px) {
          header .header-wrap-top .culture-div .culture-nav #CurrencyMenu {
            min-width: 740px;
            padding: 5px 0;
            border-radius: 3px; }
            header .header-wrap-top .culture-div .culture-nav #CurrencyMenu li {
              width: calc((100% / 3) - 10px);
              float: left;
              margin: 0 5px; } }
    header .header-wrap-top .header-social {
      float: right;
      display: inline-block;
      padding: 0 0 0 15px; }
      @media only screen and (min-width: 768px) {
        header .header-wrap-top .header-social {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 30px; } }
      @media only screen and (max-width: 767px) {
        header .header-wrap-top .header-social {
          display: none; } }
      header .header-wrap-top .header-social a {
        font-size: 18px;
        padding: 0 10px;
        color: #000; }
  @media only screen and (min-width: 768px) {
    header .header-menu {
      display: inline-block;
      float: right; } }
  header .header-menu .item {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      header .header-menu .item {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6; } }
    header .header-menu .item a {
      color: white;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      cursor: pointer;
      padding: 0 15px;
      line-height: 50px; }
      @media only screen and (max-width: 767px) {
        header .header-menu .item a {
          color: black;
          display: block;
          font-weight: normal; } }

/* Footer
---------------------------------------
*/
footer {
  display: table;
  width: 100%;
  float: left;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding-bottom: 140px; } }
  @media only screen and (max-width: 767px) {
    footer .footer-wrap-top {
      display: none; } }
  @media only screen and (min-width: 768px) {
    footer .footer-wrap-top {
      background: #f4f3f4;
      color: #6d6e71;
      font-size: 11px;
      padding: 30px 0 25px; } }
  @media only screen and (min-width: 768px) {
    footer .footer-wrap-top .footer-marketing p {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 768px) {
    footer .footer-wrap-top .footer-supplier img {
      background-color: #fff;
      padding: 5px;
      border-radius: 3px;
      border: 1px solid #ddd;
      display: block;
      margin: 0 auto; } }
  footer .footer-wrap-middle {
    padding: 15px 0; }
    @media only screen and (min-width: 768px) {
      footer .footer-wrap-middle .NewsletterDiv {
        width: 300px;
        display: inline-block;
        float: left;
        padding-right: 25px; } }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap-middle .NewsletterDiv {
        display: none; } }
    footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv {
      width: 100%;
      display: inline-block; }
      footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterRow {
        width: 100%;
        display: inline-block; }
        footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterRow .NewsletterEmailLabel {
          display: inline-block;
          width: 100%;
          font-weight: bold;
          padding-bottom: 9px; }
        footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterRow .NewsletterEmail {
          width: calc(100% - 50px); }
          footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterRow .NewsletterEmail input {
            border-radius: 4px 0 0 4px; }
      footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterButtonDiv {
        width: 100%;
        display: block;
        position: relative; }
        footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterButtonDiv input {
          min-width: 50px;
          background: #f9c637;
          border: 1px solid #f8bf1e;
          text-align: center;
          color: #c49206;
          -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
          cursor: pointer;
          outline: none;
          -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
          border: 1px solid #eaa803;
          border-radius: 0 4px 4px 0;
          color: black;
          font-size: 12px;
          font-weight: bold;
          padding: 7px 9px;
          position: absolute;
          right: 1px;
          top: -34px; }
          footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterButtonDiv input:hover {
            background: #f8bb0f; }
          footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterButtonDiv input:active {
            background: #ab8005;
            outline: none; }
          footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterButtonDiv input:focus {
            outline: none; }
      footer .footer-wrap-middle .NewsletterDiv .NewsletterFormDiv .NewsletterVal span {
        color: #ff3d3d;
        margin-top: 3px;
        background: #ffe9e9;
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 12px; }
    @media only screen and (min-width: 768px) {
      footer .footer-wrap-middle .footer-link {
        border-left: 1px solid #ddd;
        width: calc(100% - 300px);
        display: inline-block;
        float: left;
        padding: 0 0 0 25px; } }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap-middle .footer-link {
        display: none;
        padding-top: 15px;
        border-top: 1px dashed black; } }
    footer .footer-wrap-middle .footer-link ul {
      display: inline-block;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap-middle .footer-link ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      footer .footer-wrap-middle .footer-link ul .item {
        display: inline-block;
        float: left;
        padding: 0 15px 0 0; }
        footer .footer-wrap-middle .footer-link ul .item:before {
          position: relative;
          display: inline-block;
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          padding: 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: transparent;
          border: 0;
          font-family: "FontAwesome";
          content: '\f105';
          color: #e9a822; }
        footer .footer-wrap-middle .footer-link ul .item a {
          color: #e9a822;
          font-weight: bold;
          font-size: 15px; }
          @media only screen and (max-width: 767px) {
            footer .footer-wrap-middle .footer-link ul .item a {
              font-size: 13px; } }
    footer .footer-wrap-middle .footer-social {
      display: inline-block;
      margin: 15px 0 0; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap-middle .footer-social {
          width: 100%;
          text-align: center; } }
      footer .footer-wrap-middle .footer-social a {
        color: #e9a822;
        border: 1px solid;
        border-radius: 100%;
        font-size: 20px;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center; }
  footer .footer-wrap-bottom {
    background-color: black;
    padding: 10px 0; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap-bottom {
        background: #f4f4f4; } }
    footer .footer-wrap-bottom .footer-copyright {
      color: #f9c637;
      font-size: 12px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap-bottom .footer-copyright {
          color: #848484;
          font-size: 11px; } }

/* Sidebar
---------------------------------------
*/
.offcanvas-collapse {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  height: 100%;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: 100%; }
  .offcanvas-collapse.collapsing {
    overflow: visible; }
  .offcanvas-collapse .modal-dialog {
    padding: 0;
    margin: 0;
    width: 320px;
    float: right;
    background: white;
    -webkit-box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .offcanvas-collapse .modal-dialog {
        min-height: 100%; } }
    .offcanvas-collapse .modal-dialog .modal-body {
      padding: 0; }
  @media only screen and (min-width: 768px) {
    .offcanvas-collapse .modal-dialog {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.overlay {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

@media only screen and (min-width: 768px) {
  .section-wrap {
    margin-top: 95px; } }

@media only screen and (max-width: 767px) {
  .section-wrap {
    margin-top: 47px; } }
