@import url(http://fonts.googleapis.com/css?family=Londrina+Solid);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
@font-face{
	 font-family:'Eras Medium ITC';
	 src: url(../../fonts/clos/ERASMD.TTF);
	} 
@font-face{
	 font-family:'Eras Demi ITC';
	 src: url(../../fonts/clos/ERASDEMI.TTF);
	} 


img.pull-left{
	margin-right:10px;
}

img.pull-right{
	margin-left: 10px;
}

h1{
	  font-family: 'Eras Demi ITC', cursive;
  font-style: italic;
  text-shadow: 1px 1px 1px #372E2F;
  color: #A8D36F;
  font-size: 26pt;
}

@media (min-width: 992px)
{
	h1{
		font-size: 38pt;
	}
}

h2{
	font-family: 'Eras Medium ITC', sans-serif;
	color:#372e2f;
	border-bottom:solid 3px #a8d36f;
}

h3{
	font-size:14pt;
	color:#555;
	font-weight: bold;
	font-style: italic;
	margin-top:20px;
}

h3 a{
	
	color:#7D9957;
}

h3 a:hover{
	color: #A8D36F;
}

.label-default{

	color:#f4f8ec;
	background:#372e2f;

}

.label{
	border-radius:0;
	padding:5px;
	line-height: 16px;
	margin: 3px;
	font-size:10pt;
	font-weight: normal;

}

.well{
	box-shadow: none;
	border:none;
	border-radius:0;
	background:#bfdf95;
}

.bg-success{
	color:#111;
	background:#dae8c1;
	padding:5px;
}

.bg-primary{
	color:#f4f8ec;
	background:#372e2f;
	padding:5px;
}

.bg-warning{
	color:#111;
	background:rgb(243,243,211);
	padding:5px;
}

.bg-error{
	padding:5px;
	color:#111;
	background:#EFD3CB;
}

.bg-info{
	background:rgb(216,232,244);
	padding:5px;
	color:#111;
}

.table img{
	width:100%;
	height:auto;
	display:inline-block;
}