@charset "UTF-8";

/*==========================================Base css==========================================*/
/*html*/
@media (min-width:500px) and (max-width:767px) {
html {
    font-size: 9px;
}
}
@media (max-width:499px) {
html {
    font-size: 8.5px;
}
}

/* Body */
body {
    background-color: #f5f5f5;
    font-family:"jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
/*@media (max-width:499px){html{font-size:8.5px;}}*/

/*Font sizes*/

h1, .h1 {
    font-size: 3.5rem;
}/*45px*/

@media (max-width:767px) {
    h1, .h1 {
        font-size: 2.4rem;
    }
}

h2, .h2 {
    font-size: 3.4rem;
}/*34px*/
h3, .h3 {
    font-size: 2.4rem;
}/*24px*/
h4, .h4 {
    font-size: 2rem;
    line-height: 150%;
}/*20px*/
h5, .h5 {
    font-size: 1.4rem;
    font-weight: 300
}/*14px*/
p, .p {
    font-size: 1.6rem;
}/*16px*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:"jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;}

/*Font colors*/
.text-muted {
    color: #b1b1b1;
}
.text-primary {
    color: #26BEC9;
}
.text-success {
    color: #FFB400;
}
.text-info--light {
    color: #64696b;
}
.text-info--heavy {
    color: #494c4f;
}
.text-warning {
    color: #C1272D;
}
/*To center element in the middle of a coloum*/
.row-table {
    display: table;
    height: 100%;
    width: 100%;
}
.row-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.center-vertically {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*Background image placeholder*/
article .img-bg, .img-bg-full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
article .img-bg img {
    width: 100%;
    visibility: hidden;
}
/* placeholder for background image to expand*/

/*to vertically center Image in a div*/
.img-bg {
    overflow: hidden;
}
.img-bg img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*To hide none active itmes*/
.inactive {
    display: none;
}
.active {
    display: inherit;
}
/* Writing arrow icon*/
.writing-arrow {
    width: 5rem;
    height: 5rem;
    background: url(../img/icon_curly_arrow_01_grey.png) no-repeat center;
    background-size: 50%;
    position: absolute;
}
/* Location icon*/
.location-meetingPoint {
    width: 3rem;
    height: 4.5rem;
    background: url(../img/icon_locate_02.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
}
.location-tourPoint {
    width: 3rem;
    height: 4.5rem;
    background: url(../img/icon_locate_01.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
}
/* Check box*/
.checkbox label p {
    display: inline-block;
}
.checkbox label i {
    vertical-align: middle;
    margin-right: 1.6rem;
}
/* share buttons */

.addthis_sharing_toolbox {
    opacity: 0.6;
    transition: opacity ease-in 0.1s;
}
.addthis_sharing_toolbox:hover {
    opacity: 1;
}
/* rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #999999;
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #26bec9;
}
.rating span.star.point:before, .rating span.star.point ~ span.star:before {
    content: "\f005";
    color: #26bec9;
}
/* Form elements */
form i.fa.fa-check {
    float: right;
    line-height: inherit;
    color: #26BEC9;
    font-size: 2rem;
}
/* button */
button:focus {outline:0;}

/* popover */
i.popover-info{ cursor:pointer;}
.popover{background-color:#494c4f; color:white; }
.popover-content{font-size:1.4rem !important;}
.popover.left>.arrow:after{border-left-color:#494c4f;}
/*==========================================Layout css==========================================*/

/*------------------------------------Grid------------------------------------*/
.grid-margin--bottom {
    margin-bottom: 1.6rem;
}
/*------------------------------------Page title board------------------------------------*/
.pageTitle.wrap {
    padding: 50px 0;
    color: white;
    background-color: #26BEC9;
}
/*------------------------------------Navbar------------------------------------*/
.navbar {
    height: 6rem;
    border-radius: 0px;
}
.navbar-default {
    background: white;
    border: 0px;
    margin: 0;
}
.navbar-brand {
    height: 6rem;
    padding: 5px 15px;
    width: 9rem;
    background: url(../img/kkday_logo_final.png) no-repeat center;
    background-size: 100%;
}
.navbar-default .navbar-nav>li>a {
    color: white;/*#64696b*/
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #26BEC9;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: white;
    background-color: #22A7AA;
}
/*------Navbar_Account------*/
#accountDiv:hover{ background-color:#f7fbfd;}
.container-fluid.welcome #accountDiv:hover{background-color: transparent;}

div[data-target="#myAccount"], div[data-target="#account-logIn"] {
    padding: 0.6rem 1.6rem;
    color: #64696b;
    padding: 0;
    height: 6rem;
}
div[data-target="#myAccount"] > div, div[data-target="#account-logIn"] > div {
    display: inline-block;
}
div[data-target="#myAccount"] > .inactive, div[data-target="#account-logIn"] > .inactive {
    visibility: hidden;
}
.account-userPhoto {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #e9eff2;
    margin: 0 0.8rem;
    position: relative;
    top: 50%;
    vertical-align: bottom;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.account-userName {
    font-size: 1.6rem;
}
.account-userName > i {
    margin-left: 1.6rem;
}

#myAccount .badge{position:absolute;margin-left: 0.4rem;
background-color: #FFB400;
color: #494c4f;
font-size: 1.4rem; }
#myAccount .modal-header ul {
    list-style: none;
    font-size: 3.4rem;
    text-align: center;
    padding: 0;
}
#myAccount .modal-header ul li {
    margin: 1.6rem;
}
#myAccount .modal-header ul li a {
    color: white;
}
/*--- Old account css ----*/
/*
.navbar-default .navbar-nav >.account.open > a, .navbar-default .navbar-nav >.account.open > a:hover, .navbar-default .navbar-nav >.account.open > a:focus {
    color: #26BEC9;
    background-color: white;
}
.navbar-default .navbar-nav > .account.dropdown > a .caret {
    border-top-color: #64696b;
    border-bottom-color: #64696b;
}
.navbar-default .navbar-nav > .account.dropdown > a:hover .caret, .navbar-default .navbar-nav > .account.dropdown > a:focus .caret {
    border-top-color: #26BEC9;
    border-bottom-color: #26BEC9;
}
.navbar-nav>li.account>.dropdown-menu, .navbar-nav>li>.dropdown-menu {
    width: 100%;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: white;
}
.navbar-nav>li>a {
    height: 60px;
    line-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-toggle {
    margin: 0;
    padding: 23px 21px;
    border: 0px;
    border-radius: 0px;
}
.open > .dropdown-menu {
    margin-top: 0px;
}
.account>a>img {
    border: 2px solid white;
    margin-right: 16px;
    background:url(img/MA201406021928070068-02-02a13d000.jpg) no-repeat center;
    background-size:100%;
}
.nav>li.dropdown>a>span.caret {
    margin-left: 16px;
}
.account .dropdown-menu>li:nth-last-child(1), .account>.dropdown-menu>li:nth-last-child(2) {
    padding: 8px 16px;
}/*--give the last 2 lists padding--*/
.account .dropdown-menu li a {
    padding: 8px 16px;
    color: #51565A;
}
.account .dropdown-menu li .btn-block {
    font-size: 1.4rem;
    border: 0px;
    background-color: #E9EFF2;
    color: #51565A;
}
.account .dropdown-menu li .btn-block:hover, .account .dropdown-menu li .btn-block:focus, .account .dropdown-menu>li>a:hover, .account .dropdown-menu>li>a:focus {
    background-color: #F7FBFD;
    color: #26BEC9;
}
.account .dropdown-menu li img {
    margin-right: 16px;
}

@media (min-width: 768px) {
nav div.col-xs-8.account div.account-userName i.fa.fa-bars.fa-lg {
    display: none;
}
}

@media (max-width: 767px) {

nav div.col-xs-8.account div.account-userName i.fa.fa-bars.fa-lg {
    display: inherit;
}
#userName {
    display: none;
}
nav div.col-xs-8.account .account-userPhoto.img-bg {
    display:none;

}
.account-userName{position: relative;
top: 17px;}
}
/*------Navbar_where are you going?------*/
.navbar-nav>li.whereGo>a {
    border-radius: 4px;
    background: #26BEC9;
    color: white;
    margin: 6px;
    height: 48px;
    line-height: 38px;
}
.navbar-nav>li.whereGo>a:hover, .navbar-nav>li.whereGo.open>a:active, .navbar-nav>li.whereGo.open>a:focus {
    background: #22A7AA;
    color: white;
}
.navbar-nav>li.whereGo>a>.glyphicon-search {
    margin-right: 16px;
}
/*------------------------------------Footer------------------------------------*/

footer a:hover, footer a:focus {
    color: #b1b1b1;
}
footer .lighter a {
    color: #26BEC9;
}
footer .lighter a:hover {
    color: #FFB400;
}
/*------Footer_dropdown menu-----*/
footer .btn-toolbar {
    margin-bottom: 16px;
}
footer .btn-toolbar button {
text-align: left;
}
footer .btn-toolbar button .fa-caret-down{position: absolute;
right: 0px;
margin-right: 0.8rem;
top: 1.4rem;}
footer .dropdown-menu {
    background-color: #64696b;
}
footer .dropdown-menu li > a {
    color: white;
}
footer .dropdown-menu li > a:hover {
    background: #26BEC9;
}

footer .dropup .caret, .dropup .btn-lg .caret {
    position: relative;
    top: 7px;
}
/*------Footer_options-----*/
footer li.h4 {
    margin: 30px 0px;
    z-index: 1;
    position: relative;
}
footer li.h4:first-child {
    margin-top: 0px;
}
footer li.h4 img {
    position: absolute;
    top: -34px;
    margin-left: -50px;
    z-index: -1;
}
/*------Footer_social media-----*/
footer .col-md-4.col-sm-12 h4.text-center {
    margin-top: 0px;
}
footer .row:nth-child(2) {
    margin:65px 0;
}
footer h4 {
    margin-top: 0px;
}
footer ul.list-unstyled{margin-bottom:3.2rem;}
footer .col-md-4:last-child > div {
    max-width: 350px;
    margin: 0 auto;
}
.sns { text-align:center; margin-bottom:2.4rem;}
.sns .fa-circle{color: #64696B;}
.sns .fa-inverse{color: #E9EFF2;}
.sns .fa-stack:hover .fa-circle{color:#26BEC9;}
.fb_iframe_widget{border-radius: 5px; background-color:rgba(48, 48, 48, 1);}
/* .sharing {
    width: 25%;
    height: 80px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}
.sharing.facebook {
    background: url(../img/facebook_L@2x.png) no-repeat center;
    background-size: 80%;
}
.sharing.facebook:hover {
    background: url(../img/facebook_L@2x.png) no-repeat center;
    background-size: 100%;
}
.sharing.twitter {
    background: url(../img/facebook_L@2x.png) no-repeat center;
    background-size: 80%;
}
.sharing.google {
    background: url(../img/facebook_L@2x.png) no-repeat center;
    background-size: 80%;
}
.sharing.sina {
    background: url(../img/facebook_L@2x.png) no-repeat center;
    background-size: 80%;
}*/
/*------Footer_copyright-----*/
footer .col-md-12 img {
    display: block;
    margin: 0 auto;
}

@media (max-width:767px) {
footer {
    text-align: center;
}
footer .btn-toolbar .btn-group {
    float: initial;
}
footer li.h4 {
    margin: 1.6rem 0;
}
}
/*==========================================Module css==========================================*/

/*------------------------------------kkday Index------------------------------------*/

/*------kkday Index_nav-----*/

body#kkday_landingPage .navbar.navbar-default {
    background-color: transparent;
    z-index: 10;
    border: 0px;
}
body#kkday_landingPage .navbar-default .navbar-nav>li>a {
    color: white;
    background: transparent;
}
body#kkday_landingPage .navbar-default .navbar-nav > .account.dropdown > a .caret {
    border-top-color: white;
    border-bottom-color: white;
}
body#kkday_landingPage .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
#kkday_landingPage .account-userName {
    color: white;
    text-shadow:2px 2px 10px rgba(0, 0, 0, 0.9);
}
#kkday_landingPage a.navbar-brand.img-bg {
    visibility: hidden;
}
/* to hide logo in nav */
/* ------kkday Index_section01: welcome----- */
/*
body#kkday_landingPage header {
    color: white;
    height: 800px;
    background: url(../img/waitresses-blue-lagoon-iceland_67665_990x742.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
 */
body#kkday_landingPage .welcome {
    background-color: rgba(0,0,0,0.65);
    /* height: 800px; */
}
body#kkday_landingPage .welcome-logo {
    width: 100%;
    max-width: 36rem;
    height: 15.8rem;
    background: url(../img/kkday_logo_final_white.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    opacity: 0.6;
}
body#kkday_landingPage .welcome-pickDate {
    width: 7rem;
    height: 7rem;
    background: url(../img/icon_writingArrow01.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    margin-top: -77px;
    margin-left: 41px;
}
body#kkday_landingPage .welcome-pickCountry {
    width: 7rem;
    height: 7rem;
    background: url(../img/icon_writingArrow01.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    display: inline-block;
    margin-top: 8px;
    margin-left: -17px;
    transform: rotate(-27deg);
}
body#kkday_landingPage .welcome .glyphicon.glyphicon-calendar {
    font-size: 6.5rem;
    color: white;
    text-align: center;
    display: block;
    width: 8rem;
    margin: 0 auto;
}
body#kkday_landingPage .welcome .list-unstyled .glyphicon.glyphicon-remove {
    margin-left: 14px;
    font-size: 2.5rem;
    padding: 10px;
}
body#kkday_landingPage .welcome .btn-block .glyphicon {
    margin-right: 16px;
}
body#kkday_landingPage .welcome .list-unstyled h1, body#kkday_landingPage .welcome .btn-block div {
    display: inline-block
}
body#kkday_landingPage .welcome .btn-lg {
    font-size: 2rem;
}
body#kkday_landingPage .welcome .btn-lg:nth-last-child(3) {
    margin-top: 130px;
}
body#kkday_landingPage .welcome li.active[title="Choose a country"], body#kkday_landingPage .welcome li.active[title="Country"] {
    margin-bottom: -100px;
}
/*------kkday Index_section02: promotion-----*/
body#kkday_landingPage {
    background-color: white;
}
body#kkday_landingPage .promotion .topNews div:first-child {
    background: url(../img/Screen%20Shot%202014-07-31%20at%204.43.25%20PM.png) no-repeat top;
    background-size: 100%;
    width: 11rem;
    height: 12rem;
}
body#kkday_landingPage .promotion .category .col-md-6.col-sm-12 {
    height: 28.5rem;
    border-top-left-radius: 4em;
    background: url(../img/Screen%20Shot%202014-07-31%20at%205.58.36%20PM.png) no-repeat;
    background-size: 31%;
    background-position: -1rem 3rem;
    background-color: #F7FBFD;
}
body#kkday_landingPage .promotion .category .col-md-6.col-sm-12 h3 {
    margin: 0;
}
body#kkday_landingPage .promotion .category .col-md-3.col-sm-6 {
    height: 28.5rem;
}
a[title="Romantic"] .row-table {
    color: white;
}
a[title="Romantic"] .row-table::before {
    content: "";
    background: url(../img/lukas-4.jpg) no-repeat top;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    margin: 0 0.8rem;
    opacity: 1;
    transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -webkit-transition: 1s ease-in;
}
a[title="Romantic"] .row-table:hover::before {
}
/*------------------------------------Product search result------------------------------------*/
/*------Product search result: page title -----*/
.pageTitle.wrap label {
    font-size: 2rem;
}
.pageTitle.wrap label > i {
    margin-right: 0.8rem;
}
#SearchCountry button {
    float: left;
    text-align: left;
    color: white;
    background: url(../img/icon_select.png) no-repeat right center #22A7AA;
    max-width:none;
}
#SearchCountry ul.dropdown-menu {
    width: 92% !important;
    max-width: 39rem;
    margin-left: 1.6rem;
}
.pageTitle.wrap .calandar {
    right: 0px;
    left: 0px;
    margin-top: -6.2rem;
    position: absolute;
    z-index: 1000;
    color: #64696b;
    visibility: hidden;
}
body > div.pageTitle.wrap > div > div > div:nth-child(2) > form:hover > div.calandar {
    visibility: inherit;
}
body > div.pageTitle.wrap > div > div > div:nth-child(2) > form > div.form-group > input {
    background-color: transparent;
    border: medium none #FDF5E6;
    margin: 0;
    padding: 0;
    color: white;
    height: 5.5rem;
}
.pageTitle.wrap > div > div > div.col-md-4 > form > select {
    background: transparent url(../img/icon_select.png) no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px;
    margin: 0px;
    border: medium none #FDF5E6;
    color: white;
    height: 5.5rem;
}

