@font-face {
font-family: 'hanken_book';
src: url('../fonts/Hanken-Book.eot');
src: url('../fonts/Hanken-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/Hanken-Book.woff2') format('woff2'),
url('../fonts/Hanken-Book.woff') format('woff'),
url('../fonts/Hanken-Book.svg#hanken_book') format('svg');
}

@font-face {
font-family: 'hanken_light';
src: url('../fonts/Hanken-Light.eot');
src: url('../fonts/Hanken-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Hanken-Light.woff2') format('woff2'),
url('../fonts/Hanken-Light.woff') format('woff'),
url('../fonts/Hanken-Light.svg#hanken_light') format('svg');
}

.hanken_book {
	font-family:hanken_book !important;
}

.hanken_light {
	font-family:hanken_light !important;
}

.logo-size {
	max-height: 4.95714286em !important;
}

.line-center {
	align-self: center !important;
}

.page-title {
	font-size: 48px
	letter-spacing: -2px !important;
}

.color-black {
	color: black !important;s
}

.color-red {
	color: #dc3545 !important;
}

.color-b-blue {
	color: #09879d !important;
}

.color-b-teal {
	color: #51c091 !important;
}

.color-b-darkblue {
	color: #17405c !important;
}

.bg-blue {
	background: #56a0aa;
}

.bg-white {
  background: white !important;
}

.bg-yellow {
    background: #dda342;
}

.clear-btn {
	border: 0px !important;
	padding: 0 !important;
	text-align: unset !important;
	margin-top: 0 !important;
	height: auto !important;
}

.btn-black {
	background: black !important;
	border: 1px black solid !important;
}

.overlap-marg {
    margin-top: -5em !important;
}

