body {
  font-family: "Calibri", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #777;
  background-color: #fff;
}



.navbar-brand {
  float: left;
  width:250px;
  height: 74px;
  padding: 15px 15px;
  background-image:url(../../assets/img/lg.png);
  background-size:contain;
  background-repeat:no-repeat;
}

.navbar {
  min-height: 80px;
  margin-bottom:0;
}

.navbar-default {
  background-color: #fff;


}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #999;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #536c91;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {


  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;

  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


/*FORM */
.form-control {
  width: 100%;
  color:#999;
  border: none;
  background-color: #eee;
}

.form-control:focus {
  background-color: #fff;
}

.input-lg {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom:25px;
}

select.input-lg {
  height: 50px;
  line-height: 46px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .8);
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: inherit;*/
	font-weight: 300;
	color: inherit;
	/*modificado*/
	font-family: 'Roboto', sans-serif;
	letter-spacing:-0.5px;
	line-height: 1.3;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	/*modificado margin-bottom: 10px*/
	margin-bottom: 18px
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 42px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
