@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Roboto:100,400');

body {
    color:#555;
    background-color: #ffffff;
    font-family: Alata;
}

/**
 *  Links
 */
a,
a:hover,
a.is-active {
    text-decoration: none!important;
}
.lang_select, a-hover{
    list-style-type: none;
}
.dropbtn {
    background-color: #08b0ee;
    color: white;
    border: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #08b0ee;}
/**
*  Margins
*/
.mar-top-0 {
    margin-top:0;
}

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

.mar-top-15 {
    margin-top: 15px;
}

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

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

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

.mar-btm-0 {
    margin-bottom:0;
}

.mar-btm-10 {
    margin-bottom: 10px;
}

.mar-btm-15 {
    margin-bottom: 15px;
}

.mar-btm-20 {
    margin-bottom: 20px;
}

.mar-btm-30 {
    margin-bottom: 30px;
}

.mar-btm-40 {
    margin-bottom: 40px;
}

.offset-0 {
    padding-left: 0;
    padding-right: 0;
}

.offset-left-0 {
    padding-left: 0;
}

.offset-right-0 {
    padding-right: 0;
}

.page-title {
    font-weight: bold;
    color: #122536;
}

.font-bold {
    font-weight: bold;
}

.header-wrapper {
    position: relative;
    z-index: 100;
    width:100%;
}

header {
    color:#fff;
    padding: 10px 0;
    position: relative;
    background:#0bb0f0;
}

header h1 {
    font-weight: bold;
    font-size:14px;
}

header .locale-selection {
    background-color: #08b0ee;
    border:0;
}

header a {
    color:#fff;
    margin-left:20px;
}
.hide-this {
    display: none;
}
/**
* Navigation Styles
*/

.main-navigation {
    position: relative;
    background-color: #fff;
    border-bottom:1px solid #efefef;
}

.main-navigation .menu-container {
    margin-top:25px;
}

.main-navigation .site-logo > img {
    height:50px;
}

.main-navigation .nav > li > a {
    color: #222;
    padding: 0 23px;
    font-weight: bold;
    font-size: 1em;
    border-right:2px solid #aaa;
}

.main-navigation .nav > li:last-child > a {
    border:0;
}

.main-navigation .nav > li > a:hover,
.main-navigation .nav > li > a:focus,
.main-navigation .nav > li > a.is-active {
    color: #f85532;
    background-color:#fff;
}

.fix-header {
    top: 0;
    left: 0;
	width: 100%;
	z-index: 100;
	position: fixed;
    transition: opacity 1;
}

/*
* Content Section
*/
.content-blue {
    background-color:#cdf1ff;
}

.content-grey {
    background-color:#eaeaea;
}

/**
* Homepage Styles
*/
.homepage-banner #slides {
    /*height: 500px;
    top:-160px;
    background-size: cover;
    background-image: url(/images/banner.jpg);*/
}

.homepage-banner .screen {
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.3;
    background:#222;
    position:absolute;
}

.homepage-banner .container {
    height:100%;
    color:#fff;
    position:relative;
    font-family: Alata;
}

.homepage-banner .slide-caption {
    float:right;
    margin-top:180px;
    width:60%;
}

.homepage-banner .slide-caption h1 {
    font-size:3em;
    font-weight:100;
}

.homepage-banner .slide-caption p {
    font-size:2em;
}

.tagline h2 {
    font-size:4em;
    font-family: Alata;
    color: #08b0ee;
}

.slides-navigation span {
    font-size:40px;
    padding:0 30px;
    color:#fff;
}

.offers .background {
    padding: 20px;
    background-size: cover;
}

.offers .background > div {
    color: #fff;
    padding: 20px;
    height: 190px;
    margin-bottom: 30px;
}

