@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html,
body {
    height: 100%;
    width: 100%;
}

a:active,
a:hover {
    outline: 0;
}
img{
    max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
    border-radius: 0px;
}

button,
select {
    text-transform: none;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    /* font: 13px/1.42 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    /* font-family: "Proxima Nova", serif; */
    font-family: Raleway;
    font-size: 14px;
    margin: 0;
    display: block;
}

a,
.text-transition {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -ms-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

ul {
    padding-left: 0px;
}

li {
    list-style: none;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #DDD;
}

.overflow {
    overflow: hidden;
    -webkit-overflow: hidden;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.float-left,
.pull-left {
    float: left;
}

.float-right,
.pull-right {
    float: right;
}

.transition {
    transition: .25s;
}

.full-width {
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

table tr:nth-child(even) {
    background: #eee;
}

.striped {
    background: #eee;
}

table.no-striped tr:nth-child(even) {
    background: none !important;
}


/*status*/

#socials_style{
    display: none;
}

/*end status*/

.status_success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
    color: #3c763d;
}

.status_success a {
    color: #3c763d;
}

.status_success:hover a,
.status_success:hover {
    color: #2C5200;
}

.status_error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
}

.status_error a {
    color: #a94442;
}

.status_error:hover a,
.status_error:hover {
    color: #C90400;
}


/* Google map custom */

#google-map {
    width: 100%;
    height: 500px;
    border: 3px solid #fff;
    clear: both;
}


/**/


/* Header */

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    -ms-transition: background 0.3s, margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: background 0.3s, margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background 0.3s, margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background 0.3s, margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background 0.3s, margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 80px;
}

.top-head {
    width: 100%;
    height: 80px;
}

header .menu-header {
    font-size: 30px;
    line-height: 80px;
    position: absolute;
    display: none;
}

header .menu-header {
    right: 20px;
}

header .menu-header.active,
header .menu-header:focus,
header .menu-header:hover {
    color: #fff;
}

.mobile-header.menu-user {
    font-size: 30px;
    line-height: 80px;
    position: fixed;
    display: none;
    top: -16px;
    z-index: 11;
}

.mobile-header.menu-user {
    left: 15px;
}

.mobile-header.menu-user.active,
.mobile-header.menu-user:hover,
.mobile-header.menu-user:focus {
    color: #fff;
}

header .main-header-wrapper {
    padding-top: 12px;
    min-height: 48px;
    padding-bottom: 0px;
    position: relative;
    padding: 10px 150px 10px 10px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

header #main-header-logo img {
    width: 100%;
}

header #main-header-logo {
    margin-top: -8px;
    left: 0px;
    position: absolute;
}

header .main-header-links {
    display: block;
    position: static;
    padding: 0;
    text-align: right;
}

header .main-header-links .reservations-link {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    vertical-align: baseline;
    margin-left: 15px;
}

header #menu {
    clear: both;
    padding-top: 9px;
    /*font-family: Raleway;*/
    font-weight: bold;
}

header #menu li {
    float: left;
    position: relative;
    display: inline-block;
    /* padding-bottom: 11px; */
    border-bottom: 3px solid transparent;
    margin-left: 17px;
}

header #menu li:hover {
    transition: .25s;
    /* transform: translateX(20px);  */
}

header #menu>li>a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 200;
    cursor: pointer;
}

header .main-content {
    margin-top: 0px;
}

header .main-header-book {
    width: 121px;
    font-size: 16px;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    letter-spacing: .05em;
    /*font-family: Raleway;*/
    font-size: 14px;
    color: white;
    -ms-transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    /* background: #eab31f; */
    cursor: pointer;
}

header .main-header-book-text-area {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

header .main-header-book-text-area:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -5px;
    /* visibility: hidden; */
    margin-left: -2px;
}

header .main-nav-book-text {
    display: inline;
    pointer-events: none;
    text-transform: uppercase;
}

header .icon-book {
    display: block;
    top: -18px;
    -ms-transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 113px;
    overflow: hidden;
    font-size: 145px;
    z-index: -1;
}

header .arrow-down {
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 25px solid #ccc;
    border-left: 61px solid transparent;
    border-right: 61px solid transparent;
    margin-left: -61px;
    /* border-top-color: #EAB31F; */
    /*  visibility: hidden; */
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
}

header .firstname {
    display: none;
}


/* sub menu */

.select-lang.active {
    color: #fff !important;
}

#language {
    display: inline-block;
    max-height: 150;
    position: absolute;
    top: 30px;
    background: black;
    text-align: left;
    overflow: hidden;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    min-width: 155px;
    right: 135px;
    z-index: 100;
    display: none;
}

.main_nav-sub {
    display: inline-block;
    max-height: 0;
    position: absolute;
    top: 24px;
    background: #fff;
    text-align: left;
    overflow: hidden;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    left: -34px;
    min-width: 282px;
}

.sub-menu-booking {
    display: inline-block;
    max-height: 0;
    position: absolute;
    top: 80px;
    background: black;
    text-align: left;
    overflow: hidden;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    left: -329px;
    min-width: 450px;
    z-index: 10000;
    /* max-height: 800px; */
    color: #505050;
    padding: 0px 20px;
}

.ib-widget {
    padding: 20px 0;
}

.sub-menu-booking .fa-calendar-o,
.sub-menu-booking .ti-medall,
.sub-menu-booking .booking-text {
    color: #505050 !important;
}

input[type=text].ib-control {
    border-color: #ddd !important;
}

button.ib-control {
    background: #818181 !important;
    border-color: #818181 !important;
}

button.ib-control:hover,
button.ib-control:focus {
    background: #4f4f4f !important;
    border-color: #4f4f4f !important;
    color: #ccc !important;
}

a.ib-link {
    color: #818181 !important;
}

.main_nav-sub-general li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    margin: 0 0 0 30px;
    /*  border-top: 1px solid #333333; */
    width: 68%;
    font-size: 12px;
}


/* .main_nav-sub-general li:first-child a{
    border-top:none !important;
} */

.main_nav-sub-general li {
    font-size: 18px;
    padding-right: 40px;
    width: 100%;
}

.main_nav-sub-general li:hober {
    border-bottom: none;
}

.main_nav-sub-general li a:hover,
.main_nav-sub-general li a.selected {
    color: #818181;
}
.menu-nav:hover  .header-sub-menu {
    max-height: 700px;
}
.cl-effect:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sub-menu-booking .booking-line {
    font-size: 16px;
    width: 100%;
    list-style: none;
    padding: 20px;
    border-top: 1px solid #333;
}

.sub-menu-booking .booking-input {
    display: inline-block;
    position: absolute;
    right: 20px;
    width: 220px;
}

.sub-menu-booking .booking-input input {
    width: 178px;
    border: 0;
    padding: 0 4px 5px;
    border-bottom: 1px solid #53555b;
    margin-bottom: 3px;
    background: none;
    font-size: 16px;
    font-family: 'Slabo 27px', serif;
    color: #505050;
    outline: none;
}

.sub-menu-booking .booking-input input:hover,
.sub-menu-booking .booking-input input:focus {
    border-bottom: 1px solid #53555b !important;
}

.sub-menu-booking .fa-calendar-o,
.sub-menu-booking .ti-medall {
    padding-left: 4px;
    font-size: 20px;
}

.sub-menu-booking .booking-text {
    display: inline-block;
    font-size: 14px;
}

header .booking-btn {
    padding: 14px 32px;
    display: inline-block;
    margin-right: 50px;
}

#main-header-logo img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

header .main-header-book:hover .arrow-down {
    display: none !important;
}


/* slider */

.flexslider {
    /*z-index: 2;*/
}

.flexslider .slides img {
    /*max-height: 600px;*/
    z-index: 2;
}


/* ------ */


/* --**main**-- */

.contentWrap_portal {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
}

#index_content {
    margin: 0px;
}

.main {
    width: 100%;
    height: auto;
    background: #fff;
    min-height: 600px;
}

.main-content {
    height: 100%;
    /*font-family: Raleway;*/
    background: #F5F5F5;
}

.main-content .banner {
    opacity: 1;
    height: 440px;
    -ms-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    position: relative;
    /* height: 190px; */
    padding: 0 25px;
    /* margin-top: 40px; */
    overflow: hidden;
}

.main-content .container {
    padding: 20px 30px;
    min-height: 440px;
}

.page_title {
    font: 200 2.5em/1.5;
    /*font: 200 2.5em/1.5 Raleway;*/
    clear: both;
}

.main-content .logo-banner {
    position: absolute;
    top: 10px;
    left: 30%;
    display: none;
}

.main-content .logo-banner img {
    width: 540px;
    /* -webkit-filter: grayscale(100%); */
    margin-top: 110px;
    opacity: 0.7;
}

.features-wrapper {
    width: 1095px;
    margin: 0 auto;
    min-height: 340px;
    height: auto;
}


/*--**portal-showinfo**--*/

.portal-showinfo {
    width: 100%;
    margin-bottom: 20px;
    min-height: 118px;
    height: auto;
    padding-top: 15px;
    background: #fff;
    /*display: none;*/
}

#member_nav {
    width: 942px;
    height: 72px;
    margin: 0 auto;
    padding-left: 0px;
}

#member_nav li a {
    color: #82888d;
    float: left;
    width: 217px;
    padding-bottom: 15px;
    margin-right: 17px;
    text-transform: uppercase;
    font-size: 14px;
}

#member_nav li:hover a {
    color: #121417;
}

.myslider {
    display: none;
}

#topImage[style] {
    display: block!important;
}

.btn-mobile-avatar{
    width: 60px;
    height: 60px;
    transition: all 0.35s linear;
    border-radius: 100%;
}
.btn-mobile-avatar img{
    width: 100%;
    border-radius: 100%;
    height: 100%;
}
/*---**footer**-*/

.overlay-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 4;
    display: none;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
}

.banner-footer img {
    width: 100%;
    height: 220px;
}

.banner-footer {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

footer {
    font-size: 16px;
    margin-top: 60px;
    width: 100%;
    height: auto;
    min-height: 150px;
    position: relative;
    margin-bottom: -27px;
    /*min-height: 0px ;*/
}

footer #footerWrap {
    /*height: 100px;
    width: 100%;*/
    text-align: center;
    font-size: 18px;
    /*font-family: Raleway;*/
    /*position: absolute;
    bottom: 0px;*/
}

footer #footerWrap li {
    list-style: none;
    padding: 5px;
}

footer .subfooter_address_wrap {
    width: 200px;
    margin: 20px;
}

footer .footer-contact {
    width: 1100px;
    margin: 0 auto;
    height: 149px;
    padding-top: 50px;
    font-size: 14px;
    /*font-family: Raleway;*/
}

footer .subfooter_nav_wrap {
    width: 500px;
    margin: 0px 20px 0px 40px;
}

footer .subfooter {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 200;
    margin: 0 auto;
    width: 800px;
    min-height: 252px;
    /*font-family: Raleway;*/
    clear: both;
}

footer .subfooter li {
    padding-bottom: 10px;
}

footer .menu-footer ul {
    margin-top: 0px;
}

footer .subfooter_wrap ul {
    margin-top: 30px;
}

footer #social-nav {
    margin-top: 82px;
    float: right;
}

footer .line {
    width: 100%;
    margin-top: 33px;
}

#footer-logo img {
    width: 100%;
    width: 100%;
}

#footer-logo img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

footer #social-nav .icon {
    font-size: 22px;
    margin: 5px;
    border: 1px solid #848585;
    padding: 8px;
    border-radius: 100%;
}
footer #social-nav .icon.ti-tripAdvisor{
    width: 40px;
    padding-left: 3px;
    font-size: 25px;
    height: 40px;
}
footer #social-nav li {
    margin-top: -45px;
}

footer #hotel-information {
    padding-top: 30px;
    margin-left: 15px;
    margin-right: -25px;
    float: left;
}

.footer-bottom {
    height: 40px;
}

ul#footerAddress {
    padding-left: 0px;
}
/*end footer*/
/*footer ex*/
.ex-footer a{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.ex-footer span{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
/*end footer ex*/

/* portal login */

.calendar_form .selectWrap {
    padding: 15px;
}

.calendar_form .selectTitle {
    padding-bottom: 4px;
    font-size: 18px;
}

.calendar_form .calendar_inputs_wrapper {
    padding-left: 15px;
}

.calendar_form .calendar_inputs_wrapper input[type='submit'] {
    padding: 12px 60px;
}

#login_socials {
    padding: 10px;
    margin-top: 14px;
}

.forgot-password {
    padding-left: 15px;
    padding-right: 15px;
}


/* --**datepicker**-- */

.ui-widget {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    background: #2e3641;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker {
    padding: 0;
}

.ui-datepicker-header {
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 15px !important;
    background: #2e3641 !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.ui-datepicker-header {}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #e9f0f4;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(../images/ui-icons.png);
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    padding: 1em 0;
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    border: none;
    border-top: 1px solid #3a414d;
}

.ui-datepicker td {
    background: #fff;
    border: none;
    padding: 0;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: .5em;
    margin: 0;
    font-weight: normal;
    color: #2e3641;
    font-size: 16px;
}

.ui-state-disabled {
    opacity: 1;
}

.ui-state-disabled .ui-state-default {
    color: #fff;
}

td .ui-state-active,
td .ui-state-hover {
    background: #2e3641 !important;
    color: #fff !important;
}

.ui-datepicker {
    width: 300px !important;
}

.ui-datepicker-calendar thead {
    background: #2e3641;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #2e3641 !important;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-today,
.ui-datepicker .ui-datepicker-today .ui-state-hover,
.ui-datepicker .ui-datepicker-active,
{
    background: #2e3641 !important;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker-current-day .ui-datepicker-next:focus {
    border: 1px solid #fff !important;
}

.ui-widget-content {
    border-radius: 0px !important;
    border: 1px solid #2E3641 !important;
}


/*--**modal booking**--*/

.booking-modal .booking-line {
    height: 70px;
    line-height: 25px;
    position: relative;
}

.booking-modal .booking-line .fa-calendar-o,
.booking-modal .booking-line .ti-medall {
    font-size: 25px;
    position: absolute;
    right: 7px;
    top: 32px;
}

.booking-modal .booking-line button {
    padding: 15px 30px;
    color: #fff;
}

.modal-content {
    /*background: rgba(230, 230, 218, 1);*/
    color: #505050;
    border: 1px solid #333;
}

.modal-content input[type=email],
.modal-content input[type=text],
.modal-content input[type=password] {
    background: rgba(230, 230, 218, 0.3);
}

.modal-content input[type=checkbox] {
    margin: 4px;
}

.modal-content .close {
    color: #9A9A9A;
    opacity: 1;
    -webkit-appearance: none;
    border: none;
}


/* .modal {
    background: rgba(255, 255, 255, 0.701961);
} */


/* ---**Popup booking**- */

.ui-draggable .ui-dialog-titlebar {
    background: none!important;
    border: none !important;
}

#dialog_booknow,
.ui-dialog .ui-dialog-buttonpane {
    border: none !important;
}


/* --**contact page**-- */

.contact_tbl {
    display: table;
}

.contact_tbl tr {
    height: 60px;
    width: 100%;
}

.contact_tbl td:nth-child(2) {
    position: relative;
}

.contact_tbl i {
    position: absolute;
    right: 15px;
    top: 19px;
    font-size: 20px;
}

.contact_tbl input[type=submit] {
    padding: 15px 30px;
}


/* --**profile member**-- */

.profile-single {
    padding: 8px !important;
}


/* --*Thumbnail page (3 photos)**-- */

.touts-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.touts-container {
    margin-left: -3%;
}

.tout {
    width: 30%;
    /*height: 450px;*/
    margin-left: 3%;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: black;
}

.column2.touts-container .tout {
    width: 45%;
}

.tout img {
    width: 100%;
    display: block;
    height: inherit;
}

.tout-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 30 px;
    text-align: center;
    /*font-family: "Oswald", serif;*/
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(rgba(10, 9, 9, 0), #000000);
}

.tout-details .tout-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 200;
    color: white;
    text-transform: uppercase;
}

.tout-text {
    text-transform: none;
    line-height: 1.5;
    font-size: 14px;
    padding: 0px 20px 5px 20px;
    /*padding: 0px 40px 5px 40px;*/
}


/*END*/


/* HOME PROMOTION*/

.home-promo {
    clear: both;
    min-height: 600px;
}

.home-promo .column_8.feature_container {
    float: left;
    width: 65.45455%;
}

.home-promo .column_8.feature_container img {
    max-height: 530px;
    min-height: 511px;
}

.home-promo .feature_container .feature {
    text-transform: uppercase;
    position: relative;
}

.home-promo .bg_gradient_feature {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(transparent 40%, rgba(0, 0, 0, 0.7)) repeat scroll 0 0;
}

.home-promo img {
    width: 100%;
    display: block;
}

.home-promo .caption {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0 35px;
    border-bottom: 1px solid transparent;
}

.column_4 {
    float: left;
    width: 30.63063%;
    margin-left: 3.6036%;
}

.column_4 .feature {
    margin-bottom: 33px;
}

.feature .caption h3 {
    /*font-family: "Oswald", serif;*/
    font-size: 30px;
    line-height: 44px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.home-promo a {
    color: white;
}

.no-promotion{
    border: 1px solid #000;
    padding: 10px;
}
/*End*/


/*Home text intro*/

.column_left_long {
    float: left;
    width: 65.45455%;
    clear: both;
}

.column_right_short {
    float: left;
    width: 30.90909%;
    margin-left: 3.6036%;
}


/* thumnail carousel home*/

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    height: 350px !important;
}


/* end*/


/*member contact*/

.member-contact input[type=text],
.member-contact textarea {
    width: 100%;
}

.member-contact {
    width: 800px;
    margin: 0 auto;
}

.member-contact tr {
    height: 45px;
}

.member-contact input[type=text] {
    height: 32px;
}


/*end*/


/* member change password , invite friend*/

.zebra_tbl tr,
.space_tbl tr,
.invite_panel .invite_email tr,
.grid_tbl {
    height: 45px;
}

.zebra_tbl input[type=text],
.space_tbl input[type=text],
.space_tbl input[type=password],
.zebra_tbl input[type=password],
.grid_tbl input[type=text],
.grid_tbl input[type=password] {
    height: 32px;
}

.td_tip,
.invite_panel .last_td {
    font-style: italic;
    font-size: 12px;
    padding-left: 3px;
}

.member-change-password td:nth-child(2),
.invite_panel .invite_email td:nth-child(2) {
    width: 40%;
    padding-left: 5px;
}

.member-change-password input[type=text],
.member-change-password input[type=password],
.invite_panel .invite_email input[type=text],
.invite_panel .invite_email input[type=password],
.invite_panel .invite_email textarea {
    width: 100%;
}


/*end*/


/* login social */

.ipass_widgets_custom li {
    width: 60px !important;
    margin-top: 4px;
}

.register-step-1 .ipass_widgets_custom li {
    width: 50px !important;
    margin-left: 4px;
}

.widget1_facebook_icon,
.provider_icon {
    background: none !important;
    font-family: FontAwesome;
    font-size: 27px;
    margin-top: 0px;
}

span.provider_icon {
    border: 1px solid #333 !important;
    border-radius: 100% !important;
    padding-top: 4px;
}

.widget1_twitter_icon::before {
    content: "\f099";
}

.widget1_facebook_icon::before {
    content: "\f09a";
}

.widget1_google_icon::before {
    content: "\f1a0";
}

.widget1_yahoo_icon::before {
    content: "\f19e";
}

.widget1_live_icon::before {
    content: "\f17a";
}

.widget1_foursquare_icon::before {
    content: "\f180";
}
.widget1_linkedin_icon::before {
    content: "\f0e1";
}

/*---*/


/* Portal showinfo mobile */


/*.menu-user-mobie{
    display: none;
}*/

.menu-hotel-mobile {
    width: 100%;
    position: fixed;
    top: 80px;
    right: -100%;
    /*Ka change from 9999 zindex*/
    z-index: 10;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.5s ease-in-out;
    /** Opera **/
    display: none;
}

.menu-user-mobie {
    width: 100%;
    position: fixed;
    top: 80px;
    left: -100%;
    z-index: 9999;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.5s ease-in-out;
    /** Opera **/
}

.nav-menu-mobile {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}

.nav-menu-mobile li {
    padding: 12px;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.menu-hotel-mobile .nav-menu-mobile li {
    float: right;
}

.menu-user-mobie .nav-menu-mobile li {
    float: left;
}

.menu-hotel-mobile.active {
    display: inline-block;
    transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
}

.menu-user-mobie.active {
    /* display: inline-block; */
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
}


/* register */

.register .table-step1 tr {
    height: 70px;
}

.register .table-step1 tr td:first-child {
    width: 30%;
}

.register .table-step1 input[type=text],
.register .table-step1 input[type=password] {
    width: 100%;
}

.register .table-step1 {
    width: 500px;
    float: left;
}

.register .register-social {
    width: 300px;
    float: left;
}

.register .or {
    float: left;
    margin: 30px;
    height: 200px;
    line-height: 100px;
}

.register .table-step1 input[type=submit],
.register .register-step2 .register_info_tbl input[type=submit] {
    padding: 15px 40px;
}

.register .register-step2 .register_info_tbl tr {
    height: 60px;
}

.register .register-step2 .register_info_tbl tr td:nth-child(3) {
    padding-left: 5px;
}

.register .register-step2 .register_info_tbl input[type=checkbox],
.register .register-step2 .register_info_tbl input[type=radio] {
    font-weight: 200;
    display: inline;
    outline: none;
}

.register .register-step2 .register_info_tbl .biger_input {
    width: 100%;
}

.register .register-step2 .register_info_tbl .smallest_input {
    width: 30%;
}

.register .register-step2 .register_info_tbl .medium_mid_input {
    width: 68%;
}


/* .register input[type=text],
.register input[type=text],
.register input[type=email],
.register input[type=password],
.register input[type=search],
.register textarea,
.register select {
    padding: 8px 9px;
    border: 1px solid rgba(222, 195, 123, 0.75) !important;
} */

.register select {
    height: 36px;
}


/* .register input[type=radio] {
    color: #FCDB84;
} */

.ti-intranav {
    width: 100%;
    background: white;
}

.ti-intranav-wrapper {
    max-width: 768px;
    margin: auto;
}
.ti-intranav-wrapper.cn{
    max-width: 458px;
}
.ti-intranav-wrapper.tcn{
    max-width: 470px;
}
.ti-intranav li {
    position: relative;
    display: inline-block;
    padding: 4px 0 4px 12px;
}

.ti-intranav li:first-child {
    padding-left: 0;
}

.ti-intranav a {
    display: block;
    padding: 23px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #c0c3c8;
    outline: 0;
}

.account-step {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    border-width: 2px;
    border-style: solid;
    margin-right: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.account-step-name {
    color: #696969;
    font-size: 11px;
    /*font-family: Raleway;*/
}


/*.ti-intranav .active .account-step,
.ti-intranav .active .account-step-name {
    color: #eab31f;
    border-color: #eab31f;
}*/

.ti-intranav .stay_ismember:after,
.ti-intranav .stay_information:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -12px;
    height: 80px;
    width: 23px;
    background: url(../images/breadcrumb_arrow.png) no-repeat 0 0;
}

.register-step2 {
    /* width: 986px; */
    margin: 0 auto;
}


/* Card Mobile */

.showCard-rotate,
.showCard-rotate-behind img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 120%;
    position: absolute;
    top: 15%;
    left: -10%;
}

.membership_card_portrait,
.membership_card {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.membership_card img {
    width: 100% !important;
    height: 100% !important;
    z-index: 10001 !important;
}

.membership_card_portrarit_v2 img {
    width: 100% !important;
    z-index: 10002 !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.membership_card_portrait_v2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.mobile_close_btn {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    top: 25px;
    left: 10px;
    line-height: 40px;
    text-align: center;
    color: #191818;
    background-color: #D2D2D2;
    margin-top: -16px;
    z-index: 10002;
    cursor: pointer;
    border-radius: 70%;
}

.list_item img {
    width: 40%;
}

.loadding {
    background-image: url('../images/loading.GIF');
    height: 20px;
    width: 220px;
    margin: 0 auto;
    background-repeat: no-repeat;
    top: 40%;
    position: fixed;
    left: 30%;
    display: none;
    z-index: 9999;
}


}
.showcard_btn {
    display: block !important;
}

/*.membership_card_portrait img {
    width: 100% !important;
    z-index: 10001 !important;
}*/
.membership_card_portrait_v2 img {
    width: 100% !important;
    z-index: 10002 !important;
}

/*login*/
.login-header-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #818181;
}
.login-header-btn:hover .login-header-btn a {
    color: #818181;
}
.login-header-btn {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    margin-top: -180px;
    left: 50%;
    margin-left: -146px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 40px;
    cursor: pointer;
    z-index: 4;
}
.login-header-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.login-header-reward{
    position: absolute;
    margin-top: -120px;
    padding: 10px 40px;
    cursor: pointer;
    z-index: 4;
    width: 100%;
    text-align: center;
    color: #fff;
}
.login-header-reward a {
    color: #fff;
}
.login-header-reward a:hover {
    text-decoration: underline !important;
    color: #ccc;
}
/* Member product */
.ti-table {
    margin: 2em 0;
    /*font-family: Raleway;*/
}
.ti-table th,
.ti-table td {
    padding: 12px 4px;
}
.reward_item .post-img {
    width: 100%;
    /*height: 180px;*/
}
.reward_item img:hover .reward_item_link,
.reward_item_link:hover {
    color: #EAB31F;
}
.reward_item .reward_item_link {
    font-size: 17px;
}
.reward_item {
    height: auto;
    min-height: 370px;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    /*font-family: Raleway;*/
}
.reward_item_link {
    margin-top: -10px;
}
.reward_item .post-img {
    position: relative;
}
.reward_item .post-img img {
    height: 100%;
}
.reward_item .post-img .tranfer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    text-align: center;
    /*line-height: 185px;*/

    color: #fff;
    font-size: 14px;
    padding: 4px;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    z-index: 1;
}
.reward_item .reward-caption {
    min-height: 30px;
    height: auto;
    line-height: 19px;
    overflow: hidden;
}
.reward_item .post-img:hover .tranfer {
    opacity: 1;
    cursor: pointer;
}
.reward_detail_procedure {
    padding: 20px;
    /*line-height: 30px;*/
}
img.full-width.image-product{
    height: 350px;
}
#post_paging {
    margin-top: 20px;
}
#post_paging li {
    float: left;
    margin-bottom: 20px;
}
#post_paging li a {
    padding: 8px;
    /*background: #EAB31F;*/

    border: 1px solid #fff;
    color: #fff;
}
#post_paging li a:focus,
#post_paging li a:hover,
#post_paging li a.active {
    background: #fff;
    /*border: 1px solid #EAB31F;
    color: #EAB31F*/
}
#post_paging {
    float: right;
    display: block;
    width: 100%;
}
#serach_point {
    display: block !important;
}
.irmall_banner_widget {
    display: block;
    margin: auto;
    /*width: 200px;*/

    padding: 10px;
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 40px;
    text-align: center;
}
.irmall_banner_widget img {
    width: 100%;
    height: 100%;
    display: block;
}
.irmall_banner_widget span {
    display: block;
    margin-top: 10px;
    font-size: 1.1em
}
#serach_point input[type=text] {
    height: 32px;
}
.search-property-product {
    clear: both;
    display: none;
    width: 100%;
}
.search-property-product .reward_category {
    padding: 10px;
    float: left;
}
#product_search_point {
    line-height: 38px;
}
.sort-product {
    width: 100%;
    min-height: 70px;
}

/*Popup custom*/
.popup-custom {
    display: none;
    position: fixed;
    z-index: 15;
    width: 98%;
    padding: 10px 12px;
    left: 1%;
    background: #fff;
    top: 12%;
}
.popup-custom .title {
    font-weight: 400;
    font-size: 15px;
}
.popup-custom .col-1 {
    padding: 8px 2px;
}
.mobile-version {
    display: none;
}
.post-img .inconpoint {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
}
.post-img .inconcash {
    position: absolute;
    top: -15px;
    left: 40px;
    z-index: 2;
}
.post-img .incon img:hover {
    /* top: -20px; */

    cursor: pointer;
    -webkit-animation: spinX 0.5s;
    -moz-animation: spinX 0.5s;
    animation: spinX 0.5s;
    filter: grayscale(60%);
    -webkit-filter: grayscale(60%);
}
@-moz-keyframes spinX {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinX {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinX {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*icon show card*/
.icon-fixed {
    position: fixed;
    height: 60px;
    width: 60px;
    font-size: 28px;
    text-align: center;
    padding-top: 8px;
    padding-left: 1px;
    border: 1px solid #009688;
    background: #009688;
    color: #fff;
    border-radius: 100%;
    box-shadow: 1px 2px #ccc;
    display: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /** Chrome & Safari **/

    -moz-transition: all 0.5s ease-in-out;
    /** Firefox **/

    -o-transition: all 0.5s ease-in-out;
    /** Opera **/

    right: 10px;
    z-index: 4;
}
.move-right {
    transform: translate(-100px, 0px);
    -webkit-transform: translate(-100px;
    0px);
    -o-transform: translate(-100px;
    0px);
    -moz-transform: translate(-100px;
    0px);
}
.more-fixed {
    line-height: 53px;
    padding-left: 1px;
    bottom: 10px;
}
.add-fixed {
    right: -90px;
    bottom: 90px;
    padding-top: 10px;
    padding-left: 0px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    /** Chrome & Safari **/

    -moz-transition: all 0.35s ease-in-out;
    /** Firefox **/

    -o-transition: all 0.35s ease-in-out;
    /** Opera **/
}
.search-fixed {
    /*  left: 10px; */

    line-height: 45px;
    padding-left: 2px;
    bottom: 170px;
    right: -90px;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    /** Chrome & Safari **/

    -moz-transition: all 0.45s ease-in-out;
    /** Firefox **/

    -o-transition: all 0.45s ease-in-out;
    /** Opera **/
}
.reward_detail_info {
    /*padding: 0px 20px;*/
}
.reward_detail_info textarea {
    width: 100% !important;
}
.menu-user-mobie-content {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

/*product*/
.reward_container .contentWrapProduct {
    min-height: 540px;
    /*border-top: 6px solid #FF5722;*/
    /*width: 250px;*/

    float: left;
    margin: 20px 0;
}
.contentWrapProduct:hover {
        box-shadow: 0 23px 39px -20px rgba(0,0,0,.43);
}
.reward_container {
    clear: both;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.reward-cat .bg {
    position: absolute;
    height: 150px;
    width: 150px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    -ms-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in;
}
.reward-cat .caption {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    color: #fff;
    text-align: center;
}
.reward-cat:hover .caption h5 {
    text-decoration: underline;
}
.reward-cat:hover .bg {
    background: rgba(0, 0, 0, 0.7);
}
.reward-cat {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    margin: 20px;
    display: inline-block;
}
.reward-cat img {
    border-radius: 100%;
    height: 150px;
    width: 150px;
}
#reward_category ul {
    /*height: 200px;*/

    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/*----*/
.noti-empty {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    border: 1px solid;
    margin: 20px 0px;
}

/*member profile*/
.profile-single:nth-child(odd) {
    border-right: 1px solid rgba(204, 204, 204, 0.53);
}

/*-----*/

/*member changeprofile*/
.member-change-profile .col-1 .col-1-2:nth-child(2) {
    text-align: right;
}
.member-change-profile .col-1 {
    padding: 6px;
}
.full-width {
    width: 100%;
}
.member-change-profile .input-number {
    width: 79%;
}
.member-change-profile .smallest_input {
    width: 20%;
}
.member-change-profile .small_input {
    width: 49%;
}
.member-change-profile .input-year {
    width: 150px;
}
.member-change-profile .radio {
    display: inline-block;
}
.member-change-profile .gender label:nth-child(2) {
    margin-left: 10px;
}
.member-change-profile .gender label {
    font-weight: 200;
}
.member-change-profile .gender label span {
    padding-left: 18px;
}
.saler {
    width: 110px;
    height: 110px;
    border: 1px solid #333;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    position: relative;
    cursor: pointer;
    background-size: 100%;
    background-size: contain;
}
.saler-img {
    font-size: 50px;
}
.saler-name {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    top: 0px;
    left: 0px;
    border-radius: 100%;
}

/*.saler:hover .saler-name{
        display: inline-block;
        transition: all 0.3s ease-out;
        -webkit-transition:all 0.3s ease-out;
    }*/
.saler-img-content .ti-close {
    font-size: 24px;
    float: right;
    color: #fff
}
.saler-img-content .ti-close:hover,
.saler-img-content .ti-close:focus {
    color: #818181;
}
.saler-img-content {
    display: none;
    z-index: 11;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 40px;
    text-align: center;
    background: #000;
}
.saler-img-single {
    width: 110px;
    height: 110px;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
    /*float: left;*/

    margin: 10px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}
.saler-img-single:hover,
.saler-img-single:focus {
    border: 2px solid #fff;
}
.saler-img-single:hover .saler-img-title,
.saler-img-single:focus .saler-img-title {
    color: #fff;
    display: none;
}
.saler-img-single:hover img,
.saler-img-single:focus img {
    transform: scale(1.2);
}
.saler-img-single .img {
    width: 100%;
    height: 100%;
}
.saler-img-single img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.5s;
}
.saler-img-title {
    position: absolute;
    top: 10px;
    padding-top: 34px;
    text-align: center;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    color: #ccc;
    background: linear-gradient(rgba(10, 4, 6, 0), #000000);
    transition: all 0.25s ease-out;
    font-size: 10px;
}
.overlay-active {
    background: rgba(0, 0, 0, 0.88) !important;
    z-index: 10;
}

/* animation css3 by sn */

.slideanim {
    visibility: hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.reward_container .slideanim:nth-child(1),
.reward_container .slideanim:nth-child(2){
    visibility: visible !important;
}

/*----*/

/*member avatar*/
.member-avatar.member-info {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .46));
    height: 105px;
    position: absolute;
    margin-top: -110px;
    z-index: 9;
}
.member-avatar .member-info-content {
    z-index: 9;
    position: absolute;
    left: 50%;
    margin-left: -471px;
    width: 942px;
}
.member-avatar .avata-member {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
.member-avatar .avata-member img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.member-avatar .name-member a {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.member-avatar .name-member {
    padding-top: 36px;
    margin-left: 20px;
    color: #fff
}
.member-avatar .name-member .link-unniver {
    font-size: 13px;
    font-weight: 400;
}
.member-avatar .name-member .link-unniver:hover {
    text-decoration: underline !important;
}
.avatar-member-mobile img{
    width: 100%;
    border-radius: 100%;
    height: 100%;
}

/*end member avatar*/
@media screen and (max-width: 980px) {
    .member-change-profile .input-year {
        width: 48%;
    }
}
@media screen and (max-width: 700px) {
    .member-change-profile .input-number {
        width: 77%;
    }

    .sales-man {
        text-align: center;
    }

    .saler {
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .member-change-profile .input-year {
        width: 57%;
    }

    .member-change-profile .input-number {
        width: 77%;
    }
}
@media screen and (max-width: 420px) {
    .member-change-profile .input-year {
        width: 50%;
    }
}
@media screen and (max-width: 420px) {
    .member-change-profile .input-year {
        width: 40%;
    }
}
@media screen and (max-width: 322px) {
    .member-change-profile .input-year {
        width: 30%;
    }
}

/*-------*/
/*promotion home*/

.promotion-home-custom .promo-single-home:nth-child(4) {
    display: none;
}

.promo-single-home {
    text-transform: uppercase;
    position: relative;
    height: 320px;
    width: 35%;
    float: left;
}

.promo-single-home:nth-child(2),
.promo-single-home:nth-child(3) {
    margin-left: 2%;
}

.promo-single-home:nth-child(3) {
    margin-top: 15px;
}

.promotion-home-custom .promo-single-home:first-child {
    width: 63%;
    height: 655px;
    margin: 0px;
}

.promo-single-home .bg {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(rgba(10, 9, 9, 0), #000000);
}

.promo-single-home .caption {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid transparent;
    color: #fff;
    text-align: center;
}

.promo-single-home img {
    width: 100%;
    height: 100%;
}

.promo-single-home:hover .caption h3 {
    text-decoration: underline;
}


/*end promotion home*/
/*setting home page*/
.content-static{
        font-size: 30px;
            font-size: 22px;
            margin: 30px 0px;
}
.map-homepage{
    margin:30px 0px;
}
.apg_introduce {
    width: 80%;
}

.img-benefits {
    display: none;
}

.membership_tbl {
    border-collapse: collapse;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.membership_tbl th img {
    width: 70%;
}

.membership_tbl td,
#membership_tbl th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

.membership_tbl th p {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 0;
}

.membership_tbl td:first-child {
    text-align: left;
    /*padding-left: 20px;*/
}

.membership_tbl tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.membership_notes {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-style: italic;
}

.left_intent {
    padding-left: 12px;
}

a.dropDown_btn.inside {
    padding: 6px 0 5px 15px;
    width: 355px!important;
}

.dropNav li .dropDown {
    padding: 0;
}

.touts-wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.touts-container {
    margin-left: -3%;
}

.tout {
    width: 30%;
    /*height: 300px;*/
    margin-left: 3%;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: black;
    cursor: pointer;
}

.tout:hover .tout-details {
    background: linear-gradient(rgba(10, 9, 9, 0), #000000);
}

.tout img {
    width: 100%;
    display: block;
    height: inherit;
}

.tout-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 30 px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(rgba(10, 9, 9, 0), #222);
    transition: all 0.5s linear;
}

.tout-details .tout-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 200;
    color: white;
    text-transform: uppercase;
}

.tout-text {
    text-transform: none;
    line-height: 1.5;
    font-size: 14px;
    padding: 0px 40px 5px 40px;
}

.mobile {
    display: none;
}
/* ******** */
/*.li_booknow_mobile{
    display: none;
}*/
/*fix calender*/
.flatpickr-calendar.open {
    display: block !important;
}
.flatpickr-calendar{
    display: none !important;
}
/*end fix calender*/
.icon.ti-tripAdvisor{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
        padding: 8px 5px;
}
.ti-tripAdvisor:before {
    content: "\f262";
}
.btn-middle-block{
    margin: 0 auto;
    display: block;
}
/*share social*/
.admin-setting .promotion_footer{
    margin: 10px 0px;
    text-align: center;
}
.admin-setting .promotion_footer img{
    width: 50px;
    cursor: pointer;
    margin: 4px;
}
/*  ******  */
.icon-category{
        font-size: 70px;
    color: #7b9b4a;
    transition: all 0.35s linear;
}
.icon-category:hover{
    color: #acda65;
}
.category-single{
    margin:10px 5px;
    padding:10px;
    float: left;

}
.category-single a{
    color:#09f;
}

.weather-mobile{
    display: none;
    margin-top: 30px;
}
/*promotion page*/
.promotion_wrapper {
    /*margin-right: 15px;*/
    background: #FFF;
    /*padding: 30px;*/
    margin-bottom: 20px;
    width: 100%;
}

.promotion_image_wrapper {
    width: 100%;
    /*padding-bottom: 60%;*/
    overflow: hidden;
    /*height: 0;*/
    margin-bottom: 10px;
        object-fit: cover;
    -o-object-fit: cover;
}

.promotion_thumb {
    padding: 0;
    border: 0;
    width: 100%;
    height: 330px;
    margin-bottom: 1em;
}

.promotion_title {
    margin-bottom: 1em;
    /*height: 50px;*/
}

.pdf-thumb-box {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
}

.pdf-thumb-box-overlay {
    display: none;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    display: inline;
    text-align: center;
    position: absolute;
    transition: background 2s ease, padding 1.5s linear;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
    width: 100%;
    height: 330px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.pdf-thumb-box-overlay span {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ******* */
.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, .5) !important;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, .75) !important;
}

/*  popup show image  */
.ir-modal {
        display: none;
        position: fixed;
        width: 70%;
        height: 80%;
        top: 20px;
        margin-left: -35%;
        background: #fff;
        z-index: 50000;
        left: 50%;
    }

    .ir-modal-header {
        position: relative;
    }

    .ir-modal-content {
        padding: 10px;
        width: 100%;
        height: 100%;
    }

    .ir-modal-content img {
        width: 100% !important;
        height: 100% !important;
    }

    .ir-modal .ti-close {
        position: absolute;
        right: -30px;
        top: 10px;
        font-size: 25px;
        color: #fff;
        transition: 0.3s;
        cursor: pointer;
    }

    .ir-modal .ti-close:hover {
        color: #bbb;
    }

    .ir-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .9);
        z-index: 40000;
        display: none;
        transition: opacity .15s linear;
        -webkit-transition: opacity .15s linear;
    }

   .member_redeemtion_detail img,
    .promotion-container img{
        cursor: pointer;
    }
/*  ********  */

/* dropdown */

.ir-sub-menu-dropdown.dropdown::before {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    color: #ccc;
}

.ir-sub-menu-dropdown::before {
    content: "\e648";
    font-family: 'themify';
    font-size: 12px;
    float: right;
    transition: 0.3s;
    color: #fff;
    margin-left: 3px;
    margin-top: 4px;
}

.ir-sub-menu {
    display: none;
    /*transition: all 0.45s linear;*/
    position: absolute;
    min-width: 240px;
    background: #607D8B;
    margin-left: -70px;
    margin-top: 4px;
}

.ir-sub-menu>li,
.ir-sub-menu>a {
    float: none;
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    width: 100%;
    border-bottom: 1px solid #54707D  ;
    margin: 0px !important;
    text-align: left;
}

.ir-sub-menu>li>a,
.ir-sub-menu>a {
    color: #fff;
    font-size: 12px;
}

.ir-sub-menu>li>a:hover,
.ir-sub-menu>a:hover {
    color: #ccc;
}

.ir-sub-menu-dropdown.dropdown>a>span {
    color: #ccc !important;
}


/* end dropdown */

/*----------dissabe css-----------*/
.disabled{
    border: none !important;
    background: #fff !important;
    -webkit-appearance: none !important;
}
/*
    ** QR CODE
*/
.qrcode img{
    width: 200px;
    height: 200px;
}
/*
    ** Collection display flex
*/
.collection {
    clear: both;
    list-style: none;
    padding: 0;
    display: flex;
    display:-webkit-flex;
    flex-wrap: wrap;
}
.collection .promotion_item,
.product-single{
    display: flex;
    display:-webkit-flex
}
/*
    ******************************************************************************************
 */

/*
    ** App View
*/
.app .header,
.app .banner_top,
.app .menu-user ,
.app footer,
.app .footer-extend-image,
.app .powered,
.app .top-head,
.app .page_title,
.app .single_divider,
.app .more-fixed,
.app header,
.app .ir-slider,
.app .ir-footer-bottom,
.app .ir-footer,
.app .promotion_footer 
{
    display: none !important;
}
.app .container
{    padding: 15px 4px;
}
.app .reward_detail {
    padding: 0px 2px;
}
/*--------css register dropbox----------*/
.register_info_tbl {
    margin-bottom: 30px !important;
}
.register_info_tbl tr td {
    vertical-align: middle;
}

.information-plus {
    display: none;
}

.fill-out-more:hover {
    cursor: pointer;
}

.fill-out-more .icon-down {
    width: 13px;
    margin: -2px 6px 0px 6px;
}

.fill-out-more .icon-down-per {
    width: 13px;
    margin: -2px 6px 0px 6px;
}

.rotate {
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.distance {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.distance-per {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.register-step-1{
    text-align: justify !important;
}
.promo-single-home img {
    object-fit: cover;
    -o-object-fit: cover;
}
/*---------end css register dropbox----------*/
/*.admin-setting img{
    max-width: 100%;
}*/
/*----------- edit by Kym--------------------*/
.reward_item .post-img .incon img {
    height: 48px;
    width: 48px;
}
/*--------end edit by Kym--------------------*/
/*08/07/17 - Ka - hide all font-family which is the same (Raleway), keep body only*/
input.inline_input, input.inline_input:hover, input.inline_input:focus {
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    border-bottom: 1px solid #c5c5c5;
    padding: 0px;
    text-align: center;
    height: inherit;
}
/*
    **| update by ST
*/
.ir-booknow-mobile {
    width: 100%;
    padding: 8px 20px;
    background: #03A9F4;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 1px solid #03A9F4;
    display: none;
    text-transform: uppercase;
}
.language--mobile .dropdown-menu {
    background: #000;
}
.img-non-reward{
    width: 500px;
}
.promotion_content li{
        list-style: inherit;
}
/*
    IR animate by STee
*/
.ir-animate{
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: hidden;
}
.ir-animated{
    visibility: visible;
}
/*
    ***************
*/
.app #cookie_zone{
    display: none !important;
}
.promotion-detail ul{
    padding-left: 20px;
}
div#index_content::after,
.admin-setting::after{
    content: '';
    clear: both;
}
.admin-setting ul,
.admin-setting ol{
    padding-left: 20px;
}
.admin-setting ul li,
.admin-setting ol li{
    list-style: inherit;
}

/*
    ** Wechat View
*/
.wechat__view .header,
.wechat__view .banner_top,
.wechat__view .menu-user ,
.wechat__view .powered,
.wechat__view .top-head,
.wechat__view header,
.wechat__view .ir-slider,
.wechat__view #cookie_zone,
.wechat__view .ir-booknow-mobile,
.wechat__view .member-product-intro,
.wechat__view .page_title,
.wechat__view .single_divider,
.wechat__view .menu-user,
.wechat__view footer,
.wechat__view .footer-extend-image,
.wechat__view .ir-footer-bottom,
.wechat__view .ir-footer,
.wechat__view .list-brand,
.wechat__view .member-profile--member-privacy
{
    display: none !important;
}
.ib-label{
    color: #ccc;
}
.collection.row:after, 
.collection.row:before,
.reward_container.row:after,
.reward_container.row:before {
    display: initial;
}