/***************SLIDER AREA*****************/

.slider{
	background: -webkit-linear-gradient(top, #66b6fc 0%,#ffffff 85%);
	background: -moz-linear-gradient(top, #66b6fc 0%,#ffffff 85%);
	font-size: 10px;
	color: #fff;
}
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 50px;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
.carousel-caption p{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
	background: -webkit-linear-gradient(left, #000 , blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #000, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #000 , blue); /* Standard syntax */
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 8%;
    line-height: 1;
    top: 80%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}


@media screen and (max-width: 1199px){
.carousel-caption h1{
font-size:40px;
}
.carousel-caption p{
font-size:30px;
}
}

@media screen and (max-width: 990px){
.carousel-caption h1{
font-size:30px;
}
.carousel-caption p{
font-size:20px;
}
}

@media screen and (max-width: 594px){
.carousel-caption h1{
font-size:20px;
}
.carousel-caption p{
font-size:15px;
}
}