@charset "utf-8";
/* CSS Document */
/*
			.panel-default>.panel-heading{
				background: #8b231d;
				color: #fff;
				box-shadow: none !important;
			}
			.panel-default{
				border-color:none !important;
			}
			.panel-group .panel{
				border:none !important;
			}
			.panel-title a:hover{
				color: #FFF !important;
			}
		
*/

.panel-default>.panel-heading{
				-webkit-transition: all 0.08s linear;
				-moz-transition: all 0.08s linear;
				-o-transition: all 0.08s linear;
				transition: all 0.08s linear;
				box-shadow:1px 1px 1px #333;
				background: #feecb7;
				color: #222;
			}
			.panel-default{
				border-color:none !important;
			}
			.panel-group .panel{
				border:none !important;
			}
			
			
			.panel-title a:hover, .panel-title a:active{
				color: #8b231d !important;
				
			}