.featured {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.offers .background p + p {
    margin-top: 40px;
}

.romantic-journeys p + p {
    color: #e54e00;
    font-size: 130%;
    text-align: center;
    text-transform: uppercase;
}

.romantic-journeys p + p > strong {
    background-color: #389739;
    color: #fff;
    padding: 5px 10px;
}

.romantic-journeys .background {
    background-image: url(../images/romantic.jpg);
}

.ayurvedic .background {
    background-image: url(../images/ayurveda.jpg);
}

.travel-interest .background {
    background-image: url(../images/travel-interest.jpg);
}

.travel-interest .background > div {
    background-color:rgba(67, 176, 205, 0.75)
}

.travel-interest button.btn-default {
    color:#fff;
    font-weight: bold;
    background: #f55837;
    border: 1px solid #f55837;
}

.spa-offers .carousel-inner {
    height: 350px;
}

.featured-category .item img,
.spa-offers .carousel-inner img {
    width:100%;
    height:100%;
}

.featured-category .item {
    position: relative;
}

.featured-category .item img {
    height:200px;
}

.featured-category .caption {
    position: absolute;
    color: #fff;
    padding: 10px 15px;
    width: 85%;
    bottom: 25px;
    margin-left:15px;
    background:#22222230;
}

.featured-category .caption h3 {
    margin:0 0 6px 0;
}

.featured-category .caption p {
    margin:0;
}

/*.cruise-deals .background {
    height: 250px;
    background-image: url(../images/cruise-deals.jpg);
}*/


/**
* Breadcrumbs
*/
.breadcrumb {
    font-size: 0.9em;
    font-weight: 700;
    padding-bottom:0;
    background-color: transparent;
}

.breadcrumb > li+li:before {
    content: '> ';
    color: #08b0ef;
}

.breadcrumb > .active {
    color: #000;
}

/**
* Package Explore Filter
*/
.packages-filter label {
    color:#3097D1;
}

.packages-filter .input-group-addon,
.packages-filter  .ui-slider-handle.ui-state-default {
    background-color:#96cf4a;
}

.packages-filter .input-group-addon i {
    color:#fff;
}

.packages-filter .price-slider .range {
    margin-top:-15px;
    font-size:85%;
}

.packages-filter .price-slider .range i {
    font-size: 80%;
}

/**
 * Package Explore Sorter
 */
.packages-sorter .price-sorting {
}

.packages-sorter span.item {
    padding:0 5px;
    cursor:pointer;
}

.packages-sorter .item.active {
    color: #f07c15;
}

.packages-sorter .price-sorting span.high {
    border-left:1px solid #ccc;
}

/**
* Package Listing Styles
*/
.packages-listing .item {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #f2f4f3;
    border-bottom:3px solid #d6e0e1;
}

.packages-listing.grid .item {
    min-height:400px;
}

.packages-listing.grid .item h4 {
    height:40px;
}

.packages-listing.list .item > div {
    height: 180px;
}

.hotel-listing.list .item > div {
    height:auto;
}

.packages-listing .item .pictures {
    padding-left: 0;
    overflow: hidden;
}

.packages-listing .item .pictures > img {
}

.packages-listing .item .pictures > a,
.packages-listing .item .pictures > a > img {
    width: 100%;
    display: block;
}

.packages-listing .item .days p {
    color:#ddd;
    font-weight: 100;
    font-size:450%;
    margin-bottom:0;
}

.packages-listing .item .days p + p {
    font-size:180%;
    margin-top:-30px;
    letter-spacing:1px;
    text-transform: uppercase;
}

.packages-listing .item .details h3 {
}

.packages-listing .item .details h3 + p {
    line-height: 150%;
}

.packages-listing .list .details {
    padding-left: 50px;
    padding-right: 30px;
    border-right: 1px dashed #f2f4f3;
    border-left: 1px solid #f2f4f3;
}

.packages-listing .row .price h3 {
    margin-bottom:0;
}

.packages-listing .price a {
    background-color: #92ce4a;
    color: #fff;
    padding: 7px 14px;
}

.packages-listing .hotel .price a {
    margin-top:35%;
}

.listing .attractions {
    padding:0;
}

.listing .attractions li {
    list-style: none;
}

.packages-listing .row .price i {
    font-size:18px;
}

/**
* Package Detail Styles
*/
.package-banner #slide {
    /*top : -150px;*/
}

