/* Amazing Borneo Website*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

.flag-switch:hover{
    color: #333;
}
.flag-switch {
    color: #000;
}
html { scroll-behavior: smooth; }
body {
    font-family:'Poppins',sans-serif;
    font-size: 15px;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #39b3d7;
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #39b3d7;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #39b3d7;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #333;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: #000000;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family:'Poppins',sans-serif;
}
p {
    line-height: 1.5;
    margin: 0 0 15px;
}
ol, ul {
    line-height: 1.5;
    padding-left: 2em;
    margin-bottom: 1.5em;
}
li {
    margin-bottom: 5px;
}
.page-header-main {
    padding-bottom:9px;
    margin:20px 0 0 0;
    /*color:#859b5e;*/
    color:#4a4a4a;
    /*font-size:35px;*/
    font-weight:bold;
    border-bottom:none;
    text-align:center;
    text-transform:uppercase;
}
.page-header {
    margin:20px 0 0 0;
    /*color:#859b5e;*/
    font-size:18px;
    font-weight:bold;
    border-bottom:none;
    text-transform:uppercase;
}
h1.page-header {
    font-size: 28px;
}
h2.page-header {
    font-size: 22px;
}
h2.subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.page-title{
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.page-title h2{
    position: relative;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 800;
    text-transform: uppercase;
    text-align:center;
}

.page-title h2::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background-color: #5bc0de;
}

/* Title Section*/
.page-title-item{
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    margin: 15px 0px;
    max-width: 98%;
}
.page-title-item:not(:first-child) {
    margin-top: 40px;
}

.page-title-deco{
    border-bottom: 4px solid #009444;
    margin-bottom: -3px;
    width:200px;

}

.page-title-item h4{
    position: relative;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 700;
    text-align:left;
    text-transform: capitalize;
}

/* Title Section*/

.header-attribute {
    margin-top:-2px;
    padding-bottom:20px
}
.hashtag {
    color:#547812;
}
.title-bar-img {
    margin:10px 0 20px 0;
}
.maintitle-header {
    font-family:'Open Sans',sans-serif;
    text-transform:capitalize;
    text-shadow: 1px 1px 0px #eee, 2px 2px 0px #eee;
}
#index-text {
    text-align:center;
    margin-bottom:30px;
    color: #838383;
}
a { color: #191d9e; }
/** Top Deal **/
.row-deal {
    padding-left:0;
}
a.list-group-item {
    height:auto;
}
a.list-group-item.active small {
    color:#fff;
}
.img-responsive {
    min-width:100%;
}
.list-group-item-text {
    text-align:justify;
    font-size: 12px;
}
#button-center {
}
/** Top Deal **/
/* Carousel */
#quote-carousel {
    padding:0 10px 30px 10px;
    margin-top: 30px;
}
/* Control buttons */
#quote-carousel .carousel-control {
    background:none;
    color:#222;
    font-size:2.3em;
    text-shadow:none;
    margin-top: 30px;
}
/* Previous button */
#quote-carousel .carousel-control.left {
    left: 15px;
}
/* Next button */
#quote-carousel .carousel-control.right {
    right: 15px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right:50%;
    top:auto;
    bottom:0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background:#c0c0c0;
}
#quote-carousel .carousel-indicators .active {
    background:#333333;
}
#quote-carousel img {
    width:250px;
    height: 100px
}
/* End carousel */
.item blockquote {
    border-left:none;
    margin:0;
}
.item blockquote img {
    margin-bottom:10px;
}
.item blockquote p:before {
    content:"\f10d";
    font-family:'Fontawesome';
    float:left;
    margin-right: 10px;
}
/* Popular Package */
.animate {
    transition-property:all;
    transition-duration:.2s;
    transition-timing-function:cubic-bezier(0.25,0.1,0.25,1);
    ;
}
.info-card {
        width:100%;
        border:1px solid rgb(215,215,215);
        position:relative;
        margin-bottom:20px;
        overflow:hidden;
         border:5px solid #fff;
 -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}
.info-card>img {
        width:100px;
}
.info-card .info-card-details,.info-card .info-card-details .info-card-header {
        width:100%;
        height:100%;
        position:absolute;
        bottom:-100%;
        left:0;
        padding:0 15px;
    background-color:rgba(0,0,0,0.7);
        text-align:center;
}
        .info-card .info-card-details p {
    color:#d3d3d3;
    font-size:12px;
    line-height:15px;
}
    .info-card .info-card-details::-webkit-scrollbar {
        width:8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
        width:8px;
        height:0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
        background:transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
        background:rgb(160,160,160);
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
        background:rgb(130,130,130);
}
    .info-card .info-card-details .info-card-header {
        height:auto;
                bottom:100%;
        padding:10px 5px;
}
/*
.info-card:hover .info-card-details {
        bottom:0px;
        overflow:auto;
        padding-bottom:25px;
}
.info-card:hover .info-card-details .info-card-header {
        position:relative;
        bottom:0px;
        padding-top:45px;
        padding-bottom:10px;
    background-color:rgba(0,0,0,0.0);
}
*/
.info-card .info-card-details .info-card-header h2, .info-card .info-card-details .info-card-header h3 {
        color:#eaeaea;
        font-size:22px;
        font-weight:900;
        text-transform:uppercase;
        margin:0 !important;
        padding:0 !important;
}
.info-card .info-card-details .info-card-header h3 {
        color:rgb(142,182,52);
        font-size:15px;
        font-weight:400;
        margin-top: 5px;
}


/* Popular Package */
/** MEDIA QUERIES*/
/* Small devices (tablets,768px and up) */
@media (min-width:768px) {
    #quote-carousel {
        margin-bottom:0;
        padding: 0 40px 30px 40px;
    }
}
/* Small devices (tablets,up to 768px) */
@media (max-width:768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom:-20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display:inline-block;
        margin:0px 5px;
        width:15px;
        height:15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin:0px 5px;
        width:20px;
        height:20px;
    }
    #client-login{
    color:#fff;
    }
    #sb-site p, #sb-site ul > li, #sb-site ol > li {
        font-size: 0.9em;
    }

}
#index-testimonial {
    text-align:justify;
    font-size:13px;
    margin-bottom:10px;
}
.carousel-reviews {
    border-top:1px solid #dddddd;
    background-color:#f9f9f9;
    padding-bottom: 34px;
}
/* Carousel */
/* Package Box */
#package-box {
    width: 100%;
    padding-top:30px;
    font-size:12px;
    margin-bottom: 5px;
}
#package-box tr td:first-child {
    padding-right:  10px;
    font-weight: bold;
}
.mobile-only #package-box tr td:first-child {
    width: 45%;
    vertical-align: top;
}
#package-box-filter{
    font-size:12px;
    margin-top:-10px;
    margin-bottom:8px;
    width: 100%;
}

#package-box-filter tr td:first-child {
    padding-right:15px;
    font-weight: 600;
    width: 40%;
}
#package-box-filter td {
    vertical-align: top;
}
.grid-title {
    padding-top:10px !important;
    font-weight: 600;
    line-height: 18px;
}
.grid-title-height {
    min-height:60px;
}


.rotate{
    moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 2em;
    margin: auto;
    font-size: 10px;
    line-height: 1px;

}
/* Package Box */
/* Footer */
.footer-secondary {
    background:#1d1d1d;
/* Decoration
background-image: url('../deco-footer.png');*/
}
.footer-secondary h4 {
    color:#adadad;
    font-weight:bold;
}
.footer-secondary a {
    color:#ffffff;
    font-size:12px;
    /*padding:1px 0px 0px 10px;*/
}
.footer-secondary a:hover {
    text-decoration:none;
    color:#fabc2d;
}
.footer-primary {
    background: #1d1d1d;

}
/* Footer */
.social-icons {
    margin:0;
    padding:0;
}
ul.social-icons li {
    margin:5px;
    list-style:none outside none;
    display:inline-block;
}
.social-icons i {
    width:40px;
    height:40px;
    color:#FFF;
    text-align:center;
    padding-top:9px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
}
.social-icons i:hover {
    color:#FFF;
     background-color:#909AA0;
    text-decoration:none;
    transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
}
.social-icons .fa-facebook {
    background:#4060A5;
}
.social-icons .fa-twitter {
    background:#00ABE3;
}
.social-icons .fa-google-plus {
    background:#e64522;
}
.social-icons .fa-instagram {
    background:#9c27b0;
}
.social-icons .fa-skype {
    background:#00C6FF;
}
.social-icons .fa-youtube {
    background: #FF1F25;
}
/* Social */
/* Instagram */
#instafeed a {
    display:inline-block;
    border-radius:4px;
    position:relative;
}
#instafeed .likes {
    background:rgba(133,155,94,0.5);
    font-family:sans-serif;
    font-size:1em;
    position:absolute;
    color:#ffffff;
    right:0px;
    top:0px;
    left:0px;
    opacity:0;
    text-align:center;
    line-height:150px;
    text-shadow:0 1px rgba(0,0,0,0.5);
    -webkit-font-smoothing:antialiased;
    -webkit-transition:opacity 100ms ease;
    -moz-transition:opacity 100ms ease;
    -o-transition:opacity 100ms ease;
    -ms-transition:opacity 100ms ease;
    transition:opacity 100ms ease;
}
#instafeed a:hover .likes {
    opacity: 1;
}


