/*max-menu custom css start*/
#mega-menu-wrap-primary #mega-menu-primary {
    width: 100vw;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-size: 16px;
    margin-top: -6px !important;
}
#mega-menu-item-6981 {
	float: right !important;
}
#mega-menu-item-6897 {
	float: left !important;
}
/*max-menu custom css end*/
.flip-card {
  background-color: transparent;
  width: 200px;
  height: 200px;
  perspective: 1000px;
  margin: 0 auto;
  margin-bottom: 35px;
  backface-visibility: hidden;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.5s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  backface-visibility: hidden;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip-card-back {
  background-color: #1d3761;
  background: #1d3761;
  color: white !important;
  transform: rotateY(180deg);
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card-back>h1 {
    color: #ec8528 !important;
    font-size: 16px;
    padding: 13px 28px 0 28px;
    font-weight: 600;
}
.flip-card-back>h3 {
    color: #ec8528 !important;
    font-size: 16px;
    padding: 13px 28px 0 28px;
    font-weight: 600;
}
.flip-card-back>h6 {
    color: #ec8528 !important;
    font-size: 16px;
    padding: 13px 28px 0 28px;
    font-weight: 600;
}
.flip-card-back>p {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}
.flip-img{
	width: 40% !important;
	padding-top: 15%;
	backface-visibility: hidden;
}
.flip-card-back-award {
    background-color: #fff;
    color: white !important;
    transform: rotateY(180deg);
    text-align: center;
	height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	backface-visibility: hidden;
}
.flip-card-back-award>h1 {
    color: #ec8528 !important;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 2rem;
}
.flip-card-back-award>h6 {
    color: #ec8528 !important;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 2rem;
}
.flip-img-award {
    width: 90% !important;
    padding-top: 5%;
	backface-visibility: hidden;
}
/*Flip partner logos*/
.flip-part {
 background-color: transparent;
    width: 150px;
    height: 150px;
    perspective: 1000px;
    margin: 0 auto;
	backface-visibility: hidden;
}

.flip-part-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	backface-visibility: hidden;
}

.flip-part:hover .flip-card-inner {
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.flip-part-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip-part-front {
  background-color: #fff;
  color: black;
  backface-visibility: hidden;
}

.flip-part-back {
  background-color: #1d3761;
  color: white !important;
  transform: rotateY(180deg);
  text-align: center;
  backface-visibility: hidden;
}
.flip-part-back>h1 {
    color: #ec8528 !important;
    font-size: 14px;
    padding: 13px 28px 0 28px;
    font-weight: 300;
}
.flip-part-back>h6 {
    color: #ec8528 !important;
    font-size: 14px;
    padding: 13px 28px 0 28px;
    font-weight: 300;
}
.flip-part-back>p {
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    text-align: center;
}
.flip-part-img{
	width: 90% !important;
	backface-visibility: hidden;
}



/*button outlines*/
.btn-outline {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #4CAF50;
  color: green;
}

.success:hover {
  background-color: #4CAF50;
  color: white;
}

/* Blue */
.info {
  border-color: #F58131;
  width: 90%;
  cursor: auto;
}

/* Orange */
.warning {
  border-color: #e57429;
    color: #5a5756;
    width: 90%;
    padding: 0.5em;
	cursor: auto;
}

.warning:hover {
  background: #e57429;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red;
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}
.h-100>div{
	height: 100%;
}
.flex-middle{
	height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.header-white {
	font-size: 36px;
    font-weight: bold;
    color: #ffffff;
	line-height: 1.3;
}
.header-blue {
	font-size: 36px;
    font-weight: bold;
    color: #1d3761;
	line-height: 1.3;
}
.header-grey {
	font-size: 36px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 1.3;
}
.header-text {
	font-size: 20px;
    word-spacing: 2px;
    line-height: 1.7rem;
}
.header-orange {
	font-size: 36px;
    font-weight: bold;
    color: #f58131;
    text-align: center;
}
.tan-orange{
	color: #f58131 !important;
}
.tan-blue{
	color: #1d3761 !important;
}
.tan-red{
	color: #BA202A !important;
}
.tan-grey{
	color: #5a5a5a !important;
}
.tan-white{
	color: #ffffff !important;
}
.aoda-how-txt{
	display: inline-block;
    margin: 0 auto;
    padding-top: 1rem;
    font-size: 24px;
    font-weight: 500;
	text-align: left;
    margin-left: 2rem;
}
.spacer{
	padding-bottom: 25px;
}
.container-1000{
	max-width: 1000px;
}
.container-800{
	max-width: 800px;
}
.countdown {
	font-size: 42px;
    font-weight: bold;
    padding: 2rem;
    color: #00B7D8;
    display: inline-flex;
    border-radius: 7px;
    border: solid 3px #F58131;
	margin-left: 2rem;
}
}
media screen and (max-width: 766px){
	body {
		text-align: center !important;
  }
}
@media only screen and (max-width: 1024px) {
  /* For mobile phones: */
.new-gateway-block {
    padding: 2rem;
    text-align: center;
    max-width: 500px;
    background: #203864;
    color: white;
	margin: auto;
}
.new-vid-gateway-block {
    padding: 2rem;
    text-align: center;
    max-width: 500px;
    background: #203864;
    color: white;
	margin: auto;
}
.mob-center {
		margin: 0 auto !important;
	}
.clr-hide {
	overflow: hidden;
    height: 250px;
	}
	.clr-hide>img {
		    width: 120% !important;
	}
.countdown {
    font-size: 36px;
    font-weight: bold;
    padding: 0 12px;
    color: #00B7D8;
    display: inline-flex;
    border-radius: 7px;
    border: solid 3px #F58131;
    margin: -30px 3rem 3rem 3rem;
}
	#countdown-text {
		margin-top: -100px;
	}
  [class*="header-blue"] {
    text-align: center !important;
	font-size: 26px;
    max-width: 80%;
    margin: 0 auto;
  }
	[class*="header-grey"] {
    text-align: center !important;
	font-size: 26px;
    max-width: 80%;
    margin: 0 auto;
  }
	[class*="header-orange"] {
    text-align: center !important;
	font-size: 26px;
    max-width: 80%;
    margin: 0 auto;
	padding-bottom: 1rem;
  }
	[class*="header-white"] {
    text-align: center !important;
	font-size: 26px;
    max-width: 80%;
    margin: 0 auto;
	padding-bottom: 1rem;
  }
	[class*="header-text"] {
    text-align: center !important;
    font-size: 18px;
    padding: 10px 1.5rem;
	list-style: none;
		display: block;
  }
	[class*="header-banner"] {
    font-size: 28px !important;
  }
}
@media (max-width: 767.98px) {
#slider.img {
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
}
@media screen and (max-width: 767.98px) {
div.gutter-col {
    padding-bottom: 5rem;
	padding-left: 15px;
    padding-right: 15px;
}
.aoda-block{
	width: 70%;
    margin-bottom: 1rem !important;
	}
}
.show-sml {
    display: none !important;
}
.hide-sml {
    display: block;
}
#site-navigation {
	padding-top: 80px;
}
.p-250 {
	padding-left: 150px;
    padding-right: 150px;
	margin: 0 auto;
}
.p-r-250 {
    padding-right: 150px;
	max-width: 1600px;
}
.p-l-250 {
    padding-left: 150px;
	max-width: 1600px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-r-100 {
    padding-right: 100px;
}
.p-l-100 {
    padding-left: 100px;
}
@media screen and (max-width: 1024px) {
	.bg-blue{
	background: #1c3860 !important;
		background-color: #1c3860 !important;
	}	
	.p-250 {
	padding-left: inherit;
    padding-right: inherit;
	max-width: 1600px;
}
.p-r-250, .p-r-50, .p-r-100 {
    padding-right: inherit;
	max-width: 1600px;
}
.p-l-250, .p-l-50, .p-l-100 {
    padding-left: inherit;
	max-width: 1600px;
}
.mob-center, span{
text-align: center !important;
    margin: 0 auto !important;
	} 
.hide-sml {
    display:none !important;
}
.chatLauncher{
		display: none !important;
	}
#to_top_scrollup {
    left: auto;
    bottom: 40px;
    right: 7px;
}
#site-navigation {
	padding-top: 0px;
}
.navbar-light {
    /*padding: 0.5em 1rem 0.5rem 0;*/
    height: 3.5rem;
}
.show-sml {
    display: block !important;
}
.p-100 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.p-65, .p-45 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.p-t-65,.p-t-100,.p-t-45 {
    padding-top: 25px !important;
}
.p-b-65, .p-b-100, .p-b-45 {
	padding-bottom: 25px !important;
}
.col-sm-2 {
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 45px;
}
	.flip-card:hover .flip-card-inner {
  transform: none !important;
}
	.flip-card-back {
    transform: initial !important;
} 
.flip-card-front {
visibility: hidden !important;
display: none !important;
}
.flip-card-back>p {
    font-size: 14px !important;
	padding-top: 1rem;
}
.flip-card-back>h1 {
    font-size: 18px !important;
    padding: 20px 28px 0 28px !important;
}
.flip-card-back>h6 {
    font-size: 18px !important;
    padding: 20px 28px 0 28px !important;
}
.flip-card {
    width: 250px !important;
    height: 250px !important;
}
		.flip-card-back-award {
    transform: initial !important;
}
.aoda-how-txt {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
	margin-right: 10px;
	margin-left: 15px;
}
.aoda-how{
		width: 26%;
	}
#blue-bar, #red-bar, #orange-bar{
		padding: 2rem 4rem !important;
	}
.aoda-what{
		margin: 0 auto -20px !important;
	}
.mobile-center {
		    margin: 0 auto !important;
	}
	.mobile-compact {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
}

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.trustedsite-tm-image {
	left: 50px !important;
}
.p-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.p-t-45 {
	padding-top: 45px;
}
.p-b-45 {
	padding-bottom: 45px;
}
.p-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}
.p-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.p-t-65 {
	padding-top: 65px;
}
.p-b-65 {
	padding-bottom: 65px;
}

.p-t-100 {
	padding-top: 100px;
}
.p-b-100 {
	padding-bottom: 100px;
}
.p-t-100 {
	padding-top: 100px;
}
.p-b-100 {
	padding-bottom: 100px;
}
.absolute {
	position: absolute;
}
/* contact page hover overlay */
.overlay-container {
  position: relative;
  width: fit-content;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #203864;
}

.overlay-container:hover .overlay {
  opacity: .7;
}

.overlay-text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 32px;
}
.security-orange {
	height: 65px;
    color: white !important;
    background: #F58131;
    background-color: #f58131;
    width: 250px;
    display: block;
    margin-top: 1rem;
    text-align: center;
    font-size: 16px;
    text-decoration: none !important;
    padding: .6rem 0;
    font-weight: 600;
    letter-spacing: initial;
    text-transform: inherit;
}
.security-red {
	color: white !important;
    background: #BA202A;
    background-color: #BA202A;
    width: 250px;
    display: block;
    margin-top: 1rem;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    padding: 1.4rem 0;
    font-weight: 600;
    letter-spacing: initial;
    text-decoration: none;
    height: 65px;
}
.security-blue {
	color: white !important;
    background: #00B7D8;
    background-color: #00B7D8;
    width: 250px;
    display: block;
    margin-top: 1rem;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: initial;
    text-decoration: none;
    height: 65px;
    padding: 1.4rem 0;
}
.subhead-lb {
font-size: 22px;
color: #00B7D8;
font-weight: 600;
}
.subhead-red {
font-size: 22px;
color: #A7252E;
font-weight: 600;
}
.subhead-db {
font-size: 22px;
color: #1C3861;
font-weight: 600;
}
.subhead-blue {
font-size: 22px;
color: #4574B9;
font-weight: 600;
}
.subhead-orange {
font-size: 22px;
color: #E67837;
font-weight: 600;
}
.subhead-grey {
font-size: 22px;
color: #5a5a5a;
font-weight: 600;
}
.span-grey {
font-size: 18px;
color: #5a5a5a;
}
.span-white {
font-size: 18px;
color: #ffffff;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.circle-orange {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.circle-orange:before {
    content: "";
    border: 24px solid #def0e9;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -38px;
    top: -46px;
    z-index: -1;
}
.circle-red {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.circle-red:before {
    content: "";
    border: 24px solid #def0e9;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -38px;
    top: -46px;
    z-index: -1;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.white {
	color: #ffffff;
}
.inherit-height >div >div {
height: inherit;
}
.mh620 {
    max-height: 620px;
    height: inherit;
	object-fit: cover;
}
.full-height {
	height: inherit;
}
.full-height div {
	height: inherit;
}
.full-height div img {
height: inherit;
}
.li-red li::marker {
  content: url(/wp-content/themes/twentysixteen/images/red-li.svg);
}
.li-red li{
	padding-left: 5px;
    margin-left: -15px;
}
.li-blue li::marker {
  content: url(/wp-content/themes/twentysixteen/images/blue-li.svg);
}
.li-blue li{
	padding-left: 5px;
    margin-left: -15px;
}
.hover-orange:hover{
	color: #f58131 !important;
	text-decoration: none !important;
}
.hover-orange-bg:hover{
	background: #f58131 !important;
	text-decoration: none !important;
}
.hover-lb:hover{
	color: #01a5d2 !important;
	text-decoration: none !important;
}
.h-30{
max-height: 30px !important;
    width: auto;
    margin: 0 auto;
    padding: 5px;
}
.h-45{
max-height: 40px !important;
    width: auto;
    margin: 5px;
}




Not everything we bring home fits in a suitcase

Some souvenirs are smells -
Like woodsmoke from a mountain kitchen
or the spice of wet earth after a rain


Others are sounds
A temple bell, A grandmother's laugh
The echo of footsteps in a quite fort


Travel isnt always about escape
Sometimes its about returning
to a part of you that went quiet

You think you forget a placeholder
But then a smalle, a song, a taste brings it all rushing background


Maybe the real souvenirs
Are the ones that change you -
the ones that quietly unpack
themselves long after you're home