/***********GLOBAL********/

/*navigation*/
.dropdown-menu{
	min-width:215px;	
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus{
  color: #fff;
  background-color: #F8B335;
}



/***********HOMEPAGE********/

.carousel-caption img{
	width:80%;
	max-width:800px;
	height:auto;	
	position:relative;
	top:0;
	left:0;
	min-height:inherit;
	margin-bottom:40px;
}
.carousel-inner>.item>img{
	max-width:none;	
}
.index-img img{
	width:100%;
	height:auto;	
}

/***********SERVICES********/
.services-body a{
	color:#000000;
	font-weight:bold;
}
.services-body a:hover{
	color:#F8B335;
	font-weight:bold;
}

/***********GALLERY********/
.gallery-inner li{
	width:25%;	
}


/***********CONTACT********/
.contact-body a{
	color:#000000;
}
.contact-body a:hover{
	color:#F8B335;
}
.honey{display:none;}


/***********MEDIA QUERIES********/

@media screen and (min-width: 1921px) {
	/*HOMEPAGE BANNER*/
	.carousel-inner>.item>img{
		max-width:100%;
		width:100%;
	}
	.banner-1{
		background-image: url("../img/slider-images/slider1-1920.jpg");
		background-size:cover;
	}
	.banner-2{
		background-image: url("../img/slider-images/slider2-1920.jpg");
		background-size:cover;
	}
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
	/*HOMEPAGE BANNER*/
	.banner-1{
		background-image: url("../img/slider-images/slider1-1920.jpg");
		background-size:cover;
	}
	.banner-2{
		background-image: url("../img/slider-images/slider2-1920.jpg");
		background-size:cover;
	}
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
	/*HOMEPAGE BANNER*/
	.banner-1{
		background-image: url("../img/slider-images/slider1-1600.jpg");
		background-size:cover;
	}
	.banner-2{
		background-image: url("../img/slider-images/slider2-1600.jpg");
		background-size:cover;
	}
}
@media screen and (min-width: 501px) and (max-width: 1440px) {
	/*HOMEPAGE BANNER*/
	.banner-1{
		background-image: url("../img/slider-images/slider1-1440.jpg");
		background-size:cover;
	}
	.banner-2{
		background-image: url("../img/slider-images/slider2-1440.jpg");
		background-size:cover;
	}
}
@media screen and (max-width: 991px) {
	.gallery-inner li{
		width:50%;	
	}
	.index-img img{
		width:30%;
		height:auto;	
		min-width:250px;
		display:block;
		margin: 0px auto 10px auto;
	}

}
@media screen and (max-width: 500px) {
	/*HOMEPAGE BANNER*/
	.header-carousel .item{
		height:400px;	
	}
	.banner-1{
		background-image: url("../img/slider-images/slider1-500.jpg");
		background-size:cover;
	}
	.banner-2{
		background-image: url("../img/slider-images/slider2-500.jpg");
		background-size:cover;
	}
	.navbar-brand img{
		width:200px;
		height:auto;	
		padding-top:15px;
	}
}