body{
font-family: 'Raleway', sans-serif;	

}
.navbar{
	padding-top:0px;
}

.navbar-brand{
	padding-top:0px;
}

.navbar-light .navbar-nav .nav-link{
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	padding-right:0px;
	padding-left:30px;
}

.navbar-light .navbar-nav .active>.nav-link{
	    color: #FDE454;
		
}

.top-links{
	text-align:right;
	color: #FDE454;
}

.top-links a{
	font-size:18px;
	font-weight:500;
	color: #FDE454;
	
}


.carousel-caption span{
	font-size:12px;
	font-weight:600;
	color: #FDE454;
	overflow:hidden;
	margin-bottom:6px;
	display:block;
	text-transform:uppercase;
	
}


.carousel-caption{
	bottom:auto;
	top:295px;
	left:11%;
	right:9%;
}

.carousel-caption h2{
	font-size:70px;
	font-weight:800;
	line-height:74px;
	clear:both;
	
}

.carousel-caption .float-left{
	width:70%;
}
.carousel-caption hr{
	width:60px;
	float:left;
	height:4px;
	border-top: 1px solid #FDE454;
	margin-top:12px;
	margin-right:8px;
}

.carousel-control-prev,.carousel-control-next{
	opacity:1;
}

.button{
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	border:3px solid #fff;
	width:180px;
	display:inline-block;
	margin-bottom:16px;
	padding:14px 0px;
	text-align:Center;
	font-weight:600;
}

.carousel-control-prev{
	top:5%;
}

.carousel-control-next{
	top:5%;
}

.caption-right{
	margin-top:140px;
	width:24%;
}

.carousel-caption ul{
	
	list-style:none;
	float:right;
}

.carousel-caption ul li a{
	color:#fff;
}

.carousel-caption ul li{
	margin-bottom:15px;
}

.carousel-indicators li{
	width:9px;
	height:9px;
	border-radius:50px;
	margin:0px 8px;
	background:#3B2B2B;
}

.carousel-indicators .active{
	background:#FDE454;
}

.button:hover{
	color:#fff;
}

.event-list span {
    font-weight: bold;
    color: #5C5C5C;
    
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
}

.semi-heading{
	color:#D1BB10;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	margin:45px 0px 25px;
}

.event-list {
    list-style: none;
    padding: 0px;
	padding-right:5px;
}

.event-list li {
    padding: 14px 0px;
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
}

.event-list img {
    float: left;
    margin-right: 18px;
}

.event-list p {
    float: left;
    font-size: 14px;
    line-height:20px;
    color: #5c5c5c;
    width: 72%;
    margin: 0px;
}

.date i {
    margin-right: 8px;
}

.event-list span.date {
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 8px;
    display: block;
    font-weight:normal;
    margin-bottom: 0px;
    text-transform: none;
}

.scroll{
	padding:0px 0px 0px 15px;
	border-right:1px solid #E1E1E1;
	overflow:hidden;
}


.scrollpanel {
  
  width: 100%;
  height: 460px;
  
}
.scrollpanel .sp-scrollbar {
  width: 6px;
  
  cursor: pointer;
}
.scrollpanel .sp-scrollbar .sp-thumb {
  background-color: #D2BB13;
  transition: height 0.2s ease-in-out;
}
.scrollpanel .sp-scrollbar.active .sp-thumb {
  background-color: #999;
}
.no2 .sp-scrollbar,
.no4 .sp-scrollbar {
  margin: 4px;
}
.no3,
.no4 {
  border-radius: 9px;
}
.no3 .sp-scrollbar,
.no4 .sp-scrollbar {
  border-radius: 5px;
}
.no3 .sp-scrollbar .sp-thumb,
.no4 .sp-scrollbar .sp-thumb {
  border-radius: 5px;
}

.heading{
	font-size:50px;
	font-weight:600;
	margin-bottom:26px;
}
.semi-heading1{
	margin-bottom:5px;
}

.para{
  font-size:18px;
  width:92%;
  margin:0 auto;
  line-height:30px;
  font-weight:600;  
}

.scroll1{
	border:0px;
	border-left:1px solid #e1e1e1;
	padding:0px 0px 0px 0px;
}

