body{
	font-size: 18px; /*16px */
	line-height: 1.5;
	color:			#1f2416;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 3px;
    margin-bottom: 2px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ca0d14;
}

a:hover{
	text-decoration:none;
}


.carousel-control.left, .carousel-control.right{
	background: RGBA(0,0,0,0);
}

.btn-primary2 {
    color: #fff;
    background-color: #5c6c73;
    border-color: #5c6c73;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #777;
    border-color: #5c6c73;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumb{
	font-size: 				.75em;
	text-align:				right;
  	-webkit-border-radius: 	0 0 5px 5px !important;
	border-radius: 			0 0 5px 5px !important;
	background-color:		#dddddd !important;
	margin-bottom: 40px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

ol li{
	margin-bottom:10px;
}

.navbar-default {
	box-shadow: none;
}
