@font-face {
	font-family: AvenirR;
	src: 
		url('../fonts/AvenirLTStd-Roman.otf') format("opentype"),
		url('../fonts/AvenirLTStd-Roman.eot') format('embedded-opentype'),
		url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
		url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}
.body-content a {
	text-decoration:none !important;
    color: #313435;
    border-bottom: 1px solid #888;
}
.body-content a:hover{
    color: #666;
    border-bottom: 1px solid #a0a0a0;
}
body, h1, h2, h3, h4, p{
	font-family: AvenirR !important;
	color: #313435;
}
p, input[type="submit"]{
	font-size: 16px;
}
input[type="file"]{
	margin-top: 10px;
	margin-bottom: 25px;
}
.navbar-toggle {
	margin-top: 14px;
	display: none;
}
.logo{
	max-height: 45px;
}

.btn-sucess, .btn-sucess:focus, .btn-sucess:active{
	border: none;
	background-color: #5b8f22 !important;
	color: #fff;
	outline: none;
	transition: all .2s ease-in-out;;
}

.btn-sucess:hover{
	background-color: #5e9423 !important;
	color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1235295) 0px 14px 45px, rgba(0, 0, 0, 0.109804) 0px 10px 18px !important;
}