.scroll1 ul li {
	padding-left:20px;
	
}

.scroll1 p{
	width:62%;
	float:right;
}
.event-list p.text{
	margin-top:30px;
	
}

.event-list p.text1{
	margin-top:14px;
	
}

.event-list li.padding{
	padding-top:30px;
	padding-bottom:30px;
}

.middle-col{
	padding-top:30px;
	padding-bottom:40px;
}

.gallery{
	background:#F1F1F1;
	overflow:hidden;
	padding:25px 0px 80px;
}

.item {
    margin-bottom: 6px;
    float: left;
    padding: 0px;
    
}

.item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.overlay {
    opacity: 0;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.item:hover .overlay {
    opacity: 1;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
	top:0px;
    background: rgba(253, 228, 84, 0.6);
}

.item a img {
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
    margin: 0px;
	width:100%;
}

.item a i {
    color: #000;
}


.item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item a .icon-gallery {
    opacity: 0;
    position: absolute;
    z-index: 101;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    top: 50%;
    margin-left: -50px;
    left: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
}


.item a:hover .icon-gallery {
    display: block;
    opacity: 1;
}

#carouselExampleIndicators1 .carousel-inner{
	margin:40px 0px;
}

#carouselExampleIndicators1 .carousel-indicators{
	bottom:12px;
}

#carouselExampleIndicators1{
	padding-bottom:40px;
}

.button1{
	clear:both;
	display:inline-block;
	margin:0 auto;
	background:#F9E76B;
	color:#000;
	border-color:#F9E76B;
	font-size:14px;
	font-weight:600;
}

.contact{
	background:url(../images/footerbg.jpg) no-repeat;
	overflow:hidden;
	padding:50px 0px;
}

.contact .semi-heading{
	color:#fff;
}

.contact .heading{
	color:#FDE454;
}

.form-control{
	border:0px;
	border-bottom:1px solid #D1D1D1;
	background:none;
	border-radius:0px;
	padding:12px 6px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:14px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  font-size:14px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  font-size:14px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  font-size:14px;
}

textarea{
	height:150px;
}

.submit{
	width:100%;
	font-weight:bold;
	margin-top:35px;
}

.submit:hover{
	color:#000;
	
}

.box {
    font-weight: 300;
    font-size: 14px;
    overflow: hidden;
    color: #000;
    margin-bottom: 20px;
}

.box p {
    line-height: 26px;
    
    font-weight: 400;
    font-size: 18px;
    color:#FDE454;
}

.box p span {
    display: block;
	
    margin-bottom: 18px;
    text-transform: uppercase;
	color:#fff;
	font-size:16px;
	font-weight:600;
}

.box p a{
	line-height: 26px;
    
    font-weight: 400;
    font-size: 18px;
    color:#FDE454;
}

.contact .heading{
	margin-bottom:70px;
}

.contact .row{
	justify-content:space-between;
}

footer{
	background:#0E0E0E;
	padding:45px 0px;
	color:#6F6F6F;
	font-size:16px;
}

.link{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	margin:0px 20px;
}

.link i{
	margin-right:16px;
}

footer p:first-child{
	color:#fff;
	margin-bottom:40px;
}

footer p{
	margin:0px;
}

footer p:last-child a{
	color:#FDE454;
}


.nav-bg{
	background: rgba(0, 0, 0, 0.8);
	
}

.navbar-light .navbar-nav .nav-link:hover{
	color:#FDE454;
}

.caption{
	top:108px;
}

.caption .caption-right {
    margin-top: 40px;
  
}

.carousel-caption hr {
    
    
    margin-top: 8px;
    
}

.rentals{
	padding:30px 0px;
}

.event-list1{
	padding:0px;
}

.event-list span.rate{
	font-size:16px;
}


.event-list1 li{
	border:0px;
	padding:14px 15px;
	margin-bottom:20px;
}

.event-list1 p{
	margin-top:45px;
	
	width:45%;
	float:right;
}