#instafeed-mobile a {
    display:inline-block;
    border-radius:4px;
    position:relative;
}
#instafeed-mobile .likes {
    background:rgba(133,155,94,0.5);
    font-family:sans-serif;
    font-size:1em;
    position:absolute;
    color:#ffffff;
    right:0px;
    top:0px;
    left:0px;
    opacity:0;
    text-align:center;
    line-height:150px;
    text-shadow:0 1px rgba(0,0,0,0.5);
    -webkit-font-smoothing:antialiased;
    -webkit-transition:opacity 100ms ease;
    -moz-transition:opacity 100ms ease;
    -o-transition:opacity 100ms ease;
    -ms-transition:opacity 100ms ease;
    transition:opacity 100ms ease;
}
#instafeed-mobile a:hover .likes {
    opacity: 1;
}
/* Instagram */
/* Video */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe,.video-container object,.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
/* Video */
/* Customised Bootstrap */
/* Button */
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    color:#3c763d;
    background-color:#b9df90;
    border-color:#a0d468;
}
.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color:#3c763d;
}
.btn-success,.btn-success.active,.btn-success.disabled,.btn-success:active,.btn-default {
    background-color:#f0ad4e;
    border-color:#f0ad4e;
    /* #BED389; */
    color:#fff;
}
.btn-hotel,.btn-hotel.active,.btn-hotel.disabled,.btn-hotel:active,.btn-default {
    background-color:#46b8da;
    border-color:#36c2ec;
    color:#fff;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-success:hover,.btn-success:focus,.btn-success:active {
    background-color:#a0d468;
    border-color:#a0d468;
    color:#fff;
}
.btn-primary {
    background-color:#009444;
    border-color:#009444;
    color:#fff;
}
.btn-primary.btn-primary-outline {
    padding: 8px;
    background-color: #009444;
    border: 2px solid #009444;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-primary.btn-primary-outline:hover,.btn-primary.btn-primary-outline:focus {
    background-color: transparent;
    border: 2px solid #009444;
    color: #009444;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background-color:#33a969;
    border-color:#33a969;
    color:#fff;
}
.btn-warning {
    color: #fff;
    background-color: #fabc2d;
    border-color: #fabc2d;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active, .btn-danger:hover,.btn-danger:focus,.btn-danger:active {
    color: #fff;
    transform: translateY(1px);
    filter: saturate(150%);
}
.btn-label {
    position:relative;
    left:-12px;
    display:inline-block;
    padding:6px 12px;
    background:rgba(0,0,0,0.15);
    border-radius:3px 0 0 3px;
    padding:15px
}
.btn-labeled {
    padding-top:0;
    padding-bottom:0;
}
.btn {
    margin-bottom:10px;
}
.btn-xlarge {
    padding:16px 18px;
    font-size:18px;
    line-height:normal;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.btn-label-x {
    position:relative;
    left: -12px;
}
.btn-info {
    background-color: #191d9e;
    border: none;
}
.btn-info:hover {
    color: #fff;
    background-color: #14177e;
}

/* Button */
/* Customised Bootstrap */
/* Timeline */
img {
    vertical-align:middle;
}
.img-responsive {
    display:block;
    height:auto;
    max-width:100%;
}
.img-rounded {
    border-radius:3px;
}
.img-thumbnail {
    background-color:#fff;
    border:1px solid #ededf0;
    border-radius:3px;
    display:inline-block;
    height:auto;
    line-height:1.428571429;
    max-width:100%;
    moz-transition:all .2s ease-in-out;
    o-transition:all .2s ease-in-out;
    padding:2px;
    transition:all .2s ease-in-out;
    webkit-transition:all .2s ease-in-out;
}
.img-circle {
    border-radius:50%;
}
.timeline-centered {
    position:relative;
    margin-bottom:30px;
}
.timeline-centered:before,.timeline-centered:after {
    content:" ";
    display:table;
}
.timeline-centered:after {
    clear:both;
}
.timeline-centered:before,.timeline-centered:after {
    content:" ";
    display:table;
}
.timeline-centered:after {
    clear: both;
}
.timeline-centered:before {
    content:'';
    position:absolute;
    display:block;
    width:4px;
    background:#f5f5f6;
    /*left:50%;*/
    top:20px;
    bottom:20px;
    margin-left:30px;
}
.timeline-centered .timeline-entry {
    position:relative;
    /*width:50%;float:right;*/
    margin-top:5px;
    margin-left:30px;
    margin-bottom:10px;
    clear:both;
}
.timeline-centered .timeline-entry:before,.timeline-centered .timeline-entry:after {
    content:" ";
    display:table;
}
.timeline-centered .timeline-entry:after {
    clear:both;
}
.timeline-centered .timeline-entry:before,.timeline-centered .timeline-entry:after {
    content:" ";
    display:table;
}
.timeline-centered .timeline-entry:after {
    clear:both;
}
.timeline-centered .timeline-entry.begin {
    margin-bottom:0;
}
.timeline-centered .timeline-entry.left-aligned {
    float:left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left:0;
    margin-right:-18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left:auto;
    right:-100px;
    text-align:left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float:right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left:0;
    margin-right:70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left:auto;
    right:0;
    margin-left:0;
    margin-right:-9px;
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
    position:relative;
    margin-left:-20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content:" ";
    display:table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear:both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content:" ";
    display:table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear:both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position:absolute;
    left:-100px;
    text-align:right;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display:block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size:15px;
    font-weight:bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background:#bed682;
    /** color:#737881;**/
    display:block;
    width:40px;
    height:40px;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    text-align:center;
    -moz-box-shadow:0 0 0 5px #f5f5f6;
    -webkit-box-shadow:0 0 0 5px #f5f5f6;
    box-shadow:0 0 0 5px #f5f5f6;
    line-height:40px;
    font-size:15px;
                font-weight:bold;
    float:left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color:#303641;
    color:#fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color:#ee4749;
    color:#fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color:#00a651;
    color:#fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color:#21a9e1;
    color:#fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color:#fad839;
    color:#fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color:#f2f7ef;
    color:#fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position:relative;
    background:#f2f7ef;
    padding:1em;
    margin-left:60px;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content:'';
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:9px 9px 9px 0;
    border-color:transparent #f5f5f6 transparent transparent;
    left:0;
    top:10px;
    margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    /* color:#737881;*/
    color:#000000;
    margin:0;
    line-height:1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top:15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size:16px;
    margin-bottom:10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color:#303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity:.6;
    -moz-opacity:.6;
    opacity:.6;
    -ms-filter:alpha(opacity=60);
    filter:alpha(opacity=60);
}
.timeline-day {
    font-size:10px;
    position:relative;
    top:-10px;
    right:-6px;
}
.timeline-day-text {
    font-size:14px;
    position:relative;
    left:-11px;
    top: 6px;
}
/* Mobile Timeline */
@media only screen and (max-width:480px) {
    .timeline-centered:before {
        display: none;
    }
    .timeline-centered .timeline-entry {
        margin-left: 15px;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
        margin-left: 5px;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        background-color: transparent;
        border: 0;
        padding: 1em 0;
        margin-left: 5px;
        margin-top: 40px;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
        display: none;
    }
}
/* Timeline */
#tab-content-page {
    padding:20px;
}
#tab-content-page p {
    font-size:14px;
    color: #5d5d5d;
}
/* Navbar */
/* Navbar 2 */
.mega-dropdown {
    position:static !important;
    width:100%;
}
.mega-dropdown-menu {
    padding:20px 0px;
    width:100%;
    box-shadow:none;
    -webkit-box-shadow:none;
}
.mega-dropdown-menu>li>ul {
    padding:0;
    margin:0;
}
.mega-dropdown-menu,.container>li>ul>li {
    list-style:none;
}
.mega-dropdown-menu>li>ul>li>a {
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:normal;
    line-height:1.428571429;
    color:#999;
    white-space:normal;
}
.mega-dropdown-menu>li ul>li>a:hover,.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration:none;
    color:#444;
    background-color:#f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color:#608929;
    font-size:16px;
    font-weight:bold;
    margin-left:-20px;
}
.column-box {
    padding-left:0px;
    padding-bottom:10px;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.form-group label {
    font-weight: 600;
}
/***** Video ****/
.vid {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.vid iframe,.vid object,.vid embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe,.video-container object,.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
/***** Video ****/
/* Navbar 2 */
.navbar {
    margin-bottom:0px;
    border-radius:0px;
    /* padding-top:5px;*/
    /* padding-bottom:4px;*/
}



.navbar-over{
    margin-bottom:0px;
    border-radius:0px;
    position:fixed;
    z-index:999;
   width: 100%;
   left: 0;
   margin: auto;
}


/***** Menu 1 ****/

.navbar-brand {

    padding:0px !important;

}
.navbar-nav {
    font-size:16px;
    font-family: 'Roboto',sans-serif;
}

.navbar-custom .navbar-nav>li>a {
    color:#ffffff;
}
.navbar-custom .navbar-nav>.active>a,.navbar-custom .navbar-nav>.active>a:hover,.navbar-custom .navbar-nav>.active>a:focus {
    color:#d0d0d0;
    background-color:#3e3e3e;
}
.navbar-custom .navbar-toggle {
    border-color:#FFF;
}
.navbar-custom .navbar-toggle:hover,.navbar-custom .navbar-toggle:focus {
    background-color:#3e3e3e;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color:#ffffff;
}
.navbar-custom .navbar-link {
    color:#ffffff;
}
.navbar-custom .navbar-link:hover {
    color:#d0d0d0;
}
@media (max-width:767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        color:#ffffff;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {
        color:#d0d0d0;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a,.navbar-custom .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-custom .navbar-nav .open .dropdown-menu>.active>a:focus {
        color:#d0d0d0;
        background-color: #3e3e3e;
    }
}
/***** Menu 1 ****/
/***** Menu 2 ****/


.navbar-default {
    border-color:transparent;
}
.navbar-default .navbar-brand {
    color:#ffffff;
}
.mega-dropdown a {
    font-size:17px;
    font-family:'Roboto Condensed',sans-serif;
}
.mega-dropdown ul li ul li a {
    font-size:12px;
    font-family:'Roboto',sans-serif;
    color:#c9c9c9;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.mega-dropdown-menu .dropdown-header {
    color:#fff;
    font-size:16px;
    font-family:'Roboto Condensed',sans-serif;
    margin-left:-20px;
    border-top: none !important;
    padding-bottom: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color:#ffffff;
}
.navbar-default .navbar-text {
    color:#ffffff;
}
.navbar-default .navbar-nav>li>a {
    color:#ffffff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
}
/* August Edit */
.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color:rgba(255,255,255,1);
    background-color:#2d2d2d;
}
/* August Edit */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color:#ffffff;
}
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus {
    color:#ffffff;
    background-color:#668e26;
}
.navbar-default .navbar-nav>li>.dropdown-menu>li>.divider {
    background-color:#73a22a;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color:#ffffff;
    background-color:#191d9e;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    color:#ffffff;
    background-color:#191d9e;
}
.navbar-default .navbar-toggle {
    border-color:#191d9e;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #191d9e;
}
/* Border Color */
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color:transparent;
    padding: 0px;
}

