/*This site designed by Ramez Noshey ( Ramez_Leeno@hotmail.com , 01002439858 )*/
.bluehover{
	background-color: #2980b9;
	color: #FFFFFF;
	transition: all 0.5s;
}
.bluehover:hover{
	background-color: #19b5fe;
	color: #FFFFFF;	
}
/*.buttmain{
	background-color: #F7F7F7;
	color: #2b2b2b;
	padding: 10px;	
	transition: all 0.5s;
}
.buttmain:hover{
	background-color: #2980b9;
	color: #FFFFFF;
	padding-left: 20px;	
}*/

.butt{
	background-color: #2980b9;
	color: #FFFFFF;
	padding-left: 6px;	
	transition: all 0.5s;
	
}
.butt:hover{
	background-color: #19b5fe;
	color: #FFFFFF;
	padding-left: 20px;	

}

.footerbutt{
	color: #19b5fe;
	padding-left: 6px;	
	transition: all 0.5s;
	
}
.footerbutt:hover{
	color: #2b2b2b;
	padding-left: 20px;	

}

.carousel-caption-upd{
	position:absolute;
	height: 130px;
	right:2%;
	bottom:50px;
	left:2%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center
}

@media screen and (min-width: 600px) { /*large width*/
	.carousel-caption-upd{
		position:absolute;
		right:15%;
		bottom:20px;
		left:15%;
		z-index:10;
		padding-top:20px;
		padding-bottom:20px;
		color:#fff;
		text-align:center
	}
}

@media screen and (min-width: 992px) { /*large width*/
	.carousel-caption-upd{
		position:absolute;
		right:10%;
		bottom:20px;
		left:10%;
		z-index:10;
		padding-top:20px;
		padding-bottom:20px;
		color:#fff;
		text-align:center
	}
}