
.homepage_extended .home-booking{
}
.homepage_extended p{
    font-family: 'DIN Next LT W04 Regular';
}

/* General Overrides */
.homepage_extended .btn-feature{
	background-color: #fff;
    overflow: hidden;
}

.homepage_extended .btn-feature img{
    width: 100%;
    transition: all 0.5s ease;
}


.homepage_extended .btn-feature .btn-feature-container{
    padding: 0px 20px;
    position: relative;
}

.homepage_extended .btn-feature .btn-flat{
    background: #fff;
    color: #111;
    width: 100%;
}

.homepage_extended .btn-feature:hover .btn-flat {
    background-color: #FFF;
}

.homepage_extended .btn-flat > span{
	font-family: 'DIN Next LT W04 Light';
    font-weight: 500;
	font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.homepage_extended .bookingHomeWidget .search button.btn-flat,
.homepage_extended .bookingHomeWidget .btn-booking,
.homepage_extended .bookingHomeWidget select {
    height: 37px;
}


/* About Section */
.homepage_extended .about{
    margin-bottom: 30px;
}

.about-section-wrapper{
    margin-top: 10px;
}
.about-section-wrapper .about-section .about-header{
	text-align: center;
	margin-bottom: 10px;
}

/* Story Section */
.story{
    background-color: #fff;
    margin-bottom: 30px;
}

/* Sponsor Section */
.sponsors{
    margin-bottom: 30px;
}

.sponsors-section-wrapper{
}
.sponsors-section-wrapper .title-wrapper{
	width: 100%;
	text-align: center;
    margin-bottom: 20px;
}
.sponsors-section-wrapper .title-wrapper .title{	
    font-family: 'DIN Next LT W04 Light';
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
}




/* Image Gid Section */

.image_grid{
    margin-bottom: 30px;
}

.image-grid-section-wrapper .top-section{
	text-align: center;
    margin-top: 10px;
}
.image-grid-section-wrapper .top-section .logo-wrapper{
    position: relative;
    bottom: 10px;
}
.image-grid-section-wrapper .top-section .sub-title{
    font-family: 'DIN Next LT W04 Italic';
    font-size: 12px;
    text-transform: uppercase;
}
.image-grid-section-wrapper .top-section .title-wrapper{
    font-family: 'DIN Next LT W04 Light';
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
}

/* Two Image Slide */
.two_image_carousel{
    margin-bottom: 30px;
}
.carousel-section-wrapper{

}

.carousel-section-wrapper .top-section{
    text-align: center;
}
.carousel-section-wrapper .top-section .image-wrapper{
    position: relative;
    z-index: 1;
    bottom: 20px;
}

.carousel-section-wrapper .top-section .image-wrapper img{
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-left: -26px;
}

.carousel-section-wrapper .carousel-section{

}
.carousel-section-wrapper .carousel-section .two-image-slider{

}

.featured_footer{
    margin-bottom: 60px;
}
.featured_footer .footer-featured-content .links-wrapper ul{
    list-style-position: outside;
}
.featured_footer .footer-featured-content .links-wrapper ul li{
    padding: 5px 0px;
    font-family:'DIN Next LT W04 Regular';
    margin-left: 15px;;
}
.featured_footer .footer-featured-content .links-wrapper ul li a{
    color: #111;
    font-family:'DIN Next LT W04 Regular';
}
@media only screen and (min-width: 64.063em) {
    .homepage_extended .btn-feature:hover img{
        transform: scale(1.1);
    }
}


@media only screen and (max-width: 40em) {  
    .sponsors .sponsors-section-wrapper {

    }

    .sponsors {
        margin-bottom: 0px;
    }

    .image_grid {

    }

} 