.navbar-form {
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* padding: 10px 15px; */
    border-top: none !important;
    border-bottom:none !important;
}

.navbar-form .search-box {
    height: 27px !important;
    padding: 6px 10px;
    font-size: 12px !important;
    border-radius: 0px !important;
    width: 140px !important;
}

 @media (max-width:1350px) {
    .navbar-form .search-box {
    width: 100px !important;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#ffffff;
}
.navbar-default .navbar-link {
    color:#ffffff;
}
.navbar-default .navbar-link:hover {
    color:#ffffff;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color:#ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color:#ffffff;
        background-color: #668e26;
    }
}
/***** Menu 2 ****/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#fff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Megamenu */
/*** Search ***/
/*** Search ***/
/*** HR Line ***/
/* Gradient transparent - color - transparent */
hr.style-one {
    border-top:1px dashed #dbdbdb;
    margin:10px 0px 10px 0px;
}
hr.style-footer {
    border-left:none;
    border-right:none;
    border-top:1px solid #1a1a1a;
    border-bottom:1px solid #4d4d4d;
}
hr.style-two {
    border:0;
    height:1px;
    background-image:linear-gradient(to right,rgba(240,240,240,0),rgba(240,240,240,0.75),rgba(240,240,240,0));
    margin-top: 1px;
}
/*** HR Line ***/
.table-bordered tr:nth-child(even) {background: #f9f9f9;}

/*** Breadcrumb ***/
.breadcrumb {
    background:rgba(255,255,255,0);
    border:0px solid rgba(245,245,245,0);
    border-radius:0px;
    display:block;
    padding:10px 0px 0px 0px;
    font-size:14px;
}
.breadcrumb a {
    color:rgba(25,29,158,1);
}
.breadcrumb a:hover {
    color:rgba(19,25,218,1);
    text-decoration:none;
    display:inline;
}
.breadcrumb>.active {
    color:rgba(51,51,51,1);
}
.breadcrumb>li+li:before {
    color:rgba(51,51,51,1);
    content: "\203A\00a0";
}
/*** Breadcrumb ***/
/*** Table ***/
/* Generic Styling,for Desktops/Laptops */
/*** Table ***/
.large-only td,th {
    padding: 5px 10px 0px 15px;
}
/*** Table ***/
/* Tour Page Table */
.table-hover>tbody>tr:hover>td {
    background-color:transparent;
}
.table-hover>tbody>tr:hover>th {
    background-color:#e7e7e7;
}
.table-hover tr,.table-hover th,.hotel-breakfast p {
    text-align:center;
}
.table-hover td a {
    color:#191d9e;
}
.table-hover td a:hover {
    color:#27405f;
}
.list-group-item-heading {
    padding-top:20px;
}
#tour-package-table {
    font-size:13px;
}
#tour-package-table td,th {
    padding:6px;
}
#tour-package-table tr td:first-child {
    padding-right:20px;
    font-weight:bold;
}
#tour-package-table tr td:first-child {
    width:230px;
}
#tour-table {
    font-size:13px;
    width:100%
}
#tour-table td {
    padding-bottom:10px;
}
#tour-table tr td:first-child {
    font-weight:bold;
    vertical-align:top;
}
#tour-table tr td:nth-child(2) {
    float:left;
    padding-left:10%;
}
#tour-table-2 {
    font-size:13px;
}
#tour-table-2 tr td:first-child {
    font-weight:bold;
    vertical-align:top;
}
#tour-table-2 tr td:nth-child(2) {
    float:left;
    padding-left:15px;
}
#hotel-table {
    font-size:13px;
}
#hotel-table tr td,#hotel-table-2 tr td {
    padding-bottom:5px;
}
#hotel-table tr td:first-child {
    font-weight:bold;
    vertical-align:top;
}
#hotel-table tr td:nth-child(2) {
    float:left;
    padding-left:50px;
}
#hotel-table-2 {
    font-size:13px;
}
#hotel-table-2 tr td:first-child {
    font-weight:bold;
    vertical-align:top;
}
#hotel-table-2 tr td:nth-child(2) {
    float:left;
    padding-left:15px;
}
.fa-heart {
    color:#ff3939;
}
.fa-heart-o {
    color:#d1d1d1;
}
.review-icon {
    padding-top:4px;
}
.fa-circle {
    color: #191d9e;
}
.fa-circle-o {
    color: #84adda;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    /*content:"\e114";*/
    /* adjust as needed,taken from bootstrap.css */
    float:right;
    /* adjust as needed */
    color:grey;
    /* adjust as needed */
}
.panel-heading a.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content:"\e080";*/
    /* adjust as needed,taken from bootstrap.css */
}
#tour-header-box {
    padding:10px 15px 3px 15px;
}
#tour-header-box h5 {
    padding-bottom:5px;
    font-weight:bold;
    border-bottom:dotted 1px #d3d3d3;
}
#tour-list li {
    margin-left:-38px;
    list-style-type:none;
    font-size:13px;
    padding-bottom:10px;
}
#tour-list-attraction li {
    font-size:13px;
    padding-bottom: 5px;
}
/*******************************************************************/
/* HOTEL */
/*******************************************************************/
.caption {
    color:#666;
    padding:0px 10px 0px 10px;
    min-height: 235px;
}

.hotel-title {
min-height:60px;
}
.hotel-table {
height:100px;
}
.fa-star-half-o,.fa-star,.fa-star-o {
    color:#ffc000;
}
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.stars {
    margin:20px auto 1px;
    text-align:center;
}
.thumbnail-2 {
    display:block;
    padding:15px 22px 0px 15px;
    margin-bottom:20px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:border .2s ease-in-out;
    -o-transition:border .2s ease-in-out;
    transition:border .2s ease-in-out;
}
.portfolioContainer-hotel {
    margin-left: -15px;
}
/* Flexible iFrame */
.Flexible-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.Flexible-container iframe,.Flexible-container object,.Flexible-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
/*******************************************************************/
/* HOTEL */
/*******************************************************************/
/*** PANEL TAB ***/
.panel.with-nav-tabs {
    border: 0;
    -webkit-box-shadow: none; box-shadow: none;
}
.panel.with-nav-tabs .panel-heading {
    padding: 0px;
    background-color:#fff;
}
.panel.with-nav-tabs .panel-body {
    padding: 15px 0;
}
.panel-heading {
    border-bottom: 2px solid #009344;
}
.panel.with-nav-tabs .nav-tabs.year {
    border-bottom: 1px solid #009344;
}
.panel.with-nav-tabs .nav-justified {
    margin-bottom:-1px;
}
.panel.with-nav-tabs .nav-tabs.year>li.active>a {
    margin-top: -3px;
    color: #fff;
    font-size: 17px;
    background-color: #009344;
    border: 1px solid #009344;
}
.panel.with-nav-tabs .nav-tabs.year>li>a {
    color: #999;
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-bottom: 0;
}
.panel.with-nav-tabs .nav-tabs.year>li {
    margin-right: 5px;
    font-weight: 500;
}
.panel.with-nav-tabs .panel-subheading {
    background-color: #009344;
    padding: 10px;
    min-height: 50px;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}
.panel.with-nav-tabs .panel-subheading .nav-tabs {
    border: 0;
}
.panel.with-nav-tabs .panel-subheading .nav-tabs>li {
    padding: 0 12px;
    min-height: 31px;
    border-right: 1px solid #fff;
}
.panel.with-nav-tabs .panel-subheading .nav-tabs>li:last-child {
    border: 0;
}
.panel.with-nav-tabs .panel-subheading .nav-tabs>li>a {
    background-color: #009344;
    color: #ddd;
    border: none;
    padding: 3px 2px;
    margin-bottom: 2px;
}
.panel.with-nav-tabs .panel-subheading .nav-tabs>li>a:hover, .panel.with-nav-tabs .panel-subheading .nav-tabs>li>a:focus {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.panel.with-nav-tabs .panel-subheading .nav-tabs>li.active>a {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-top: -5px;
    font-size: 17px;
}
.with-nav-tabs.panel-success .nav-tabs>li>a,.with-nav-tabs.panel-success .nav-tabs>li>a:hover,.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color:#999;
}
.with-nav-tabs.panel-success .nav-tabs>.open>a,.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,.with-nav-tabs.panel-success .nav-tabs>li>a:hover,.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color:#3c763d;
    background-color:#d6e9c6;
    border-color:transparent;
}
.with-nav-tabs.panel-success .nav-tabs>li.active>a,.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color:#3c763d;
    /* background-color:#eee; */
    background-color:#fff;
    border-color:#d6e9c6;
    border-bottom-color:transparent;
}
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color:#dff0d8;
    border-color:#d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color:#3c763d;
}
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color:#d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color:#fff;
    background-color: #3c763d;
}

/*** PANEL TAB ***/
/*******************************************************************/
/* TOUR PRICING */
/*******************************************************************/



.pricing-tables strong, .pricing-tables b {
    font-weight: 600;
}