@media (max-width: 767px) {
.pageTitle.wrap > div > div > div.col-md-4 > form > select.h1 {
    font-size: 3.4rem;
}
}
body > div.pageTitle.wrap > div > div > div:nth-child(3) > form > div > button {
    margin: 0;
    padding: 0;
}
/*------Product_listview: layout-----*/
.product-listview {
    background-color: rgba(255,255,255,1.00);
    /*border: 1px solid #e9eff2;*/
    border-radius: 0px;
    margin-bottom: 1.6rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
.col-md-4.col-sm-4 > div.img-bg {
    background-image: url(../img/lukas-4.jpg);
    background-size: cover;
    max-height: 30rem;
}
.product-listview:hover {
    transition: 0.25s;
opacity: 0.85;s
}
main article.product-listview > a .row {
    margin: 0;
}
main article.product-listview a .row .col-md-4.col-sm-4 {
    padding: 0;
}
main article.product-listview a .col-md-8.col-sm-8 .col-xs-10 h4, main article.product-listview a .col-md-8.col-sm-8 .col-xs-12 h4 {
    overflow: hidden;
    line-height: 2.5rem;
    max-height: 7.5rem;
    margin: 1.6rem 0px 0.8rem;
}
.product-listview .product-listview--intro {
}
.product-listview a .product-listview--tag h5 {
    display: block;
    margin: 0.8rem 0;
}
.product-listview a .product-listview--tag h5 > i.fa-map-marker, .product-listview a .product-listview--tag h5 > i.fa-clock-o, .product-listview--switchMap i.fa-map-marker, .product-listview--switchMap i.fa-list-ul {
    margin-right: 0.8rem;
}
.product-listview a:hover .product-listview--intro {
}
.product-listview .row.text-info--light .col-sm-6 > h5 {
    height: 1.6rem;
    overflow: hidden;
}
/*------Product_listview: no. of search result-----*/
.product-listview--resultNumber h2 {
    margin: 2.4rem 0 0 0;
}
main article div.col-md-8.col-sm-8 .row.text-info--light h4, main article div.col-md-8.col-sm-8 .row.text-info--light h2 {
    text-align: right;
    margin: 0 0 0 1.5rem;
}
main article div.col-md-8.col-sm-8 .row.text-info--light h2 {
    font-size: 5.2rem;
}

@media (max-width: 767px) {
main article div.col-md-8.col-sm-8 .row.text-info--light h2 {
    margin: 0;
}
}
/*------Product_listview: product hover style-----*/
main article .product-listview--tag.text-info--light {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 500px) {
main article .product-listview--tag.text-info--light {
    display: none;
}
.product-listview .row.text-info--light .col-sm-6 > h5 {
    display: none;
}
main article div.col-md-8.col-sm-8 .row.text-info--light h4, main article div.col-md-8.col-sm-8 .row.text-info--light h2 {
    display: inline-block;
    float: right;
}
}
/*main article:hover .product-listview--tag.text-info--light {
    display: none;
}*/
main article .product-listview--intro.text-info--light {
    display: none;
    height: 6rem;
    overflow: hidden;
    padding-right: 4rem;
}
main article .product-listview--intro.text-info--light p {
    height: 6rem;
}
/*main article:hover .product-listview--intro.text-info--light {
    display: inherit;
    text-overflow: ellipsis;
}*/
main article .col-md-4.col-sm-4 div.img-bg img {
    min-height: 24rem;
}
/*------Product_listview: add to wishlist button-----*/
.wishlist {
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    margin: 0.8rem;
    opacity: 0.7;
    -webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.wishlist:hover {
    opacity: 1;
}
.wishlist span {
    display: block;
    width: 4rem;
    height: 4rem;
    background-image: url(../img/icon_wishlist-empty.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wishlist :checked + span {
    background-image: url(../img/icon_wishlist.png);
}
.wishlist input {
    position: absolute;
    visibility: hidden;
}
/*------Product_listview: more price-----*/
.product-listview--morePrice {
    width: 100%;
}
.product-listview--morePrice .btn-default {
    background-color: transparent;
    float: right;
    padding: 0 3rem;
}
.product-listview--morePrice .row {
    border-bottom: 1px solid #E9EFF2;
}
.product-listview--morePrice .row .col-md-8.col-sm-8 {
    height: 5.2rem;
    overflow: hidden;
}
.product-listview--morePrice .row .col-md-8.col-sm-8 p {
    margin: 0;
    position: relative;
    line-height: 5.2rem;
}
.product-listview--morePrice .row .col-md-4.col-sm-4 h4 {
    text-align: right;
    margin-right: 1.5rem;
}
main article .container.product-listview--morePrice {
    margin-top: -2.2rem;
}

@media (max-width: 767px) {
main article .container.product-listview--morePrice {
    display: none;
}
}
/*------Product_filter-----*/
div[class^=product-filter--] {
    padding: 0 1.6rem;
    border-bottom: 1px solid #e9eff2;
    background-color: white;
}
aside.product-filter h4 {
    color: #b1b1b1;
}
aside.product-filter ul {
    padding: 0;
}
aside.product-filter ul .row {
    padding-top: 0.8rem;
}
aside.product-filter ul span.glyphicon.glyphicon-ok {
    float: right;
    line-height: 4rem;
}
aside.product-filter ul li {
    cursor: pointer;
    line-height: 4rem;
    font-size: 1.6rem;
    padding: 0 1.6rem;
}
aside.product-filter ul li:hover {
    background-color: #f7fbfd;
    transition: 0.3s;
}
div[class^=product-filter--] .caret {
    border-bottom-color: #26BEC9;
    border-top-color: #26BEC9;
    margin-left: 1.6rem;
}
#SearchCity button, #search_NeedDateTime button, #SearchCity_mobile button, #search_duration_mobile button {
    background-color: transparent;
    border: 1px solid #e9eff2;
    color: #26BEC9;
}
#SearchCity button:hover, #search_NeedDateTime button:hover, #SearchCity_mobile button:hover, #search_duration_mobile button:hover {
    background-color: #f7fbfd;
    transition: 0.3s;
}
aside.product-filter .product-filter--city.row ul li:hover, aside.product-filter #search_NeedDateTime ul.dropdown-menu li > a:hover, #SearchCity ul.dropdown-menu li > a:hover {
    background-color: transparent;
}
aside.product-filter #search_NeedDateTime ul.dropdown-menu li:hover, #SearchCity ul.dropdown-menu li:hover {
    background: #494c4f;
    color: inherit;
}
aside.product-filter #search_NeedDateTime ul.dropdown-menu li > a, aside.product-filter #SearchCity ul.dropdown-menu li > a {
    color: white;
}
.filter-mobile {
    width: 100%;
    background-color: #26BEC9;
    color: white;
    text-align: center;
    height: 4.8rem;
    position: fixed;
    bottom: 0px;
    visibility: hidden;
    z-index: 10;
    cursor: pointer;
}
.filter-mobile h4 {
    line-height: 4.8rem;
    margin: 0;
}
.filter-mobile i.fa-plus-square{margin-left: 0.8rem;}

