﻿/*.glyphicon
{
    margin-right:4px !important; 
}*/
.carousel-caption-14 {
	position: absolute;
	right: 15%;
	bottom: 0px;
	left: 15%;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	text-transform: capitalize;
	display:none;
}
.carousel-caption-14 span{
	color: #c9f102;
	font-size: 24px;
}


.blink-btn {
    color: #666!important;
    border-color: #3bb44a!important;
    border-radius: 10px!important;
    outline: 0!important;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

/*.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}*/
.add2016 {
    width: 100% !important;
    /*height: 100px !important;*/
    margin-left: 0px;
	float: none;
	margin-bottom: 15px;
}
.ug {
    background-color: #C00 !important;
}
.master {
    background-color: #0B3F5B !important;
}
.management {
    background-color: #339900 !important;
    margin-top: 5px;
}
.view img {
	display: inherit;
	position: relative;
	width: auto;
	text-align: center;
	/*float: left;*/
	margin-right: auto;
	margin-left: auto;
}
.view a.info {
    margin-top: 7px;
}




/*=============================*/
.icon-box{
	position: relative;
}

.icon-box span{
	/*width: 30px;*/
	height: 30px;
	color: red;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	position: absolute;
	z-index: 100;
	font-weight: bold;
	top: 0px;
	background-color: #FF9;
	border-radius: 40px;
	padding: 5px;
	font-size: 10px;
	right: 20px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {color: red;}
  25%  {color: yellow;}
  50%  {color: blue;}
  100% {color: green;}
}

/* Standard syntax */
@keyframes example {
  0%   {color: red;}
  25%  {color: yellow;}
  50%  {color: blue;}
  100% {color: green;}
}
.bg-black {
	background-color: #000;
}
