@media (max-width: 1199px) {
	.home-search-box {
		border: 2px solid #a9c9d7;
	}
	
	.tabbed-panel-nav .nav-tabs > li {
        width: 50%;
    }

    .booking-wrap {
        border: 1px solid #a9c9d7;
    }
}
@media (max-width: 991px) {
	.tabbed-panel-nav .nav-tabs {
        border-bottom: 1px solid #c7c8ca;
    }
    .tabbed-panel-nav .nav-tabs > li {
        width: 100%;
    }
    .tabbed-panel-nav .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {

	.banner .banner-item {
		/*height: auto;*/
	    height: 240px;
		/*background: none;*/
	}
	.banner .banner-item .banner-image img {
		width: 100%;
	}
	.banner .banner-item .banner-headline {
		width: 100%;
		top: 0;
		text-align: center;
		white-space: normal;
	}

    /*.banner-promo-pricing-1 > .promo-pricing-label {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 14px;
    }
    .banner-promo-pricing-1 > .promo-pricing-price {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .banner-promo-pricing-1 > .promo-pricing-price > .price > span {
        font-size: 80px;
    }
    .banner-promo-pricing-1 > .promo-pricing-price > .disclaimer {
        font-size: 14px;
    }*/
    
	.tabbed-panel-nav .container {
        padding-left: 0;
        padding-right: 0;
    }
	
	.rating-detail-inclusions {
		border-right: none;
		height: auto !important;
		border-bottom: 1px solid #425456;
	}
}
@media (max-width: 479px) {
	.col-xxs-offset-0  {
		margin-left: 0;
	}
	.col-xxs-12 {
		width: 100%;
	}
}


@media (min-width: 0) {
    
    
}

@media (min-width: 768px) {

	.banner .banner-item {
		height: 485px;
	}
	.banner .banner-item .banner-headline {
		top: 26%;
		padding-left: 190px;
	}
    .banner .banner-item .banner-headline > span {
        font-size: 24px;
    }
	
	.content-banner {
		height: 340px;
	}

    .banner-home {
        margin-top: -90px;
    }

    .banner-item.banner-item-home-04 .banner-headline {
        text-align: right;
        top: 20%;
        padding-left: 100px;
        width: 768px;
    }
    .banner-item.banner-item-home-04 .banner-headline > .banner-promo-icon {
        left: 20px;
        bottom: 20px;
    }
    .banner-item.banner-item-home-04 .banner-headline > .sub-head {
        margin-top: 30px;
        font-size: 21px;
    }
    .banner-item.banner-item-home-04 .free-rent {
        font-size: 30px;
    }
    .banner-promo-pricing-1 > .promo-pricing-label {
        font-size: 20px;
        text-align: right;
        float: left;
        margin-right: 10px;
        width: 180px;
    }
    .banner-promo-pricing-1 > .promo-pricing-price {
        text-align: left;
        margin-top: -15px;
        float: left;
    }
    .banner-promo-pricing-1 > .promo-pricing-price > .price > span {
        font-size: 80px;
    }
    .banner-promo-pricing-1 > .promo-pricing-price > .price > .price-meta > span.duration {
        font-size: 30px;
    }
}
@media (min-width: 992px) {

	.banner .banner-item {
		height: 585px;
	}
	.banner .banner-item .banner-headline > span {
		font-size: 30px;
	}
	
	header.main-header .banner-title {
		font-size: 50px;
		line-height: 1;
		text-transform: uppercase;
	}
	
	.content-banner {
		height: 410px;
	}
}

@media (min-width: 1200px) {
	
	
	.banner .banner-item {
		height: 820px;
	}
	.banner .banner-item .banner-headline > span {
		font-size: 40px;
	}
	
	.home-search-container-wrapper {
		position: absolute;
		width: 100%;
		z-index: 15;
		top: 180px;
	    margin-top: 0;
	    margin-bottom: 0;
	}
    .home-search-container-wrapper,
    .home-search-container-wrapper > .container,
    .home-search-container-wrapper > .container > .row,
    .home-search-container-wrapper > .container > .row > .col {
        height: 1px;
        overflow-y: visible;
    }

	.home-search-box {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	header.main-header .banner-title {
		font-size: 60px;
		line-height: 1;
		text-transform: uppercase;
	}
	
	.content-banner {
		height: 580px;
	}
	
	.gallery-collapsible-wrapper > ul > li {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}

    .banner-item.banner-item-home-04 .banner-headline {
        width: auto;
        padding-left: 200px;
        top: 26%;
    }
    .banner-item.banner-item-home-04 .banner-headline > .banner-promo-icon {
        left: 20px;
        bottom: 20px;
        width: 164px;
        height: 164px;
        background-size: 164px 164px;
    }
    .banner-item.banner-item-home-04 .free-rent {
        font-size: 30px;
    }
    .banner-promo-pricing-1 > .promo-pricing-label {
        font-size: 26px;
        width: 180px;
    }
    .banner-promo-pricing-1 > .promo-pricing-price > .price > span {
        font-size: 100px;
    }
    .banner-promo-pricing-1 > .promo-pricing-price > .price > .price-meta > span.duration {
        font-size: 42px;
    }
}