.slider {
    background-image: url('../images/slide.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    height: 603px;
}
.page-con-area {
    background-image: url('../images/page-con-area-bg.png');
    background-color: #ab8d69;
    background-position: center top;
}
.quick-search {
    margin: -65px 0 0 0;
}
.quick-search-box {
    float: left;
    margin: 0 1%;
    width: 31.3%;
}
.quick-search-box {
    float: left;
    margin: 0 1%;
    width: 31.3%;
    position: relative;
}
.quick-search-box a, .quick-search-box img.thumb, .welcome-area .right-img img {
    float: left;
}
.quick-search-box img.thumb {
    border: 5px solid #3a2b21;
}
.quick-search-box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 28px;
    font-family: antonio;
    color: #fff;
    line-height: 34px;
    padding: 16px 20px 6px 20px;
    background-color: #0f3d00;
    background-color: rgba(15, 61, 0, 0.86);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quick-search-box a:hover .text {
    background-color: #0f3d00;
    background-color: rgba(15, 61, 0, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quick-search-box .text img {
    float: right;
    margin: 2px 0 0 0;
}
.welcome-area {
    padding: 38px 0;
}
.welcome-area .left-text {
    float: left;
    width: 56%;
    padding: 35px 0 0 1%;
}
.welcome-area .right-img {
    float: right;
    width: 40%;
}
.welcome-area .left-text .heading, .book-a-tour .right-text .heading {
    font-size: 60px;
    font-family: antonio;
    color: #edc576;
    line-height: 70px;
    margin: 0 0 15px 0;
}
.welcome-area .left-text .simple-text, .book-a-tour .right-text .simple-text {
    color: #fff;
    line-height: 26px;
}
.book-a-tour {
    background-color: #483425;
    background-color: rgba(72, 52, 37, 0.67);
    padding: 26px 0;
}
.left-img {
    float: left;
    width: 44%;
}
.book-a-tour .right-text {
    float: right;
    width: 52%;
    margin: 0 0 0 0;
}
.book-a-tour .right-text a.contact, .community-events-con a.more-events {
    margin: 45px 0 0 0;
    float: left;
    color: #fff;
    font-family: antonio;
    font-size: 26px;
    line-height: 30px;
    padding: 12px 76px 8px 76px;
    border-radius: 10px;
    background-color: #0d3500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.book-a-tour .right-text a.contact:hover, .community-events-con a.more-events:hover {
    background-color: #171717;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.community-reviews {
    background-image: url('../images/community-reviews-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 45px 0 55px 0;
}
.community-events {
    float: left;
    width: 66%;
}
.advisor-reviews {
    float: right;
    width: 32%;
}
.community-events .heading, .advisor-reviews .heading {
    font-size: 36px;
    font-family: antonio;
    color: #ebbd60;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 35px 0 0 15px;
    background-color: #312017;
}
.community-events-con {
    padding: 50px 35px 28px 35px;
    background-color: #e1d2bc;
    background-color: rgba(225, 210, 188, 0.7);
}
.community-events-con .date {
    font-size: 24px;
    padding: 0 0 0 0;
    line-height: 30px;
}
.community-events-con .event a {
    font-weight: bold;
    color: #6a441d;
    line-height: 24px;
}
.community-events-con .event a:hover {
    text-decoration: underline;
}
.community-events-con .event {
    margin: 0 0 45px 0;
}
.community-events-con a.more-events {
    margin: 27px 0 0 0;
    font-size: 20px;
    padding: 12px 90px 6px 90px;
    text-transform: uppercase;
}
.advisor-reviews-con {
    padding: 35px 18px 18px 18px;
    background-color: #e1d2bc;
    background-color: rgba(225, 210, 188, 0.7);
}
.advisor-reviews-con .simple-text {
    font-style: italic;
    line-height: 23px;
    padding: 0 0 25px 0;
}
.advisor-reviews-con .images img {
    float: right;
    margin: 7px 0 0 0;
}
.advisor-reviews-con .images img:first-child {
    float: left;
}




.welcome-area .right-img {
	position: relative;
	z-index: 1;
	width: 493px;
	height: 407px;
}
.video-container {
	position: absolute;
	z-index: 2;
	width: 493px;
	height: 407px;
}
.video-container .video {
	margin: 30px 33px 0 31px;
	width: 429px;
	height: 241px;
	background-color: #333333;
	overflow: hidden;
}
.video-container .video video {
	width: 429px;
	height: 241px;
}
.video-container .video-link a {
	display: block;
	width: 493px;
	height: 136px;
	overflow: hidden;
	text-indent: -9999px;
}








@media screen and (max-width: 1362px) {

	.quick-search-box a {
	  width: 100%;
	}
	.quick-search-box .text {
	  padding: 10px 15px 4px;
	}
	.quick-search {
	  margin: -40px 0 0;
	}
	.slider {
	  background-size: cover;
	  height: 440px;
	}
	.welcome-area .left-text {
	  padding: 20px 0 0; 
	    float: left;
	    width: 47%;
	}
	.welcome-area .left-text .heading, .book-a-tour .right-text .heading {
	    font-size: 40px; 
	  line-height: 60px;
	  margin: 0 0 5px;
	}
	.book-a-tour .right-text {
	  margin: 15px 0 0;
	}
	.community-events .heading, .advisor-reviews .heading {
	  font-size: 30px;
	  line-height: 38px;
	}
	.advisor-reviews-con .images img {
	  width: 45%;
	}
	.advisor-reviews-con .simple-text {
	  padding: 0 0 15px;
	}
	.community-events-con a.more-events {
	  padding: 12px 50px 6px;
	}
}
@media screen and (max-width: 992px) {
	.slider {
	  height: 360px;
	}
	.welcome-area .left-text, .welcome-area .right-img{
		width:100%;
	}

	.welcome-area .left-text .heading, .book-a-tour .right-text .heading {
	  font-size: 36px;
	  line-height: 44px;
	  margin: 0 0 5px;
	}
	.community-events .heading, .advisor-reviews .heading {
	  font-size: 24px;
	  line-height: 32px;
	}
	.community-events-con {
	  padding: 20px;
	}
	.community-events-con .event {
	  margin: 0 0 41px;
	}
}
@media screen and (max-width: 768px) {
	.quick-search-box, .welcome-area .left-text, .welcome-area .right-img, .left-img, .book-a-tour .right-text, .community-events, .advisor-reviews {
	  width: 100%;
	}
	.quick-search, .book-a-tour .right-text a.contact, .advisor-reviews, .community-events-con a.more-events {
	  margin: 15px 0 0 0;
	}
	.quick-search-box {
	  margin: 10px 0;
	  max-width: 340px;
	}
	.welcome-area .left-text {
	  padding: 0;
	}
	.welcome-area .left-text .heading, .book-a-tour .right-text .heading {
	  font-size: 28px;
	  line-height: 36px;
	  margin: 0 0 5px;
	}
	.community-events-con .event {
	  margin: 0 0 20px;
	}
	.advisor-reviews {
	  float: left;
	  max-width: 320px;
	}



	.welcome-area .right-img {
		width: 100%;
		height: auto;
	}
	.video-container {
		width: 100%;
		height: auto;
	}
	.video-container .video {
		margin: 6% 7% 0 6%;
		width: 87%;
		height: auto;
		background-color: transparent;
	}
	.video-container .video video {
		width: 100%;
		height: auto;
	}
	.video-container .video-link a {
		width: 100%;
		height: 80px;
	}

	.welcome-area .right-img {
		max-width: 493px;
		max-height: 407px;
	}
	.video-container {
		max-width: 493px;
		max-height: 407px;
	}
	.video-container .video {
		max-width: 429px;
		max-height: 241px;
	}
	.video-container .video video {
		max-width: 429px;
		max-height: 241px;
	}
	.video-container .video-link a {
		max-width: 493px;
		max-height: 136px;
	}

}