.overlay-blue:before {
  position: absolute;
  content: '';
  background: #09879d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

.icon-circle-2 {
	/*display: inline-block;
  border-radius: 60px;
   padding: 0.5em 0.6em;*/
   width: 4.71428571em;
  height: 4.71428571em;
  border: 4px white solid;
  background: transparent;

}

.icon-circle-black {
    border: 4px black solid !important;
}

.top-list {
    list-style: none;
}

footer.footer-6.bg--dark .footer__lower {
    background: #fafafa !important;
}

.icon.icon--xxs {
  font-size: 1.02285714285714em;
}

.b-iligan {
    font-size: 90px;
    opacity: 0.2;
}

.bot-right {
    right: 0;
    padding-top: 72px;
}

.social-list-2 li {
    background: rgba(38, 118, 182, 0.26);
    border-radius: 3px;
    padding: 8px 8px;
}


@keyframes anima {
    from {
        margin-top: -50px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
    to {
        margin: auto;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@-webkit-keyframes anima {
    from {
        margin-left: -20px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
    to {
        margin-left: 10px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.pic {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;
    display: inline-block;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    -o-animation: anima 2s;
    -ms-animation: anima 2s;
    animation: anima 2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.pic-caption {
    cursor: default;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(86, 160, 170, 0.89);
    padding: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
}

.pic-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pic:hover .pic-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}


a,
a:hover,
.pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.pic:hover .bottom-to-top,
.pic:hover .bottom-to-top-2,
.pic:hover .top-to-bottom,
.pic:hover .left-to-right,
.pic:hover .right-to-left,
.pic:hover .rotate-in,
.pic:hover .rotate-out,
.pic:hover .open-up,
.pic:hover .open-down,
.pic:hover .open-left,
.pic:hover .open-right,
.pic:hover .come-left,
.pic:hover .come-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    background: rgba(86, 160, 170, 0.97);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

.bottom-to-top {
    top: 80%;
    left: 0
}

.bottom-to-top-2 {
    top: 70%;
    left: 0
}

.pic:hover .bottom-to-top, .pic:hover .bottom-to-top-2 {
    top: 0;
    left: 0
}

/* Mobile View */

@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px)
	and (max-device-width : 740px)
{ 
	.mobileHide { display: none; }
	.page-title { font-size: 24px !important; }
	.page-title-sub { font-size: 18px !important; }
	.mobile-title { margin-right: 10px !important; margin-left: 10px !important; }
	.mobile-search-button { width: 50px !important; }
	.top-categories a {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    background: none !important;
    padding-left: 13px;
    padding-right: 13px;
	}

  .mt-xs-5 {
    margin-top: 20px;
  }

  .mt-xs-10 {
    margin-top: 40px;
  }

  .mb-xs-5 {
    margin-bottom: 20px !important;
  }

  .cover-thmb {
    width: 100% !important;
  }

  .f-col-6 {
    flex: 0 0 50% !important;
  }

  .ml-xs-5 {
    margin-left: 3.3rem !important;
  }

  .pl-xs-2 {
    padding-left: 15px !important;
  }

  .about-cta {
    width: 33.3% !important;
  }

  .ml-xs-0 {
    margin-left: 0rem !important;
  }
}

@media all and (max-width: 767px) {

  /*.bottom-to-top-2 {
    top: 75% !important;
  }*/

  /*.slider-banner-xs {
    height: 100vh !important;
  }*/

  .overlap-marg {
    margin-top: unset !important;
  }

  .search-container {
    position: relative !important; 
    left: 0px !important;
  }
}
/* End Mobile View */

  .cover-thmb-latest {
  width: 400px !important;
  height: 175px;
  object-fit: cover;
}

.cover-thmb-featured {
  width: 400px !important;
  height: 175px;
  object-fit: cover;
}

.cover-thmb-itinerary {
  width: 400px !important;
  height: 190px;
  object-fit: cover;
}

/* Other */

.top-categories a {
    max-width: 80px;
    -webkit-box-flex: 0;
    flex: 0 1 80px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-right: 1px;
    padding: 15px 6px 14px;
    border-radius: 2px;
    color: white;
    font-size: 0.875rem;
    background: rgba(255, 255, 255, 0.15);
}

.cat__text {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
}

.top-categories .cat__icon svg, .page-template-front_page .top-categories .cat__icon img {
    margin: 0 !important;
    max-width: 30px;
    max-height: 30px;
    min-height: 20px;
    min-width: 20px;
}

.top-categories a > * {
    display: block;
    text-align: center;
}

.top-categories {
    width: 100%;
    bottom: 16px;
    left: 0;
    z-index: 30;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

/* End */

/*Text Format*/

.text-none {
	transform:	none !important;
}

.text-decoration {
	text-decoration: none !important;
}

.text-space-1 {
	letter-spacing: 0.8px !important;
}

.text-space-2 {
	letter-spacing: -0.1px !important;
}

/*Text Format End*/

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #484848 !important;
}

.color-lightgray {
	color: #919191 !important;
}

.color-red {
	color: #ff4d55 !important;
}

.color-blue {
	color: #0690a2 !important;
}

/*Font size*/

.font-10 {
	font-size: 10px;
}

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

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

.font-20 {
	font-size: 20px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-32 {
	font-size: 32px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

/*Font End*/

/*Padding*/

.search-padd {
	padding-top: 20px;

}

.padd-10 {
	padding: 10px;
}

.padd-20 {
	padding: 20px;
}

.padd-30 {
	padding: 30px;
}

.padd-40 {
	padding: 40px;
}

.padd-right-10 {
	padding-right: 10px;
}

.padd-right-20 {
	padding-right: 20px;
}

.padd-right-30 {
	padding-right: 30px;
}

.padd-right-40 {
	padding-right: 40px;
}

.padd-left-10 {
	padding-left: 10px;
}

.padd-left-20 {
	padding-left: 20px;
}

.padd-left-30 {
	padding-left: 30px;
}

.padd-left-40 {
	padding-left: 40px;
}

.padd-top-10 {
	padding-top: 10px;
}

.padd-top-20 {
	padding-top: 20px;
}

.padd-top-30 {
	padding-top: 30px;
}

.padd-top-40 {
	padding-top: 40px;
}

.padd-bottom-10 {
	padding-bottom: 10px;
}

.padd-bottom-20 {
	padding-bottom: 20px;
}

.padd-bottom-30 {
	padding-bottom: 30px;
}

.padd-bottom-40 {
	padding-bottom: 40px;
}

/*Padding End*/

/*Margin*/

.m-0 {
	margin: 0;
}

.m-10 {
	margin: 10px;
}

.m-20 {
	margin: 20px;
}

.m-30 {
	margin: 30px;
}

.m-40 {
	margin: 40px;
}

.mt-0 {
	margin-top: 0;
}

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

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

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

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

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

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

.mt-120 {
	margin-top: 120px;
}

.mt-5p {
	margin-top: 5%;
}

.mb-0 {
	margin-bottom: 0;
}

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

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

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

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

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

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

.mb-120 {
	margin-bottom: 120px;
}

.mr-0 {
	margin-right: 0;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.ml-0 {
	margin-left: 0;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

/*Size*/

.w-100 {
	width: 100%;
}

/*End Size*/

/*Margin End*/

/**/

.feature-icon {
	padding: 44px 0 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    border-radius: 4px;
}

.feature-bg1 {
	background-image: url(https://cdn.demos.pixelgrade.com/wp-content/uploads/sites/17/2015/11/home-cards-stay-450x539.jpg) !important;
}
.feature-bg2 {
	background-image: url(https://cdn.demos.pixelgrade.com/wp-content/uploads/sites/17/2015/11/home-cards-eat-450x436.jpg) !important;
}
.feature-bg3 {
	background-image: url(https://cdn.demos.pixelgrade.com/wp-content/uploads/sites/17/2015/11/home-cards-visit-450x436.jpg) !important;
}
.feature-bg4 {
	background-image: url(https://cdn.demos.pixelgrade.com/wp-content/uploads/sites/17/2015/11/home-cards-shop-450x436.jpg) !important;
}

.feature-circle {
	margin: 0 auto;
	width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.feature-circle-sm {
	margin: 0 auto;
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.menu-opacity-1 {
	opacity: 1 !important;
}

.search-form {
	height: 100% !important;
}

.card-image {
	position: relative;
    background: rgba(0, 0, 0, 0.075) center no-repeat;
    background-size: cover;
}

.form-container {
	padding-left: 20%;
	padding-right: 20%;
}

.boxed-form {
  border: 1px solid #ececec;
  border-radius: 8px 8px 8px 8px;
}

.pos--sticky {
  position: sticky; 
}

.h-100 {
  height: 100%; 
}

.top {
  top: -570px; 
}

.h-map {
  height: 100%; 
}

.top2 {
  top: 100px; 
}

.map-space {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 30% !important;
}

.google-maps-category iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 84vh !important;
}

.google-maps iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100px !important;
}

#image_preview{
  border: 1px solid #eee;
  padding: 10px;
}

#image_preview img{
  width: 200px;
  padding: 5px;

}

#search-autosuggest{
	width: 100%;
	position: absolute;
	top: 38px; 
	border-radius: 4px;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
	height: 200px;
	max-height: 200px;
	overflow: auto;
}

.autosuggest-item{
	display: block;
	padding: 10px;
	color: #000 !important;
}

.autosuggest-item:hover{
	background-color: #eee;
}

.select2-container .select2-selection--single {
	background: #fcfcfc;
    padding: 0.46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
    height: 38px !important;
}

.tags-div .select2-search__field {
	height: 20px !important;
}

.js-example-custom-multiple-empty ~ .select2-container--custom-selection {
    left: -510px;
    padding: 5px;
    width: max-content;
}

.js-example-custom-multiple-empty ~ .select2-container--empty {
    display: none;
}

.cover-thmb {
  width: 350px;
  object-fit: cover;
}

.cover-thmb-latest {
	width: 350px;
  height: 175px;
	object-fit: cover;
}

.cover-thmb-featured {
  width: 350px;
  height: 175px;
  object-fit: cover;
}

.main-feature-thmb {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.twitter-share-button, .fb-share-buttom {
    min-height: 20px !important;
}

.fb_iframe_widget iframe {
    top: -8px !important;
}

.search-container {
	position: absolute !important;
    left: -90px;
}

.menu-vertical li {
    white-space: normal;
}

.white-box {
    background: white;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 540px;
    z-index: 9999999;
}

.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
.suite-container .title, 
.suite-container .subtitle, 
.suite-container li { padding: 5px 10px; }
.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5;
}