.pricing-box {
    background-color:#eee;
    /* padding:10px;*/
}
.list-group-item {
    padding: 0px 5px;
    border: 0;
}
.list-group-item .img-rounded {
    border-radius: 3px 3px 0px 0px;
}
.sortingBox .dropdown select {
    padding: 0.5rem;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.sortingBox label {
    font-size: 12px;
    font-weight: 600;
}
.sortingBox .dropdown label:after {
    content:"\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    color:#aaa;
    right:25px; 
    top: 5px;
    position:absolute;
    pointer-events:none;
}
.sortingBox .dropdown.sort label:before {
    content:"\f0dc";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #f04037;
    left:25px; 
    top: 10px;
    position:absolute;
    pointer-events:none;
}
.sortingBox .dropdown.currencySelection label:before {
    content:"\f155";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #f04037;
    left:25px; 
    top: 10px;
    position:absolute;
    pointer-events:none;
}
.sortingBox .view {
    margin-top: 5px; border: 1px solid #ccc; float: right; background-color: #fff; padding: 3px 0;
}
.sortingBox .view>a {
    color: #aaa; margin-bottom: 0; padding: 1px 12px; font-size: 19px;
}
.lead {
    font-size:33px;
    margin-bottom: 0px;
}
/*******************************************************************/
/* TOUR PRICING */
/*******************************************************************/
/*******************************************************************/
/* HOTEL PAGE */
/*******************************************************************/
.itinerary-header {
    min-height:20px;
    padding:5px;
    background-color:#f0ad4e;
    border:1px solid #f0ad4e;
    border-radius:4px;
}
/*.tabbable-panel {
    border:1px solid #eee;
    padding: 10px;
} */
/* Default mode */
.tabbable-line>.nav-tabs {
    border:none;
    margin:0px;
}
.tabbable-line>.nav-tabs>li {
    margin-right:2px;
    margin-bottom: 0px;
}
.tabbable-line>.nav-tabs>li>a {
    border:0;
    margin-right:0;
    color:#737373;
}
.tabbable-line>.nav-tabs>li>a>i {
    color:#a6a6a6;
}
.tabbable-line>.nav-tabs>li.open,.tabbable-line>.nav-tabs>li:hover {
    border-bottom:4px solid #fbcdcf;
}
.tabbable-line>.nav-tabs>li.open>a,.tabbable-line>.nav-tabs>li:hover>a {
    border:0;
    background:none !important;
    color:#333333;
}
.tabbable-line>.nav-tabs>li.open>a>i,.tabbable-line>.nav-tabs>li:hover>a>i {
    color:#a6a6a6;
}
.tabbable-line>.nav-tabs>li.open .dropdown-menu,.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top:0px;
}
.tabbable-line>.nav-tabs>li.active {
    border-bottom:4px solid #f3565d;
    position:relative;
}
.tabbable-line>.nav-tabs>li.active>a {
    border:0;
    color:#333333;
}
.tabbable-line>.nav-tabs>li.active>a>i {
    color:#404040;
}
.tabbable-line>.tab-content {
    margin-top:-3px;
    background-color:#f5f5f5;
    border:0;
    border-top:1px solid #eee;
    padding:15px 0;
}
.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below>.nav-tabs>li {
    border-top:4px solid transparent;
}
.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top:0;
}
.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom:0;
    border-top:4px solid #fbcdcf;
}
.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom:-2px;
    border-bottom:0;
    border-top:4px solid #f3565d;
}
.tabbable-line.tabs-below>.tab-content {
    margin-top:-10px;
    border-top:0;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}
.hide-bullets {
    list-style:none;
    margin-left:-40px;
    margin-top:20px;
}
.thumbnail {
    padding:0;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    width:100%;
}
.panel-attraction {
    background-color: #f2f7ef;
    border-bottom-right-radius:3px;
    border-bottom-left-radius: 3px;
}
.panel-attraction .fa-camera, .panel-attraction .fa-map-marker, .panel-attraction .fa-plane {
    color: #fff;
}
/*******************************************************************/
/* HOTEL PAGE */
/*******************************************************************/
/*******************************************************************/
/* MOBILE */
/*******************************************************************/
/* Medium Devices,Desktops */
@media only screen and (max-width:992px) {
    #hotel-table {
        font-size:13px;
    }
        #hotel-table tr td:nth-child(2) {
        float:left;
        padding-left:110px;
    }
                #hotel-table-2 {
        font-size:13px;
    }
        #hotel-table-2 tr td:nth-child(2) {
        float:left;
        padding-left:35px;
    }
    #tour-header-box h5 {
        font-size:14px;
    }
    #tour-list li {
        list-style-type:none;
        font-size:11px;
    }
        #text-license:last-child {
        margin-right:-15px;
        display:none;
    }
    .info-img {
        display: none;
    }
}
/* Small Devices,Tablets */
@media only screen and (max-width:768px) {
    #hotel-table {
        font-size:13px;
    }
        #hotel-table tr td:nth-child(2) {
        float:left;
        padding-left:110px;
    }
                #hotel-table-2 {
        font-size:13px;
    }
        #hotel-table-2 tr td:nth-child(2) {
        float:left;
        padding-left:35px;
    }
    #tour-header-box h5 {
        font-size:14px;
    }
    #tour-list li {
        list-style-type:none;
        font-size:11px;
    }
    .info-img {
        display:none;
    }
}
     /* Extra Small Devices,Phones */ @media only screen and (max-width:480px) {
    #hotel-table {
        font-size:12px;
    }
        #hotel-table tr td:nth-child(2) {
        float:left;
        padding-left:110px;
    }
                #hotel-table-2 {
        font-size:12px;
    }
        #hotel-table-2 tr td:nth-child(2) {
        float:left;
        padding-left:40px;
    }
    #tour-header-box h5 {
        font-size:11px;
    }
    #tour-list li {
        list-style-type:none;
        font-size:12px;
    }
        #tour-table td {
        padding-bottom:10px;
        font-size:12px;
    }
    .info-img {
        display:none;
    }
    .panel-default, .panel-success {
        border: 0;
    }
    .panel.panel-default {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .panel-body {
        padding: 15px 0;
    }
    #accordion .panel-body {
        padding: 15px;
    }
    .pricing-tables > tbody > tr > td, .pricing-tables > tbody > tr > th, .pricing-tables > tfoot > tr > td, .pricing-tables > tfoot > tr > th, .pricing-tables > thead > tr > td, .pricing-tables > thead > tr > th {
        font-size: 0.9em;
    }
}
/* Custom,iPhone Retina */ @media only screen and (max-width:320px) {
    #hotel-table {
        font-size:11px;
    }
        #hotel-table tr td:nth-child(2) {
        float:left;
        padding-left:70px;
    }
         #hotel-table-2 {
        font-size:11px;
    }
    #hotel-table-2 tr td:nth-child(2) {
        float:left;
        padding-left:10px;
    }
    #tour-header-box h5 {
        font-size:14px;
    }
    #tour-list li {
        list-style-type:none;
        font-size:11px;
    }
    .info-img {
        display:none;
    }
}
.hotel-breakfast {
    color:#67c871;
    font-size: 13px;
    text-align: left;
    font-weight:normal !important;
}
/*******************************************************************/
/* ICON */
/*******************************************************************/
#tour-list .fa-check {
    color: #009344;
    padding: 0 10px;
}
.fa-minus-circle,.fa-bus,.fa-camera,.fa-check-circle,.fa-cutlery,.fa-home,.fa-suitcase,.fa-wifi,.fa-cutlery,.fa-bus,.fa-desktop,.fa-plane,.fa-map-marker,.fa-check-square-o,.fa-camera-retro,.fa-exclamation-circle,.fa-file-text-o,.fa-camera-retro,.fa-life-ring,.fa-plane,.fa-exclamation-circle {
    color:#cccccc;
}
.fa-map-marker,.fa-check-square-o{
    color:#5a5a5a;
}
.fa-stack {
    padding-right:10px;
}
figure {
    padding: 0px 0px 10px 0px;
}
/* NICK */
@media (max-width:767px) {
    /* fix logo */
    body {
        padding-top:128px !important;
    }
    .navbar-top .navbar-brand {
        height: 80px;
    }
    /* fix scrollbar */
    .navbar-collapse {
        max-height: none;
    }


}
@media (min-width:768px) {
    /* fix logo */
    body {
        /* padding-top: 100px !important; */
    }
    .navbar-brand {
        margin-left: 100px!important;
    }
    .navbar-top img {
        height:100px;
    }
    .navbar-top .navbar-brand {
        height: 70px;
    }
            /* Navbar */
    /* Navbar */
}
.navbar-nav {
    margin:0;
    /*padding:7.5px 0px;*/
}
/*.navbar-nav>.active>a{background-color:#3e3e3e;border-bottom:1px solid #fff;color:#000;display:inline-block;}.navbar-nav>.active>a:hover,a:hover span{background-color:#3e3e3e;border-bottom:1px solid #fff;}.navbar-nav>.active{background-color:#fff;}.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus{color:#d0d0d0;background-color: #3e3e3e;}*/
/*******************************************************************/
/* TESTIMONIAL */
/*******************************************************************/
.testimonial {
    background:#fbfbfb;
    padding:20px;
    border:1px solid #e6e6e6;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.testimonial .author img {
    float:left;
    margin:0 10px 0;
    border:solid 2px #e6e6e6;
}
.testimonial p.text {
    color:#797979;
    font-size:14px;
    font-style:italic;
    line-height:1.6em;
    margin-bottom:30px;
}
.testimonial p.testimonial-title {
    color:#53791c;
    font-size: 16px;
    font-weight:bold;
}
.testimonial .author p.name {
    font-weight:bold;
}
@media only screen and (max-width: 768px) {
    .testimonial p {
        font-size: 0.9em;
    }
}
#content {
    position:relative;

    background:#fefefe url('../shadow.png') no-repeat top center;

    /* For Decoration
    background-image: url('../deco-body.png');
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment:fixed;
    background-color: #fff;
    */


    padding:30px 0 0 0;
}
.book-now {

     background:url('../bg-pattern.jpg') no-repeat fixed;
    /*Temporary Hidden for Raya */
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;

}
.climate {


    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    background:url('../img/mount-kinabalu-climate.jpg') no-repeat center center fixed;
    /*Temporary Hidden for Raya */
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size: cover;
}

/*******************************************************************/
/* MEDIA CAROUSEL */
/*******************************************************************/
/* carousel */
.media-carousel {
    margin-bottom:0;
    padding:0 40px 30px 40px;
    margin-top: 35px;
}
/* Previous button */
.media-carousel .carousel-control.left {
    left:-12px;
    background-image:none;
    height:40px;
    width:40px;
    margin-top: 35px
}
/* Next button */
.media-carousel .carousel-control.right {
    right:-12px !important;
    background-image:none;
    height:40px;
    width:40px;
    margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right:50%;
    top:auto;
    bottom:0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background:#c0c0c0;
}
.media-carousel .carousel-indicators .active {
    background:#333333;
}
.media-carousel img {
    width:250px;
    height:100px
}
.header-banner {
    background:url('../img/banner/amazing-borneo-main.jpg') no-repeat center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    padding-top: 230px;
}
/*========== Mobile First Method ==========*/
/* Custom,iPhone Retina */ @media only screen and (min-width:320px) {
    .header-banner {
        background:url('../img/banner/amazing-borneo-main.jpg') no-repeat center center;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        -o-background-size:cover;
        padding-top:50px;
    }
}
/* Extra Small Devices,Phones */ @media only screen and (min-width:480px) {
    .header-banner {
        background:url('../img/banner/amazing-borneo-main.jpg') no-repeat center center;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        -o-background-size:cover;
        padding-top: 230px;
    }
}
/*========== Non-Mobile First Method ==========*/
/* Extra Small Devices,Phones */ @media only screen and (max-width:480px) {
    .header-banner {
        background:url('../img/banner/amazing-borneo-main.jpg') no-repeat center center;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        -o-background-size:cover;
        padding-top:50px;
    }
}
/* Custom,iPhone Retina */ @media only screen and (max-width:320px) {
    .header-banner {
        background:url('../img/banner/amazing-borneo-main.jpg') no-repeat center center;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        -o-background-size:cover;
        padding-top:50px;
    }
}
.center-block {
    display:table;
    margin-left:auto;
    margin-right:auto;
    float: none;
}

.right-block-popularity {
    display:table;
    margin-left:auto;
    float: none;
}
/*******************************************************************/
/* MEDIA CAROUSEL */
/*******************************************************************/
.box {
    border-radius:3px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding:10px 25px;
    text-align:right;
    display:block;
    margin-top:60px;
    min-height:240px;
     background:url('../bg-pattern.jpg') no-repeat center center;
}
.box-icon {
    background-color:#f1b70d;
    border-radius:50%;
    display:table;
    height:100px;
    margin:0 auto;
    width:100px;
    margin-top:-61px;
}
.box-icon span {
    color:#fff;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.info h4 {
    font-size:26px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.info>p {
    color:#717171;
    font-size:13px;
    padding-top:10px;
    text-align:justify;
}
.info>a {
    background-color:#03a9f4;
    border-radius:2px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    color:#fff;
    transition:all 0.5s ease 0s;
}
.info>a:hover {
    background-color:#0288d1;
    box-shadow:0 2px 3px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12);
    color:#fff;
    transition: all 0.5s ease 0s;
}
/*******************************************************************/
/* MEDIA CAROUSEL */
/*******************************************************************/
.agent-login {
    padding:6px 12px;
    font-size:14px;
    font-weight:normal;
    line-height:1;
    color:#555555;
    text-align:center;
    background-color:#eed3d7;
    border:1px solid #eed3d7;
    border-radius:4px;
}
.corporate-login {
    padding:6px 12px;
    font-size:14px;
    font-weight:normal;
    line-height:1;
    color:#555555;
    text-align:center;
    background-color:#fcf8e3;
    border:1px solid #fcf8e3;
    border-radius:4px;
}
.index-table>tbody>tr>td.index-title {
    background-color:rgba(147,182,59,0.9);
    color:#fff;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}
.index-table>tbody>tr>td.index-title:hover {
    background-color:#93b63b;
    color:#fff;
}
.index-table th {
    padding: 0px;
}
/* Carousel Styles */
.carousel.carousel-fade .item {
    -webkit-transition:opacity 0.5s ease-in-out;
    -moz-transition:opacity 0.5s ease-in-out;
    -ms-transition:opacity 0.5s ease-in-out;
    -o-transition:opacity 0.5s ease-in-out;
    transition:opacity 0.5s ease-in-out;
    opacity:0;
}
.carousel.carousel-fade .active.item {
    opacity:1;
}
.carousel.carousel-fade .active.left,.carousel.carousel-fade .active.right {
    left:0;
    z-index:2;
    opacity:0;
    filter:alpha(opacity=0);
}
.carousel.carousel-fade .next,.carousel.carousel-fade .prev {
    left:0;
    z-index:1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
/* Carousel Header Styles */
.header-text {
    position:absolute;
    top:60%;
    left:1.8%;
    right:auto;
    width:96.66666666666666%;
    color:#fff;
}
.header-text h2 {
    font-size:25px;
}
.header-text h2 span {
    background-color:rgba(84,120,18,0.9);
    padding:10px;
}
.header-text h4 span {
    background-color:rgba(0,0,0,0.7);
    padding:15px;
}
.btn-min-block {
    min-width:170px;
    line-height:26px;
}
.btn-theme {
    color:#fff;
    background-color:transparent;
    border:2px solid #fff;
    margin-right:15px;
}
.btn-theme:hover {
    color:#000;
    background-color:#fff;
    border-color: #fff;
}
/* Menu Button */
.main-button {
    min-width: 150px;
    padding: 10px 0px 10px 0px;
    font-weight: 500;
    background-color: #f1b70d;
    font-size: 13px;
    width: 100%;
}
/* Menu Button */
/* Bhoechie Tab */
div.bhoechie-tab-container {
z-index:10;
background-color:#ffffff;
padding:0 !important;
border-radius:4px;
-moz-border-radius:4px;
border:2px solid #ddd;
margin-top:20px;
margin-left:50px;
-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
box-shadow:0 6px 12px rgba(0,0,0,.175);
-moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
background-clip:padding-box;
opacity:0.97;
filter:alpha(opacity=97);
}
div.bhoechie-tab-menu {
padding-right:0;
padding-left:0;
padding-bottom:0;
}
div.bhoechie-tab-menu div.list-group {
margin-bottom:0;
}
div.bhoechie-tab-menu div.list-group>a {
margin-bottom:0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,div.bhoechie-tab-menu div.list-group>a .fa {
color:#93b63b;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
border-top-right-radius:0;
-moz-border-top-right-radius:0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
border-bottom-right-radius:0;
-moz-border-bottom-right-radius:0;
}
div.bhoechie-tab-menu div.list-group>a.active,div.bhoechie-tab-menu div.list-group>a.active .glyphicon,div.bhoechie-tab-menu div.list-group>a.active .fa {
background-color:#93b63b;
background-image:#93b63b;
color:#ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
content:'';
position:absolute;
left:100%;
top:50%;
margin-top:-13px;
border-left:0;
border-bottom:13px solid transparent;
border-top:13px solid transparent;
border-left: 10px solid #93b63b;
}
div.bhoechie-tab-content {
background-color:#ffffff;
/* border:1px solid #eeeeee;*/
padding-left:10px;
padding-top:10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
display:none;
}
.index-tour {
padding:0px 0px 0px 5px;
margin:0 0 20px;
font-size:17px;
font-weight:bold;
border-left:5px solid #eeeeee;
}
.index-pricing {
color:#838383;
padding: 0px 0px 0px 10px;
}
/* Bhoechie Tab */
/**** Menu Overrides ****/
.navbar-collapse-2 {
max-height:340px;
overflow-x:visible;
padding-right:90px;
padding-left:15px;
border-top:1px solid transparent;
box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
-webkit-overflow-scrolling:touch;
}
.nav-bar {
font-size:14px;
}
.nav-bar>.active>a,.nav-bar>.active>a:hover,.nav-bar>li>a:hover {
text-decoration:none;
border-radius:0px;
color:#3e3e3e !important;
/* font-weight:bold; */
background-color:transparent !important;
}
.nav-bar>li>a {
border-radius:0px;
border-bottom-width:2px;
}
.fade-hover:hover {
-webkit-filter:brightness(80%);
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-o-transition:all 1s ease;
-ms-transition:all 1s ease;
transition: all 1s ease;
}
.fade-hover {
/* -webkit-transition:all 1s ease;*/
-moz-transition:all 1s ease;
-o-transition:all 1s ease;
-ms-transition:all 1s ease;
transition:all 1s ease;
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
    position:static;
    float:none;
    width:auto;
    margin-top:0;
    background-color:none;
    border:0;
    box-shadow:none;
}
}
.panel-image {
position:relative;
}
.panel-image img.panel-image-preview {
width:100%;
border-radius:4px 4px 0px 0px;
}
.panel-image label {
display:block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
}
.panel-heading ~ .panel-image img.panel-image-preview {
border-radius:0px;
}
.panel-body {
overflow:hidden;
}
.panel-image ~ input[type=checkbox] {
position:absolute;
top:- 30px;
z-index:-1;
}
.panel-image ~ input[type=checkbox] ~ .panel-body {
height:0px;
padding:0px;
}
.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
height:auto;
padding:15px;
}
.panel-image ~ .panel-footer a {
padding:6px 12px;
color: rgb(100,100,100);
}
/**** Menu Overrides ****/

.accordion-heading {
padding:10px;
background-color:#666;
}
.accordion-heading:hover { background-color:#000;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
.accordion-heading > a { color:#FFF;
   text-decoration:none;
   text-transform:uppercase;
       padding: 0px;
       }
.panel-style a{
font-size:15px;


}.panel-style{

padding:10px;
line-height:30px;
}


@media (min-width:1025px) {
    .desktop-only {
        display:block !important;
    }
        .mobile-only {
        display:none !important;
    }

}

@media (min-width:1170px) {
    .mobile-logo img {
        margin-left: 260%;
}


}


@media only screen and (max-width : 1024px) {
    .mobile-only {
        display:block !important;
    }

    .desktop-only {
        display:none !important;
    }


            .carousel-inner {
    height: 300px;
    }


   .carousel-inner .item {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    }

    .carousel-inner .item img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    }
}


@media (max-width:767px) {
        .carousel-inner {
    height: 150px;
    }

   .carousel-inner .item {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    }

    .carousel-inner .item img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    }

.slide-push{
padding-top:50px;
}
}
@media (min-width:768px) {

}

