.navbar-inverse .navbar-toggle{
    -webkit-animation: color_change 1s infinite alternate;
	-moz-animation: color_change 1s infinite alternate; -ms-animation: color_change 1s infinite alternate;
	-o-animation: color_change 1s infinite alternate; animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {from{background-color: #ffcb05;} to {background-color: #fb3449;}}
@-moz-keyframes color_change {from {background-color: #ffcb05;} to {background-color: #fb3449;}}
@-ms-keyframes color_change {from{background-color: #ffcb05;} to {background-color: #fb3449;}}
@-o-keyframes color_change {from{background-color: #ffcb05;} to {background-color: #fb3449;}}
@keyframes color_change {from{background-color: #ffcb05;} to { background-color: #fb3449;}}

.navigation-bar{color: #bbb; padding: 0 10px; font-size: 15px;}
.navigation-bar a{color: #bbb;}
.navigation-bar a:hover, .navigation-bar a:active{color: #ebb101;}
.navigation-bar .txt{color: #333;}

#captcha, .captcha {margin-top:15px;}
.captcha span img{min-width: 160px; min-height: 46px; margin-left: 10px;}
.captcha .btn-refresh{margin-bottom: 0px; margin-left: 0px;}

.search{text-align: right; margin: 20px 10px 10px 10px;}

.search .search-btn{
	float: right;
	padding: 10px;
	background: #ebb101;
	cursor: pointer;
	border-radius:0 4px 4px 0;
	border: 2px solid #ebb101;
}

.search .search-form{
	padding-right: 6px;
	padding-left: 4px;
	text-align: right;
	height: 44px;
	font-size: 15px;
	color:#818285;
	font-weight: 300;
	outline: none;
	border: 1px solid #ebb101;
	width: 46%;
	border-radius:4px 0 0 4px;
}

.tags-distributed h2 {color: #ebb101; margin-top: 30px; margin-bottom: 25px;}
.tags-distributed .tags-body {text-align: center;}
.tags-distributed .tags-body p{display: inline-block; width: auto; padding:0 12px 5px 12px; margin-bottom:0;}
.tags-distributed a{color: #bbb;}
.tags-distributed a:hover {color: #ebb101;}

