@charset "utf-8";
/* CSS Document */

body,p{
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
  color: #666666;
}
.container-fluid,.img{
	max-width: 1435px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #4a4a4a !important;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #4472c4 !important;
}
/*.body-width{
	border-left: solid 1px; #b6b6b8; !important;
	border-right: solid 1px; #b6b6b8; !important;	
}*/

.img{
	margin: 0 auto;
}

h1,.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #4472c4 !important;
}
h2,.h2{
  font-size: 18px;
  font-family:Tahoma, Geneva, sans-serif;
  color: rgb(88, 88, 115);
  font-weight: bold;
}

a{
  color: #4472c4;
  text-decoration:none;
}
a:hover{
color: #4472c4;
  text-decoration:underline;
}

.footer-text{
  font-size: 14px;
  font-family:Tahoma, Geneva, sans-serif;
  color: rgb(255, 255, 255);
  padding: 16px;
}

.nav-link{
	color: #513d24;
	font-size: 20px;
	font-weight: bold;
}

.btn-primary{
	background-color:#4472c4;
	font-size: 20px;
	padding: 10px;
	color:#fff;
	border-radius:0px;
	border:none !important;
}
.btn-primary:hover{
	background-color:#4472c4 !important;
	color:#a1b8e1;
	border:none !important;
}

.text-success {
  color: #333;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #333;
}
.has-success .form-control {
  border-color: #333;
}
.text-danger {
  color: #ee1f27;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ee1f27;
}
.has-error .form-control {
  border-color: #ee1f27;
}

.bg-light{
	background-color: white !important;
}