.video{
	background:url(../images/youtube.jpg) no-repeat;
	padding:130px 0px;
	font-size:50px;
	color:#fff;
	overflow:hidden;
	font-weight:100;
	line-height:50px;
	font-style:italic;
}

.video a{
	color:#fff;
}

.video span{
	font-weight:600;
	
	
	font-style:normal;
}

.yellow{
	color: #FDE454;
}

.video p{
	margin-bottom:0px;
}


.c-box{
	position:relative;
	width:100%;
}

.y-icon{
	border-radius:25px;
	background:#FF1325;
	color:#fff;
	text-align:center;
	width:45px;
	line-height:normal;
	height:45px;
	padding:12px 0px;
	display:block;
	margin:0 auto;
	margin-top:10px;
	font-size:18px;
}

.camp-right-col{
	background:#FDE755;
	padding:0px 30px 26px 60px;
	position:absolute;
	right:15px;
	width:56%;
	top:50px;
	z-index:99;
}

.camp-heading{
	color:#333;
	margin-bottom:18px;
}

.para1{
	font-size:14px;
	line-height:20px;
}

.c-box{
	overflow:hidden;
	margin-bottom:35px;
}

.camp-left-col{
	right:auto;
	left:15px;
}

.img{
	width:100%;
}

.c-box1{
	background:url(../images/try.jpg) no-repeat;
	
	padding:50px 0px;
}

.camp-left-col1{
	position:static;
	overflow:hidden;
	width:40%;
	background:rgba(253,231,85,0.8);
	padding: 0px 25px 26px 45px;
}

.campsites{
	padding-top:60px;
}

.success-message{
	color:#fff;
	font-size:14px;
	display:none;
}


.error{
	color:Red;
	font-size:14px;
}

.modal-dialog {
    max-width: 660px;
    
}

.modal-content{
	padding:10px 30px;
}


.modal-title{
	margin:0 auto;
	text-transform:uppercase;
}

.modal-header{
	border:0px;
}

.modal .form-control{
	border-color:#000;
	color:#000;
}

.modal-header .close{
	position:absolute;
	right:14px;
	font-size:18px;
	top: 10px;
    opacity: 1;
}


.modal-body .success-message {
    color: green;
}

#carouselExampleIndicators .carousel-item img{
	width:100%;
}

.tint {
    background: rgba(0,0,0,0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}


@media screen and (max-width: 1199px) {
	
	
	.video{
		background-size:cover;
	}
	
	.event-list p{
		width:70%;
	}
	
	.scroll1 p {
    width: 57%;
}

.caption-right {
    
    width: 29%;
}
	
.event-list1 p {
    width: 36%;
}

.banner img{
	width:100%;
	height:250px;
}

.caption h2 {
    font-size: 58px;
    line-height: 60px;
}


.camp-right-col{
	top:38px;
}

}


@media screen and (max-width: 1024px) {
	
	
	.event-list p {
    width: 65%;
}

.scroll1 p {
    width: 49%;
}

.event-list1 p {
    width: 36%;
}
	
}


@media screen and (max-width: 991px) {
	
.carousel-caption h2 {
    font-size: 64px;
}

.carousel-caption .float-left {
    width: 62%;
}

.caption-right {
    width: 35%;
}

.navbar-expand-md .navbar-collapse {
    display: none !important;
	position: absolute;
    left: 0px;
    top: 92px;
    background: rgba(0,0,0,0.8);
    padding: 12px 0px;
	width:100%;
	    max-width: 700px;
	margin:0 auto;
	right:0px;
}

.navbar-expand-md .navbar-collapse.show{
	display:block !important
}


.scroll1 p{
	width:80%;
	float:left;
}


.event-list p {
    width: 78%;
}

.navbar-expand-md .navbar-toggler {
    display: block;
	float:Right;
}

.navbar-expand-md .navbar-nav{
	flex-direction:column;
}

.contact .col-lg-7{
   margin-bottom:40px;	
	
}

.contact{
	background-size:cover;
}

.event-list1 img{
	float:none;
	margin:0 auto;
}

.event-list1 p{
	width:Auto;
	float:none;
}

.caption h2 {
    font-size: 54px;
}

.camp-right-col {
    
    position: static;
    width: auto;
    overflow: hidden;
    margin: 0 15px;
}

.c-box .float-right{
	float:none !important;
}



}



@media screen and (max-width: 800px){
	

.carousel-caption h2 {
    font-size: 57px;
}

.button{
	width:168px;
}

.carousel-caption ul{
	padding:0px;
}

.carousel-caption h2 {
    font-size: 50px;
}


.caption{
	left:6%;
}


}


@media screen and (max-width: 767px){
	
.video{
	padding:110px 0px;
}


.carousel-caption ul {
    padding: 0px;
    margin-left: 40px;
}


.caption-right {
    width: auto;
    float: left !important;
	margin-top:56px;
}

.carousel-caption .float-left {
    width: auto;
}

.carousel-caption{
	top:220px;
	
}

.navbar-expand-md .navbar-collapse{
	max-width:540px;
}

.caption h2 {
    font-size: 40px;
}

.caption {
    top: 100px;
}

.banner img {
    width: 100%;
    height: 230px;
}

.caption .caption-right {
    width: 35%;
	float:right !important;
}

.event-list1 li:last-child{
	float:none !Important;
}

.caption .button {
    width: 146px;
}

.caption ul {
    padding: 0px;
    margin-left: 30px;
}

.caption .button {
    width: 132px;
}

#carouselExampleIndicators .carousel-item img {
    width: auto;
}

}


