.loading{
	/*cursor:wait;*/
	pointer-events: none;
}

.img-chart:hover{
	opacity: 0.65;
	cursor:pointer;

}
.carousel-inner > .item > .img-carousel,
.carousel-inner > .item > a > .img-carousel {
      /*width: 70%;*/
	  /*height: 350px;*/
	/*  height: 100%;*/
	  /*width:auto;*/
/* 	  min-height: 400px ! important;
	  max-height: 400px ! important; */
	   /* width:400px;  */
	   height:400px; 
      margin: auto;
  }
  
.carousel-indicators li {
    /*display: inline-block;
	text-indent: 0;
    cursor: pointer;*/
	border-color:#EB5D74;    
}

.hide-indicators{
    display:none;
	
}
.carousel-indicators .active {
    background-color: #EB5D74;
}
	#myCarousel{
	width:100%; 
	/*height:400px;
	height:100%;
	margin:0;
	padding-bottom: 20px;
	/*background:black;*/
	/* float:left; */
	/*margin-top: 70px;*/
	overflow:hidden;
}

	.mainbox{
		margin:0 auto;
		/* width:85%; */
		width:85%;
	}
	#panelHome{
		margin:auto;
		/* width:100%; */
		height:400px;
		padding:5px;
		/* background:#F0F0F0; */
		height:auto;
		
		overflow:hidden;
	}
	#latestUpdates{
		/*float:right;*/
		
		/*background:black;*/
		padding: 25px;
		word-wrap: break-word;
		width:100%;
		
	}
	#latestUpdates h1{
		text-align: justify;
	}
	
	#latestUpdates p{
		
		/*font-size:20px;*/
	}

	
@media all and (max-width: 1000px) {

	/*#myCarousel{
	width:600px;
	height:400px;
	margin:0;
	padding-bottom: 20px;

	margin-top: 70px;
}*/

	.mainbox{
		
		/*border-radius: 19px 19px 19px 19px;
		-moz-border-radius: 19px 19px 19px 19px;
		-webkit-border-radius: 19px 19px 19px 19px;
		border: 0px solid #000000;*/
		/*-width:600px;*/
	}
	/*#panelHome {
		width:auto;
		max-width:350px;
		font-size: 1px;
	}*/
/*	#panelHome{
		margin:auto;
		width:700px;
		padding:20px;
		background:#F0F0F0;
		height:auto;
	}
	#latestUpdates{

		width:600px;
		padding: 20px;
		float:left;
	}
	*/
	body{
		overflow-x:scroll;
	}

}

@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
}



#homeQuery, #resultSearch{
	width:85%;
	height:auto;
	margin:auto;
	margin-top: 25px;
	padding:25px;

}