/* Medium devices (desktops, 992px and up) */

@media (max-width: 991px) {
aside.product-filter {
    display: none;
}
.filter-mobile {
    visibility: visible;
}
}
/*------Product_highlighted product-----*/
.product-listview--highlight {
    background: url(../img/icon_promotion.png) no-repeat top;
    background-size: 7rem;
    height: 7rem;
}
/*------Product_mapview-----*/
article.product-mapview {
    width: 33rem;
    height: 40rem;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 1.6rem;
    border: 1px solid #e9eff2;
}
article.product-mapview .img-bg {
    background: url(../img/lukas-4.jpg) no-repeat center;
}
article.product-mapview .row {
    width: 100%;
    margin: 0;
    padding-right: 1.6rem;
}
/*------Product_mapview: add to wishlist button-----*/
article.product-mapview .wishlist {
    position: inherit;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    margin-top: -2.8rem;
}
/*------------------------------------Pop out------------------------------------*/
.modal {
/*background-color: rgba(255,255,255,0.9);*/
}
.modal-content {
    padding: 0;
}
.modal-footer {
    border-top: 0px;
}
.modal-footer button {
    margin-bottom: 1.6rem;
}
.modal-backdrop {/*background-color: rgba(0,0,0,1.00);*/
}
#myAccount.modal {
    background-color: rgba(38,190,201,0.85);
}/*modal bg for user account */
.modal-content {
    width: 100%;
    background-color: white;
    box-shadow: none;
    border: none;
}
.modal-header {
    border: none;
}
.modal .close {
    color: #51565A;
    font-size: 4rem;
    opacity: 1;
    position: absolute;
    right: 0;
    margin-right: 1.6rem;
}
.modal h2.text-center, #account-logIn.modal.log-in h2.text-center {
    border-bottom: 2px solid #26BEC9;
    padding-bottom: 1.6rem;
    color: #26BEC9;
}
/*------Pop out: account-----*/
#myAccount .modal-content, #datePicker .modal-content, #chooseCountry .modal-content {
    background-color: transparent;
}
#myAccount > div > div > div > div > h2.text-center, #datePicker > div > div > div > div:nth-child(2) > h2, #chooseCountry > div > div > div > div:nth-child(2) > h2 {
    border-bottom: 2px solid white;
    padding-bottom: 1.6rem;
    color: white;
}
#myAccount > div > div > div > button, #datePicker > div > div > div > button, #chooseCountry > div > div > div > button {
    color: white;
}
.drawer-userPhoto {
    margin: 0px auto;
    border-radius: 50%;
    width: 10rem;
    margin-bottom: -1rem;
    height: 10rem;
}
/*------Pop out _date picker-----*/
.calandar {
    max-width: 38rem;
    width: 100%;
    background-color: #F7FBFD;
    border-radius: 5px;
    margin: 0 auto;
}
.calander-title {
    background-color: #26BEC9;
    color: white;
    height: 12rem;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pageTitle.wrap .calander-title {
    background-color: #51565A;
}
a.datepicker-prev, a.datepicker-next {
    color: white;
}
a.datepicker-prev span, a.datepicker-next span, .calander-title .h4 {
    display: block;
    text-align: center;
    line-height: 12rem;
    margin: 0;
}
.calandar table {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    border-color: #e9eff2;
}
.calandar th, .calandar td {
    width: 4.8rem;
    height: 4.8rem;
    text-align: center;
    border: 1px solid rgb(233, 238, 241);
}
.date-not-available, .calandar td.date-not-available:hover {
    color: #e9eff2;
    background-color: #f7fbfd;
    cursor: auto;
}
.calandar td:hover, .date-selected {
    background-color: #FFB400;
    color: white;
    cursor: pointer;
}
/*------Pop out : choose a country-----*/
#chooseCountry{ background-color:rgba(0,0,0,0.44);}
#chooseCountry .modal-dialog {
    max-width: 60rem;
    margin: 0 auto;
}
#chooseCountry > div > div > div > div:nth-child(3) > ul {
    font-size: 2.4rem;
    color: white;
    line-height: 4.8rem;
    cursor: pointer;
}
#chooseCountry li.indexContinent:hover {
    background-color: #26BEC9;
    transition: background-color 0.25s;
}
#chooseCountry li.indexCountry:hover {
    color:#26BEC9;
    /*background-color: rgba(0,0,0,0.2);*/
    transition: background-color 0.25s;
}


#chooseCountry .indexContinent.collapsed:after {
    content: "\f0d7";
    color: #FFFFFF;
    font-family: FontAwesome;
    float: right;
    margin: 0 1.6rem;
}
#chooseCountry .indexContinent:after {
    content: "\f0d8";
    color: #FFFFFF;
    font-family: FontAwesome;
    float: right;
    margin: 0 1.6rem;
}
#chooseCountry .indexContinent.antarctica:after{ content:"";}
.indexContinent{padding:0 1.6rem;}
.indexCountry{ font-size:2rem; padding:0 2.4rem;}
/*------Pop out : log in-----*/
#account-logIn.modal.log-in {
    background-color: transparent;
}
#account-logIn.modal.log-in .modal-content {
    background-color: white;
}
#account-logIn .modal-body article.row.logIn-kkday {
    /*background-color: #f6f6f5;*/
}
#account-logInt .modal-body article.row.logIn-kkday form input {
    max-width: 32rem;
    margin: 0 auto;
}
#account-logIn .modal-body article.row.logIn-openId {
    text-align: center;
}
/*------------------------------------Sorting------------------------------------*/
.sorting .btn-default {
    background-color: transparent;
}
.sorting .btn-default:active, .sorting .btn-default.active, .sorting .open .dropdown-toggle.btn-default, .product-listview--switchMap:hover, .product-listview--switchMap:active {
    background-color: transparent;
}
.sorting .dropdown-menu {
    background-color: #64696b;
    font-size:16px;
}
.sorting .dropdown-menu li > a {
    color: white;
}
.sorting .dropdown-menu li > a:hover {
    background: #26BEC9;
}
.product-listview--resultNumber + div.row .btn-toolbar.sorting button {
    text-align: left;
    border: 1px solid rgb(186, 195, 202);
    margin: 0.8rem 0px;
}/*product listview 'sort by' button*/
.product-listview--resultNumber + div.row .btn-toolbar.sorting button span {
    margin-left: 0.8rem;
}
.product-listview--switchMap {
    background-color: transparent;
    float: right;
}
/*------Pop out : filter-----*/
#search-filter.modal {
    background-color: white;
}
#search-filter aside.product-filter {
    display: inherit;
}
#search-filter .modal-content {
    background-color: transparent;
}
.filter-mobile + .modal .product-filter, .filter-mobile + .modal .modal-body {
    padding: 0;
}
/*------------------------------------Product page------------------------------------*/
/*------Product page: big photos-----*/
.productPage-photos .col-xs-12, .slide-show-arrow {
    padding: 0;
    height: 40vh;
    max-height: 60rem;
}
.productPage-photos .col-xs-12 .col-xs-1>i, .productPage-photos .col-xs-12 .col-xs-1.col-xs-offset-10>i {
    line-height: 40vh !important;
}
.slide-show-arrow {
    position: absolute;
    z-index: 2;
    margin: 0 0.8rem;
}
.productPage-photos .slide-show-arrow:nth-child(2) {
    right: 0;
}
.slide-show-arrow img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-welcome-photo {
    position: absolute;
    bottom: 0px;
    left: 3.2rem;
    opacity: 0.25;
    color: white;
}