.navbar-nav {
    margin:0;
}
.nav-bar {
    padding-top: 20px;
}

.hotel-mobile-table {
width:100%
}

.hotel-mobile-table td:first-child{
font-weight:bold;
color:blue;
}


/* Drop Down Menu */


.btn-clean {
  display: inline-block;
  padding: 20px 20px 20px 20px;
  background: #f1b70d;
  border: 1px solid #f0ad4e;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight:bold;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn-clean i {
  position: relative;
  top: 1px;
  margin-left: 7px;
  font-size: 1.15em;
}

.btn-clean i.ion-ios-arrow-down {
  top: 2px;
  margin-left: 8px;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active,
.clean.button-group.open .button {
   color: #ffffff;
  background-color: #ed9c28;
  border-color: #eb9316;
  text-decoration:none;
}

.form-input:focus {
  border-color: #8f8f8f;
}


/* Required for Dropdowns */
.clean.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.clean.dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 15px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fafafa;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
}
.clean.dropdown-menu:before {
  content: "\00a0";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  border: 1px solid #8f8f8f;
  border-right: 0;
  border-bottom: 0;
  background-color: #fafafa;
  right: 10px;
  -webkit-transform: rotate(48deg) skew(5deg);
  transform: rotate(48deg) skew(5deg);
}
.clean.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #8f8f8f;
}
.clean.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  text-decoration: none;
  line-height: 2;
  color: #8f8f8f;
  white-space: nowrap;
}
.clean.dropdown-menu > li > a:hover,
.clean.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #808080;
  background-color: #f3f3f3;
}

.clean.button-group,
.clean.button-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.clean.button-group > .button,
.clean.button-group-vertical > .button {
  position: relative;
  float: left;
}


/* mobile-only-table */

.mobile-only-table tr{
border-bottom: solid 1px #eeeeee;

}
.mobile-only-table tr td{
padding:5px 5px 0px 10px;
}

.mobile-only-table-heading{
text-align:left;
color:#018aff;
font-weight:bold;
font-size:14px;
width:70%;
}

.mobile-only-table-pricing{
text-align:center;
font-weight:bold;
font-size:11px;
width:30%;
}



.mobile-table-panel{
background-color:#f0ad4e !important;
padding:10px !important;
color:#fff !important;
}

.mobile-table-panel a, .mobile-table-panel a:hover{
text-decoration:none;
}


.promo-img{
max-width: none;
}


/** Toggle at 771px **/
@media screen and (min-width: 900px) {
.navbar-top ul.navbar-top,
.main-navigation div.nav-menu > ul {
display: none !important;
}

.navbar-top ul.navbar-top.dropdown {
display: inline-block !important;
}
}


a.list-group-item {
    background-color: #fff !important;
    border: 0;
    border-radius: 0;
    padding: 0px;
}

a.list-group-item:hover {
    background-color: #eee;
}

.list-group-item .media {
    padding: 0px;
}
.h4 small{
color:#777777;
}


.btn-success a{
color:#fff;
}