.package-banner .slide-caption {
    position:absolute;
    bottom:0;
    color:#fff;
    width:100%;
    background-color: #1225366b;
}

.title-strip {
    color:#ccf2ff;
    background-color: #122536;
}

.title-strip .breadcrumb > .active {
    color:#fff;
}

.package-title {
    font-size: 3em;
}

.package-duration {
    color: #0bb0f0;
}

.price-strip {
    padding-right: 0;
    background-color: #122536;
    position: relative;
    z-index: 0;
}

.price-strip h3 {
    margin: 0;
    padding: 10px 16px;
}

.price-strip a {
    color: #fff;
}

.price-strip h3.price {
    color: #cbf1fe;
}

.price-strip ul {
    margin-bottom:0;
}

.price-strip li a {
    display:block;
    font-size:18px;
    font-weight: bold;
    padding:10px 20px;
}

.price-strip .book {
    color:#ccf2ff;
    background-color: #66baf8;
}

.price-strip .customize {
    color:#fff;
    background-color: #39983a;
}

.package-detail h2 {
    margin:0 0 20px 0;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}

.package-detail .detail-wrapper {
    padding:20px;
    background:#f7fbff;
    border:1px solid #e8e8e8;
}

.package-overview {
    background-color: #fff;
    padding-bottom: 20px;
}

.package-meta {
    border-bottom: 1px solid #eee;
}

.package-inclusives li,
.hotel-amenity li,
.package-itinerary li {
    list-style: none;
    display: inline-block;
}

.package-inclusives li {
    width: 100px;
    height: 50px;
    color: #122536;
    text-transform: uppercase;
    font-size: 65%;
    margin-right: 20px;
    background-image: url(../images/itinerary-icons.png);
    background-repeat: no-repeat;
}

.package-inclusives li > p {
    margin-top: 40px;
}

.package-inclusives li.transportation {
    background-position: 50% -382px;
}

.package-inclusives li.stay {
    background-position: 50% -460px;
}

.package-inclusives li.breakfast {
    background-position: 50% -305px;
}

.package-inclusives li.tea_snacks {
    background-position: 50% -344px;
}

.package-inclusives li.doctor {
    background-position: 50% -421px;
}

.package-inclusives li.wifi {
    background-position: 50% -382px;
}

.package-left-panel {
}

.package-itinerary .action {
    cursor:pointer;
}

.package-itinerary .itinerary-detail {
}

.package-itinerary .itinerary-detail hr {
    border: 2px solid #bbe1ee;
    width: 100%;
}

.package-itinerary .day-icon {
    width:30px;
    height:30px;
    vertical-align: middle;
    border:1px solid #ddd;
    border-radius: 30px;
    padding-top:3px;
    position:absolute;
    top:5px;
    left:-15px;
    background-color:#fff;
}

.package-itinerary .day-title {
    position: relative;
    margin-left:12px;
    padding:10px 0 10px 60px;
    border-left:1px solid #ddd;
}

.package-itinerary .day-title h4 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    cursor:pointer;
}

.package-itinerary .itinerary-description {
    font-size:95%;
    line-height:180%;
}

.package-itinerary ul {
    padding: 0;
}

.package-itinerary .inclusives li {
    width: 40px;
    height: 40px;
    background-color: #122536;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 300%;
    margin-right: 10px;
    background-image: url(../images/itinerary-icons.png);
    background-repeat: no-repeat;
}

.package-itinerary .inclusives li.transportation {
    background-position: 0px -240px;
}

.package-itinerary .inclusives li.free_wifi {
    background-position: 0px -240px;
}

.package-itinerary .inclusives li.stay {
    background-position: 0px -162px;
}

.package-itinerary .inclusives li.breakfast_dinner {
    background-position: 0px -127px;
}

.package-itinerary .inclusives li.tea_snacks {
    background-position: 0px -200px;
}

