/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #33d7ff;
    text-decoration: none !important;
}

label {
    font-family: 'Lato', sans-serif;
}

textarea {
    resize: none;
}

.tangerine {
    font-family: 'Tangerine', cursive;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.arial {
    font-family: Arial, sans-serif;
}

.tangerine.w-700 {
    font-weight: 700;
}

.tangerine.w-400 {
    font-weight: 400;
}

/*font*/
.w-100 {
    font-weight: 100;
}

.w-400 {
    font-weight: 400;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.w-900 {
    font-weight: 900;
}

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-24 {
    font-size: 24px;
}
.size-30 {
    font-size: 30px;
}

.size-42 {
    font-size: 42px;
}

.italic {
    font-style: italic;
}

/*end font*/

/*display*/
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

/*end display*/

/*flexbox*/

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}

/*end flexbox*/
.white-text {
    color: #fff;
}

.light-text {
    color: #aaaaaa;
}

.grey-text {
    color: #888888;
}
.dark-grey-text {
    color: #666666;
}
.dark-text {
    color: #333333;
}

.blue-text {
    color: #1CB5D5;
}

.red-text {
    color: #e54d42;
}

.bg-white {
    background-color: #fff;
}

.bg-light-grey {
    background-color: #f9f9f9;
}

.underline {
    text-decoration: underline !important;
}

.word-break {
    word-break: break-all;
}

#top-bar.dark {
    background: #020a70;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.content-wrap {
    padding: 40px 0;
}

/*border*/
.border-t-light {
    border-top: 1px solid #F9F9F9;
}
.border-r-light {
    border-right: 1px solid #d9d9d9;
}

/*end border*/

/*spaceing*/
.mb-0 {
    margin-bottom: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-60 {
    padding-top: 60px;
}


.pb-60 {
    padding-bottom: 60px;
}



.pb-10 {
    padding-bottom: 10px;
}

.pr-10 {
    padding-right: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-65 {
    padding-right: 65px;
}

.p-60 {
    padding: 60px;
}

.p-15 {
    padding: 15px;
}

.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}

.p-0 {
    padding: 0 !important;
}

.p-l-r-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-l-r-15 {
    padding-left: 15px;
    padding-right: 15px;
}

/*typography*/
.title-sm {
    font-size: 16px;
}

/*end spaceing*/
.height-14 {
    height: 14px;
}
.height-150 {
    height: 150px;
}
.height-220 {
    height: 220px;
}

.width-30 {
    width: 30px;
}
.width-220 {
    width: 220px;
}


.opacity80 {
    opacity: .8;
}

hr.divider {
    margin-bottom: 30px;
    margin-top: 30px;
    border-color: rgba(49, 215, 253, 0.2);
}
hr.divider.light-grey {
    border-color: #d9d9d9;
}

.pointer {
    cursor: pointer;
}

/*check style*/
/*.check-circle {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    background-color: #1cb5d5;
}
.check-circle:after {
    content: '\e930';
    font-family: 'icomoon-hng';
    position: absolute;
    height: 10px;
    width: 10px;

}*/
/*end check style*/


.section-categories [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}

.section-categories [class^=col-] .category {
    height: 100%;
}

.section-categories [class^=col-] > a, .section-categories [class^=col-] .category > a {
    display: block;
    position: relative;
    height: 200px;
    background-color: #EEE;
    cursor: pointer;
}

.section-categories [class^=col-] img {
    display: block;
}

.section-categories [class^=col-] > a:before, .section-categories [class^=col-] .category > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.section-categories [class^=col-] > a:hover:before, .section-categories [class^=col-] .category > a:hover:before {
    opacity: 1;
}

.section-box-title {
    padding: 10px 0px;
}

.section-box-title h3 {
    font-size: 15px;
    margin: 0px;
}

.section-box-title h3 a {
    color: #31d7fd;
}

.section-box-title p {
    margin: 0px;
}

.section-box-title-2 {
    position: absolute;
    bottom: 5%;
    width: auto;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    border-bottom: 2px solid #febd11;

}

.section-box-title-2 h3 {
    font-size: 26px;
    color: #fff;
    padding: 5px 10px;
}

.section-heading-icon {
    position: absolute;
    top: -38px;
    left: 50%;
    margin: 0 0 0 -38px;
    display: block;
    width: 76px;
    height: 76px;
}

.section-heading-icon i {
    line-height: 76px;
    font-size: 42px;
    color: #444;
    transition: background-color 0.3s, color 0.3s;
    z-index: 1;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
    border-radius: 50%;
}

.section-heading-icon .icon-hng-sttraction {
    background-color: #ffbb00;
}

.top-attractions h3 a {
    color: #ffbb00;
}

.section-heading-icon .icon-hng-essentials {
    background-color: #34d7ff;
}

.essentials h3 a {
    color: #34d7ff;
}

.section-heading-icon .icon-hng-activities {
    background-color: #ff7143;
}

.activities h3 a {
    color: #ff7143;
}

.section-heading-icon .icon-hng-inspired {
    background-color: #673bb7;
}

.inspired h3 a {
    color: #673bb7;
}

.section-heading-icon .icon-hng-whats-on {
    background-color: #aeb52b;
}

.whatson h3 a {
    color: #aeb52b;
}

.icon-hng-follow {
    background-color: #00e777;
}

.section-heading {
    display: block;
    position: absolute;
    max-width: 350px;
    width: 100%;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 50px 20px 0px 20px;
    text-align: center;
}

.section-heading h3 {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;

}

.section-heading span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    margin-bottom: 20px;
}

