

/* homepage hero slider  */


.vagabond-cruises .hero{
	
}

.vagabond-cruises .hero .carousel{
	
}


.vagabond-cruises .hero .carousel .carousel-indicators{

}


.vagabond-cruises .hero #slider .item{
	
	height:663px;
	padding-top:55px;

}
@media (max-width: 375px) {
    .vagabond-cruises .hero #slider .item {
        padding-top: 10px;
    }
}



    .vagabond-cruises .hero #slide1 {
        background: url('../img/slide/homepage-hero-vivid.jpg') center no-repeat;
        padding: 0;
        margin: 0;
    }

    .vagabond-cruises .hero #slide2 {
        background: url('../img/slide/homepage-hero-cruise.jpg') center no-repeat;
        padding: 0;
        margin: 0;
    }

    .vagabond-cruises .hero #slide3 {
        background: url('../img/slide/homepage-hero-latin.jpg') center no-repeat;
        padding: 0;
        margin: 0;
    }

    .vagabond-cruises .hero .carousel-control {
        background-image: none;
    }


    .vagabond-cruises .hero .carousel .carousel-inner {
    }

        .vagabond-cruises .hero .carousel .carousel-inner .item {
            text-align: center;
        }


            .vagabond-cruises .hero .carousel .carousel-inner .item h1 {
                font-size: 40px;
                line-height: 40px;
                text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
                margin-bottom: 7px;
                color: #fff;
                font-family: 'Roboto Slab', serif;
            }


            .vagabond-cruises .hero .carousel .carousel-inner .item h2 {
                font-size: 74px;
                line-height: 74px;
                text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
                margin-bottom: 7px;
                color: #fff;
                font-family: 'Roboto Slab', serif;
                letter-spacing: -2px;
            }

            .vagabond-cruises .hero .carousel .carousel-inner .item h3 {
                font-size: 24px;
                line-height: 24px;
                text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
                margin-bottom: 7px;
                color: #fff;
                font-family: 'Roboto Slab', serif;
            }

            .vagabond-cruises .hero .carousel .carousel-inner .item .from {
                font-size: 28px;
                line-height: 28px;
                font-weight: 700;
                text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
                margin-bottom: 7px;
                color: #fff;
                border-top: 2px solid #fff;
                border-bottom: 2px solid #fff;
                padding: 10px 0;
                display: block;
                width: 120px;
                margin: 0 auto;
            }

            .vagabond-cruises .hero .carousel .carousel-inner .item .price {
                font-size: 130px;
                line-height: 130px;
                font-weight: 700;
                text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
                margin-bottom: 30px;
                color: #fff;
            }


    .vagabond-cruises a.btn-white-line-hero {
        color: #ffffff;
        text-decoration: none;
        padding: 15px 30px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 28px;
        text-transform: uppercase;
        display: inline-block;
        font-family: 'Roboto Slab', serif;
        border: 1px solid #fff;
    }


        .vagabond-cruises a.btn-white-line-hero:hover {
            border: 1px solid #aa631a;
            background: #aa631a;
        }


    @media (max-width: 767px) {

        .vagabond-cruises .hero .carousel .carousel-inner .item h1 {
            font-size: 24px;
            line-height: 24px;
        }


        .vagabond-cruises .hero .carousel .carousel-inner .item h2 {
            font-size: 52px;
            line-height: 52px;
        }

        .vagabond-cruises .hero .carousel .carousel-inner .item h3 {
            font-size: 24px;
            line-height: 24px;
        }

        .vagabond-cruises .hero .carousel .carousel-inner .item .from {
            font-size: 28px;
            line-height: 28px;
        }

        .vagabond-cruises .hero .carousel .carousel-inner .item .price {
            font-size: 100px;
            line-height: 100px;
        }
    }


    @media only screen and (min-width : 320px) {
    }

    @media only screen and (min-width : 480px) {
    }

    @media only screen and (min-width : 768px) {
    }

    @media only screen and (min-width : 992px) {
    }

    @media only screen and (min-width : 1200px) {
    }



    /* back to top */

    #backToTop {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        cursor: pointer;
        display: none;
        color: #fff;
        background: rgba(0,0,0,0.3);
        border-radius: 0;
    }


    /* item carousel - detail*/


    .vagabond-cruises .item .carousel-control {
        width: 4%;
    }

        .vagabond-cruises .item .carousel-control.left, .carousel-control.right {
            margin-left: 15px;
            background-image: none;
        }

    @media (max-width: 767px) {
        .vagabond-cruises .item .carousel-inner .active.left {
            left: -100%;
        }

        .vagabond-cruises .item .carousel-inner .next {
            left: 100%;
        }

        .vagabond-cruises .item .carousel-inner .prev {
            left: -100%;
        }

        .vagabond-cruises .item .active > div {
            display: none;
        }

            .vagabond-cruises .item .active > div:first-child {
                display: block;
            }
    }

    @media (min-width: 767px) and (max-width: 992px ) {
        .vagabond-cruises .item .carousel-inner .active.left {
            left: -50%;
        }

        .vagabond-cruises .item .carousel-inner .next {
            left: 50%;
        }

        .vagabond-cruises .item .carousel-inner .prev {
            left: -50%;
        }

        .vagabond-cruises .item .active > div {
            display: none;
        }

            .vagabond-cruises .item .active > div:first-child {
                display: block;
            }

                .vagabond-cruises .item .active > div:first-child + div {
                    display: block;
                }
    }

    @media (min-width: 992px ) {
        .vagabond-cruises .item .carousel-inner .active.left {
            left: -16.7%;
        }

        .vagabond-cruises .item .carousel-inner .next {
            left: 16.7%;
        }

        .vagabond-cruises .item .carousel-inner .prev {
            left: -16.7%;
        }
    }






    /* Tabs panel - style1 */

    .vagabond-cruises .tab1 {
        border: 1px solid #ccc;
        margin-bottom: 70px;
    }

        .vagabond-cruises .tab1 .tabbable-panel {
            padding: 0;
        }

            .vagabond-cruises .tab1 .tabbable-panel .nav {
                padding: 0;
            }

        /* Tabs panel - style1 - Default mode */

        .vagabond-cruises .tab1 .tabbable-line > .nav-tabs {
            border: none;
            margin: 0px;
        }

            .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li {
                width: 25%;
                padding: 15px 15px 0 15px;
                background: #eeeeee;
                border-bottom: 1px solid #ccc;
                border-right: 1px solid #ccc;
            }

                .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li:last-child {
                    margin-right: 0;
                    border-right: 0px solid #ccc;
                }

                .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li > a {
                    border: 0;
                    margin-right: 0;
                    color: #737373;
                    padding: 0;
                }

                    .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li > a > i {
                        color: #a6a6a6;
                    }

                .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
                    border-bottom: 1px solid #333;
                }

                    .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                        border: 0;
                        background: none !important;
                        color: #333333;
                    }

                        .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                            color: #a6a6a6;
                        }

                    .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                        margin-top: 0px;
                    }

                .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.active {
                    border-bottom: 1px solid #fff;
                    position: relative;
                    background: #fff;
                }

                    .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.active > a {
                        border: 0;
                        color: #ef0000;
                    }

                        .vagabond-cruises .tab1 .tabbable-line > .nav-tabs > li.active > a > i {
                            color: #404040;
                        }

        .vagabond-cruises .tab1 .tabbable-line > .tab-content {
            margin-top: -3px;
            background-color: #fff;
            border: 0;
            padding: 20px 15px 20px 15px;
        }

        .vagabond-cruises .tab1 .portlet .tabbable-line > .tab-content {
            padding-bottom: 0;
        }







        /* Tabs panel - style2 - Below tabs mode */

        .vagabond-cruises .tab1 .tabbable-line.tabs-below > .nav-tabs > li {
            border-top: 4px solid transparent;
        }

            .vagabond-cruises .tab1 .tabbable-line.tabs-below > .nav-tabs > li > a {
                margin-top: 0;
            }

            .vagabond-cruises .tab1 .tabbable-line.tabs-below > .nav-tabs > li:hover {
                border-bottom: 0;
                border-top: 4px solid #fbcdcf;
            }

            .vagabond-cruises .tab1 .tabbable-line.tabs-below > .nav-tabs > li.active {
                margin-bottom: -2px;
                border-bottom: 0;
                border-top: 4px solid #f3565d;
            }

        .vagabond-cruises .tab1 .tabbable-line.tabs-below > .tab-content {
            margin-top: -10px;
            border-top: 0;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }






    /* Tabs panel - style2 */
    .vagabond-cruises .tab2 .tabbable-panel {
        padding: 10px;
    }

        .vagabond-cruises .tab2 .tabbable-panel .nav {
            padding: 0;
        }

    /* Tabs panel - style2 - Default mode */

    .vagabond-cruises .tab2 .tabbable-line > .nav-tabs {
        border: none;
        margin: 0px;
    }

        .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li {
            margin-right: 40px;
            height: 30px;
        }

            .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li:last-child {
                margin-right: 0;
            }

            .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li > a {
                border: 0;
                margin-right: 0;
                color: #737373;
                padding: 0;
            }

                .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li > a > i {
                    color: #a6a6a6;
                }

            .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
                border-bottom: 1px solid #333;
            }

                .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                    border: 0;
                    background: none !important;
                    color: #333333;
                }

                    .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                        color: #a6a6a6;
                    }

                .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                    margin-top: 0px;
                }

            .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.active {
                border-bottom: 1px solid #f3565d;
                position: relative;
            }

                .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.active > a {
                    border: 0;
                    color: #ef0000;
                }

                    .vagabond-cruises .tab2 .tabbable-line > .nav-tabs > li.active > a > i {
                        color: #404040;
                    }

    .vagabond-cruises .tab2 .tabbable-line > .tab-content {
        margin-top: -3px;
        background-color: #fff;
        border: 0;
        padding: 15px 0;
    }

    .vagabond-cruises .tab2 .portlet .tabbable-line > .tab-content {
        padding-bottom: 0;
    }

    /* Tabs panel - style2 - Below tabs mode */

    .vagabond-cruises .tab2 .tabbable-line.tabs-below > .nav-tabs > li {
        border-top: 4px solid transparent;
    }

        .vagabond-cruises .tab2 .tabbable-line.tabs-below > .nav-tabs > li > a {
            margin-top: 0;
        }

        .vagabond-cruises .tab2 .tabbable-line.tabs-below > .nav-tabs > li:hover {
            border-bottom: 0;
            border-top: 4px solid #fbcdcf;
        }

        .vagabond-cruises .tab2 .tabbable-line.tabs-below > .nav-tabs > li.active {
            margin-bottom: -2px;
            border-bottom: 0;
            border-top: 4px solid #f3565d;
        }

    .vagabond-cruises .tab2 .tabbable-line.tabs-below > .tab-content {
        margin-top: -10px;
        border-top: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }



    /* product gallery */

    .vagabond-cruises .product-gallery {
        margin-bottom: 25px;
    }

        .vagabond-cruises .product-gallery img {
            border: 1px solid #ccc;
        }

        .vagabond-cruises .product-gallery ul {
            padding: 0;
        }

            .vagabond-cruises .product-gallery ul li {
                list-style-type: none;
            }



    /* multi select button */


    .vagabond-cruises .multi-select {
        width: 110px;
        border: 1px solid #666;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }









