@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&subset=latin-ext');
body{
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  line-height: 1.7em;
  font-size: 14px;
}
.panel-body{
color:#777;}
.panel-body h4{
color:black;
font-weight: 700;
}
.headline h2{
  position: relative;
  border-bottom: 1px solid rgba(0,0,0, .1);
  padding-bottom:12px;
  margin-bottom: 25px;
}
.headline h2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #428eea;
}
.color-wh{
  color: #fff;
}
#main-navbar-collapse{
  text-transform: uppercase;
  font-weight: 700;
}
.top-contact li{
  padding:0 10px;
}
.navbar-collapse ul li a{
  position: relative;
  border-bottom: 2px solid transparen;
  transition: border, color 250ms;
}
.navbar-collapse>ul>li>a:after{
  content: "";
    position: absolute;
    height: 5px;
    width: 0px;
    bottom: 0px;
    left: 50%;
    background-color: #428eea;
    transform: translateX(-50%);
    transition: 250ms ease all;
}
.navbar-collapse>ul>li>a:hover{
  color: #428eea !important;
}
.navbar-collapse>ul>li>a:hover::after{
  width:100%;
}
.no-padding{padding:0;}
.padding-t-b-12{
  padding: 12px 0;
}
.no-margin{
  margin:0;
}
.margin-t-12{
  margin-top:12px;
}
.margin-t-24{
  margin-top:24px;
}
.margin-t-36{
  margin-top:36px;
}
.info-bar{
  background-color: #428eea;
  color: #f7faff;
  border-bottom: 2px solid rgba(0,0,0, .25);
  border-top: 1px solid rgba(0,0,0, .15);
}
.no-radius{
  border-radius:0 !important;
}
.no-border{
  border:none;
}
.border-b{
  border-bottom: 1px solid rgba(0,0,0, .1);
}
.border-t-b{
  border-width:1px 0;
  border-style: solid #ccc !important;
}
.navbar-white{
  background-color: #fff !important;
}
.credits{
  opacity:.6;
}
.credits:hover{
  opacity:1;
}
.border-section-t-b{
  margin-top:50px;
  margin-bottom:50px;
  border-top:2px solid #428eea;
  /*border-bottom:2px solid #428eea;*/
}
.box1{

}
.f-bold{
  font-weight: 700;
}
footer{
  color:#fff;
  background-color:#313131;
  padding: 25px 0 0 0;
  border-top: 2px solid rgba(0,0,0, .25);
}
.footer-area, .copyright{
  color:#8d8d8d;
}
footer h4{
  color:#fff !important;
}
footer a{
  color:#428eea;
}
footer a:hover{
  color:#428eea;
}
.copyright{
  background-color: rgba(0,0,0, .2);
  padding:15px 0;
  margin-top:15px;
}