.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}

.search-bar {
    background: #31d7fd;
    padding: 20px 0px;
}

.search-bar .input-group {
    width: 100%;
}

.input-lg {
    font-size: 14px;
}

.form-control {
    background-color: transparent;
    border: 1px solid #A3EDFF;
    color: #fff;
}

.form-control.text-primary {
    color: #444444;
}

.form-control.grey {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #9f9f9f;
}

.form-control.grey + i {
    color: #838383;
}

.search-bar-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.tabs.travel-organiser-tabs {
    width: 100% !important;
}

.tabs.travel-organiser-tabs {
    margin: 0;
}

.travel-organiser-tabs ul.tab-nav {
    border-bottom: none;
    max-width: 500px;
    display: flex;
}

.travel-organiser-tabs ul.tab-nav li {
    margin-left: 2px;
    border: 0;
    height: 45px;
    border-left: 0 !important;
    width: 100%;
    float: none;
}

.travel-organiser-tabs ul.tab-nav li:first-child {
    margin-left: 0;
}

.travel-organiser-tabs ul.tab-nav li a {
    color: #666666;
    height: 45px;
    line-height: 48px;
    background-color: #D9D9D9;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.travel-organiser-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    background-color: #33d7ff;
    color: #fff;
    text-shadow: none;
}

.travel-organiser-tabs ul.tab-nav li .label {
    margin-left: 5px;
}

.travel-organiser-tabs ul.tab-nav li a i {
    margin-right: 7px;
}

.heading-block h4, .travel-organiser-tabs label, .travel-organiser-tabs .tab-container .more-link {
    color: #fff;
}

.yellow {
    background: #febd11 !important;
}

.gobutton {
    padding: 10px;
    background: #febd11 !important;
    color: #fff;
}

.widget.subscribe-widget .form-control {
    background: #fff;
}

.form-control option {
    color: #000000;
}

@media (min-width: 992px) {
    #primary-menu > ul > li > a {
        color: #888;
        letter-spacing: 0px;
        margin: 19px 5px;
    }
}

#primary-menu ul li > a i {
    color: #31d7fd;
}

#primary-menu.style-5 > ul > li > a {
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 0px;
    padding-left: 9px;
    padding-right: 9px;
    margin: 19px 0px;
}

#primary-menu.style-5 > ul > li:not(:first-child) {
    margin-left: 0px;
}