@media (max-width:980px) {
.slide-show-arrow img {
    width: 4.5rem;
}
}

@media (min-width:768px) {
.productPage-photos .col-xs-12, .slide-show-arrow {
    height: 70vh;
}
}
#myModalFullscreen .modal-header .close {
    color: rgba(255,255,255,1.00);
    font-size: 5rem;
    margin-right: 1.6rem;
}
#myModalFullscreen .modal-content {
    background-color: rgba(0,0,0,0.85) !important;
}
.owl-theme .owl-controls .owl-page span {
    background: #FFFFFF !important;
}

@media (max-width:767px) {
.customNavigation {
    display: none !important;
}
}
/*------Product page: slideshow-----*/
/* img slideshow setting*/
#myModalFullscreen .modal-header .row .col-md-1.col-xs-1 {
    height: 70vh;
}
.owl-carousel .owl-item {
    overflow: hidden !important;
}
#kk-slideshow .item {
    margin: 0 auto;
    height: 70vh;
    overflow: hidden;
}
#kk-slideshow .item img {
    display: block;
    /* height: 60vh;*/
    width: auto;
    margin: 0 auto;
    max-height: 100%;
}

@media screen and (orientation:portrait) {
#kk-slideshow .item img {
    max-width: 100%;
    height: auto;
}
}
.customNavigation {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.customNavigation img {
    max-width: 100%;
}
/*use styles below to disable ugly selection*/
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*------Product page: booking-----*/
.productPage-booking.wrap {
    background-color: white;
    padding-bottom: 3.2rem;
}

@media (max-width:991px) {
.productPage-booking.wrap {
    padding-bottom: 0rem;
}
}
.productPage-booking {
    background-color: white;
}
.productPage-booking--tag h5, .productPage-booking--agency h5 {
    display: inline-block;
    margin: 0.8rem 1.6rem 0.8rem 0;
}
.productPage-booking--tag i.fa-map-marker, .productPage-booking--tag .fa-clock-o, .productPage-booking--agency .fa-briefcase {
    margin-right: 0.8rem;
}
.productPage-booking--guideLanguage h5 {
    /*background: url(../img/icon_language.png) no-repeat left;
    background-size: 2.5rem;
    padding-left: 3rem;*/
    line-height: 2.5rem;
    margin: 0.8rem 1.6rem 0.8rem 0;
}
.productPage-booking--priceContent .lowestPrice {
    color: white;
    background-color: rgba(0,0,0,0.70);
    padding: 0.8rem;
    margin-top: -10.3rem;
    margin-bottom: 3.2rem;
}
.productPage-booking--priceContent--total {
    border-top: 1px dashed #b1b1b1;
    padding: 1.6rem 0;
}
.productPage-booking--priceContent--total h1, .productPage-booking--priceContent--total h4, .productPage-booking.wrap .lowestPrice h1 {
    margin: 0;
}

@media (max-width:991px) {
.productPage-booking--priceContent .lowestPrice {
    background-color: #51565A;
    margin-top: 0rem;
}
.productPage-booking--priceContent {
    margin: 3.2rem 1.6rem;
    border: 1px solid #E9EFF2;
    padding: 0px 1.6rem 2.4rem;
}
}
#priceContent .lowestPrice .col-xs-9.text-right .h1 {
    margin: 0;
}
#priceContent .lowestPrice .col-xs-9.text-right h4 {
    margin: 0 0 0.8rem 0;
}
/* to make product title 100% as there is no secial sales tag currently */
.productPage-booking--title > .col-xs-10 {
    width: 100%;
}
.productPage-booking--title > .col-xs-10 h1{ font-size:3.4rem;}
/*------Product page: price content-----*/
.productPage-booking--priceContent .form-group {
    margin-bottom: 0.8rem;
}
.productPage-booking--priceContent {
    margin-bottom: 2.4rem;
    background: #F6F6F5;
    padding-bottom: 1.6rem;
    border: 1px solid #e9eff2;
}
.productPage-booking--priceContent .col-sm-3.col-xs-4 p {
    margin: 0;
    line-height: 4.8rem;
    text-align: center;
}
.guest-type{text-align:center;}
.guest-age, .guest-price {margin-left:1.6rem;}
.guest-price i{margin-left:1.6rem; float: right;
clear: both;}
.productPage-booking--priceContent #dropdownMenu-productset {
    max-width: inherit;
}

@media (max-width:767px) {
.productPage-booking--priceContent .col-sm-3.col-xs-4 p {
    line-height: 2.4rem;
}
}
.productPage-booking--priceContent .row .col-xs-12 {
    margin-top: 0rem;
}
productPage-detail wrap
/*------Product page: price content-product set dropdown menu-----*/
.productPage-booking--priceContent .btn-block {
}
.productPage-booking .productPage-booking--priceContent .list-group.dropdown-menu {
    width: 100%;
}
#dropdownMenu-productset i.fa-caret-down {
    float: right;
    margin-top: 4px;
}
.productPage-booking .productPage-booking--priceContent .list-group.dropdown-menu h5 {
    margin: 0;
}
.list-group-item:hover{ background-color:#e9eff2;}
.list-group-item.active{cursor:pointer;}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #26BEC9;
    border-color: #26BEC9;
}
.productPage-booking .productPage-booking--priceContent .list-group-item.disabled {
    cursor: not-allowed;
}
#priceContent .calandar {
    display: none;
    position: absolute;
    z-index: 10;
}
#priceContent .form-group:hover .calandar {
    display: inherit;
}
#priceContent .calander-title {
    height: 7rem;
}
#priceContent a.datepicker-prev span, #priceContent a.datepicker-next span, #priceContent .calander-title .h4 {
    line-height: 7rem;
    font-size: 1.6rem;
}
/*------Product page: action buttons-----*/
.productPage-actions {
    padding-top: 2.4rem;
}
.productPage-actions>p {
    margin: 2.4rem 0 0.8rem 0;
    text-align: center;
}
.btn.btn-success.btn-lg.btn-block.is-in-wishlist {
    color: #ffffff;
    background-color: #FF7BAC;
    border: 0px;
}

@media (max-width:991px) {
.productPage-actions {
    margin: 0 1.6rem 3.2rem 1.6rem;
}
}
/*------Product page: detail-----*/
.productPage-detail.wrap {
    background-color: #F6F6F5;
}
.productPage-detail--map div#map-canvas {
    height: 60rem;
}