@media screen and (max-width: 540px){
	
.carousel-item .col-sm-6{
	width:50%;
}

.event-list p {
    width: 74%;
}


.carousel-caption h2 {
    font-size: 54px;
    line-height: 60px;
}


.navbar-expand-md .navbar-collapse{
	max-width:none;
	left:15px;
	width:Auto;
	right:15px;
}

.navbar-brand img{
	width:170px;
}

.button {
    width: 158px;
}

.caption h2 {
    font-size: 38px;
	line-height: 30px;
}

.caption hr{
	margin-bottom:6px;
}

.caption {
    top: 74px;
}

.banner img {
    width: 100%;
    height: 210px;
}

.caption .caption-right {
    width: auto;
    float: left !important;
    margin-top: 6px;
}

.caption .button{
	padding:8px 0px;
}

.caption ul li {
    margin-bottom: 0px;
}

.event-list1 li{
	text-align:Center;
	float:none !important;
}

.event-list1 p {
    width: auto;
}

.camp-right-col{
	padding-left:40px;
}

}


@media screen and (max-width: 414px){

.video{
	font-size:48px;
}

.event-list p {
    width: 66%;
}

.nav-right {
    float:right;
    width: 43%;
}

.carousel-caption h2 {
    font-size: 50px;
    line-height: 60px;
}

.button {
    width: 134px;
}

.caption h2 {
    font-size: 34px;
    line-height: 30px;
}

}


@media screen and (max-width: 414px){
	
.navbar-brand img {
    width: 120px;
}

.banner img {
    width: 100%;
    height: 190px;
}

.caption span{
	margin-bottom:2px;
}

.caption h2 {
    font-size: 30px;
    line-height: 30px;
	
	margin-bottom:4px;
}

.caption {
    top: 60px;
}

.event-list1 p {
    width: auto;
}

.camp-left-col1{
	margin:0px;
}

}



@media screen and (max-width: 375px){
	
.carousel-caption h2 {
    font-size: 44px;
    line-height: 60px;
}

.carousel-caption ul {
    padding: 0px;
    margin-left: 18px;
}

.button {
    width: 124px;
}

.caption h2 {
    font-size: 30px;
    line-height: 30px;
    
}

.c-box1{
	padding:40px 0px;
}

}


@media screen and (max-width: 360px){

.carousel-caption {
    top: 146px;
}

.event-list p {
    width: 60%;
}

.heading {
    font-size: 46px;
}

.link {
    
    margin: 0px 15px;
}


.carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}



.top-links a {
    font-size: 16px;
}

.event-list1 p {
    width: auto;
}

.caption h2 {
    font-size: 30px;
    line-height: 30px;
}

.caption {
    top: 60px;
}

.c-box1 {
    padding: 30px 0px;
}

}