#primary-menu.style-5 > ul > li:not(:first-child) a {
    border-left: 1px solid #eee;
}

#top-bar {
    background: #5c98e0;
}
#top-bar .container {
    position: relative;
}

.top-bar-burger {
    cursor: pointer;
    color: #fff;
    display: none;

}
.top-bar-burger i {
    font-size: 20px;
}

.top-links li.current-item {
    background: #fff;
}

.top-links li.current-item a, ul li.sub-menu.current-item > a > div {
    color: #FB1896 !important;
}

.top-links ul li:last-child {
    border-right: 1px solid #EEE;
}

.top-links li > a {
    color: #fff;
    cursor: pointer;
}

.top-bar-list {
    z-index: 999;
}


.top-links li:hover a {
    color: #FB1896;
    background: #fff;
}

.top-links.noborder ul li {
    border: none;
}

#header, #header-wrap, #logo img {
    height: 80px;
}

#header.full-header #primary-menu > ul {
    border: none;
}

#primary-menu ul li a:hover {
    color: #31d7fd;
}

#primary-menu.style-5 > ul > li > a i {
    margin-bottom: 15px;
}

.banner-section-box {
    background: rgba(255, 255, 255, 0.9);
    /*max-height: 480px;*/
    max-width: 500px;
    padding: 40px;
    /*height: calc(100% - 50px);*/
    height: calc(100%);
}

.banner-section-box h1 {
    font-family: 'Oswald', sans-serif;
}

#header.full-header #logo, #primary-menu.style-5 > ul {
    border-right: none;
}

.userProfile.userProfile {
    padding: 0 15px;
}

.userProfile .userProfileImg {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #FB1896;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.userProfile .userProfileImg img {
    width: 100%;
    vertical-align: baseline;
    border-radius: 50%;
}

.breadcrumb {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px !important;
}

.breadcrumb-container {
    padding-bottom: 20px;
    padding-top: 20px;
}

.breadcrumb a {
    color: #31d7fd;
}

.category-selection {
    list-style-type: none;
    text-align: center;
    position: relative;
}

.category-selection li {
    display: inline-block;
    padding: 0px 20px;
}

.category-selection li a {
    color: #9d9d9b;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
    display: block;
}

.category-selection li.selected a {
    color: #ffbb00;
    position: relative;
}
.category-selection li.selected a:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ffbb00;
    position: absolute;
    left: 0;
    bottom: 0%;
}

#copyrights {
    background: #fff;
    padding: 15px 0px;
}
#copyrights img {
    width: 120px;
    padding: 5px;
}


.footer-link-area .widget_links li a, ul.header-mega-links li a {
    padding: 0px;
}

#footer i {
    color: #31d7fd;
}

.widget.subscribe-widget .form-control {
    border: 1px solid #eee;
}

.widget > h4 {
    font-family: 'Oswald', sans-serif;
    color: #31d7fd;
}

#primary-menu.style-5 > ul > li > a i {
    font-size: 20px;
}

#primary-menu > ul > li > a, .top-links {
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}

#primary-menu ul li {
    text-align: center;
}

.sidebar {
    background: #fff;
    padding: 20px;
    width: 300px;
}

.sidebar label {
    text-transform: none;
    color: #888;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: normal;
}

.sidebar .widget_links li {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

.postcontent {
    width: 800px;
    padding: 20px;
}

.item-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.item-desc {
    padding-left: 20px !important;
}

.item-info {
    float: right;
}

.item-desc h4 {
    margin-bottom: 0px;
    color: #31d7fd;
}

.item-price {
    color: #c55a12;
    padding: 5px;
}

.product-rating {
    color: #ffca33;
}

.product-rating.withSpace i {
    margin-right: 3px;
    /*display: inline-block;*/
}

.review-count {
    color: #1cb5d5;
    font-style: italic;
}

.item-address {
    color: #1cb5d5;
    margin: 10px 0px;
    font-style: italic;
}

.favorite {
    background: #1cb5d5;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
}

.favorite.yellow {
    background-color: #ffca33;
}

.favorite i {
    display: inherit;
    vertical-align: middle;
    margin-left: 7px;
}

.postcontent-full {
    background: #fff;
}

.postcontent-heading {
    background: #fff;
    padding: 20px;
    background: #1cb5d5;
}

.postcontent-heading h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    font-size: 25px;
}