.package-itinerary .inclusives li.doctor {
    background-position: 0px -275px;
}

.package-itinerary .attractions {
}

.listing .attractions li,
.package-itinerary .attractions li {
    padding-left:20px;
    margin-right:20px;
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.package-itinerary .attractions li:last-child {
    border: 0;
}

.package-hotel a {
    color:#333;
}

.package-hotel h5 {
    height:50px;
    line-height:130%;
}

.package-hotel .hotel-image img {
    width: 100%;
}

.item-meta .description {
    font-size:90%;
    min-height: 60px;
}

.package-attraction .attraction-image img {
    width: 100%;
}

.price-table * {
    font-size:12px;
}

.similar-packages {
    background-image: url(../images/similar-package.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
}

.package-map {
    height: 300px;
    width:100%;
    border:1px solid #ddd;
}

.package-add-wrapper {
    padding: 5px 20px;
    border: 1px solid #08b0ef;
    margin-bottom: 10px;
}

.package-add-wrapper legend {
    margin: 0;
    border: 0;
}

.idee-package-form .form-item {
    margin-bottom: 15px;
}

/* special layout for package detail */
.package-layout .header-wrapper {
    position: absolute;
    width:100%;
    z-index: 100;
}

.package-layout header {
    padding: 0;
    /*background-color: #fff;
    z-index: 100;*/
}

.package-layout header .container {
    background-color: #0bb0f0;
    padding:10px 0;
}

.package-layout .price-strip .container {
    padding-right: 0;
    background-color: #122536;
    position: relative;
    z-index: 0;
}

/**
* Hotel Amenities Styles
*/
.hotel-details .hotel-amenity {
    margin:0;
}

.hotel-details .hotel-amenity li {
    height: 30px;
    padding-left:40px;
    background-image: url(../images/itinerary-actions.png);
    background-repeat: no-repeat;
}

.hotel-listing .hotel-details .hotel-amenity li {
    width:30px;
}

.hotel-details .hotel-amenity li.breakfast_dinner_black {
    background-position: 0px -319px;
}

.hotel-details .hotel-amenity li.free_wifi_black {
    background-position: 0px -513px;
}

.hotel-details .hotel-amenity li.doctor_black {
    background-position: 0px -434px;
}

.hotel-details .hotel-amenity li.tea_snacks_black {
    background-position: 0px -355px;
}

.hotel-details .hotel-amenity li.icon5 {
    background-position: 0px -466px;
}
.flex-caption {
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
/**
* Related Packages Styles
*/
.related-packages {
    background: #fff;
}

.related-packages .image > img {
    width: 100%;
    height: auto;
}

.related-packages .destination {
    color: #888;
}

.related-packages .package-inclusives li {
    width: 50px;
    margin: 0;
}

/**
* Destinations Page Style
*/
#destinations .dest-item {

}

#destinations .dest-item > a {
    display: block;
}

#destinations .dest-item .dest-wrapper {
    width:100%;
    height:250px;
    border-radius: 3px;
    position:relative;
    background-size: cover;
}

#destinations .dest-item .mask {
    background: #222;
    position: absolute;
    border-radius: 3px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index:10;
    top: 0;
}

#destinations .dest-meta {
    position:absolute;
    top:0;
    padding-left:30px;
    color:#fff;
    width:95%;
    height:98%;
    z-index:20
}

#destinations .dest-meta h2 {
    font-weight: bold;
    text-transform: uppercase;;
}

#destinations .dest-meta .description {
    font-size:90%;
    line-height: 130%;
}

#destinations .strip {
    position: absolute;
    bottom:0;
    right:0;
    text-align: center
}

#destinations .strip .number-strip {
    font-size: 50px;
    line-height:50%;

}

/**
 * Blog Styles
 */
.blog-item h2 {
    margin-top:0;
}

.blog-item img {
    width:100%;
    margin-bottom: 15px;
}

.blog-item .author {
    font-style: italic;
    font-weight: bold;
}