.page-title{
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.page-title h2{
    position: relative;
    margin-top: 0;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 40px;
}

.page-title h2::after{
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background-color: #5bc0de;
}

.heading-title{
    display: block;
}

.heading-title h2{
    color: #555;
    font-weight: 700;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 30px;
}

h4 small, .column-box p small
{
    color: #c9c9c9;
    line-height: 1.3333em;
    margin: 0 0 0.75em 0;
}


.ribbon-wrapper-promo {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: -20px;
}
.ribbon-promo {
    font: 13px Sans-Serif;
    color:#fff;
    text-transform: uppercase;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
    position: relative;
    padding: 4px 0;
    padding-left:20px;
    top: 18px;
    left:14px;
    background-color: #85b617;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#85b617), to(#517500));
    background-image: -webkit-linear-gradient(top, #85b617, #517500);
    background-image: -moz-linear-gradient(top, #85b617, #517500);
    background-image: -ms-linear-gradient(top, #85b617, #517500);
    background-image: -o-linear-gradient(top, #85b617, #517500);

}
.ribbon-promo:after {
    content: "";
    border-top: 6px solid #6e8900;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -6px;
}
.ribbon-promo:before {
    right: 0;
}
.ribbon-promo:after {
    left: 0;
}



.ribbon-line-2{
    font-size:11px;
    font-style: italic;
    margin-bottom:-2px;"
}


.ribbon-wrapper-ln {
    width: 160px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -13px;
    left: -20px;
}
/* Yellow Ribbon */
.ribbon-yellow {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight: bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #ffd000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd000), to(#ebc002));
    background-image: -webkit-linear-gradient(top, #ffd000, #ebc002);
    background-image: -moz-linear-gradient(top, #ffd000, #ebc002);
    background-image: -ms-linear-gradient(top, #ffd000, #ebc002);
    background-image: -o-linear-gradient(top, #ffd000, #ebc002);
}
/* Yellow Ribbon */


/* Red Ribbon */
.ribbon-red {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #f21a1a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f21a1a), to(#c61c1c));
    background-image: -webkit-linear-gradient(top, #f21a1a, #c61c1c);
    background-image: -moz-linear-gradient(top, #f21a1a, #c61c1c);
    background-image: -ms-linear-gradient(top, #f21a1a, #c61c1c);
    background-image: -o-linear-gradient(top, #f21a1a, #c61c1c);
}
/* Red Ribbon */


/* Purple Ribbon */
.ribbon-purple {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #ba00d4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ba00d4), to(#860099));
    background-image: -webkit-linear-gradient(top, #ba00d4, #860099);
    background-image: -moz-linear-gradient(top, #ba00d4, #860099);
    background-image: -ms-linear-gradient(top, #ba00d4, #860099);
    background-image: -o-linear-gradient(top, #ba00d4, #860099);
}
/* Purple Ribbon */

/* Orange Ribbon */
.ribbon-orange {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #ff7f17;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f17), to(#dd6c10));
    background-image: -webkit-linear-gradient(top, #ff7f17, #dd6c10);
    background-image: -moz-linear-gradient(top, #ff7f17, #dd6c10);
    background-image: -ms-linear-gradient(top, #ff7f17, #dd6c10);
    background-image: -o-linear-gradient(top, #ff7f17, #dd6c10);
}
/* Orange Ribbon */

/* Green Ribbon */
.ribbon-green {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #73dd15;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73dd15), to(#479600));
    background-image: -webkit-linear-gradient(top, #73dd15, #479600);
    background-image: -moz-linear-gradient(top, #73dd15, #479600);
    background-image: -ms-linear-gradient(top, #73dd15, #479600);
    background-image: -o-linear-gradient(top, #73dd15, #479600);
}
/* Green Ribbon */

/* Blue Ribbon */
.ribbon-blue {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #278dff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#278dff), to(#005ac0));
    background-image: -webkit-linear-gradient(top, #278dff, #005ac0);
    background-image: -moz-linear-gradient(top, #278dff, #005ac0);
    background-image: -ms-linear-gradient(top, #278dff, #005ac0);
    background-image: -o-linear-gradient(top, #278dff, #005ac0);
}
/* Blue Ribbon */

/* Pink Ribbon */
.ribbon-pink {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #ff80c2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff80c2), to(#d6438f));
    background-image: -webkit-linear-gradient(top, #ff80c2, #d6438f);
    background-image: -moz-linear-gradient(top, #ff80c2, #d6438f);
    background-image: -ms-linear-gradient(top, #ff80c2, #d6438f);
    background-image: -o-linear-gradient(top, #ff80c2, #d6438f);
}
/* Pink Ribbon */

/* Cyan Ribbon */
.ribbon-cyan {
    font-size: 14px;
    color: #fff;
    text-shadow: rgb(46, 46, 46) 0px 1px 2px;
    font-weight:bold;
    position: relative;
    padding: 8px 0;
    padding-left:20px;
    top:68px;
    left:20px;
    background-color: #31ffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31ffff), to(#07d3d3));
    background-image: -webkit-linear-gradient(top, #31ffff, #07d3d3);
    background-image: -moz-linear-gradient(top, #31ffff, #07d3d3);
    background-image: -ms-linear-gradient(top, #31ffff, #07d3d3);
    background-image: -o-linear-gradient(top, #31ffff, #07d3d3);
}
/* Cyan Ribbon */



/** Slider Menu **/
a.slide-menu{
background-color:#fff;
}


/** Tooltip **/



[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}


[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}


[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}


.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 80px;
  text-align:center;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 11px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 40%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -50px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}



/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 70%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}



/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}


/** Tooltip **/

/** Tabs **/
/** Tabs **/


.navbar-form {

-webkit-box-shadow: none !important;
box-shadow: none !important;

}


/* Inline bullet */
ul.horizontal li
{
list-style-type:disc;
float: left;
text-indent:-4px;
margin-right:26px;
color:#fff;
font-size:16px;
}

ul.horizontal li:first-child {
    list-style-type:none;
}

/* Inline bullet */



.img-desc {
 position: relative;
 border:10px solid #fff;
 -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
display: -moz-inline-box; /* mozilla only */
        display: inline-block; /* for browsers that support display:inline-block*/
        vertical-align: top;
        width:100%;

}

.img-desc icap {
 background: #000;
 filter:alpha(opacity=65);
 opacity:.65;
 color: #fff;
 position: absolute;
 bottom: 10px;
 width:100%;
 left: 0;
color: #eaeaea;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
padding:10px 0px 10px 10px;
float:left;
}

.frame{
 border:5px solid #fff;
 -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
clear:both;
}

/* For Mataking */
.days-package .nav-tabs>li.active>a, .days-package .nav-tabs>li.active>a:hover, .days-package .nav-tabs>li.active>a:focus {
            color: #fff !important;
            background-color: #493460 !important;
    }
/* Navbar Filter */


.nav-filter  > li > a{
    padding: 10px 5px !important;
}

.nav-filter > li + li {
    margin-left: 5px !important;
    padding-top: 2px;
}

.nav-background{

    background-color:#dddddd;
}

/* Navbar Filter */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.navbar-over.affix {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    margin-top: 0;
    padding-top: 0px;
    border-radius: 0;
    animation: fadeIn 0.2s ease-in;
    -webkit-animation: fadeIn 0.2s;
}
.affix-placeholder {
    display: none;
}
.navbar-over.affix + .affix-placeholder {
    display: block;
    visibility: hidden;
}

.logo-brand {
    display: none;
    height: 70px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    background: url('../brand-logo.png') no-repeat left center;
}

.brand {
    display: none;
    height: 80px;
    width: auto;
    margin-left: auto;
    margin-right: auto;

    background: url('../img/header-bar.jpg') repeat-x fixed;
/* Decoration
    background-color:#c80306;
    background:url('../deco-head.png') repeat fixed;
background-color:#c80306;*/

}

/*
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;

    min-height: 15px;

    }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }
  .checkbox.checkbox-single label {
    height: 17px; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }


  */

.alert-danger,
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}

.nav-pills2 > li {

}
.nav-pills2 > li > a {
  border-radius: 4px;
}
.nav-pills2 > li + li {
  margin-left: 2px;
}
.nav-pills2 > li.active > a,
.nav-pills2 > li.active > a:hover,
.nav-pills2 > li.active > a:focus {
  color: #ffffff;
  background-color: #93b63b;
}



.dropdown-menu > li > ul >li {
  line-height: 2;
list-style-type:initial;
}

.dropdown-menu > li > ul >li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 2;
  color: #333333;
  white-space: nowrap;

}

.dropdown-menu > li > ul >li > a:hover {
    background-color: #6c8234;
    text-decoration: none;
    color:#fff;
}


.list-group-item-custom {
    border: 1px solid #76bed4 !important;
}

.accordion-heading-filter {
background-color:#eee;
}

.accordion-heading-filter h5 a {
color:#333;
}

.accordion-heading-filter h5 a,
.accordion-heading-filter h5 a:hover,
.accordion-heading-filter h5 a:focus {
text-decoration:none;
}
.accordion-heading-filter h5 a:hover{
color:#009444;
}

.accordion-heading-filter:hover { color:#000;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
.accordion-heading-filter > a { color:#FFF;
   text-decoration:none;
   text-transform:uppercase;
       padding: 0px;
       }
.panel-style-filter a{
font-size:15px;
}
.panel-style-filter{
line-height:30px;
}

/* Tags */
.item{color:#48453d; overflow:hidden;}
.block-title{color: #48453d; margin-bottom:0px; font-size:18px; margin-top: 0px; font-weight:700; text-transform:uppercase;}
.item-content-block{ border-top:1px solid #dddddd; display:block;}
.tags a{background-color:#756f5d; padding:10px; color:#fff; display:inline-block; font-size:11px; text-transform:uppercase; line-height:11px; border-radius:2px; margin-bottom:5px; margin-right:2px; text-decoration:none;}
.tags a:hover{background-color:#a38018;}

/* Radio Button */
.funkyradio li {
    list-style-type: none;


}

.funkyradio li p {
line-height:13px;
    font-size:11px;

}
.radio-option {
    float: left;
    cursor: pointer;
    height: 35px;
    background: url('../img/uncheck.jpg') no-repeat 0px 0px;
    padding-bottom:20px;

}

.radio-option p{
    padding-left: 3.5em;
    text-indent:0em;
    top:50%; left:0; right:0;
    width:100%;
    text-align:left;

}
.radio-option.click {
    background: url('../img/checked.jpg') no-repeat 0px 0px;
}
.main-reset {
    min-width: 50%;
    /* padding: 15px; */
    /* max-width: 80px; */
    /* font-weight: bold; */
    background-color: #cf1414;
}

.panel-heading-2 {
    background-color:none;
}

.panel-group .panel-heading-2 {
  border-bottom: 0;
}
.panel-group .panel-heading-2 + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group {
    margin-bottom: 0px !important;
    margin-top: -1px !important;
}
.panel-group .panel-default {
    border: none;
}
.panel-heading-2 {
  padding: 2px 15px 1px;
}
.panel-heading-2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading-2 + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-heading-2 .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.sort-button{
    color:#fff;
    border:solid 1px #cecfd1;
    background-color:#b3b3b3;

}
.sort-button:hover{
    color:#000;

}

/* Pop up Filter Button */

.filter-popup-button{
    width:100%;
    /*padding: 8px 8px !important;*/
    font-size:11px;

}

.panel-heading-3:hover {
    background-color:#d8d8d8;

}


.panel-heading-3 a:hover {
    text-decoration:none;

}
.panel-group .panel-heading-3 {
  border-bottom: 0;
}
.panel-group .panel-heading-3 + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}


.panel-heading-3 {
  padding: 10px 15px;
  border-bottom: 1px solid #dfdfdf;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color:#eeeeee;
}
.panel-heading-3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading-3 + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-heading-3.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.pop-up-filter-back{


}


.filter-popup-button {
  color: #000;
  background-color: #cecfd1;
  border-color: #dddddd;
      text-align: left;
}
.filter-popup-button:hover,
.filter-popup-button:focus,
.filter-popup-button:active,
.filter-popup-button.active,
.open .dropdown-toggle.filter-popup-button {
  color: #000;
  background-color: #aeaeae;
  border-color: #cccccc;
}
.filter-popup-button:active,
.filter-popup-button.active,
.open .dropdown-toggle.filter-popup-button {
  background-image: none;
}
.filter-popup-button.disabled,
.filter-popup-button[disabled],
fieldset[disabled] .filter-popup-button,
.filter-popup-button.disabled:hover,
.filter-popup-button[disabled]:hover,
fieldset[disabled] .filter-popup-button:hover,
.filter-popup-button.disabled:focus,
.filter-popup-button[disabled]:focus,
fieldset[disabled] .filter-popup-button:focus,
.filter-popup-button.disabled:active,
.filter-popup-button[disabled]:active,
fieldset[disabled] .filter-popup-button:active,
.filter-popup-button.disabled.active,
.filter-popup-button[disabled].active,
fieldset[disabled] .filter-popup-button.active {
  background-color: #8cc152;
  border-color: #ffffff;
}


.panel-popup{

    padding-bottom:5px;
}

.no-gutter > [class*='col-'] {
    padding-right: 5px;
    /* padding-left: 11px; */
    /* margin-left: -10px; */
    margin-right: -10px;
}

/* Pop up Filter Button */

.cbp-hrmenu {
    position:relative;
    width: 100%;
    border-bottom: 4px solid #ddd;
    z-index:2;
    text-align: center !important;
}

/* general ul style */
.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {

    margin: 0 auto;
    padding: 0 1em;
    border: 1px solid #d3d3d3;

}

.cbp-hrmenu > ul > li {

    display: inline-block;  text-align:left;
}

.cbp-hrmenu > ul > li > a {

    font-size:16px;
    padding: 1em 1em;
    color: #999;
    display: inline-block;
    font-weight:bold;
}



  /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

}
    }

/* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }



.cbp-hrmenu > ul > li > a:hover {
    color: #f1b70d;
    text-decoration:none;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #73767a;

}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #eee;
    width: 100%;
    left: 0;
}

.cbp-hropen .cbp-hrsub {
    display: block;

}

.cbp-hrmenu .cbp-hrsub-inner > div {

    /*float: left;*/

}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 2em;
}

.cbp-hrsub h4 {
    color: #8d8d8d;
    padding: 0.5em 0 0.6em;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    border-bottom:1px solid #dddddd;
}


@media screen and (max-width: 52.75em) {

    .cbp-hrmenu {
        font-size: 70%;
    }

.cbp-hrmenu > ul > li > a {
    text-align: center !important;
    font-size:12px;
    padding: 1em 1em;
    color: #999;
    display: inline-block;
    font-weight:bold;
}

    .badge{
    width: 100px !important;

    border-radius: 5px;
    height: 30px;
    padding-top: 8px;
    font-weight:none;
}

}

/* Disable Checkbox

input[type=checkbox] { display:none; }
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; font-size:15px; font-weight:bold;}
input[type=checkbox] + label:before { letter-spacing: 5px; }

input[type=checkbox]:checked + label:before { content: "\f046"; }
input[type=checkbox]:checked + label:before { letter-spacing: 4px; }  allow space for check mark */


.filter-label{
    font-weight:normal;
    font-size:11px;
    margin-bottom:-4px;
    color:#353535;
}

.filter-label p{
        padding-left: 5.5em;
    text-indent:-1em;
}


.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}


/* Badge

.badge{
    width: 100% !important;
    border-radius: 5px;
    height: 39px;
    padding-top: 8px;
    font-weight: none;
    font-weight: normal;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px !important;
    background-color:#46b8da;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}



.badge-checkboxes .checkbox input[type="checkbox"],
.badge-checkboxes label.checkbox-inline input[type="checkbox"] {
     Hide the checkbox, but keeps tabbing to it possible.
    position: absolute;
    clip: rect(0 0 0 0);
    display:none !important;
}

.badge-checkboxes label::before {
      display:none !important; }



.badge-checkboxes .checkbox label,
.badge-checkboxes label.checkbox-inline {
    padding-left:0;  Remove space normally used for the checkbox
}

.badge-checkboxes .checkbox input[type="checkbox"]:checked:focus + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:checked:focus + .badge {
    box-shadow:0 0 2pt 1pt #46b8da;   Outline when checkbox is focused/tabbed to
}


.badge-checkboxes .checkbox input[type="checkbox"]:focus + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:focus + .badge {
    box-shadow:0 0 2pt 1pt #46b8da;  Outline when checkbox is focused/tabbed to
}


.badge-checkboxes .checkbox input[type="checkbox"] + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"] + .badge {
    border:1px solid #46b8da;  Add outline to badge

     Make text in badge not selectable
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

Give badges for disabled checkboxes an opacity of 50%
.badge-checkboxes .checkbox input[type="checkbox"]:disabled + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:disabled + .badge
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

 Remove badge background-color and set text color for not checked options
.badge-checkboxes .checkbox input[type="checkbox"]:not(:checked) + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:not(:checked) + .badge{
    background-color:Transparent;
    color:#46b8da;
}

The following css only required for Bootstrap <= 3.1.0
.badge-checkboxes .checkbox
    padding-left:0;  Remove space normally used for the checkbox
}
.badge-checkboxes .disabled label,
.badge-checkboxes label.checkbox-inline.disabled {
    cursor:not-allowed
}

 The following CSS not required for the badge styled checkboxes:
section + section  {
    margin-top:20px;
}

label + .checkbox  {
    margin-top:0;
} */

/* Extra Menu Link*/
.extra-menu-link{
    padding:8px;
    border-radius:5px;
    background-color: #f0ad4e;
    border-color: #f0ad4e;

}
.extra-menu-link:hover{
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #eb9316;

}
.extra-menu-link a{
    color:#fff;
    font-size:15px;
    text-decoration:none;
    font-weight:normal;
}
/* Extra Menu Link*/

#Sabah,#Sarawak{display:inline-block;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#Sabah{margin-left:281px}#Sarawak{margin-top:-63px}#Sabah:hover,#Sarawak:hover{opacity:0.6}

.accordion {margin:0 0 30px; cursor:pointer}

.theiaStickySidebar .accordion-group {
    border: 1px solid: #ddd;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.2); */
}

/* .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
} */

/* .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
} */

/* .modal-sm {
  width: 300px !important;
} */

/* .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #c8e0fe;
  border: 0;
}

.modal-title {
  font-weight: 400;
  font-size: 20px;
  color: #719dd3;
  line-height: 30px;
}

.modal-title span {
  float:right;
  color:#3162a1;

}

.modal-title span:hover {
  text-decoration:underline;

}


.modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background-color: #93B63B;
  color: #fff;

} */

.filter-button{
  background-color:#c8e0fe;
  color:#719dd3;
  border:0px;
  font-weight:400;
  padding:5px;
  font-size: 15px;
}

.filter-box{
  background-color:#c8e0fe;
  border:solid 1px #719dd3;

}

.filter-button{
  background-color:#c8e0fe;
  color:#719dd3;
  border:0px;
  font-weight:400;
  padding:5px;
  font-size: 15px;

}
.btn-searchf{
    background-color: #93B63B;
    color: #fff;
}

.btn-danger {
    background-color: #f04037 !important;
}

.btn-success {
    background-color: #00acc1 !important;
}

.btn-status {
    background-color: #f9a825;
}
.btn-status a {
    color: #fff;
}
.package-btn {
    transition: 0.3s;
    padding: 10px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    display: block;
}
.package-btn:hover, .package-btn:focus, .package-btn:active {
    text-decoration: none;
}
.btn-enquiry {
    background: #fff;
    color: #f9a825;
    border: 2px solid #f9a825;
}
.btn-enquiry:hover, .btn-enquiry:focus, .btn-enquiry:active {
    background: #f9a825;
    color: #fff;
}
.btn-reserve {
    background: #fff;
    color: #009344;
    border: 2px solid #009344;
}
.btn-reserve:hover, .btn-reserve:focus, .btn-reserve:active {
    background: #009344;
    color: #fff;
}
.package-btn.btn-danger { background-color: #f04037 !important; border: 2px solid #f04037; text-transform: uppercase; }
/* @media (min-width: 992px) {
.package-btn.btn-danger {  padding: 20px; }
} */

.panel-default>.panel-heading+.panel-collapse>.panel-body {

}

.no-gutterf > [class*='col-'] {
    padding-right: 4px;
    padding-left: 10px;
    margin-left: -2px;
    margin-right: -2px;
}


.accordian-margin{
    padding-right: 4px;

    margin-left: -15px;
}

/* Award Timeline */
.award-timeline {
  list-style: none;
  /*padding: 20px 0 20px;*/
  position: relative;
}
.award-timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  /* right: 25px; */
  margin-left: -1.5px;
}
.award-timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.award-timeline > li:before,
.award-timeline > li:after {
  content: " ";
  display: table;
}
.award-timeline > li:after {
  clear: both;
}
.award-timeline > li:before,
.award-timeline > li:after {
  content: " ";
  display: table;
}
.award-timeline > li:after {
  clear: both;
}
.award-timeline > li > .award-timeline-panel {
  width: calc( 100% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  right: 30px;
}
.award-timeline > li > .award-timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 0 solid #ccc;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.award-timeline > li > .award-timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.award-timeline > li > .award-timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: .9em;
  text-align: center;
  position: absolute;
  top: 16px;
  /* right: 0px; */
  margin-left: -25px;
  background-color: #859b5e !important;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.award-timeline > li.award-timeline-inverted > .award-timeline-panel {
  float: right;
}
.award-timeline > li.award-timeline-inverted > .award-timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.award-timeline > li.award-timeline-inverted > .award-timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.award-timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.award-timeline-badge.success {
  background-color: #3f903f !important;
}
.award-timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.award-timeline-badge.danger {
  background-color: #d9534f !important;
}
.award-timeline-badge.info {
  background-color: #5bc0de !important;
}
.award-timeline-title {
  margin-top: 0;
  color: #191919;
  font-weight:bold;
}

.award-timeline-body {

  color: #191919;

}

.award-timeline-body > p,
.award-timeline-body > ul {
  margin-bottom: 0;
}
.award-timeline-body > p + p {
  margin-top: 5px;
}
/* Award Timeline */
@media (min-width: 768px) {
.desktop-valign-center {
    align-items: center;
    display: flex;
  }
}

.awards-title .awards-def{
   font-size:16px;
    font-weight:bold;
    margin-bottom: 2px;

}

.readmore-award{
    text-align:center;
    background-color:#f1b70d;
    color:#fff;
    padding:20px;
    border-radius:5px;
    max-width:130px;

}

/* CSS Added 22 March 2016 */
.panel-heading-2 .accordion-toggle.collapsed:after {

    content: "\e080";
}




.badge-checkboxes .checkbox input[type="checkbox"]:hover + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:hover + .badge {
    /*box-shadow:0 0 2pt 1pt #46b8da;   Outline when checkbox is focused/tabbed to */
    background-color:#25839f;
}

.badge:hover{
    background-color: #3b9ab6 !important;
    color: #fff !important;
}

.headermessage {
  margin: 19px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.image-block {
    border: 3px solid white ;
    background-color: black;
    padding: 0px;
    margin: 0px;
    height:200px;
    text-align: center;
    vertical-align: bottom;
    color:#fff;
}
.image-block > p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 19px;
    padding-top: 150px;
    background-color: rgba(3,3,3,0.0);
    color: rgba(6,6,6,0.0);
}
.image-block:hover > p {
    background-color: rgba(3,3,3,0.5);
    color: white;
}

.image-block a {
  position: absolute;
  color:#fff;
  text-decoration: none;
    left: 0;
    bottom:0px;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient
 (startcolorstr=#7F000000,endcolorstr=#7F000000) 9;
 }


#accordion .panel-default>.panel-heading {
    background-color: #fff;
}
#accordion h4.panel-title { padding: 5px 0; font-size: 1em;}

#accordion .panel.panel-default {
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 30px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f056";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f055";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus  {
    text-decoration:none;
}


.menu-bullet ul {
    /* padding-top:37px; 19 August 2016*/
    list-style: none;
    color: #c9c9c9;
}

.menu-bullet ul li{
    line-height: 24px;
    border-top: 1px dotted #3b3b3b;
    color: #c9c9c9;
}

.menu-bullet li:last-child {
    border-bottom: 1px dotted #3b3b3b;
}

.divider-close {
    border-top: 1px dotted #3b3b3b;
}

a.more-link, a.more-link:visited {
    color: #00a5d8;
    font-family: 'Roboto',sans-serif;
    font-size:14px;
}

a.more-link:hover {
    color: #fff;
    text-decoration:none;
}

.menu-padding{
    padding-top: 38px;
}

.menu-padding-hotel{
    padding-top:26px;
}


.image-wrapper {
    position: relative;
    width: 250px;

}

.image-wrapper img{
    filter: brightness(60%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);

}

.image-wrapper p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    text-align:center;
    font-size:20px;
    font-weight:900;

}


/* Animation */
div.angrytext {
 font-weight:bold;
 color: red;
    font-size: 20px;

-webkit-animation: blink 2s linear 0s infinite normal ;
 animation: blink 2s linear 0s infinite normal ;
}

@-webkit-keyframes blink {
 0%{
	opacity: 1;
 }
 25%{
	opacity: 0;
 }
 50%{
	opacity: 1;
 }
 75%{
	opacity: 0;
 }
 100%{
	opacity: 1;
 }
}

@keyframes blink {
 0%{
	opacity: 1;
 }
 25%{
	opacity: 0;
 }
 50%{
	opacity: 1;
 }
 75%{
	opacity: 0;
 }
 100%{
	opacity: 1;
 }
}
/* Animation */

.list-group-only {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-radius: 3px;
    width: 100%;
    position: relative;
    top: 0;
    transition: all 0.25s ease-in-out;
}
.list-group-only:hover {
  top: -2px;
  box-shadow: 0 2px 8px 1px rgba(0,0,0,0.15);
}

/* Table View */
#table-view table{border-spacing:1;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;width:100%;margin:0 auto;position:relative}
#table-view table *{position:relative}
#table-view table td,table th{padding-left:8px}
#table-view table thead tr{height:60px;background:#191d9e}
#table-view table tbody tr{height:50px}
#table-view table tbody tr:last-child{border:0}
#table-view tbody tr:nth-child(even){background-color:#f5f5f5}
#table-view tbody tr{color:#666;line-height:1.2;font-weight:unset}
#table-view tbody tr:hover{color:#333;background-color:#f5f5f5;cursor:pointer}

/* Margins */
.mt-15 { margin-top: 15px; }
.mb-15 { margin-bottom: 15px; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }