.get_inspiredPage{
  position: relative;
  width: 100%;
  float: left;
}
.hackflex {
  padding-left: 1px;
  margin-left: -1px;
}
.get_inspiredPage .trip-filter-div {
  position: relative;
  width: 100%;
  float: left;
}
.get_inspiredDiv {
  position: relative;
  width: 100%;
  float: left;
}
.get_inspiredBannerSec1 {
  position: relative;
  width: 100%;
  float: left;
}
.tint-overlay {
  bottom: 0;
  left: 0;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.tint-overlay--medium {
  opacity: .25;
  height: 100%;
  -webkit-transform: scale(1.03); 
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  }
.tint-overlay--negative {
  background-image: linear-gradient(-179deg, transparent 0%, rgba(0,0,0,.8) 100%);
}
.get_inspiredGridSec1 {
  position: relative;
  width: 100%;
  float: left;
}
.get_inspired_content_indented{
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
  z-index: 3;
  color: #ffffff;
}
.get_inspiredBannerimage_Sec1 {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.zoom-image {
  height: 100%;
  position: absolute;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  width: 100%;
  z-index: 1;
}
.get_inspiredPage .trip-filter-div::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
  top: 0;
  display: none;
}
.get_inspiredPage .trip-filter-div::before, 
..get_inspiredPage .trip-filter-div::after {
  display: none;
  content: '';
  height: 40%;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.get_inspiredPage .trip-filter-div::after {
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  bottom: 0;
  display: none;
}
.kicker_refresh {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #999999;
  cursor: default;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.kicker_refresh:not(:only-child), .kicker_refresh:not(:last-child) {
  margin-right: 10px;
}
.get_inspired_content_indented .kicker_refresh {
  border-left: 4px solid #fc0;
  border-right: 4px solid #fc0;
  color: #000000;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 12px;
}
.kicker_refresh p {
  margin: 0;
}
.get_inspired_content_indented h2,.get_inspired_content-heading {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 1.19;
}
.get_inspired_content_text_container {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1020px;
}
.get_inspired_content_text_container_hasKicker .kicker_refresh {
  color: #ffffff;
}
.get_inspired_container_wrapper {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 300px;
  padding: 120px 20px 40px;
  text-align: left;
  align-items: flex-end;
  align-content: flex-start;
  justify-content: flex-start;
}
.videoPromo.section {
  display: inline-block;
}

/*gridsection1 start*/
.ngp_container {
  background: #f7f7f7;
  padding: 50px 0;
}
.ngp_container::before, .ngp_container::after {
  content: ' ';
  display: table;
}
.ngp_container_hub{
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto
}
.ngp_promotile_grid {
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}

.get_inspiredPage .mt_grid_row::before, .get_inspiredPage .mt_grid_row::after {
  content: ' ';
  display: table;
  /*display: none;*/
}
.mt_grid_row {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px;
  text-align: left;
  align-items: stretch;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contenthub_sections{
  position: relative;
  width: 100%;
  float: left;
}

.mt_promotile_grid_tile{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mt_promotile_imageDiv::before {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 57.5%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.mt_promotile_imageDiv{
  position: relative;
  width: 100%; 
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  height: 100%;
}
.mt_promotile_imageDiv figure{
  position: relative;
  width: 100%; 
}
.mt_promotile_modules_images {
  position: relative;
  width: 100%; 
}
.mt_promotile_modules_images_framed {
  position: relative;
  width: 100%; 
  padding-bottom: 66.66%;   
  height: unset;
  height: initial;
}
.mt_promotile_modules_images_framed img,.mt_promotile_grid_image {
  position: relative;
  width: 100%; 
}
.mt_promotile_background_image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.mt_promotile_content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;   
}
.mt_promotile_kicker_and_titleDiv{
  position: relative;
  width: 100%;  
}
.mt_promotile_kicker {
  margin-bottom: 5px;
}
.mt_promotile_kicker_and_titleDiv .kicker_refresh {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  border: 0;
  color: #ffffff;
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.mt_promotile_h1 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1.211;
  color: #ffffff;
}
.mt_promotile_title {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1.211;
}
.mt_promotile_button{
  position: relative;
  width: 100%; 
  margin-top: 18px;  
}
.mt_promotile_button button.mt_btn,.mt_btn {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  border: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  color: #ffffff;
  background: transparent;
}
.mt_iconandlabel_horizontal * {
  display: block;
}
.mt_promotile_button button .mt_icon {
  height: 13px;
  max-width: inherit;
  width: 14px;
  fill: #ffffff;
}
.mt_promotile_button button .mt_icon_left {
  margin-right: 8px;
}
.mt_iconandlabel_horizontal, .mt_iconandlabel_vertical {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.mt_iconandlabel_horizontal {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mt_promotile_button>.mt_btn,.mt_iconandlabel_horizontal,.mt_icon {
  color: #ffffff;
}
.mt_promotile_background_image {
  transition: opacity .25s ease,-webkit-transform .25s ease !important;
  transition: opacity .25s ease,transform .25s ease !important;
  transition: opacity .25s ease,transform .25s ease,-webkit-transform .25s ease !important;
}
.mt_promotile_grid_tile:hover .mt_promotile_background_image,
.mt_promotile_grid_tile:focus .mt_promotile_background_image,
.mt_promotile_grid_tile:active .mt_promotile_background_image {
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.mt_promotile_grid_tile:hover .mt_promotile_imageDiv,
.mt_promotile_grid_tile:focus .mt_promotile_imageDiv,
.mt_promotile_grid_tile:active .mt_promotile_imageDiv {
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
/*top_rightside start*/
.ngp_GridRT {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ngp_GridRT:hover .ngp_GridRT_BG_image,
.ngp_GridRT:focus .ngp_GridRT_BG_image,
.ngp_GridRT:active .ngp_GridRT_BG_image {
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.ngp_GridRT:hover .ngp_GridRT_imgDiv, 
.ngp_GridRT:focus .ngp_GridRT_imgDiv, 
.ngp_GridRT:active .ngp_GridRT_imgDiv {
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.ngp_GridRT_imgDiv {
  position: relative;
  width: 100%;
  height: 100%;
}
.ngp_GridRT_ContentDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.ngp_GridRT_imgDiv figure {
  position: relative;
  width: 100%; 
  height: 100%;
}
.ngp_GridRT_imgDiv::before {
  /*background-image: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 157.5%);*/
  background-color: rgba(0,0,0,0.25);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.ngp_GridRT_framed {
  position: relative;
  width: 100%;
  height: 100%;
}
.ngp_GridRT_framed img,.ngp_GridRT_grid_image {
  position: relative;
  width: 100%; 
}

.ngp_GridRT_BG_image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_GridRT_Contentinner {
  position: relative;
  width: 100%;
  height: 100%;
}
.ngp_GridRT_Contentinner a, .content_links{
}
.find_tripfooterBtn {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 30px;
  position: absolute;
  right: 0;
  width: auto;
}
.find_tripfooterBtn_tile {
  position: relative;
  width: 100%;
  text-align: center;
}

.hub_fill_btn {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.25;
  border: 0;
  cursor: pointer;
  height: 45px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition: width .3s, color .3s;
  vertical-align: middle;
}
.hub_fill_btn .fillOne {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hub_fill_btn_primary .fillOne {
  background-color: #fc0;
}
.hub_fill_btn .content {
  position: relative;
  z-index: 2;
}
.hub_iconandlabel_horizontal, .hub_iconandlabel_vertical {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.hub_iconandlabel_horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.hub_icon {
  fill: currentColor;
  height: 1.5rem;
  width: 1.5rem;
}
.hub_icon_left {
  margin-right: 7px;
}
.hub_icon_left img{
  max-width: 16px;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.hub_iconandlabel_horizontal * {
  /*display: block;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.hub_fill_btn .mt_icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  width: 16px;
}
.hub_fill_btn .fillTwo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .3s, color .3s;
  width: 0%;
}

.hub_fill_btn_primary .fillTwo {
  background: #000000;
}

.hub_fill_btn_primary:active, .hub_fill_btn_primary:hover {
  color: #ffffff;
}
.hub_fill_btn:active .fillTwo, .hub_fill_btn:hover .fillTwo {
  width: 100%;
}
.hub_fill_btn_primary_inverse .fillTwo {
  background: #ffffff;
}
.hub_fill_btn_primary_inverse:active, .hub_fill_btn_primary_inverse:hover {
  color: #000000;
}
.hub_fill_btn_primary {
  color: #000000;
}

.hub_base_promo_tile_body {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.hub_base_promo_tile_body_with_button {
  padding: 30px 30px 100px;
}

.hub_series_promo_tile_title {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.hub_series_promo_tile_title>h5 {
  margin: 0;
}
.hub_color_white {
  color: #ffffff;
}
/*top_rightside close*/

/*bottom_col_4_grid start*/
.ngp_ImageGridDiv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  /*background-color: #ffffff;*/
}
.ngp_ImageGridinner {
  position: relative;
  width: 100%;  
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: flex-start; 
  flex-wrap: wrap;
}
.ngp_ImageContainer {
  position: relative;
  width: 100%;  
}
.mt_promotile_content a,.ngp_GridLT a {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  cursor: pointer !important;
}
.ngp_ImageContainer {
  position: relative;
  width: 100%; 
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); 
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_ImageContentDiv {
  position: relative;
  width: 100%; 
  background-color: #ffffff;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.ngp_ImageContentDiv:before {
  content: '';
  position: absolute;
  background-color: #fc0;
  bottom: 100%;
  content: '';
  display: block;
  height: 0px;
  left: -1px;
  right: -1px;
  transition: height .25s ease;
}
.ngp_ImageGridDiv:hover .ngp_ImageContentDiv:before,
.ngp_ImageGridDiv:focus .ngp_ImageContentDiv:before,
.ngp_ImageGridDiv:active .ngp_ImageContentDiv:before {
  content: '';
  height: 5px;
  left: 0;
  right: 0;
}
.ngp_Image_modules_images {
  position: relative;
  width: 100%;  
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_Image_modules_images a.ngp_Links, .ngp_Links,
.ngp_ImageGridinner a.ngp_Links {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  cursor: pointer !important;
}
.ngp_Image_modules_framed {
  position: relative;
  width: 100%;
  padding-bottom: 76.66%;
}
.ngp_Image_image {
  position: relative;
  width: 100%;  
}
.ngp_Image_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_promo_dark_carousel {
  position: relative;
  width: 100%;
  background-color: #000000;
}

.contenthub_sections .travel-carousel .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.contenthub_sections .travel-carousel .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

.ngp_promo_dark_carousel .mt-promo-carousel__section-heading {
  color: #ffffff;
}

.ngp_ImageContent_footer {
/*  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;*/
  height: auto;
  padding: 15px 20px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 3;
  min-height: 185px;
  height: 100%;
}

.ngp_ImageContent_kicker_and_title {
  position: relative;
  width: 100%;
  height: 100%;
}
.ngp_ImageContent_kicker {
  position: relative;
  margin-bottom: 12px;
}
.ngp_ImageContent_kicker .kicker_refresh {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #000000;
  margin-right: 0;
}
.ngp_ImageContent_title_truncated {
  position: relative;
  width: 100%; 
  color: #000;
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 22px;
  line-height: 1.273;
}
.ngp_ImageContent_title {
  position: relative;
  width: 100%; 
  /*padding-bottom: 30px; */
}
.ngp_ImageContent_title_truncated .LinesEllipse{
  position: relative;
  width: 100%;  
  min-height: 82px;
}
.ngp_ImageContent_Button {
  position: relative;
  width: 100%;  
  margin-top: 20px;
}
.ngp_ImageContent_Button button,.ngp_ImageContentBtn {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  border: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  color: #000000;
  background-color: transparent;
}
.ngp_Content_iconandlabel_horizontal,
.ngp_Content_iconandlabel_vertical {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ngp_Content_iconandlabel_horizontal {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.ngp_ImageContent_Button button .ngp_icon_left {
  margin-right: 8px;
}
.ngp_ImageContent_Button button .ngp_Content_icon {
  height: 13px;
  max-width: inherit;
  width: 14px;
}
.ngp_Content_iconandlabel_horizontal * {
  display: block;
}
.ngp_ImageGridDiv:hover .ngp_Image_background_image, 
.ngp_ImageGridDiv:focus .ngp_Image_background_image, 
.ngp_ImageGridDiv:active .ngp_Image_background_image {
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.ngp_videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.6);
}
.ngp_videoBtn div.ngp_videoBtn_icon, .ngp_videoBtn_icon {
  position: relative;
  color: #fc0;
  width: 100%;
  display: inline-block;  
  height: 100%;
  float: left;
}
.ngp_videoBtn_icon img,.ngpplayicon,.owl-carousel .owl-item .ngp_videoBtn_icon img  {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 16px;
  display: inline-block;
}

.ngp_ContentWatch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center; 
  flex-wrap: wrap;
}
.ngp_ContentWatch span, .ngp_ContentBG{
  position: relative;
  width: 18px;
  height: 21px;
  background: url(../images/contenthub/spirit.png) no-repeat 4px 3px;
  background-size: 43px;
  display: inline-block;
}
.ngp_Content_PhotoJournals span, .ngp_ContentBGJournal{
  position: relative;
  width: 18px;
  height: 21px;
  background: url(../images/contenthub/spirit.png) no-repeat 2px -32px;
  background-size: 43px;
  display: inline-block;
}
.ngp_ContentWatch em, .ngp_ContentBG_Text {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}
.ngp_Photo_Journalslider{
  position: relative;
  width: 100%;
}
.PhotoJournalslider.slick-slider {
  margin-bottom: 0px;
}
/*bottom_col_4_grid close*/

/*slider*/
.get_inspiredPage .car-head {
  color: #ffffff;
}
.slider_Title { 
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.slider_Title label,.kicker_refreshTitle {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #999999;
  cursor: default;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.get_inspiredPage .travel-carousel {
  width: 100%;
  margin: 0;
}
.get_inspiredPage .travel-carousel .owl-controls:before {
  display: none;
}
.get_inspiredPage .travel-carousel .owl-controls:after {
  display: none;
}
.get_inspiredPage .travel-carousel .owl-carousel .owl-item {
  position: relative;
  width: 100%;
  float: left;
}
.get_inspiredPage .travel-carousel .owl-carousel .owl-item .item {
  position: relative;
}
.get_inspiredPage .travel-carousel .owl-carousel .owl-item a strong {
  position: relative;
  width: 100%;
}
.ngp_ourExpertsDiv {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  padding: 0px;
}
.ngp_ourExpertsDiv h6,.ngp_cardstack_Title {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #fff;
  margin: 20px 40px;
}
.ngp_cardstack_Title_underline {
  border-bottom: 4px solid #fc0;
  margin: 0 auto 21px;
  width: 25px;
}
.pricingHomeSliderinr a .ngp_ourExpertsDiv h5.mt_cardstack__card__title {
  position: relative;
  top: unset;
  top: initial;
  left: unset;
  left: initial;
  transform: unset;
  transform: initial;
}
/*sliderclose*/

/*Top_10_Lists start */

.ngp_TopLists {
  position: relative;
  width: 100%;
  float: left;
  background: #f7f7f7;
  padding: 60px 0;
}
.ngp_TopListsinner {
  position: relative;
  width: 100%;
  float: left;
}
.ngp_TopLists .heading_underlined {
  position: relative;
  width: 100%;
  float: left;
}
.heading_underlined h4,.heading_underlined_heading {
  color: #000000;
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 4.5px;
  line-height: 1.19;
  margin: 0px;
  text-align: center;
}
.heading_underlined_heading>p {
  margin: 0;
  padding: 0;
}
.heading_underlined_underline {
  border-bottom: 4px solid #fc0;
  margin: 20px auto 35px;
  width: 60px;
}
.ngp_TopListsinner .ngp_container {
  padding: 0 0 65px;
}
/*Top_10_Lists close */


/*BookTestDiv start*/
.ngp_BookTestDiv {
  position: relative;
  width: 100%;
  float: left;
}
.ngp_BookTestinner {
  position: relative;
  width: 100%;
  float: left;
}
.ngp_BookTravel {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
}
.ngp_BookTravelContainer {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_BookTravelContainer:after, .ngp_BookTravelContainer::after {
  background-image: linear-gradient(-179deg, transparent 0%, #000 100%);
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: 100;
}
.ngp_Book_modules_Image {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_Book_modules_Image_framed {
  position: relative;
  width: 100%;
  padding-bottom: 26.3331%;
}
.ngp_Book_Mob_image {
  position: relative;
  width: 100%;
}
.ngp_Book_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}
.ngp_BookTravelContentDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: #000000;*/
}
.ngp_BookTravelContentinner {
  height: auto;
  padding: 15px 20px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 3;
  min-height: 185px;
  height: 100%;
}
.ngp_Bookpromo_heading {
  position: relative;
  margin: 56px 0;
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 1.25;
  color: #ffffff;
  max-width: 100%;
  padding: 0 0 12px;
  position: relative;
  text-align: center;
}
.ngp_Bookpromo_heading:after,
.ngp_Bookpromo_heading::after {
  background-color: #fc0;
  bottom: -4px;
  content: '';
  display: block;
  height: 4px;
  left: calc(50% - 13px);
  position: absolute;
  width: 27px;
}
.ngp_Bookpromo_description{
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-bottom: 31px;
}
.ngp_BookTravelContainer_hub{
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto
}
.ngp_Bookpromo_options {
  margin-bottom: 90px;
  text-align: center;
}
.ngp_Bookpromo_cardsDiv {
  position: relative;
  width: 100%;
  float: left;
}
.ngp_Bookpromo_hascardsbody {
  position: relative;
  width: 100%;
  float: left;
  background-color: #000000;
}
.ngp_SelectTravel {
  position: relative;
  width: 100%;
 float: left;
}
.ngp_Bookpromo_dropdown {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  max-width: 320px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.ngp_Bookpromo_selected {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 12px;
  line-height: 1.429;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 150px;
  padding: 15px 20px;
  text-align: left;
}
.ngp_Bookpromo_arrow {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fc0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px;
  width: 50px;
}
.ngp_Bookpromo_icon {
  fill: currentColor;
  height: 1.5rem;
  width: 1.5rem;
}
.ngp_Bookpromo_arrow svg {
  width: 12px;
}
.ngp_Bookpromo_options span {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #ffffff;
  display: block;
  margin: 15px 20px;
}
.ngp_Bookpromo_options span {
  display: inline;
}
.ngp_Bookpromo_DDarrow {
  position: relative;
  width: 100%;
}
.ngp_Bookpromo_DDarrow_options {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  left: 0;
  position: absolute;
  text-align: left;
  top: 48px;
  width: 100%;
  display: none;
  z-index: 2;
}
.ngp_Bookpromo_DDarrow_options a, .ngp_Bookpromo_DDarrow_options a:hover, 
.ngp_Bookpromo_DDarrow_options a:visited, .ngp_Bookpromo_DDarrow_options a:active {
  color: inherit;
  text-decoration: none;
}
.ngp_Bookpromo_DDarrow_optionList {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 12px;
  line-height: 1.429;
  padding: 10px 20px;
}
.ngp_Bookpromo_arrow .ngp_Bookpromo_DDarrow,.ngp_Bookpromo_DDarrow {
  position: relative;
  width: 20px;
  height: 17px;
  background: url(../images/contenthub/spirit.png) no-repeat 1px -47px;
  background-size: 43px;
  display: inline-block;
}
.ngp_Bookpromo_featured{
  position: relative;
  width: 100%;
}
.ngp_Bookpromo_divider {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-bottom: 31px;
}
.ngp_Bookpromo_divider:before,
.ngp_Bookpromo_divider::before  {
  border-top: 1px solid rgba(255,255,255,0.4);
  content: ' ';
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.ngp_Bookpromo_divider:after,
.ngp_Bookpromo_divider::after {
  border-top: 1px solid rgba(255,255,255,0.4);
  content: ' ';
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.ngp_Bookpromo_featured_slider{
  position: relative;
  width: 100%;
}
.mt_promotile_BottomText{
  position: relative;
  width: 100%;  
  margin-top: 15px;
}

.slideritem {
  position: relative;
  width: 100%;  
}
/*bookTripslider start*/
.bookTripslider {
  position: relative;
  width: 100%;  
  margin-top: 15px;
}
.bookTripslideritem {
  position: relative;
  width: 100%;  
}
.bookTripslider .ngp_col {
  padding: 0;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
}

.bookTripslider .slick-track {
  height: 100%;
}
.get_inspiredPage .bookTripslider .mt_grid_row::before,
.get_inspiredPage .bookTripslider .mt_grid_row::after {
  content: ' ';
  display: none; 
}
.bookTripslider .slick-slide {
  margin: 0 10px;
  height: 100%;
}
.bookTripslider .slick-list {
  margin: 0 -10px;
}
.bookTripslider .ngp_ImageContent_title_truncated {
  font-size: 16px;
  line-height: 1.3;
}
.ngp_exphubpromo_card_region {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
  min-height: 36px;
}

.bookTripslider .ngp_ImageContent_footer {
  min-height: 190px;
}
.bookTripslider .ngp_Image_modules_images {
  overflow: hidden;
}
.bookTripslider .ngp_Image_modules_framed {
  padding-bottom: 60.66%;
}
/*bookTripslider close*/

.get_inspiredGridSec1 .ngp_container {
  padding-bottom: 105px;
}
.roadstories .travel-carousel .owl-controls .owl-buttons .owl-prev,
.contenthub_videosslider .travel-carousel .owl-controls .owl-buttons .owl-prev,
.photo_journals .travel-carousel .owl-controls .owl-buttons .owl-prev,
.inside_look .travel-carousel .owl-controls .owl-buttons .owl-prev {
  background: url(../images/prev_iconnew1_white.png) no-repeat center center;
}

.roadstories .travel-carousel .owl-controls .owl-buttons .owl-next,
.contenthub_videosslider .travel-carousel .owl-controls .owl-buttons .owl-next,
.photo_journals .travel-carousel .owl-controls .owl-buttons .owl-next,
.inside_look .travel-carousel .owl-controls .owl-buttons .owl-next {
  background: url(../images/next_iconnew1_white.png) no-repeat center center;
}
.get_inspiredPage .featured-trips .featured-trips-innercntnt {
  top: 40px;
}
.ngp_col {
  padding-left: 20px;
  padding-right: 20px;
}


/*BookTestDiv close*/


/*gridsection1 close*/

@media only screen and (min-width:1067px) {

}
@media only screen and (min-width:768px) {
  .ngp_col {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ngp_col-xs-12 {
    width: 100%;
  }
  .ngp_col-lg-8 {
    width: 66.6666666667%;
  }
  .ngp_col-lg-4 {
    width: 33.3333333333%;
  }
  .ngp_col-bottom-gutter-2 {
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 1947px) {

}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1499px) {

}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 1299px) {
.get_inspiredPage .choose_slider_items li label {
/*  width: 300px;
  height: 370px;*/
}
.get_inspiredPage .travel-carousel {
  width: 100%;
  margin: 0;
}

}
@media only screen and (max-width:1199px) {
  .ngp_Book_modules_Image_framed {
    padding-bottom: 37.3331%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (max-width:1120px) {

}
@media only screen and (max-width:1067px) {
  .ngp_container_hub,.ngp_BookTravelContainer_hub {
    margin: 0 auto;
    max-width: 688px;
  }
  .ngp_col {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .ngp_col-bottom-gutter-2 {
    margin-bottom: 32px;
  }
  .ngp_col-md-6{
    width: 50%;
  }
  .get_inspiredGridSec1 .ngp_container {
    padding-bottom: 90px;
  }
  .get_inspiredPage .featured-trips .featured-trips-innercntnt {
    top: 15px;
  }
  .featured-trips .featured-trips-innercntnt p {
    font-size: 15px;
  }
  .pricing_Rimg {
    max-width: 600px;
  }
  .ngp_Book_modules_Image_framed {
    padding-bottom: 53.0833%;
  }
  .heading_underlined h4, .heading_underlined_heading {
    font-size: 32px;
  }
  .ngp_BookTravelContainer_hub {
    margin-bottom: 40px;
  }
  .ngp_Bookpromo_dropdown {
    max-width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (max-width:991px) {
 .ngp_col {
  padding-left: 10px;
  padding-right: 10px;
}
.ngp_col-bottom-gutter-2 {
  margin-bottom: 20px;
}
.get_inspiredPage .travel-carousel {
  width: 100%;
  margin: 0;
}

}
@media only screen and (max-width:767px) {
  .get_inspired_container_wrapper {
    min-height: 220px;
    padding: 70px 20px;
  }
  .get_inspired_content_indented h2, .get_inspired_content-heading {
    font-size: 32px;
  }
  .ngp_col {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .ngp_col-sm-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .ngp_photoslider .ngp_Image_modules_framed {
    padding-bottom: 0; 
  }
  .ngp_ImageContent_footer {
    padding: 15px 20px;
    min-height: unset;
    min-height: initial;
  }
  .ngp_ImageContent_title_truncated .LinesEllipse {
    min-height: unset;
    min-height: initial;
  }
  .ngp_Photo_Journalslider .slick-dots {
    position: relative;
    padding: 9px 0; 
    bottom: 0px;
    z-index: 9;
    background-color: #ffffff;
  }
  .ngp_Photo_Journalslider .slick-dots li{
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .ngp_Photo_Journalslider .slick-dots li button{
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    width: 10px;
    height: 10px;
    padding: 5px;
  }
  .ngp_Photo_Journalslider .slick-dots li button:hover,
  .ngp_Photo_Journalslider .slick-dots li button:focus{
    outline: none;
  }
  .ngp_Photo_Journalslider .slick-dots li button:hover:before,
  .ngp_Photo_Journalslider .slick-dots li button:focus:before {
    opacity: 1;
  }
  .ngp_Photo_Journalslider .slick-dots li button:before {
    opacity: .25;
    color: black;
    background-color: #000000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .ngp_Photo_Journalslider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    background-color: #000000;
    border-radius: 50%;
  }
  .ngp_Bookpromo_dropdown {
    max-width: 320px;
  }
  .ngp_Bookpromo_options span{
    font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #ffffff;
    display: block;
    margin: 15px 20px;
  }
  .ngp_container_hub,.ngp_BookTravelContainer_hub {
    width: 100%;
    max-width: 100%;
  }
  .ngp_Book_modules_Image_framed {
    padding-bottom: 100%;
  }
  .ngp_Bookpromo_description {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .ngp_Bookpromo_heading {
    margin: 25px 0 40px;
    font-size: 20px;
    padding: 0 0 10px;
  }
  .bookTripslider .slick-slide {
    margin: 0px;
    padding: 20px;
  }
  .bookTripslider .slick-list {
    margin: 0px;
  }
  .ngp_ImageGridDiv.ngp_photoslider:hover .ngp_ImageContentDiv:before, 
  .ngp_ImageGridDiv.ngp_photoslider:focus .ngp_ImageContentDiv:before, 
  .ngp_ImageGridDiv.ngp_photoslider:active .ngp_ImageContentDiv:before {
    content: '';
    height: 0px;
  }
  .ngp_ImageContent_title_truncated {
    font-size: 20px;
  }
  .get_inspiredPage .mt-promo-carousel {
    padding: 20px 0;
  }
  .get_inspiredPage .travel-carousel .owl-carousel .owl-item .item {
    position: relative;
    margin: 0;
    padding: 0 20px;
  }
  .get_inspiredPage .travel-carousel {
    width: 100%;
    margin: 0;
  }
  .mt_promotile_title {
    font-size: 26px;
  }
  .bookTripslider .ngp_ImageContent_footer {
    min-height: unset;
    min-height: initial;
  }
  .mt_promotile_modules_images_framed {
    padding-bottom: 100%;
  }
  .ngp_GridRT_framed {
    padding-bottom: 100%;
  }
  .get_inspiredPage .travel-carousel {
    width: 100%;
    margin: 0;
  }

}

@media only screen and (max-width: 480px) {
  .get_inspired_content_text_container_hasKicker .kicker_refresh {
    text-align: center;
    line-height: 1.3;
  }
  .get_inspired_content_indented h2, .get_inspired_content-heading {
    text-align: center;
  }
  .mt_promotile_modules_images_framed {
    padding-bottom: 138.33%;
  }
  .ngp_GridRT_framed {
    padding-bottom: 138.33%;
  }
  .get_inspired_content_indented {
    text-align: center;
  }

}
@media only screen and (max-width:320px) {
  .ngp_Book_modules_Image_framed {
    padding-bottom: 134.33333%;
  }

}







/* ====================================================================
  3.  NatGeo_Australia_Blog CSS
  ==================================================================== */  


  .ngc_blog_slider button.slick-next, .ngc_blog_slider button.slick-next:hover,  .ngc_blog_slider button.slick-next:focus{
    position: absolute;
    top: 41%;
    right: 15px;
    /*width: 47px;*/
    /*height: 75px;*/
    width: 27px;
     height: 54px;
    background: url(https://www.nationalgeographicexpeditions.co.uk/wp-content/themes/fng-core/img/chevron-right.svg);
    
    /*background-size: 95px;*/
  }

  .ngc_blog_slider button.slick-prev, .ngc_blog_slider button.slick-prev:hover, .ngc_blog_slider button.slick-prev:focus {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    background: url(https://www.nationalgeographicexpeditions.co.uk/wp-content/themes/fng-core/img/chevron-left.svg);
    width: 47px;
    height: 75px;
    width: 27px;
     height: 54px;
    /*background-size: 95px;*/
      /* background-position-x: right; */
  }

  .ngc_blog_slider .slick-next:before{
    /*content: url(https://www.nationalgeographicexpeditions.co.uk/wp-content/themes/fng-core/img/chevron-right.svg);*/
    position: absolute;
    right: 0px;
    z-index: 1;
  }
  .ngc_blog_slider .slick-prev:before{
    /*content: url(https://www.nationalgeographicexpeditions.co.uk/wp-content/themes/fng-core/img/chevron-left.svg);*/
    position: absolute;
    left: 0px;
    z-index: 1;
  }
  .ngc_blog_slider .slick-dots{
    bottom: 8%;
    
  }
  .ngc_blog_slider .slick-dots li button:before{
    font-size: 45px;
    color: #fc0;
  }
  .ngc_blogImg {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
   
}
.ngc_blogImg img{
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

.ngc_blogCarouselCaption {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 7%;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Geograph';
  bottom: 0;
  left: 0;
  top: 25%;
  letter-spacing: .7px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0% ,rgba(0,0,0,0.5)50%, rgba(0,0,0,0.8) 100%);
}
.ngc_blogCarouselCaption h5{
  font-size: 11px;
  font-weight: 500;
  line-height: 2.73;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 2px #ffcc00;
  display: table;
  margin: 0 auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1.8px;
  margin-bottom: 45px;
  font-family: 'Geograph';
  color: #fff;
}
.ngc_blogCarouselCaption h2{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.16;
  letter-spacing: 3px;
  font-size: 3vw;
  font-family: 'Geograph';
  color: #fff;

}
.ngc_blogCarouselCaption h4{
  text-transform: capitalize;
  font-size: 22px ;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.16;
  letter-spacing: 3px;
  font-size: 34px;
  font-family: 'Geograph';
  color: #ffcc00;
  margin-top: 30px !important;
}
.ngc_blogCarouselCaption p{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  font-family: 'Geograph';
}

.ngc_blogCarouselCaption a{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 1.6px;
  display: inline-block;
  padding: 10px;
  margin: 50px 0px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 275px;
  margin-top: 20px;
  font-family: 'Geograph';
}
.ngc_blogCarouselCaption a:hover{
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
}
.ngc_blog_slider.slick-slider{
  margin-bottom: 0 !important;
}
.ngc_blog_slider .slick-dots{
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px){
.ngc_blogCarouselCaption{
    top: 15%;
  }
  .ngc_blogCarouselCaption h5{
    margin-bottom: 28px;
  }
  .ngc_blogCarouselCaption h2{
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ngc_blogCarouselCaption a{
    margin-bottom: 30px 0 0 0;
  }
  .ngc_blogCarouselCaption h4{
    margin-top: 23px;
  }
  .ngc_blog_slider .slick-dots {
    bottom: 4%;
}
}

@media (min-width: 768px) and (max-width: 991px){
  .ngc_blogCarouselCaption{
    top: 15%;
  }
  .ngc_blogCarouselCaption h2 {
    font-size: 24px;
}

.ngc_blogCarouselCaption h5 {
    margin-bottom: 20px;
}

.ngc_blogCarouselCaption {
    top: 14%;
}
.ngc_blogCarouselCaption a {
    margin: 15px 0 0 0;
    font-size: 14px;
    width: 200px;
}
.ngc_blogCarouselCaption p{
  font-size: 16px;
}
.ngc_blogCarouselCaption h4{
  font-size: 24px;
  margin-top: 12px !important;
}
.ngc_blogCarouselCaption a{
    margin: 0 0 0 0 ;
  }
  .ngc_blog_slider .slick-dots{
    bottom: 4%;
  }
}

@media (max-width: 767px){
  .selectFilterBtn {
    width: 100% !important;
  }
  .ngc_blogCarouselCaption {
    top: 10%;
}
  .ngc_blogCarouselCaption h5{
    font-size: 13px;
    margin-bottom: 25px;
  }
  .ngc_blogCarouselCaption h2{
    font-size: 20px;
  }
  .ngc_blogCarouselCaption a{
    margin: 0 0 0 0 ;
    width: 200px;
  }
  .ngc_blogImg img{
    width: auto;

  }
  .ngc_blogCarouselCaption h4{
    font-size: 20px;
  }
.ngc_blog_slider .slick-dots{
  bottom: 28%;
}
}
@media (min-width: 400px) and (max-width: 767px){
.ngc_blogCarouselCaption{
  top: 20%;
}
.ngc_blog_slider button.slick-next, .ngc_blog_slider button.slick-next:hover, .ngc_blog_slider button.slick-next:focus{
  width: 15px;
  height: 30px;
}
.ngc_blog_slider button.slick-prev, .ngc_blog_slider button.slick-prev:hover, .ngc_blog_slider button.slick-prev:focus{
  width: 15px;
  height: 30px;
}
}




/* =================================================
    NatGeo_GetInspired_filter
================================================= */
/*.ngc_getInspired-filter{
  width: 80%;
  text-align: right;
  margin: 0px auto;
}*/

.get_inspiredPage{
  overflow:hidden;
}
.ngc_getInspired-filter h2 {
    font-size: 11px;
    font-weight: 500;
    line-height: 2.73;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    
    display: table;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
    font-family: 'Geograph';
    color: #000;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.ngc_getInspired-filter h2 span{
  border-bottom: solid 2px #ffcc00;
}
.ngc_getInspired-filter h2 img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    margin-top: 5px;
}
.ngcFilterContainer {
  width: 100%;
  float: right;
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: right;
  

}
.selectFilter {
  display: inline-block;
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*width: 22%;*/
  width: 255.5px;
}
.ngc_event_type_select {
  width: 100%;
  height: 45px;
  padding-right: 45px;
  -moz-appearance: none;
  position: relative;
  left: 0px;
  padding-left: 5px;
  outline: 0;
  border: 1px solid #1d1d1d;
  /*opacity: 0.8;*/
  border: 0;
}
.selectFilter:after {
  content: "\f107";
    position: absolute;
    right: 0px;
    background: #fc0;
    color: #1d1d1d;
    cursor: pointer;
    pointer-events: none;
    height: 39px;
    width: 35px;
    font-size: 30px;
    font-weight: 400;
   /* padding-right: 11px;*/
    padding-top: 5px;
    text-align: center;
    top: 0;
    
}
.selectFilterBtn {
  display: inline-block;
    /*width: 18%;*/
    width: 125px;
    height: 39px;
    vertical-align: top;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    position: relative;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #fc0;
    border: unset;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.selectFilterRestBtn{
    width: 8%;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    position: relative;
    color: #000;
    padding-top: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Geograph';
   
  }
button.selectFilterBtn:focus {
  outline: unset;
}
button.selectFilterBtn:hover {
  color: #ffffff;
  box-shadow: 1200px 0 0 0 #000000 inset;
  -moz-box-shadow: 1200px 0 0 0 #000000 inset;
  -webkit-box-shadow: 1200px 0 0 0 #000000 inset;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: 0 !important;
  border-radius: 0 !important;

}
.select2-container--default .select2-selection--multiple{
  border: 0 !important;
  border-radius: 0 !important;

}
.select2-container .select2-search--inline input {
    font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  height: 37px;
  overflow: hidden;
}
.select2-results__option{
  font-size:12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  font-size: 12px;
}
.select2-container .select2-search--inline .select2-search__field{
  letter-spacing: .6px;
}
.select2-container--default .select2-search--inline .select2-search__field{
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple{
  display: none !important;
}
.multiselect-input-div input{
  margin: 0 !important;
  border: 0 !important;
  height: 39px;
  cursor: pointer;
  padding-right: 0;
}
.multiselect-input-div {
  position: absolute;
  top: 0;
  height: unset !important;
  width: 100%;
}
.multiselect-wrapper .multiselect-list {
    display: block;
    position: absolute;
    min-width: unset !important;
    width: 100%;
    border: 0 !important;
    margin-top: 11px !important;
    text-align: left;
    padding-right: 5px !important;
}
.multiselect-count{
  /*left: -60px !important;*/
left: -57px !important;
  background: transparent;
}
.multiselect-count{
  background: transparent !important;
}
.multiselect-wrapper .multiselect-list.active {
    display: block;
    z-index: 11 !important;
    top: 30px;
}
.multiselect-wrapper label {
    font-size: 12px;
    color: #000;
    padding-top: 13px;
    font-weight: 500 !important;
    font-family: 'Geograph';
    letter-spacing: .4px;
    padding-top: 0;
    margin: 0;
    
}
.multiselect-wrapper hr {
    margin: 0 !important;
    border: 0 !important;
}
.multiselect-wrapper label span, .multiselect-wrapper label input {
    display: inline-block;
    vertical-align: middle;
}

.multiselect-wrapper label span {
   
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    margin-left: 7px;
    margin-bottom: 5px;
    white-space: normal !important;
    line-height: 1.3;
}
.multiselect-wrapper {
    width: unset !important;
    width: 100% !important;
}
label.multiselect-dropdown-arrow {
   position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 100%;
    width: 34px;
}
.multiselect-wrapper .multiselect-list .multiselect-checkbox {
    margin-right: 5px;
   /* width: 20px;
    height: 20px;*/
    width: auto;
    border: 0;
    outline: 0 !important;
    border-radius: 0;
}
.multiselect-wrapper ul li.active, .multiselect-wrapper ul li:hover {
    background-color: rgb(248,248,248) !important;
    color: white;
}
@media(min-width: 992px) and (max-width: 1199px){
  label.multiselect-dropdown-arrow {
   position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 100%;
    width: 20px;
}
  .ngcFilterContainer{
    width: 100%;

  }
  .selectFilterBtn{
    font-size:12px;
  }
  .multiselect-count{
  left: -57px !important;
  }
}
@media (min-width:768px) and (max-width:991px){
  label.multiselect-dropdown-arrow {
   position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 100%;
    width: 20px;
}
.multiselect-count{
  left: -57px !important;
  }
  .ngcFilterContainer{
   width: 100%;
   padding-right: 0;
  }
  .selectFilterBtn {
    font-size: 11px;
}
  .ngcFilterContainer {
    width: 100%;
    float: right;
}
.selectFilterBtn{
  font-size: 11px;
}

}
@media(max-width:767px){
  label.multiselect-dropdown-arrow {
   position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 100%;
    width: 20px;
}
.multiselect-count{
  left: -57px !important;
  }
  .ngcFilterContainer .multiselect-wrapper {
    width: unset !important;
    width: 100% !important;

}
.ngcFilterContainer .multiselect-wrapper .multiselect-input {
    width: 100%;
}
.ngcFilterContainer .multiselect-input-div{
     width: 100% !important;
}
  .select2-container{
    width: 100% !important;
  }
  .selectFilterRestBtn {
    width: 100%;
}
  .selectFilter {
    width: 100% !important;
    display: block;
    margin-bottom: 30px;
  }
  
  .ngcFilterContainer {
    border: unset;
  }
  .ngcFilterContainer {
    border: unset;
  }
  
  a.selectFilterBtn {
    display: block;
    width: 100%;
    border: 2px solid #000;
    margin-bottom: 5px;
    margin-left: 4px;
  }
  .ngcFilterContainer {
    width: 100%;
  }
  .selectFilterBtn{
    width: 100%;
  }
}





















@media only screen and (max-width:1067px) {
  .selectFilterBtn {
    width: 120px;
  }
  .selectFilter {
    width: 155px;
  }
}

.ngc_event_type_select option {
    white-space: normal;
}

.ngcFilterContainer .multiselect-wrapper .multiselect-list.active{
  padding:0;
  padding-bottom: 10px;
}
.ngcFilterContainer .multiselect-wrapper ul li {
    padding: 0 5px;
}
.ngcFilterContainer .multiselect-wrapper .multiselect-list .multiselect-checkbox {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    margin: 5px 0;
}
.ngcFilterContainer .multiselect-wrapper .multiselect-list > span {
    margin-left: 5px;
    padding-bottom: 7px;
}
.ngcFilterContainer .multiselect-wrapper .multiselect-list .multiselect-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.ngcFilterContainer .multiselect-wrapper .multiselect-checkbox:checked:after{
  content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #fc0;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
