/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
body{
	color:#000;	
}
.owl-carousel-4col .thumb,
.owl-carousel-2col .thumb,
.owl-carousel-3col .thumb{
	position:relative;
}
.owl-carousel-4col .thumb span,
.owl-carousel-2col .thumb span,
.owl-carousel-3col .thumb span{
	position:absolute;
	bottom:4px;
	right:4px;
	display:block;
	padding:2px 6px 2px 6px;
	background:rgba(255,255,255,0.8);
}
em{
	font-style: normal !important;
}
#news_full p{
	text-align: justify;
	text-align-last: center;
}

.icn-spinner {
	animation: spin-animation 0.5s infinite;
	display: inline-block;
  }
  
  @keyframes spin-animation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(359deg);
	}
  }

.input-group .btn-primary{
  color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.input-group .btn-primary *{
	color: #fff;
}