.postcontent-desc {
    padding: 20px;
}

.sidebar-widgets-wrap .widget {
    padding-top: 0px;
    border-top: none;
}

.sidebar-widgets-wrap .widget a.more-btn {
    font-size: 16px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
    cursor: pointer;
}

ul.list-info {
    list-style-type: none;
}

ul.list-info li {
    padding: 10px 0px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: flex;
}

ul.list-info li[hidden] {
    display: none;
}

ul.list-info i {
    /*background: #eceff1;*/
    padding: 0 10px;
    font-size: 20px;
    color: #1cb5d5;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
}

.boxed-slider {
    padding: 0 20px;
}

.post-grid .entry {
    width: 260px;
    margin-right: 20px;
}

.entry {
    border: none;
}

.entry-title h2 {
    text-transform: none;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    border: none !important;
}

.swiper-pagination.bottom65 {
    bottom: 65px !important;
}

.mtNegative {
    margin-top: -50px;
}

.formStyle {
    border-radius: 0 !important;
    box-shadow: none;
}

.formStyle::-webkit-input-placeholder { /* Chrome */
    color: #fff;
}

.formStyle:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.formStyle::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.formStyle::-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}

.formStyle + [class^='icon'] {
    border: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    color: #fff;
}

.button {
    background: #31d7fd;
}

.button.blue {
    background: #1CB5D5;
}

.btnCustom {
    border: 0 !important;
    border-radius: 0 !important;
    height: 46px;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

.btn-style {
    border: 0;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    min-width: 86px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: all .2s;
}
.btn-style.sm-btn {
    height: 36px;
    line-height: 36px;
}
.btn-style.grey {
    border: 1px solid #d3d9dd;
    color: #888888;
}
.btn-style.grey:hover, .btn-style.blue-grey:hover {
    border: 1px solid #1cb5d5;
    color: #fff;
    background: #1cb5d5;
}
.btn-style.blue-grey {
    border: 1px solid #1cb5d5;
    color: #1cb5d5;
    background: #eceff1;
}

.fullWidth {
    width: 100%;
}

.withIcon {
    position: relative;
}

.withIcon select {
    padding-left: 40px;
}

.select-arrow {
    position: relative;
    cursor: pointer;
}

.select-arrow select {
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 25px;
}

.select-arrow i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    pointer-events: none;
}

.withIcon .icon {
    position: absolute;
    font-size: 22px;
    color: #fff;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
}

.swiper_wrapper .swiper-container {
    height: 500px;
}

.sidebar-widgets-wrap .widget > h4 {
    color: #31d7fd;
}

.sidebar-widgets-wrap .widget > h5 {
    margin: 10px 0px;
    color: #888;
}

.sidebar-widgets-wrap .widget > h4 span {
    color: #ffca33;
}

.checkbox-style:checked + .checkbox-style-3-label:before {
    background: #fb1996 !important;

}

.checkbox-style-3-label:before {
    background: #ddd;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 13px;
}

/*mega menu*/

#primary-menu ul li:hover > a {
    color: #33d7ff;

}

#primary-menu ul li .mega-menu-content {
    background-color: rgba(223, 236, 246, 0.9);
    border: none;
    padding: 0 55px 40px !important;
    text-align: left;
    right: 0;
}

#primary-menu ul li .mega-menu-content a {
    color: #888;
    border: 0 !important;
}

#primary-menu ul li .mega-menu-content.fourCol {
    padding: 0 15px 40px !important;
}

.twoColList {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.threeColList {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.fourColList {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.gap-50 {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.widgetList li {
    text-align: left !important;
    padding-left: 20px;
    position: relative;
}

.widgetList li::before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #34D6FF;
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #333333;
    padding: 0;
    border: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
    padding-left: 5px;
}

.menuTitle {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 35px 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.menuTitle a {
    color: #15B0F0 !important;
}

.menuTitle span {
    color: #FB1896 !important;
}

.widgetTitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

/*jnjeeeeel*/
/*.mega-menu-content.clearfix {
display: block !important;
}*/
/*jnjeeeeel*/

.megaImages p {
    font-size: 18px;
    font-weight: 700;
    color: #FB1896;
    position: relative;
    text-align: left;
    margin: 20px 0;
}

.megaImages p:after {
    content: '';
    height: 1px;
    width: calc(100% - 130px);
    background-color: #EAECF3;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.megaImages.withSticker .megaImage > a {
    position: relative;
    display: block;
}

.megaImages.withSticker .megaImage > a:after, .megaImages.withSticker .megaImage a:before {
    content: '';
    position: absolute;
}

.megaImages.withSticker .megaImage > a:before {
    width: 80px;
    height: 80px;
    background: url('../images/mega_menu/sticker.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    left: -18px;
    top: -24px;
}

.megaImages.withSticker .megaImage > a:after {
    width: 90px;
    height: 65px;
    background: url('../images/mega_menu/sale20.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    right: 5px;
    top: 5px;
}

.mega-menu-content {
    text-align: left;
}

.megaImage {
    max-width: 357px;
    width: 100%;
}

.megaImage > a {
    display: block;
    height: 170px;
}

.megaImage h5 {
    text-align: center !important;
    font-size: 14px;
    margin-top: 10px;
}

.mega-menu > a {
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease !important;
}

.mega-menu.sfHover > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid rgba(223, 236, 246, 0.9);
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
}

#primary-menu ul li .mega-menu-content.style-2 .inlineList a {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
}

#primary-menu ul li .mega-menu-content.style-2 .inlineList a:hover {
    color: #33d7ff;
}

.facilities, .reviewSection h4 {
    margin-bottom: 0;
}

.facilities .widget {
    margin-top: 0;
}

.facilities .widget.widget_links li, .widget-link {
    padding: 20px 0;
    border-bottom: 1px solid #ECEFF1;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

/*.facilities .widget.widget_links li:last-child {
    border-bottom: none;
}*/

/*.facilities .widget.widget_links li a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}*/

.advantage-list {
    padding-left: 20px;
    border-left: 1px solid #ECEFF1 ;
}

/*advantage list*/

.advantage-list h4{
    font-size: 14px;
    margin-bottom: 10px;
}
.advantage-list ul {
    list-style-type: none;
    margin-bottom: 0;
}

.advantage-list ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.advantage-list ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    max-height: 24px;
}

/*end advantage list*/


/*title*/
.secTitle1 {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #1cb5d5;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

/* end title*/

/*map saction*/
.mapSection {
    margin-left: -20px;
    margin-right: -20px;
    font-family: "Open Sans", sans-serif;
}

.mapSection .mapContent {
    background-color: deepskyblue;
    height: 500px;
}

.mapSection .mapSidebar {
    height: 447px;
    padding: 10px 10px 0 10px;
    /*overflow-y: scroll;*/
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.mapSection .mapSidebar ul {
    list-style-type: none;
    margin-bottom: 0;
}

.mapSection .mapSidebar ul li {
    display: flex;
    min-height: 60px;
    margin-bottom: 10px;

}

.mapSection .itemImg {
    width: 80px;
    height: 60px;
    position: relative;

}

.mapSection .itemImg span {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #1cb5d5;
    transform: rotate(-45deg) translateX(50%) translateY(-50%);
    transform-origin: top right;
    right: 0;
    top: 50%;
}

.mapSection .itemImg span i {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    transform-origin: 0 0;
    font-size: 12px;
    font-weight: 700;
    font-style: inherit;
}

.mapSection .itemCont {
    margin-left: 25px;
    width: calc(100% - 105px);
    border-bottom: 1px solid #d7e0db;
}

.mapSection .itemCont > a {
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.mapSection .itemCont > span {
    font-size: 10px;
    /*text-transform: uppercase;*/
    color: #888888;
    display: block;
}

.mapSection .listTitle {
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #1cb5d5;
    border-bottom: 1px solid #1cb5d5;
    margin: 12px 0;

}

.mapSection .mapItem {
    display: flex;
    min-height: 60px;
    width: 350px;
    background-color: #fff;
}

.mapSection .mapItem .itemCont > strong {
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.currentItem {
    min-height: 89px;
}

.currentItem .itemImg {
    width: 115px;
    height: initial;
}

.currentItem .itemDesc {
    background-color: #1cb5d5;
    width: calc(100% - 115px);
    padding: 10px;
}

.currentItem .itemDesc > * {
    display: block;
    color: #fff;
}

/*end map saction*/

p.inlineList {
    line-height: 25px;
}

/*sticky header*/
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.fixed-header + * {
}

/*sticky header*/

.l-h-22 {
    line-height: 22px;
}

/*ocupancy dropdown*/
.occupancy {
    background-color: #fff;
    margin-top: 13px;
    position: absolute;
    width: calc(100% - 30px) !important;
    z-index: 10;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
}

.occupancy:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
}

.occupancy > ul {
    text-align: center;
    padding: 10px 10px 8px;
    margin: 0;
}

.occupancy > ul li {
    position: relative;
    margin: 1px;
    overflow: hidden;
    min-height: 40px;
    line-height: 28px;
}

.plusMinusRow {
    font-weight: 700;
    font-size: 20px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #31d7fd;
    transform: translateY(-50%);
    top: 50%;
}

.plusMinusRow.disabled {
    color: #999;
}

.plusMinusRow.minus {
    left: 0;
}

.plusMinusRow.plus {
    right: 0;
}

.occupancy .occupancy-number {
    padding-right: 5px;
    font-size: 22px;
    color: #31d7fd;
    margin-top: 6px;
    display: inline-block;
}

.occupancy .occupancy-label {
    text-align: left;
    min-width: 45px;
    font-size: 14px;
    letter-spacing: .32px;
    color: #999;
    margin-left: 2px;
    margin-top: 6px;
    display: inline-block;
}

.occupancy.gradient {
    background-image: linear-gradient(9deg, #fbd243, #feedae 32%, #fff 61%, #fff);
}

.occupancy .iconBox {
    padding: 10px;
    display: inline-block;
}

.iconBox .iconBox-child {
    display: table-cell;
    padding-right: 10px;
    text-align: left;
    line-height: 22px;
}

.iconBox-child .child-title {
    padding-bottom: 10px;
    white-space: normal;
    font-weight: 700;
    color: rgba(0, 0, 0, .75);
    line-height: 1.3;
    font-size: 16px;
}

.iconBox .IconBox-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
}

.dropdownInput {
    font-size: 15px;
    text-align-last: center;
    position: relative;
}

.dropdownInput select {
    border: 1px solid #ccc;
    width: 50px;
    height: 40px;
    color: inherit;
    padding-left: 0;
}

.dropdownInput select:focus {
    /*border-color: #1E90FF;*/
}

.childAges ul li {
    float: left;
    margin: 5px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.ngx-gallery-image {
    z-index: 1 !important;
}

/* end ocupancy dropdown*/

/*dialog popup*/
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fade.show {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop {
    z-index: 11111;
}
.modal {
    z-index: 11111;
}

/*end dialog popup*/

/*reviewSection*/
.reviewSection h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 10px;
}

.reviewSection .numberReview {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #1CB5D5;
}

.reviewSection .numberReview:before {
    content: '\e930';
    font-family: icomoon-hng;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #a8db63;
}

.totalRate {
    height: 190px;
    width: 100%;
    position: relative;
    background: url('../images/hanoigo/star.png') no-repeat center center;
    background-size: contain;
}

.totalRate span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 58px;
    color: #fff;
    font-weight: 700;
}

.uploaded > div {
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*rateRange*/

.rateRangeGroup {
    margin-bottom: 30px;
}

.serveType span {

}

.serveType span:first-child {
    float: left;
}

.serveType span:last-child {
    float: right;
}

.rateRange {
    width: 100%;
    height: 9px;
    background-color: #dfdfdf;
    position: relative;
}

.rateRange span {
    height: 100%;
    background-color: #1CB5D5;
    position: absolute;
    left: 0;
    top: 0;
}

/*end rateRange*/
.reviewAvatar img {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
}

.field {
    margin-bottom: 50px;
}

.fieldName {
    display: block;
    color: #1CB5D5;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.rating-stars i {
    color: #ffe02c;
}

.rating-container .clear-rating {
    display: none;
}

.rating-container .caption {
    vertical-align: middle;
    margin-left: 20px;
}

.rating-container .caption .label {
    background: none;
    color: #1CB5D5;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.rating-container .star {
    margin: 0 8px;
}

.detailRating {
    list-style-type: none;
}

.detailRating li {

}

.detailRating li:after {
    content: '';
    display: table;
    clear: both;
}

.detailRating li > * {
    display: inline-block;
    vertical-align: middle;
}

.detailRating li > *:first-child {
    width: 200px;
}

.detailRating li > *:last-child {
    width: calc(100% - 210px);
}

.detailRating li > span:not(:first-child) {
    font-size: 16px;
}

/*radioBtn*/
.radioBtn input[type="radio"] {
    display: none;
    visibility: hidden;
}

.radioBtn label {
    display: inline-block;
    padding: 0px 10px;
    height: 50px;
    width: 150px;
    box-shadow: 0px 0px 9px 1px rgba(43, 43, 43, 0.15);
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.radioBtn input[type="radio"]:checked + label {
    background: #1CB5D5;
    color: #fff;
}

/*end radioBtn*/

/*uploadImage*/
.sharedImages {
    display: flex;
    flex-wrap: wrap;

}

.sharedImages > div {
    margin-right: 2%;
    margin-bottom: 20px;
    height: 160px;
    width: 23%;
    border-radius: 4px;
}

.sharedImages div.uploaded-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.sharedImages > div.uploaded-image a {
    color: #c3c3c3;
    position: absolute;
    padding: 0 10px;
    top: 0;
    right: 0;
}

.sharedImages div.uploaded-image a i {
    font-size: 20px;
    cursor: pointer;
}

.uploadImg label {
    display: block;
    height: 100%;
    margin: 0;
    border: 2px dashed #c3c3c3;
    position: relative;
    text-transform: none;
}

.uploadImg label > div {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #c3c3c3;
}

.has-error {
    color: #d04a4c;
}

/*end uploadImage*/

/*end reviewSection*/

/*tabStyle*/
.tabStyle {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #efebe9;
    list-style-type: none;
    justify-content: space-around;
    margin-bottom: 0px;
}

.tabStyle li a {
    display: block;
    padding-bottom: 10px;
    position: relative;
    color: #888888;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.tabStyle li a.p-20 {
    padding: 20px 0;
}


.tabStyle li a.active {
    position: relative;
    color: #1CB5D5;
}

.tabStyle li a.active:after {
    content: '';
    width: 49px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1CB5D5;
}

.tabStyle.blue-bg-tab {
    background: #1CB5D5;
}
.tabStyle.blue-bg-tab li a {
    background: #1CB5D5;
    color: #ffffff;
    cursor: pointer;
}

.tabStyle li a.active:after {
    background-color: #fff;
}


.nav-resp {
    min-height: 64px;
    background-color: #1CB5D5;
    position: relative;
    display: none;
}
.nav-resp .burger-btn {
    position: absolute;
    right: 20px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.fixed-nav .fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 10000;
}

.fixed-nav {
    height: 68px;
    position: relative;
    z-index: 2;
}

/*end tabStyle*/

.modal-content .form-control {
    color: #000;
}

ul.nav-pills {
    display: none;
}

agm-map {
    height: 500px;
}

a.selected-attr {
    color: #1cb5d5 !important;
}

.itemCont.marker {
    border: none;
}

.itemCont.marker span {
    font-size: 12px;
    line-height: 14px;
}

.itemCont.marker strong {
    line-height: 26px
}

.sidebar_link {
    margin: 10px 0;
    color: #31d7fd;
}

.date_posted {
    font-style: italic;
    margin: 10px 0;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin: 0px;
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
.margin-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.authorAvatar img {
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
}

/*list style*/

.no-list-style {
    list-style-type: none;
}

.list-style, .list-style-parent ul {
    list-style-type: none;
}

.list-style li, .list-style-parent ul li {
    text-align: left !important;
    padding-left: 20px;
    position: relative;
    list-style-type: none !important;
}

.list-style li::before, .list-style-parent ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 13px;
    transform: translateY(-50%);
    background-color: #B0BEC6;
}

.list-style.blue li::before, .list-style-parent ul li::before {
    background-color: #34d7ff;
}

.list-style-parent ul {
    padding-left: 20px;
}

.list-style-parent p {
    margin-bottom: 5px;
}

.overview-bar {
    background: #34d7ff;
}

.overview-bar h2 {
    color: #fff;
    font-size: 45px;
}

.postcontent-sidebar .sale-triangle{
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 55px solid #fb1996;
    transform: rotate(45deg);
    position: absolute;
    right: -55px;
    top: 0;
}
.postcontent-sidebar .sale-triangle span {
    position: absolute;
    left: -15px;
    top: 25px;
    color: #fff;
    font-size: 14px;
}

.destination li {
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.destination li:not(:last-child):after {
    content: '';
    position: absolute;
    border: 0.5px dashed #d9d9d9;
    width: 50%;
    right: 0;
    top: 70px
}
.destination li:not(:first-child):before {
    content: '';
    position: absolute;
    border: 0.5px dashed #d9d9d9;
    width: 50%;
    left: 0;
    top: 70px
}

.destination .dest-title {
    position: absolute;
    bottom: 70px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    max-height: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.destination .dest-location {
    height: 24px;
}

.dest-icon, .dest-vertical li:before{
    display: inline-block;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.dest-icon.green {
    background-color: #1da580;
}
.dest-icon.yellow {
    background-color: #ffbb00;
}
.dest-icon.orange {
    background-color: #fc7143;
}

.dest-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #fff;
    transform: translateY(-50%) translateX(-50%);
}

.dest-vertical {
    list-style-type: none;

}
.dest-vertical li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 50px;
}
.dest-vertical li:before {
    content: '\e912';
    font-family: 'icomoon-hng';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 11px;
    background-color: #ffbb00;
}
.dest-vertical li:first-child:before {
    content: '\e904';
    background-color: #1da580;
}
.dest-vertical li:last-child:before {
    content: '\e911';
    background-color: #fc7143;
}

.dest-vertical li:not(:last-child):after {
    content: '';
    position: absolute;
    border: 0.5px dashed #d9d9d9;
    width: 1px;
    height: 100%;
    left: 20px;
    top: 0px;
}
.dest-vertical li a {
    cursor: pointer;
}


.description-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;

}
.description-list li {
    padding: 0 25px;
    border-right: 1px solid #90a4ae;
    line-height: 100%;
    margin-bottom: 10px;
}

.description-list li:last-child {
    border-right: 0;
}

.card-with-img {
    display: flex;
    flex-wrap: wrap;
}

.card-with-img .card-img {
    min-height: 187px;
    max-width: 230px;
    width: 100%;
}
.card-with-img ul {
    padding: 20px;
    list-style-type: none;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    border-left: 0;
    width: calc(100% - 230px);
}

.card-with-img ul li {
    margin-bottom: 5px;
    color: #666666;
}

.text-pages h3 {
    margin: 25px 0 5px 0;
    font-size: 20px;
}


