/*

	fix fropdown for homepage mobile

*/

/* Fix dropdown for Homepage on Mobile */



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

	.carousel-inner {

		z-index: 999;

	}

}

/* Fix for nav arrows on Slider */

.carousel-control {

  	position: absolute;

  	top: initial;

  	bottom: 219px;

  	text-align: center;

}

.carousel-control.left {

	left: 45%;

	z-index: 9999;

}

.carousel-control.right {

	right: 45%;

	z-index: 9999;

}

@media screen and (min-width: 1200px) and (max-width: 1500px){

	.carousel-control.left {

		left: 44% !important;

	}

	.carousel-control.right {

		right: 44% !important;

	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.carousel-control.left {

		left: 43% !important;

	}

	.carousel-control.right {

		right: 43% !important;

	}	

}

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

	.carousel-control {

		bottom: 22px !important;

	}	

	.carousel-indicators {

		z-index: 1000;

	}	

}

@media screen and (min-width: 350px) and (max-width: 767px){

	.carousel-control.left {

		left: 35% !important;

	}

	.carousel-control.right {

		right: 35% !important;

	}

}

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

	.carousel-control.left {

		left: 30% !important;

	}

	.carousel-control.right {

		right: 30% !important;

	}

}



@media screen and (min-width: 1000px) and (max-width: 1050px) {

	.navbar-nav > li {

		padding: 0 36px !important;

	}

}