/**
* Package Detail Floating Menu
*/
#floating-menu {
    position: fixed;
    display:none;
    padding: 0;
    left: 0;
}

#floating-menu ul {
    list-style: none;
    padding: 0;
}

#floating-menu li {
    background: #252424 none repeat scroll 0 0;
    border-bottom: thin solid rgba(0, 0, 0, 0.32);
    margin: 0;
    padding: 8px;
    color: #fff;
    width: 50px;
    height: 50px;
}

#floating-menu li:last-child {
    border-bottom: none;
}

#floating-menu li:hover {
    background-color: #389739;
}

#floating-menu li a {
    display: block;
}

#floating-menu li a img {
    vertical-align: middle;
    width:32px;
}


/**
* Sidebar Styles
*/
aside {
    height: 1000px;
    background: #fff;
}

.sidebar-header {
    background: #94cd48;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}

.package-sidebar-text {
    padding: 0;
}

.sidebar-text-header {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.how-it-works .media-left {
    padding-right:35px;
    text-align: center;
}

.how-it-works .media-left .numbering {
    width: 24px;
    height: 24px;
    background: #94cd48;
    border-radius: 50px;
    color: #fff;
    line-height: 180%;
    margin-left:20px;
    margin-top:5px;
}

/**
* Pre Footer Styles
*/
.pre-footer h4,
.pre-footer a {
    color: #06474b;
}

.pre-footer h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.pre-footer ul {
    padding: 0;
}

.pre-footer ul li {
    list-style: none;
}

/**
* Footer Styles
*/
footer {
    color: #8d8d8d;
    background-color: #2d2e30;
}

footer h4 {
    color:#fff;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
    padding: 5px 0;
}

footer li a {
    color: #8d8d8d;
    font-size:0.9em;
}

footer li a:hover {
    color: #fff;
}

footer .social-icons a {
    margin-right:8px;
}

footer .copyright p {
    font-size: 90%;
}

@media only screen and (min-width : 1200px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .main-navigation .nav > li > a {
        padding: 0 20px;
    }

    .offers .background > div {
        height: 250px;
    }

    .offers .travel-interest .btn {
        margin-top: 10px;
    }

    .packages-filter .search {
        margin-top: 30px;
    }

    .packages-listing.list .item > div {
        height: 155px;
    }

    .packages-listing .item .days p {
        font-size: 400%;
    }

    .packages-listing .item .days p + p {
        font-size: 150%;
    }

    .package-hotel .hotel-image img {
        height: 120px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .featured-category .caption {
        width: 80%;
    }

    .package-hotel .hotel-image img {
        height: 120px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .main-navigation .nav > li > a {
        padding: 0 10px;
    }

    .featured-category .caption {
        width: 75%;
    }

    .offers .background > div {
        height: 190px;
    }

    .spa-offers .carousel-inner {
        height: auto;
    }

    .packages-listing.list .item .pictures {
        height:300px;
        padding: 0;
    }

    .packages-listing.list .item .pictures img {
        width: 100%;
    }

    #attractions .offset-left-0 {
        padding-left: 15px;
    }

    .package-hotel .hotel-image img {
        height: 150px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .menu-container ul {
        width:100%;
    }

    .menu-container ul {
        width:100%;
    }

    .main-navigation .nav > li > a {
        padding:10px 20px;
        border:0;
    }

    .homepage-banner .slide-caption {
        width: 100%;
    }

    .packages-listing.list .item .pictures {
        height:250px;
        padding: 0;
    }

    .packages-listing.list .item > div {
        height: auto;
    }

    .hotel-listing .offset-left-0 {
        padding-left: 15px;
    }

    .hotel-listing .price a {
        margin: 20px 0;
    }

    .price-strip h3 {
        text-align: center;
        font-size: 130%;
    }

    .blog-image img {
        width:100%;
    }

    footer .payment ul {
        float: left;
        width: 100%;
    }

    footer .payment li {
        float: left;
        margin-right: 15px;
    }

    footer .copyright {
        margin-top: 15px;
        text-align: left;
    }
}

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

}