/*------Product page: detail - tabs -----*/
@media (min-width:992px) {
#myTab {
    margin-top: -5.2rem;
}
}
.productPage-detail .nav.nav-tabs.h4.hidden-xs {
    border-bottom: none;
}
.productPage-detail .nav-tabs>li>a {
    color: #b1b1b1;
    border: 0px;
    text-align: center;
    background: transparent;
}
.productPage-detail .nav > li > a:hover, .productPage-detail .nav > li > a:focus {
    background-color: transparent;
    border: 0px;
}
.productPage-detail .nav.nav-tabs.h4.hidden-xs li.active>a {
    color: #26BEC9;
}
.productPage-detail .nav.nav-tabs.h4.hidden-xs li.active, .productPage-detail .nav.nav-tabs.h4.hidden-xs li:hover {
    border-bottom: 4px solid #26BEC9;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 0px;
}
#myTabContent h4, #myTab-accordion h4 {
    color: #494c4f;
}
.productPage-detail .tab-content {
    margin-right: 2.4rem;
}
.productPage-detail .tab-content #home .row .col-xs-2 h5, .productPage-detail .tab-content #comment .row .col-sm-2.col-xs-6 h5 {
    margin-top: 3.2rem;
}
.productPage-detail .tab-content #home .row:nth-child(4) .col-md-offset-2.col-md-2.col-sm-offset-2.col-sm-2 h4, #time_table .col-md-offset-2.col-md-2.col-sm-offset-2.col-sm-2 h4 {
    margin: 0;
}
#time_table td {
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
    line-height: 1.722;
}
.productPage-detail .tab-content #home table {
    margin-bottom: 2.4rem;
}
.productPage-detail .tab-content #home table tr {
    margin-bottom: 2.4rem;
}
.productPage-detail .tab-content #home table tr td:first-child, #home-collapse table tr td:first-child {
    vertical-align: initial;
    width: 7rem;
}
.productPage-detail .tab-content #home li, #home-collapse li{margin: 0px 2.4rem; font-size:1.6rem;}
.productPage-detail .tab-content #map, .productPage-detail .tab-content #about {
    margin-top: 9.5rem;
}
.productPage-detail .tab-content #map .row .row:first-child .col-sm-10 h4 {
    margin: 1.6rem 0;
}
.productPage-detail .tab-content #map h4 {
    display: inline-block;
    margin-left: 2.4rem;
    vertical-align: super;
}
.productPage-detail .tab-content #map p {
    margin-left: 5.2rem;
}
.contact-photo, .comment-photo {
    margin: 2.4rem auto;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    background-color: white;
    margin-bottom: 1.6rem;
    border: 1px solid #E9EFF2;
}
.contact-photo img, .comment-photo img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productPage-detail .avatar-comment, .message-content-conversation .avatar-comment, .member-order-message .avatar-comment, {
 width: 8rem;
 height: 8rem;
 background: url(logo.jpg) no-repeat center;
 background-size: 100%;
 border-radius: 50%;
 position: absolute;
 border: 1px solid #b1b1b1;
}
.productPage-detail .comment-username, .message-content-conversation .comment-username, .member-order-message .comment-username {
    margin-top: 0.8rem;
    text-align: center;
}
.comment-reply {
    background-color: #F6F6F5;
    padding: 1.6rem 0px;
    margin-bottom: 1.6rem;
}
div#comment .col-sm-10 {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 1.6rem;
    margin-bottom: 3.2rem;
}
div#comment .col-sm-10 {
    margin-bottom: 0rem;
}
div#comment > .row:nth-child(n+3) {
    padding-top: 3.2rem;
}
div#comment .col-sm-10.col-xs-6 {
    border-bottom: 0px;
}
#comment .row .col-sm-10 .row:nth-child(2) .col-xs-6.text-right, #comment .row .col-sm-10 .comment-reply .col-xs-12.text-right {
    font-size: 1.4rem;
    line-height: 4.6rem;
}
.productPage-detail--logo {
    width: 100%;
    height: 25rem;
}
.productPage-detail--logo img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #E9EFF2;
    display: block;
    margin: 0 auto;
}

