﻿.body > div {
    width: 100%;
}


.body h1 {
    text-align: center;
    padding: 20px 0;
}

    .body h1 > img {
        margin: 0 5px;
    }

.body .wrapper {
    max-width: 960px;
}

#HomeVideo {
    background: url('../img/VideoBG.png');
    background: url(../img/VideoBG.png);
    background-size: cover;
    background-repeat: no-repeat;
}

    #HomeVideo video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.HomeSection {
    background: #fcfcfc;
    display: inline-block;
    text-align: center;
    min-height: 300px;
    padding-top: 30px;
}

    .HomeSection .SectionHeading {
        position: relative;
        height: 50px;
        padding: 23px 0;
    }

        .HomeSection .SectionHeading > div {
            width: 100%;
            background: #1f1f1f;
            float: left;
            margin: 2px 0;
            height: 3px;
        }

        .HomeSection .SectionHeading > h1 {
            background: #fcfcfc;
            color: #1f1f1f;
            position: absolute;
            margin: auto;
            width: 280px;
            left: 0;
            right: 0;
            top: 0;
        }

    .HomeSection .HomeItems.Destinations .itemContainer {
        height: 200px;
        width: 300px;
        float: left;
        margin-right: 20px;
        cursor: pointer;
    }

        .HomeSection .HomeItems.Destinations .itemContainer:hover h1 {
            color: #f6a800 !important;
        }

        .HomeSection .HomeItems.Destinations .itemContainer:nth-child(4) {
            margin-left: 150px;
        }

        .HomeSection .HomeItems.Destinations .itemContainer .imageContainer {
            background-image: url(../img/Main/slash.png);
            height: 190px;
            width: 200px;
            background-repeat: no-repeat;
            float: left;
            background-position-y: 140px;
        }

        .HomeSection .HomeItems.Destinations .itemContainer .imageDiv {
            height: 190px;
            width: 200px;
            background-repeat: no-repeat;
            float: left;
        }

        .HomeSection .HomeItems.Destinations .itemContainer .textContainer {
            margin-top: 60px;
        }

            .HomeSection .HomeItems.Destinations .itemContainer .textContainer h1 {
                font-size: 17px;
                font-weight: bold;
                text-align: left;
                padding: 0;
                color: #1f1f1f;
            }

            .HomeSection .HomeItems.Destinations .itemContainer .textContainer h2 {
                font-size: 10px;
                font-weight: normal;
                text-align: left;
                padding: 0;
                color: #a5a5a5;
            }

    .HomeSection .HomeItems.Interests .itemContainer {
        height: 150px;
        cursor: pointer;
        width: 140px;
        float: left;
        margin-right: 20px;
    }

        .HomeSection .HomeItems.Interests .itemContainer:hover {
            background: #fff;
            box-shadow: 0 -8px 0px #1f1f1f;
        }

        .HomeSection .HomeItems.Interests .itemContainer .imageDiv {
            height: 100px;
            width: 100px;
            margin: auto;
            background-repeat: no-repeat;
            background-position-x: center;
        }

        .HomeSection .HomeItems.Interests .itemContainer h1 {
            font-size: 17px;
            font-weight: bold;
            padding: 0 5px;
        }

.SeeAll {
    margin-top: 80px;
    background: #1f1f1f;
}

    .SeeAll h1 {
        font-size: 16px;
        cursor: pointer;
        color: #fff;
    }

/*
#FeaturedTours {
    background: #fff;
    padding: 30px 0;
}

#FeaturedInterests {
    background: #fff;
    padding: 30px 0;
}



.FeaturedItems {
    max-width: 1000px;
    margin: auto;
}

    .FeaturedItems .FeaturedItem {
        width: 180px;
        float: left;
        margin: 10px 0;
        padding: 20px 30px 50px;
        cursor: pointer;
    }

        .FeaturedItems .FeaturedItem:hover {
            background: #f3f3f3;
        }

        .FeaturedItems .FeaturedItem .FeaturedImage {
            width: 160px;
            height: 210px;
            background-repeat: no-repeat;
            margin: 10px 12px;
        }

        .FeaturedItems .FeaturedItem h2 {
            font-family: APGBoldUpper;
            color: #f6a800;
            width: 100%;
            text-align: center;
            margin-bottom: 5px;
        }

        .FeaturedItems .FeaturedItem h3 {
            font-family: APGRegular;
            width: 100%;
            font-size: 12px;
            text-align: center;
            color: #989898;
        }





#Booking {
    padding: 20px 0 90px;
    border-bottom: 5px solid #f6a800;
    background: url('../img/bookingbg.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

    #Booking h1 {
        color: white;
    }

    #Booking input[type=text], #Booking select {
        padding: 10px;
        margin-right: 15px;
    }

    #Booking p {
        color: white;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 5px;
        font-weight: bold;
    }

        #Booking p b {
            color: #fb0e00;
        }

    #Booking input[type=button] {
        color: white;
        padding: 10px 20px;
        background: #f6a800;
        float: right;
        margin-top: 20px;
        margin-right: 18px;
    }*/

#videoPlaceholder {
    background: url(../img/VideoBG.png);
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 980px) {
    .FeaturedItems {
        max-width: 500px;
    }

    #HomeDestinations .wrapper {
        max-width: 640px;
    }

    #HomeInterests .wrapper {
        max-width: 480px;
    }

    .HomeSection .HomeItems.Destinations .itemContainer:nth-child(4) {
        margin-left: 0;
    }
}

@media screen and (max-width: 660px) {
    #HomeDestinations .wrapper {
        max-width: 320px;
    }

    #HomeInterests .wrapper {
        max-width: 320px;
    }
}



.sliderPlaceholder {
    position: relative;
    overflow: hidden;
}

    .sliderPlaceholder > div {
        transition: opacity 0.5s ease-in-out;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

        .sliderPlaceholder > div:nth-child(1) {
            opacity: 1;
        }

.sliderNavigationHolder {
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin-left: 20px;
}

    .sliderNavigationHolder > div {
        background: white;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        height: 10px;
        width: 10px;
        margin: 5px;
        border-radius: 100%;
        float: left;
        opacity: 0.8;
        cursor: pointer;
    }

        .sliderNavigationHolder > div.active {
            opacity: 1;
            height: 12px;
            width: 12px;
            margin: 4px;
        }
