@charset "UTF-8";
body {
  color: #282828;
  margin-bottom: 52px;
  background-color: transparent !important;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  body {
    margin-bottom: 140px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  body {
    margin-bottom: 140px;
  }
}

a:focus {
  outline: none;
}

button.da-click {
  display: none !important;
}

/* Custom Bootstarp
---------------------------------------
*/
.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;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last {
  padding: 5px 10px 10px;
  border-left: 1px solid #f3f3f3;
}

.ui-datepicker .ui-datepicker-calendar {
  display: table;
  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: 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;
}

.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;
  font-size: 14px;
}

.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: #0c64ad;
  color: white;
  border-radius: 2px;
}

.ui-datepicker .ui-datepicker-header {
  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;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  opacity: 0.5;
  top: 5px;
  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:before {
  content: "\f104";
}

.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 Zopim
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .zopim {
    display: none !important;
  }
}

/* Navbar Bottom Call
---------------------------------------
*/
.bottom-bar-call {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 1042;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .bottom-bar-call {
    background: #47a3da none repeat scroll 0 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bottom-bar-call {
    background: #47a3da none repeat scroll 0 0;
  }
}

.bottom-bar-call .bar-call-row {
  text-align: center;
}

.bottom-bar-call .bar-call-row p {
  margin-bottom: 0;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.bottom-bar-call .bar-call-row p.hide-mobile a {
  color: orange;
  border: 1px solid orange;
  border-radius: 15px;
  padding: 5px 10px;
  -webkit-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);
}

.bottom-bar-call .bar-call-row p.hide-mobile a:hover, .bottom-bar-call .bar-call-row p.hide-mobile a:active, .bottom-bar-call .bar-call-row p.hide-mobile a:focus {
  text-decoration: none;
  outline: none;
  background-color: orange;
  color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .bottom-bar-call .bar-call-row p.hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bottom-bar-call .bar-call-row p.hide-mobile {
    display: none;
  }
}

.bottom-bar-call .bar-call-row p.show-mobile {
  display: none;
  font-size: 11px;
  padding: 7px 0;
  float: left;
  width: 100%;
}

.bottom-bar-call .bar-call-row p.show-mobile a {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .bottom-bar-call .bar-call-row p.show-mobile a {
    width: 35%;
  }
}

.bottom-bar-call .bar-call-row p.show-mobile a span {
  font-size: 12px;
  background-color: orange;
  padding: 6px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
}

.bottom-bar-call .bar-call-row p.show-mobile a:hover, .bottom-bar-call .bar-call-row p.show-mobile a:active, .bottom-bar-call .bar-call-row p.show-mobile a:focus {
  text-decoration: none;
  outline: none;
}

.bottom-bar-call .bar-call-row p.show-mobile strong {
  float: left;
  width: 60%;
  font-weight: 400;
  text-align: left;
}

.bottom-bar-call .bar-call-row p.show-mobile strong span {
  text-align: left;
  display: block;
  width: 100%;
  margin-top: -5px;
}

.bottom-bar-call .bar-call-row p.show-mobile strong span a {
  color: #fff;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}

.bottom-bar-call .bar-call-row p.show-mobile strong span a:hover, .bottom-bar-call .bar-call-row p.show-mobile strong span a:active, .bottom-bar-call .bar-call-row p.show-mobile strong span a:focus {
  text-decoration: none;
  outline: none;
  color: orange;
}

.bottom-bar-call .bar-call-row p.show-mobile i {
  vertical-align: middle;
  font-size: 13px;
  margin-top: -3px;
  border: 1px solid;
  border-radius: 100%;
  padding: 2px;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .bottom-bar-call .bar-call-row p.show-mobile {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .bottom-bar-call .bar-call-row p.show-mobile {
    display: block;
  }
}

/* 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: #0c64ad;
    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: #0c64ad;
    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/3/V3/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/3/V3/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/3/V3/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 
---------------------------------------
*/
#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/3/V3/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: 80vh;
    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.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: 11px;
  font-weight: 300;
  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;
}

@media only screen and (max-width: 767px) {
  #CurrencyMenu li > a {
    border-bottom: 1px dotted #47a3da;
  }
}

#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: #0c64ad;
  color: white;
  border-color: #0c64ad;
}

#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";
}

#CurrencyMenu li[data-currencyid="114"]:hover:after {
  content: "Peru Nuevos Soles";
}

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

#CurrencyMenu li[data-currencyid="22"]:hover:after {
  content: "Bolivia Bolivianos";
}

.top-header {
  position: fixed;
  width: 100%;
  z-index: 1050;
  top: 0;
}

.top-header .bg-line {
  -webkit-box-shadow: 1px 1px 4px #333;
  box-shadow: 1px 1px 4px #333;
  background: #2b3990;
  background: -moz-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background: -webkit-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b3990), color-stop(49%, #028bd6), to(#47a3da));
  background: -o-linear-gradient(left, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  background: linear-gradient(to right, #2b3990 0%, #028bd6 49%, #47a3da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3990', endColorstr='#47a3da', GradientType=1);
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-line {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-line {
    display: none;
  }
}

.top-header .bg-line .header-line .static-link {
  width: 100%;
  float: left;
}

.top-header .bg-line .header-line .static-link ul {
  list-style: none;
  width: 80%;
  float: left;
  margin-bottom: 0;
  padding: 10px 0;
}

.top-header .bg-line .header-line .static-link ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid white;
  line-height: 1;
}

.top-header .bg-line .header-line .static-link ul li:last-child {
  border-right: none;
}

.top-header .bg-line .header-line .static-link ul li a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}

.top-header .bg-line .header-line .static-link ul li a:hover, .top-header .bg-line .header-line .static-link ul li a:active, .top-header .bg-line .header-line .static-link ul li a:focus {
  color: #ffcd05;
  text-decoration: none;
}

.top-header .bg-line .header-line .static-link span {
  width: 20%;
  float: left;
  text-align: right;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header .bg-line .header-line .static-link span {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-line .header-line .static-link span {
    padding-right: 0;
  }
}

.top-header .bg-line .header-line .static-link span a {
  color: white;
  padding: 7px;
  display: inline-block;
}

.top-header .bg-line .header-line .static-link span a:hover, .top-header .bg-line .header-line .static-link span a:active, .top-header .bg-line .header-line .static-link span a:focus {
  color: #ffcd05;
  text-decoration: none;
}

.top-header .bg-header {
  background-color: white;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-header {
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-header {
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
  }
}

.top-header .bg-header .header-inner {
  position: relative;
  width: 100%;
  float: left;
}

.top-header .bg-header .header-inner .logo-part {
  width: 20%;
  float: left;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-header .header-inner .logo-part {
    width: 25%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-header .header-inner .logo-part {
    width: 50%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-header .header-inner .logo-part {
    width: 50%;
  }
}

.top-header .bg-header .header-inner .logo-part a {
  width: 100%;
  float: left;
}

.top-header .bg-header .header-inner .logo-part a img {
  width: 240px;
  padding-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header .bg-header .header-inner .logo-part a img {
    width: 200px;
    padding-top: 9px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-header .header-inner .logo-part a img {
    width: 160px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-header .header-inner .logo-part a img {
    width: 120px;
    padding-top: 0;
    margin: 4px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-header .header-inner .logo-part a img {
    width: 120px;
    padding-top: 0;
    margin: 4px 0;
  }
}

.top-header .bg-header .header-inner .btn-call-xs {
  display: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-header .bg-header .header-inner .btn-call-xs {
    display: inline-block;
    left: 31%;
    margin-top: 5px;
  }
  .top-header .bg-header .header-inner .btn-call-xs a {
    text-transform: uppercase;
    color: #47a3da;
  }
  .top-header .bg-header .header-inner .btn-call-xs a i {
    position: absolute;
    margin-left: -30px;
    font-size: 18px;
    border: 1px solid #47a3da;
    padding: 3px;
    border-radius: 100%;
    margin-top: 3px;
  }
  .top-header .bg-header .header-inner .btn-call-xs a span {
    display: block;
    margin-top: -8px;
  }
  .top-header .bg-header .header-inner .btn-call-xs a:hover, .top-header .bg-header .header-inner .btn-call-xs a:active, .top-header .bg-header .header-inner .btn-call-xs a:focus {
    color: orange;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .btn-call-xs a:hover i, .top-header .bg-header .header-inner .btn-call-xs a:active i, .top-header .bg-header .header-inner .btn-call-xs a:focus i {
    border: 1px solid orange;
  }
}

@media only screen and (min-width: 1200px) {
  .top-header .bg-header .header-inner .offcanvas-collapse {
    left: 0;
    width: 80%;
    position: relative;
    float: left;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link {
    width: 60%;
    float: left;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 22px;
    padding-left: 20px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a::before {
    font-family: 'Material Icons';
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.flight::before {
    content: "\e539";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.hotel::before {
    content: "\e53a";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.car::before {
    content: "\e531";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.cruise::before {
    content: "\e532";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.group::before {
    content: "\e7fb";
    font-size: 18px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .static-link {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li {
    float: left;
    padding: 5px 0;
    background-color: transparent;
    border: none;
    margin: 0;
    position: unset;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a {
    display: block;
    color: #282828;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    padding: 0 20px;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:active, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:focus {
    color: #47a3da;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a.active {
    color: #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: inline;
    position: fixed;
    top: 69.5px;
    margin-left: 770px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu {
    min-width: 500px;
    padding: 0;
    border-radius: 3px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px;
    border-bottom: 1px solid #ededed;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu {
    min-width: 740px;
    padding: 0;
    border-radius: 3px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu li {
    width: calc((100% / 3) - 10px);
    float: left;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    float: right;
    display: inline-block;
    padding: 8px 0 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav {
    margin: 0;
    padding: 0;
    margin-right: -5px;
    display: inline-block;
    width: auto;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu {
    margin: 0;
    padding: 12px 0 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu .caret {
    float: right;
    margin: 4px 0 0 4px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li {
    position: relative;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .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;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    background: transparent !important;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffcd05;
    outline: none;
  }
}

@media only screen and (min-width: 1200px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part {
    width: 40%;
    float: right;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p {
    margin-bottom: 0;
    float: left;
    text-align: right;
    width: 75%;
    margin-top: 7px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span {
    display: block;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.text {
    color: #282828;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a {
    color: orange;
    font-size: 23px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a img {
    vertical-align: middle;
    margin-top: 2px;
    width: 27px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.int {
    margin-top: -7px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.int a {
    color: #47a3da;
    font-size: 16.5px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a {
    border-bottom: none;
    padding: 0;
    font-weight: bold;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:active, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:focus {
    background-color: transparent;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p.call-img {
    width: 25%;
    text-align: right;
    margin-top: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p.call-img img {
    width: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header .bg-header .header-inner .offcanvas-collapse {
    left: 0;
    width: 80%;
    position: relative;
    float: left;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link {
    width: 60%;
    float: left;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 22px;
    padding-left: 15px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a::before {
    font-family: 'Material Icons';
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.flight::before {
    content: "\e539";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.hotel::before {
    content: "\e53a";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.car::before {
    content: "\e531";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.cruise::before {
    content: "\e532";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.group::before {
    content: "\e7fb";
    font-size: 18px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .static-link {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li {
    float: left;
    padding: 5px 0;
    background-color: transparent;
    border: none;
    margin: 0;
    position: unset;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a {
    display: block;
    color: #282828;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    padding: 0 10px;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:active, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:focus {
    color: #47a3da;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a.active {
    color: #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: inline;
    position: fixed;
    top: 69.5px;
    margin-left: 520px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu {
    min-width: 500px;
    padding: 0;
    border-radius: 3px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px;
    border-bottom: 1px solid #ededed;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu {
    min-width: 740px;
    padding: 0;
    border-radius: 3px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu li {
    width: calc((100% / 3) - 10px);
    float: left;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    float: right;
    display: inline-block;
    padding: 8px 0 0;
    width: 200px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav {
    margin: 0;
    padding: 0;
    margin-right: -5px;
    display: inline-block;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu {
    margin: 0;
    padding: 12px 0 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu .caret {
    float: right;
    margin: 4px 0 0 4px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li {
    position: relative;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .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;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    background: transparent !important;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffcd05;
    outline: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part {
    width: 40%;
    float: right;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p {
    margin-bottom: 0;
    float: left;
    text-align: right;
    width: 75%;
    margin-top: 7px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span {
    display: block;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.text {
    color: #282828;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a {
    color: orange;
    font-size: 23px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a img {
    vertical-align: middle;
    margin-top: 2px;
    width: 27px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.int {
    margin-top: -7px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.int a {
    color: #47a3da;
    font-size: 16.5px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a {
    border-bottom: none;
    padding: 0;
    font-weight: bold;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:active, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:focus {
    background-color: transparent;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p.call-img {
    width: 25%;
    text-align: right;
    margin-top: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p.call-img img {
    width: 80px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-header .header-inner .offcanvas-collapse {
    left: 0;
    width: 75%;
    position: relative;
    float: left;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link {
    width: 100%;
    float: left;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 16px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a::before {
    font-family: 'Material Icons';
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.flight::before {
    content: "\e539";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.hotel::before {
    content: "\e53a";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.car::before {
    content: "\e531";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.cruise::before {
    content: "\e532";
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .search-type-link ul li a.group::before {
    content: "\e7fb";
    font-size: 18px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .static-link {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li {
    float: left;
    padding: 5px 0;
    background-color: transparent;
    border: none;
    margin: 0;
    position: unset;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a {
    display: block;
    color: #282828;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    padding: 0 10px;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:active, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:focus {
    color: #47a3da;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a.active {
    color: #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: inline;
    position: fixed;
    top: 56px;
    margin-left: 325px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu {
    min-width: 500px;
    padding: 0;
    border-radius: 3px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px;
    border-bottom: 1px solid #ededed;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu {
    min-width: 740px;
    padding: 0;
    border-radius: 3px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu li {
    width: calc((100% / 3) - 10px);
    float: left;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) and (min-width: 768px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    float: right;
    display: inline-block;
    padding: 8px 0 0;
    width: 200px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav {
    margin: 0;
    padding: 0;
    margin-right: -5px;
    display: inline-block;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu {
    margin: 0;
    padding: 12px 0 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu .caret {
    float: right;
    margin: 4px 0 0 4px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li {
    position: relative;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .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;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    background: transparent !important;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffcd05;
    outline: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li {
    padding: 10px;
    background-color: transparent;
    border: none;
    margin: 0;
    position: unset;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a {
    font-size: 12px;
    color: #282828;
    font-weight: 500;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:active, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:focus {
    color: #0586d6;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: inline;
    position: unset;
    top: 0;
    margin-left: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu li {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px dotted #47a3da;
    padding: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) and (max-width: 767px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: table;
    width: 100%;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav {
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e6e6e6;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav > li {
    float: left;
    width: 100%;
    margin: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav > li.open > a {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav > li .caret {
    float: right;
    margin: 8px 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li {
    position: relative;
    width: 100%;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .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;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li > a {
    padding: 10px !important;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li > a:after {
    left: 50px !important;
    top: 15px !important;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button {
    color: #282828;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    background: transparent;
    border: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:focus {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #47a3da;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part {
    width: 100%;
    float: right;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p {
    border-bottom: 1px solid #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span {
    display: block;
    padding: 10px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.text {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a {
    color: #282828;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a img {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.int a {
    color: #282828;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a {
    border-bottom: none;
    font-weight: 500;
    text-shadow: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:active, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:focus {
    color: #0586d6;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p.call-img {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li {
    padding: 10px;
    background-color: transparent;
    border: none;
    margin: 0;
    position: unset;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a {
    font-size: 12px;
    color: #282828;
    font-weight: 500;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:active, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link ul li a:focus {
    color: #0586d6;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: inline;
    position: unset;
    top: 0;
    margin-left: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CultureDropDown"] ul#CultureMenu li {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px dotted #47a3da;
    padding: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div ul.culture-nav li[id*="CurrencyDropDown"] ul#CurrencyMenu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (max-width: 767px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div {
    display: table;
    width: 100%;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav {
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e6e6e6;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav > li {
    float: left;
    width: 100%;
    margin: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav > li.open > a {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav > li .caret {
    float: right;
    margin: 8px 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li {
    position: relative;
    width: 100%;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .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;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li > a {
    padding: 10px !important;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown-menu li > a:after {
    left: 50px !important;
    top: 15px !important;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button {
    color: #282828;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    background: transparent;
    border: 0;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:hover, .top-header .bg-header .header-inner .offcanvas-collapse .menu-link .culture-div .culture-nav .dropdown .btn.culture-button:focus {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #47a3da;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part {
    width: 100%;
    float: right;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p {
    border-bottom: 1px solid #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span {
    display: block;
    padding: 10px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.text {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a {
    color: #282828;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.us a img {
    display: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num.int a {
    color: #282828;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a {
    border-bottom: none;
    font-weight: 500;
    text-shadow: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:active, .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p span.num a:focus {
    color: #0586d6;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .call-number-part p.call-img {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .top-header .bg-header .header-inner .cbp-spmenu {
    left: 0;
    width: 80%;
    position: relative;
    float: left;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link {
    width: 60%;
    float: left;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 40px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a::before {
    font-family: 'Material Icons';
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.flight::before {
    content: "\e539";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.hotel::before {
    content: "\e53a";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.car::before {
    content: "\e531";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.cruise::before {
    content: "\e532";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 12px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link ul li a {
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #fff;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link ul li:last-child a {
    border-right: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li {
    float: left;
    padding: 5px 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    padding: 0 20px;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:hover, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:active, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part {
    width: 40%;
    float: right;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p {
    margin-bottom: 0;
    float: left;
    text-align: right;
    width: 70%;
    margin-top: 7px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span {
    display: block;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a {
    color: orange;
    font-size: 23px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a i {
    vertical-align: middle;
    margin-top: -4px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.int {
    margin-top: -4px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.int a {
    color: #fff;
    font-size: 13.5px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a {
    border-bottom: none;
    padding: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px #333;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:active, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:focus {
    background-color: transparent;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p.call-img {
    width: 30%;
    text-align: left;
    margin-top: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p.call-img img {
    width: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header .bg-header .header-inner .cbp-spmenu {
    left: 0;
    width: 80%;
    position: relative;
    float: left;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link {
    width: 60%;
    float: left;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 40px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a::before {
    font-family: 'Material Icons';
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.flight::before {
    content: "\e539";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.hotel::before {
    content: "\e53a";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.car::before {
    content: "\e531";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.cruise::before {
    content: "\e532";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 12px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link ul li a {
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #fff;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link ul li:last-child a {
    border-right: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li {
    float: left;
    padding: 5px 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    padding: 0 15px;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:hover, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:active, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part {
    width: 40%;
    float: right;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p {
    margin-bottom: 0;
    float: left;
    text-align: right;
    width: 70%;
    margin-top: 7px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span {
    display: block;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a {
    color: orange;
    font-size: 23px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a i {
    vertical-align: middle;
    margin-top: -4px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.int {
    margin-top: -4px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.int a {
    color: #fff;
    font-size: 13.5px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a {
    border-bottom: none;
    padding: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px #333;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:active, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:focus {
    background-color: transparent;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p.call-img {
    width: 30%;
    text-align: left;
    margin-top: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p.call-img img {
    width: 80px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-header .header-inner .cbp-spmenu {
    left: 0;
    width: 75%;
    position: relative;
    float: left;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link {
    width: 100%;
    float: left;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 28px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a::before {
    font-family: 'Material Icons';
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.flight::before {
    content: "\e539";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.hotel::before {
    content: "\e53a";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.car::before {
    content: "\e531";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .search-type-link ul li a.cruise::before {
    content: "\e532";
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link {
    width: 100%;
    float: left;
    position: absolute;
    top: 6px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link ul li a {
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid #fff;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link .static-link ul li:last-child a {
    border-right: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li {
    float: left;
    padding: 5px 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    padding: 0 15px;
    text-transform: uppercase;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:hover, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:active, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:hover, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:active, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part {
    width: 100%;
    float: right;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span {
    display: block;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.text {
    display: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a {
    color: #fff;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a i {
    display: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.int a {
    color: #fff;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a {
    border-bottom: none;
    padding: 1em;
    font-weight: 300;
    text-shadow: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:active, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p.call-img {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a {
    font-size: 12px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:hover, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:active, .top-header .bg-header .header-inner .cbp-spmenu .menu-link ul li a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part {
    width: 100%;
    float: right;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span {
    display: block;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.text {
    display: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num {
    font-weight: 500;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a {
    color: #fff;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.us a i {
    display: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num.int a {
    color: #fff;
    font-size: 13px;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a {
    border-bottom: none;
    padding: 1em;
    font-weight: 300;
    text-shadow: none;
    border-bottom: 1px solid #258ecd;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:hover, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:active, .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p span.num a:focus {
    color: #ffcd05;
    background-color: transparent;
    text-decoration: none;
  }
  .top-header .bg-header .header-inner .cbp-spmenu .call-number-part p.call-img {
    display: none;
  }
}

.top-header .bg-header .header-inner .btn-menu {
  width: 50%;
  float: left;
}

@media only screen and (min-width: 1200px) {
  .top-header .bg-header .header-inner .btn-menu {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header .bg-header .header-inner .btn-menu {
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .top-header .bg-header .header-inner .btn-menu {
    display: none;
  }
}

.top-header .bg-header .header-inner .btn-menu .main {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  float: left;
  position: relative;
}

.top-header .bg-header .header-inner .btn-menu .main section {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.top-header .bg-header .header-inner .btn-menu .main section button {
  margin: 0;
  padding: 7px 10px;
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  z-index: 9999;
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  .top-header .bg-header .header-inner .hamburger {
    background: transparent;
    border: none;
    position: relative;
    display: inline-block;
    float: right;
    z-index: 999;
    padding: 0;
  }
  .top-header .bg-header .header-inner .hamburger:hover, .top-header .bg-header .header-inner .hamburger:focus, .top-header .bg-header .header-inner .hamburger:active {
    outline: none;
  }
  .top-header .bg-header .header-inner .hamburger > div {
    width: 20px;
    height: 44px;
    position: relative;
  }
  .top-header .bg-header .header-inner .hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #47a3da;
    top: 16px;
  }
  .top-header .bg-header .header-inner .hamburger.is-closed .hamb-middle {
    background-color: #47a3da;
    margin-top: -1px;
    top: 50%;
  }
  .top-header .bg-header .header-inner .hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #47a3da;
    bottom: 16px;
  }
  .top-header .bg-header .header-inner .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: #47a3da;
    margin-top: -2px;
    top: 50%;
  }
  .top-header .bg-header .header-inner .hamburger.is-open .hamb-middle {
    background-color: #47a3da;
    display: none;
  }
  .top-header .bg-header .header-inner .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: #47a3da;
    margin-top: -2px;
    top: 50%;
  }
  .top-header .bg-header .header-inner .hamburger.is-closed .hamb-top,
  .top-header .bg-header .header-inner .hamburger.is-closed .hamb-middle,
  .top-header .bg-header .header-inner .hamburger.is-closed .hamb-bottom, .top-header .bg-header .header-inner .hamburger.is-open .hamb-top,
  .top-header .bg-header .header-inner .hamburger.is-open .hamb-middle,
  .top-header .bg-header .header-inner .hamburger.is-open .hamb-bottom {
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .top-header .bg-header .header-inner .hamburger {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .top-header .bg-header .header-inner .offcanvas-collapse {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .top-header .bg-header .header-inner .offcanvas-collapse {
    top: 44px;
    border-top: 1px solid #47a3da;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .modal-dialog {
    width: 260px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .top-header .bg-header .header-inner .offcanvas-collapse {
    padding: 0;
    top: 0;
    float: right;
    position: relative;
    -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;
    display: table-cell !important;
  }
  .top-header .bg-header .header-inner .offcanvas-collapse .modal-dialog {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .top-header .bg-header .header-inner .modal-dialog {
    background-color: #d7e8f7;
  }
  .top-header .bg-header .header-inner .modal-dialog .menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-header .bg-header .header-inner .modal-dialog .menu-group .culture-div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-header .bg-header .header-inner .modal-dialog .menu-group .culture-div ~ div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-header .bg-header .header-inner .modal-dialog .menu-group .culture-div ~ div ~ div {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .top-header .bg-header .header-inner .modal-dialog {
    background-color: #d7e8f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-header .bg-header .header-inner .modal-dialog .menu-group {
    display: block;
    float: left;
    padding-right: 20px;
    width: 100%;
  }
}

/* Footer 
---------------------------------------
*/
.market-text {
  padding: 30px 0;
}

.market-text .marketing-text {
  width: 100%;
  float: left;
}

.market-text .marketing-text p {
  font-size: 12px;
  color: #666;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .market-text .marketing-text p {
    font-size: 11px;
  }
}

.footer-link {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer-link .footer-area {
  margin: 15px 0;
  float: left;
  width: 100%;
}

.footer-link .footer-area .menu-link {
  float: left;
  width: 60%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-link .footer-area .menu-link {
    width: 58%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-link .footer-area .menu-link {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .footer-link .footer-area .menu-link {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-link .footer-area .menu-link {
    width: 100%;
  }
}

.footer-link .footer-area .menu-link p {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-link .footer-area .menu-link p {
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .footer-link .footer-area .menu-link p {
    text-align: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-link .footer-area .menu-link p {
    text-align: center;
  }
}

.footer-link .footer-area .menu-link p a {
  font-size: 12px;
  color: #47a3da;
  padding: 0 10px 0 0;
  display: inline-block;
}

.footer-link .footer-area .menu-link p a:hover, .footer-link .footer-area .menu-link p a:focus, .footer-link .footer-area .menu-link p a:active {
  text-decoration: none;
  color: #fbb040;
}

.footer-link .footer-area .call-social {
  float: left;
  width: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-link .footer-area .call-social {
    width: 42%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-link .footer-area .call-social {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .footer-link .footer-area .call-social {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-link .footer-area .call-social {
    width: 100%;
  }
}

.footer-link .footer-area .call-social p {
  margin-bottom: 0;
  text-align: right;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-link .footer-area .call-social p {
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .footer-link .footer-area .call-social p {
    text-align: center;
    padding-top: 5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-link .footer-area .call-social p {
    text-align: center;
    padding-top: 5px;
  }
}

.footer-link .footer-area .call-social p span a {
  font-size: 13px;
  padding: 0 5px;
}

.footer-link .footer-area .call-social p span.call-center a {
  color: orange;
}

.footer-link .footer-area .call-social p span.call-center a:hover, .footer-link .footer-area .call-social p span.call-center a:focus, .footer-link .footer-area .call-social p span.call-center a:active {
  text-decoration: none;
  color: #fbb040;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .footer-link .footer-area .call-social p span.social {
    display: block;
    padding-top: 5px;
  }
  .footer-link .footer-area .call-social p span.social a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-link .footer-area .call-social p span.social {
    display: block;
    padding-top: 5px;
  }
  .footer-link .footer-area .call-social p span.social a {
    font-size: 16px;
  }
}

.footer-link .footer-area .call-social p span.social a {
  color: #B6B6B6;
}

.footer-link .footer-area .call-social p span.social a:hover, .footer-link .footer-area .call-social p span.social a:focus, .footer-link .footer-area .call-social p span.social a:active {
  text-decoration: none;
  color: #fbb040;
}

.copyright {
  background-color: #f4f4f5;
  margin-bottom: 0px !important;
  text-align: left;
}

.copyright .copyright-logo {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.copyright .copyright-logo .logo-footer {
  float: left;
  width: 30%;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .copyright .copyright-logo .logo-footer {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copyright .copyright-logo .logo-footer {
    display: none;
  }
}

.copyright .copyright-logo .logo-footer p {
  margin-bottom: 0;
  text-align: center;
}

.copyright .copyright-logo .logo-footer p img {
  width: 220px;
  display: inline-block;
  margin-top: -7px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .copyright .copyright-logo .logo-footer p img {
    width: 80%;
    margin-top: 0;
  }
}

.copyright .copyright-logo .text-copyright {
  float: left;
  width: 70%;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .copyright .copyright-logo .text-copyright {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copyright .copyright-logo .text-copyright {
    width: 100%;
  }
}

.copyright .copyright-logo .text-copyright p {
  margin-bottom: 0;
  color: #666;
  line-height: 1;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
  .copyright .copyright-logo .text-copyright p {
    text-align: center;
    font-size: 11px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .copyright .copyright-logo .text-copyright p {
    text-align: center;
    font-size: 11px;
  }
}

.copyright .copyright-logo .text-copyright p.title {
  font-weight: 500;
}

.copyright .copyright-logo .text-copyright p small {
  font-weight: 300;
}

/* Sidebar
---------------------------------------
*/
.offcanvas-collapse {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  height: 100% !important;
  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;
  min-height: 100%;
  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);
}

.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;
}

/* Black Layer
---------------------------------------
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#modalBlackLayer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

#modalBlackLayer:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

#modalBlackLayer .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  top: 0;
}

#modalBlackLayer .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
}

#modalBlackLayer .content-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#modalBlackLayer .content-wrap .content-group {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#modalBlackLayer .content-wrap .content-group.android .row-header {
  padding: 15px 15px 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-header img {
  width: 180px;
  display: block;
  margin: 0 auto 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#modalBlackLayer .content-wrap .content-group.android .row-body {
  color: white;
  text-align: center;
}

#modalBlackLayer .content-wrap .content-group.android .row-body .trustpilot-widget {
  display: inline-block;
  margin: 15px 0;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer {
  text-align: center;
  position: fixed;
  bottom: 240px;
}

@media screen and (max-height: 640px) {
  #modalBlackLayer .content-wrap .content-group.android .row-footer {
    position: relative;
    bottom: 0;
  }
}

#modalBlackLayer .content-wrap .content-group.android .row-footer h4 {
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 1.5em 0;
  position: relative;
  text-align: center;
  color: white;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow {
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow:before {
  display: block;
  margin: 0 auto;
  margin-right: 9px;
  content: '';
  width: 3px;
  height: 40px;
  background: white;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow:after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid white;
}

#modalBlackLayer .content-wrap .content-group.ios .row-header {
  padding: 15px 15px 0;
}

#modalBlackLayer .content-wrap .content-group.ios .row-header img {
  width: 180px;
  display: block;
  margin: 0 auto 0;
}

#modalBlackLayer .content-wrap .content-group.ios .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#modalBlackLayer .content-wrap .content-group.ios .row-body {
  color: white;
  text-align: center;
}

#modalBlackLayer .content-wrap .content-group.ios .row-body .trustpilot-widget {
  display: inline-block;
  margin: 15px 0;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer {
  position: fixed;
  bottom: 90px;
  width: 100%;
}

@media screen and (max-height: 480px) {
  #modalBlackLayer .content-wrap .content-group.ios .row-footer {
    position: relative;
    bottom: 0;
    top: 80px;
  }
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer h4 {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
  color: white;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow {
  position: absolute;
  display: inline-block;
  margin: 0 auto 4em;
  top: -4em;
  right: 30%;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow:before {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid white;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow:after {
  display: block;
  margin: 0 auto;
  margin-right: 9px;
  content: '';
  width: 3px;
  height: 40px;
  background: white;
}

/* Call Overlay
---------------------------------------
*/
#callOverlay {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
}

#callOverlay .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
}

#callOverlay .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 100vh;
  background: #f4f4f4;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  #callOverlay .modal-content {
    background: white;
  }
}

#callOverlay .modal-header {
  padding: 3px;
  position: fixed;
  top: 0;
  width: 100%;
}

#callOverlay .modal-header img {
  height: 30px;
}

#callOverlay .modal-header .close {
  opacity: 1;
  color: #b7b7b7;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#callOverlay .modal-body {
  padding: 0;
}

#callOverlay .groupCall {
  width: 100%;
  height: 100vh;
  display: table;
  padding-top: 40px;
  color: black;
  background: white;
}

#callOverlay .dynamicHeading {
  color: #153570;
  font-size: 26px;
  text-align: center;
  padding: 10px 10px 0;
}

#callOverlay .dynamicHeading.CallOverlay {
  font-size: 18px;
  text-align: center;
  color: #333;
  padding: 15px 0px 0;
}

#callOverlay .dynamicHeading.CallOverlay strong {
  display: block;
  font-size: 30px;
  margin: 15px auto;
}

#callOverlay .dynamicHeading.CallOverlay .call-grap {
  width: 100%;
  display: block;
  margin: 30px auto 20px;
}

#callOverlay .dynamicHeading.CallOverlay .saveUPTO {
  font-size: 18px;
}

#callOverlay .unpub-fair {
  font-size: 19px;
  text-align: center;
}

#callOverlay .modal-footer.call-over-footer {
  padding: 15px 0 20px;
  background: none;
}

#callOverlay .modal-footer.call-over-footer .callButton {
  background: #17CE2D;
  border-radius: 5px;
  margin: 10px auto;
  width: 90%;
  -webkit-box-shadow: 0 3px 11px -2px rgba(23, 206, 45, 0.9);
  box-shadow: 0 3px 11px -2px rgba(23, 206, 45, 0.9);
}

#callOverlay .imageExecutive {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

#callOverlay .imageExecutive img {
  height: 200px;
}

#callOverlay .phoneOnly {
  color: #fff;
  background-color: #6689ca;
  text-align: center;
  margin: 5px 10px 25px;
  padding: 10px;
  font-size: 23px;
  line-height: 28px;
}

#callOverlay .saveUPTO {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin: 10px 0 15px 0;
}

#callOverlay .saveUPTO b {
  color: #a80000;
}

#callOverlay .modal-footer {
  text-align: center;
  padding: 25px 0 90px;
  width: 100%;
  border: 0;
  background: #f4f4f4;
  margin-top: 20px;
}

#callOverlay .modal-footer .phoneUs {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  color: #153570;
}

#callOverlay .modal-footer .callButton {
  color: #fff;
  display: block;
  margin: 10px 40px 0;
  background-color: #a80000;
  text-align: center;
  padding: 3px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