@media (max-width:991px) {
.productPage-detail--logo {
    width: 100%;
    height: auto;
}
.productPage-detail--logo img {
    width: 50%;
    position: relative;
    top: 0%;
    transform: translateY(0%);
    border: 1px solid #E9EFF2;
    display: block;
    margin: 0px auto;
}
}
/*------Product page: tab ( mobile )-----*/
.panel-default {
    border: 0px;
}
a.collapsed > .panel-heading .panel-title {
    text-align: center;
    color: #51565A;
}
a > .panel-heading .panel-title {
    color: #26BEC9;
    text-align: center;
}
a.collapsed > .panel-heading .panel-title:after, .faq-question h4.collapsed:after {
    content: "\f067";
    color: #51565A;
    font-family: FontAwesome;
    float: right;
    transform: rotate(0deg);
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 1.6rem;
}
a > .panel-heading .panel-title:after, .faq-question h4:after {
    content: "\f067";
    color: #51565A;
    font-family: FontAwesome;
    float: right;
    transform: rotate(45deg);
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 1.6rem;
}
a.collapsed > .panel-heading {
    background-color: white;
}
#home-collapse, #map-collapse {
    padding: 0 1.6rem;
}
#home-collapse .panel-body .row:first-child .col-xs-10, #home-collapse .panel-body .row:first-child .col-xs-2, #comment-collapse .panel-body .row:first-child .col-sm-2.col-xs-6, #comment-collapse .panel-body .row:first-child .col-sm-10.col-xs-6 {
    width: 100%;
    text-align: center;
}
#home-collapse .panel-body .row:first-child .col-xs-10 .h1, #comment-collapse .panel-body .row:first-child .col-sm-10.col-xs-6 .h1 {
    text-align: center;
    margin-bottom: 0;
}
#home-collapse .panel-body .row:first-child .col-xs-2, #comment-collapse .panel-body .row:first-child .col-sm-2.col-xs-6 h5 {
    margin-top: 0;
}
/*------Product page: near by tours-----*/
.productPage-neabyTour .fa.fa-5x {
    line-height: 40rem;
    width: 4rem;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.productPage-neabyTour.wrap {
}
/*------------------------------------Booking page------------------------------------*/
/*------Booking page: progress bar-----*/
.productPage-photos .col-xs-12.booking-progressBar {
    height: 39rem;
}
.productPage-photos .col-xs-12.booking-progressBar > h1, .productPage-photos .col-xs-12.member-orderDetails > h1 {
    position: absolute;
    width: 100%;
    top: 20%;
    color: white;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.9);
}
/*.productPage-photos .col-xs-12.booking-progressBar {
    height: 40rem;
}*/
.booking-progressBar .wrap {
    background-color: #f6f6f5;
    height: 15rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.booking-progressBar--steps {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 3px solid white;
    background-color: #b1b1b1;
    display: block;
    margin: 0 auto;
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}
.booking-progressBar--steps.completed {
    background-color: #26BEC9;
}
.booking-progressBar--steps h1 {
    margin: 0;
    text-align: center;
    line-height: 5.6rem;
    color: white;
}
.booking-progressBar .wrap .container .row:first-child {
    margin-top: 2.5rem;
}
.booking-progressBar--stepBar {
    width: 100%;
    height: 1.4rem;
    background-color: #e9eff2;
    margin-top: 2.5rem;
}
.col-xs-2.col-xs-offset-1 .booking-progressBar--stepBar {
    margin-left: 50%;
}
div.col-xs-2:nth-child(5) .booking-progressBar--stepBar {
    width: 50%;
}
.booking-progressBar .wrap .row .col-xs-2 {
    padding: 0;
}
.booking-progressBar--step01.active h4, .booking-progressBar--step02.active h4, .booking-progressBar--step03.active h4 {
    color: #26BEC9;
}
/*------Booking page: discount-----*/
.booking-discount {
    border-bottom: 1px dashed #b1b1b1;
}
/*------Booking page: contact-----*/
.booking-contact.wrap {
    padding-bottom: 1.6rem;
}
.booking-contact.wrap .h4 {
    color: #26BEC9;
}
.booking-contact.wrap .booking-contact--userInfo .row, .booking-contact.wrap .booking-contact--hotel .row {
    margin-top: 0.8rem;
}
.booking-contact--userInfo > h3 {
    color: #51565A;
    margin: 3.2rem 0rem;
}
.booking-contact--userInfo .checkbox {
    padding-left: 0px;
}
.booking-contact--hotel label {
    color: #51565A;
    font-size: 1.4rem;
}
/*------Booking page: booking-payment--creditcard -----*/
.wrap.booking-payment {
    background-color: white;
    padding-bottom: 3.2rem;
}
.wrap.booking-payment h3 {
    margin: 3.2rem 1.6rem;
    color: #51565A;
}
.booking-payment .img-bg {
    cursor: pointer;
    /*opacity: 0.7;*/
    /*background-size: cover;*/
    background-position: center;
    background-size: 100%;
}
.booking-payment--creditcard:hover .img-bg, .booking-payment--paypal:hover .img-bg, .booking-payment--alipay:hover .img-bg {
    background-size: 115%;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.booking-payment--creditcard .img-bg {
    display: inline-block;
    border-radius: 5px;
}
.booking-payment--creditcard .credit-card {
    width: 12.5rem;
    height: 7.8rem;
    background-image: url(../img/icon_payment_00_creditcard.png);
}
.booking-payment--creditcard .credit-card-visa {
    width: 12.5rem;
    height: 7.8rem;
    background-image: url(../img/icon_payment_01_visa.png);
    display: none;
}
.booking-payment--creditcard .credit-card-master-card {
    width: 12.5rem;
    height: 7.8rem;
    background-image: url(../img/icon_payment_02_mastercard.png);
    display: none;
}
.booking-payment--creditcard .credit-card-jcb {
    width: 12.5rem;
    height: 7.8rem;
    background-image: url(../img/icon_payment_03_jcb.png);
    display: none;
}
.booking-payment--paypal .img-bg {
    display: inline-block;
    background-image: url(../img/icon_payment_04_paypal.png);
    width: 12.5rem;
    height: 7.8rem;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 3.2rem;
}
.booking-payment--alipay .img-bg {
    display: inline-block;
    background-image: url("//s1.kkday.com/member/img/icon_payment_05_alipay.jpg");
    width: 12.5rem;
    height: 7.8rem;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 3.2rem;
}
.booking-payment .img-bg.active {
    border: 3px solid #26BEC9;
}
.booking-payment i.fa-check-circle, .booking-payment i.fa-circle-o {
    vertical-align: middle;
    margin-right: 0.8rem;
}
.booking-payment--creditcard {
    border-right: 1px dashed #b1b1b1;
    text-align: center;
    cursor: pointer;
}
.booking-payment--paypal, .booking-payment--alipay {
    cursor: pointer;
}

@media (max-width:991px) {
.booking-payment--creditcard {
    border-right: 0px;
}
}
/*------Booking page: failed -----*/
.productPage-booking--priceContent p.text-info--heavy {
    margin: 1.6rem 0;
}
.col-md-4.col-md-offset-8 .totalPrice h4, .col-md-4.col-md-offset-8 .totalPrice h1 {
    margin: 0;
}
.booking-payment.is-paid-by-credit-card .booking-payment--creditcard, .booking-payment.is-paid-by-credit-card .img-bg, .booking-payment.is-paid-by-paypal .img-bg {
    cursor: initial;
}
.booking-payment.is-paid-by-credit-card .booking-payment--creditcard {
    border: none;
}
/*.booking-payment--creditcard:hover .img-bg, .booking-payment--paypal:hover .img-bg{
    background-size:100%;
    }*/
.booking-payment.is-paid-by-credit-card .img-bg {
    margin-bottom: 3.2rem;
}
.booking-payment.is-paid-by-credit-card .booking-payment--paypal, .booking-payment.is-paid-by-paypal .booking-payment--creditcard {
    display: none;
}
.booking-payment.is-paid-by-paypal .booking-payment--paypal {
    display: initial;
    cursor: initial;
}
.booking-payment a.btn.btn-block.h4 {
    margin-bottom: 1.6rem;
}
/*------Booking page: log in-----*/
.booking-logIn.wrap {
    background-color: #f6f6f5;
}
.booking-logIn.wrap .container {
    text-align: center;
    margin-bottom: 3.2rem;
}
.booking-logIn.wrap h3.text-center {
    color: #51565A;
}
.logIn-openId button {
    width: 12.5rem;
    height: 12.5rem;
    color: white;
    border: 0;
}
.logIn-openId button p {
    margin: 0;
    margin-bottom: -1rem;
}
.login-plurk i {
    margin: 0;
}
.login-facebook {
    background-color: #3b5998;
}
.login-twitter {
    background-color: #00aced;
}
.login-google-plus {
    background-color: #dd4b39;
}
.login-weibo {
    background-color: #DE2C00;
}
.login-qq {
    background-color: #71BFEA;
}
.login-plurk {
    background-color: #cf682f;
}
.logIn-kkday {
    border-left: 1px dashed #64696b;
}
.logIn-kkday button.btn-primary {
    margin-bottom: 2.4rem;
}

@media (max-width:991px) {
.logIn-kkday {
    margin-top: 3.2rem;
    border-top: 1px dashed #64696b;
    border-left: 0px;
    padding-top: 3.4rem;
}
.modal-body .logIn-kkday {
    border-top: 0px;
}
}
.logIn-kkday input {
    max-width: 39rem;
    margin: 0 auto;
}
.modal-body .logIn-kkday {
    border-left: 0px;
}
/*------Booking page: step03 -----*/
.booking-done.wrap {
    background-color: white;
    padding-bottom: 3.2em;
}
.booking-done.wrap .container {
    padding: 3.2rem;
}
.order-userPhoto.img-bg {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.booking-done.wrap .container > .row {
    padding: 3.2rem 0;
    border-top: 1px dashed #BAC3CA;
}
.booking-done.wrap button {
    margin-bottom: 2.4rem;
}
.booking-done.wrap .row.booking-done--pickupInfo {
    border: 1px solid #e9eff2;
    margin: 1.6rem;
    padding: 0.8rem;
}
/*------------------------------------Member-message page------------------------------------*/
.member-messgae-list .container {
    background-color: white;
    border-radius: 5px;
    margin: 2.4rem auto;
    border: 1px solid #E9EFF2;
}
.wrap.member-dashboard-header {
}
.wrap.member-message-header .img-bg, .wrap.member-order-header .img-bg, .wrap.member-collection-header .img-bg {
    width: 8rem;
    height: 8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.6rem;
    background-size: cover;
}
.wrap.member-message-header .img-bg {
    background-image: url(../img/icon_dashboard_01_message.png);
}
/*------Member-message page:tool-----*/
.messgae-tools, .messgae-tools .btn-toolbar.sorting {
    height: 8rem;
}
.messgae-tools .btn-toolbar.sorting > .btn-group {
    z-index: 2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.messgae-tools .btn-toolbar.sorting > .btn-group button {
    text-align: right;
}
.messgae-tools .btn-toolbar.sorting > .btn-group button + span {
    right: 19px;
    left: auto;
}
/*------Member-message page: list-----*/
.message-title {
    border-bottom: 1px solid #e9eff2;
    cursor: pointer;
}
.fa-bookmark text {
    cursor: pointer;
}
body > div.member-messgae-list.wrap .btn-toolbar.sorting {
    float: right;
}
.message-title.read {
    background-color: rgba(242, 242, 242, 0.29);
}
.message-photo {
    margin: 1.6rem auto;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
}
/*------Member-message page: content-----*/
.message-content-conversation, .member-order-message {
    margin: 0;
}
.message-content-conversation > .member-message-reply, .member-order-message > .member-order-reply {
    background-color: white;
    border: 1px solid #e9eff2;
    margin-bottom: 2.4rem;
    padding-top: 1.6rem;
    border-radius: 15px;
}
.message-content-conversation .comment-reply, .member-order-message .comment-reply {
    margin-bottom: 2.4rem;
    border-radius: 15px;
    background-color: white;
}
.message-content-conversation > .row .col-sm-10 .col-xs-6.text-right, .message-content-conversation .comment-reply .col-xs-12.text-right, .member-order-message > .row .col-sm-10 .col-xs-6.text-right, .member-order-message .comment-reply .col-xs-12.text-right {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
}
/*.message-content-conversation > .row > .col-sm-10, .member-order-message > .row > .col-sm-10{margin-top:2.4rem;}*/

/*------Member-message page: textarea-----*/
/*.message-content-conversation + .row textarea, .member-order-message + .row textarea {
    margin: 2.4rem 0;
}*/
/*------------------------------------Member-order page------------------------------------*/
.member-order.wrap, .member-messgae-list.wrap, .member-collection.wrap{min-height:50vh;}
.member-order.wrap article button {
    margin-bottom: 1.6rem;
}
.member-order.wrap article .fa-calendar, .cancelOrder-body .fa-calendar {
    margin-right: 0.8rem;
}

@media (max-width:991px) {
.member-order.wrap article .col-md-6,  .member-order.wrap article .col-md-3:nth-child(n+2) {
    margin: 0px 1.6rem;
    padding-bottom: 1.6rem;
}
}
.member-order.wrap article .col-md-3 h4, .member-order.wrap article .col-md-3 h2 {
    margin: 0;
    text-align: right;
}
.member-order.wrap article .col-md-3 h4 {
    margin-top: 1.6rem;
}
.member-order.wrap article .col-md-3 h2 {
    margin-bottom: 1.6rem;
}
/*------Member-message page: date and booking no. -----*/
.productPage-photos .member-orderDetails .wrap {
}
.member-order article.row {
    background-color: white;
    border: 1px solid #e9eff2;
    margin: 2.4rem 0;
}
.member-order.wrap article .col-md-3:first-child {
    padding: 0;
}
.member-order-photo {
    width: 100%;
    height: 25rem;
    background-image: url(../img/lukas-4.jpg);
    background-size: cover;
}
.member-order-photo p {
    background-color: rgba(0,0,0,0.70);
    color: white;
}
.wrap.member-order-header .img-bg {
    background-image: url(../img/icon_dashboard_02_order.png);
}
/*------Member-order page: cancel order-----*/
.modal.cancelOrder {
    background: white;
}
.modal.cancelOrder .modal-dialog {
    max-width: 100%;
}
.modal.cancelOrder .modal-content {
    max-width: 1170px;
}
.modal.cancelOrder .cancelOrder-body {
    padding-top: 0;
}
/*------Member-order page: cancel order - add bullet list -----*/
.cancelOrder .cancelOrder-body article:nth-child(2) h3 {
    font-size: 3.4rem;
    text-align: left;
    display: table-cell;
    padding-bottom: 2.4rem;
    padding-left: 4.8rem;
    background: url(../img/icon_01.jpg) no-repeat left top;
    background-size: 4rem;
}
.cancelOrder .cancelOrder-body article:nth-child(3) h3 {
    font-size: 3.4rem;
    text-align: left;
    display: table-cell;
    padding-bottom: 2.4rem;
    padding-left: 4.8rem;
    background: url(../img/icon_02.jpg) no-repeat left top;
    background-size: 4rem;
}
.cancelOrder .cancelOrder-body article form .checkbox {
    padding: 0px;
    margin: 0rem 4.8rem;
}
.cancelOrder .cancelOrder-body article form .checkbox label {
    padding: 0;
    color: #51565A;
}
.cancelOrder .img-bg.member-order-photo p {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
}
/*------Member-order page: cancel order - Cancellation fee schedule -----*/
.cancelOrder-body--refundSchedule p {
    margin-left: 4.8rem;
}
.cancelOrder .cancelOrder-body--refundAmount {
    max-width: 60rem;
    border: 1px solid #E9EFF2;
    margin: 0 auto;
    padding: 1.6rem;
}
.cancelOrder .cancelOrder-body--refundAmount h2 {
    margin: 0.8rem 0px;
    text-align: right;
}
.cancelOrder .cancelOrder-body--refundAmount .text-primary .col-xs-12:first-child {
    border-top: 2px dashed #b1b1b1;
}
.cancelOrder .cancelOrder-body--refundAmount .text-primary .col-xs-12:first-child h4 {
    text-align: right;
    margin-bottom: 0;
}
.cancelOrder .cancelOrder-body--refundAmount .text-primary .col-xs-12:nth-child(2) h4 {
    margin: 0;
    float: left;
}

@media (min-width: 768px) {
.modal-dialog {
    max-width: 60rem;
}
.cancelOrder .modal-dialog {
    max-width: 1170px;
    width: 100%;
}
}
/*------------------------------------Member-order details page------------------------------------*/
/*------Member-order detais page: bigphoto-----*/
.row.productPage-photos .member-orderDetails {
    height: 30rem;
}
/*------Member-order detais page:tab-----*/
.productPage-details.wrap {
    background-color: transparent;
}
/*------Member-order detais page: action buttons-----*/
.wrap.member-orderDetails--action {
    background-color: #f7fbfd;
}
/*------------------------------------Member-collection page------------------------------------*/
.wrap.member-collection-header .img-bg {
    background-image: url(../img/icon_dashboard_05_wishlist.png);
}
/*------------------------------------Member-profile details page------------------------------------*/

/*------Member-profile details page: aside-----*/
.member-profile aside article {
    cursor: pointer;
    width: 30rem;
    height: 34rem;
    margin: 2.4rem auto;
    background: white;
    border: 1px solid #E9EFF2;
    border-radius: 5px;
    padding: 1.6rem;
}
.member-profile aside article .img-bg {
    width: 26rem;
    height: 26rem;
    background-image: url(../img/MA201406021928070068-02-02a13d000.jpg);
    margin: 0px auto;
    display: block;
    border-radius: 5px;
    border: 1px solid #E9EFF2;
}
/*------Member-profile details page: main-----*/
.member-profile.wrap main {
    margin-bottom: 3.2rem;
}
.member-profile.wrap main form .form-group > label {
    color: #26BEC9;
    font-size: 2rem;
}
/*------------------------------------Pagination------------------------------------*/
.pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pagination > li > a, .pagination > li > span {
    color: #26BEC9;
    margin: 0 0.4rem;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #22A6AA;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #64696b;
    background-color: #e9eff2;
    border-color: #DDD;
}
/*------------------------------------FAQ and about us------------------------------------*/
.faq-menu.affix {
    top: 3.2rem;
}

@media (max-width:991px) {
.faq-menu.affix {
    position: relative;
}
}
.faq-question-and-answer {
    float: right;
    margin-bottom: 3.2rem;
}
.faq-menu--traveller {
    margin-top: 3.2rem;
}
.faq-question-and-answer h2 {
    text-align: center;
}
.faq-question-and-answer > h2:nth-child(n+2) {
    margin-top: 5.2rem;
    border-top: 1px solid #BAC3CA;
    padding-top: 2.4rem;
}
.faq-question-and-answer article h3 {
    color: #26BEC9;
}
.faq-question {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0.1rem 0rem;
    margin: 0 1.6rem;
}
.faq-question h4 {
    margin: 1.4rem 0;
    color: #51565A;
    cursor: pointer;
}
/*-----FAQ and about us: who we are-----*/
.about-kkday article p {
    margin: 0 1.6rem;
}
.about-kkday article h4 {
    margin: 2.4rem 1.6rem 0rem 1.6rem;
    color: #51565A;
}
.team img {
    width: 100%;
}
.team_photo {
    width: 80%;
}
.faq-question-and-answer article .team-member__details__name {
    color: #494c4f;
}
/* -----FAQ and about us: Team member-----  */

.team-member .col-sm-8 {
    padding-top: 7.4rem;
}
/*------------------------------------Scroll to top------------------------------------*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    background-color: #26BEC9;
    color: white;
    width: 6rem;
    height: 6rem;
    line-height: 5.5rem;
    right: 1.6rem;
    bottom: 6rem;
    padding-top: 2px;
    border-radius: 50%;
    border: 0.3rem solid white;
    box-shadow: 0px 0px 4px 0px grey;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.scroll-top-wrapper.show:hover {
    opacity: 1;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.8;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}