.fontlora {
  font-family: 'Lora', serif !important;
}
#top-header .header-logo img {
  height: 45px;
}
.link_u {
  color: #1F9EEC;
  text-decoration: underline;
}
.tabs-wrapper-other .nav > li > a {
  display: block;
  padding: 10px 28px!important;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}
.tabs-wrapper-other .tab-content {
  font-size: 13px;
}
.nav-tabs {
  height: 40px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  text-align: center;
  margin-bottom: 16px;
}
.tab-pane {
  padding-top: 20px;
}
.tab-content .loc-name p {
  font-size: 14px;
  margin: 0 0 6px;
  text-align: center;
}
.tab-content .col-xs-6 {
  width: 49%;
  display: inline-block;
  height: 38px;
}
.serv_info {
  clear: both;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 6px;
  padding-right: 6px;
}
.serv_info h3 {
  text-align: center;
  font-size: 19px;
  color: #1F9EEC;
  margin-bottom: 4px;
}
.serv_info .sec-tit {
  font-size: 18px;
  line-height: 30px;
}
.serv_info .flags img {
  width: 104px;
  padding-left: 12px;
  padding-right: 12px;
}
.grey-bg {
  border-top: 1px solid #eaebec;
  border-bottom: 1px solid #eaebec;
  background: #F2F4F8;
}
.home-ref {
  padding-bottom: 10px;
}
.home-ref .small_p {
  font-size: 11px;
  color: #888;
}
.home-ref .form-group {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.home-ref .form-group label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666;
}
.home-ref .form-group textarea,
.home-ref .form-group input {
  width: 88%;
  font-size: 15px;
  font-weight: 300;
  padding: 6px 8px;
  border: 1px solid #DADADE;
  border-radius: 4px;
}
.home-ref .form-group input {
  margin-bottom: 4px;
}
.home-slider {
  color: #fff;
  position: relative;
  background-image: url(../../img/mobile-consumercenter.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  max-height: 667px;
  height: 100vh;
  border-bottom: 1px solid #ddd;
}
.home-slider .top_padding {
  padding-top: 70px!important;
  font-family: 'Oswald', sans-serif;
}
.home-slider .top_padding h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #7ac8f0;
  line-height: 1.3;
  margin-bottom: 5px;
}
.home-slider .top_padding h2 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
}
.home-slider .top_padding .topsign {
  margin-top: 10px;
  text-align: center;
  padding: 12px 18px 8px 18px;
}
.home-slider .top_padding .topsign img {
  width: 174px;
  margin-left: 156px;
}
.home-slider .top_padding #video_link {
  padding-top: 90px;
  text-align: center;
  font-family: 'AvenirLT-Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.home-slider .top_padding #video_link a {
  color: #888!important;
  font-weight: 600;
  font-size: 13px;
}
.home-slider .top_padding #video_link a img {
  margin-right: 4px;
}
.home-slider .top_padding #connectbox {
  text-align: right;
  padding-top: 10px;
}
.home-slider .top_padding #connectbox h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.home-slider .top_padding #connectbox h3 a {
  font-size: 33px;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.home-slider .top_padding .smallt {
  font-family: sans-serif;
  padding-left: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.home-slider .top_padding .messageBtn {
  margin-top: 28px;
  text-align: right;
}
.home-slider .top_padding .messageBtn .btn-slider {
  margin-right: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
  font-size: 17px;
  border-radius: 4px;
}
.home-slider .sub-heading {
  margin-bottom: 38px;
  padding-top: 20px;
  font-size: 20px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}
.home-slider .btn-slider {
  margin-bottom: 20px;
  padding-left: 58px;
  padding-right: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 23px;
  border-radius: 6px;
  border: 1px solid #ccc;
  color: #fff;
  background-color: #ed2939;
  background-repeat: repeat-x;
  /* background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); */
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.home-slider .soc_logo {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  padding-top: 16px;
  padding-bottom: 10px;
  background: #00283c;
}
.home-slider .soc_logo img {
  width: 90%;
}
#top-form-textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.col2_img .col2_box {
  float: left;
  width: 176px;
  margin-bottom: 10px;
  padding-top: 2px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}
.col2_img .col2_box .imgbg_area {
  width: 172px;
  height: 107px;
}
.col2_img .col2_box .imgbg_head {
  width: 172px;
  height: 172px;
}
.col2_img .col2_box img {
  width: 172px;
}
.col2_img .col2_box .caption {
  color: #333;
  font-size: 15px;
  line-height: 32px;
}
.col2_img .col2_box .moreinfo {
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #333;
}
.col2_img .col2_box .moreinfo strong {
  color: #4C8FC4;
}
.col2_img .col2_left {
  margin-right: 6px;
}
.accident,
.crim,
.estate,
.familylaw,
.motor,
.real {
  display: inline-block;
  background: url('../img/areas.jpeg') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.accident {
  background-position: 0px 0px;
  width: 172px;
  height: 107px;
}
.crim {
  background-position: -172px 0px;
  width: 172px;
  height: 107px;
}
.estate {
  background-position: 0px -107px;
  width: 172px;
  height: 107px;
}
.familylaw {
  background-position: -172px -107px;
  width: 172px;
  height: 107px;
}
.motor {
  background-position: 0px -214px;
  width: 172px;
  height: 107px;
}
.real {
  background-position: -172px -214px;
  width: 172px;
  height: 107px;
}
.andrewbilodeau,
.bariweinberger,
.charleswaechter,
.davidkatz,
.douglasbare,
.emeryledger,
.fatosdervishi,
.jdhouvener,
.jamescrawford,
.jasonnewcombe,
.kavithamathew,
.marcusaratorigian,
.markbourassa,
.neilshouse,
.robertpellegrino,
.ryancummings,
.williamgrady,
.zevgoldstein {
  display: inline-block;
  background: url('../img/toplawyers.jpeg') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.andrewbilodeau {
  background-position: 0px 0px;
  width: 172px;
  height: 172px;
}
.bariweinberger {
  background-position: -172px 0px;
  width: 172px;
  height: 172px;
}
.charleswaechter {
  background-position: -344px 0px;
  width: 172px;
  height: 172px;
}
.davidkatz {
  background-position: -516px 0px;
  width: 172px;
  height: 172px;
}
.douglasbare {
  background-position: 0px -172px;
  width: 172px;
  height: 172px;
}
.emeryledger {
  background-position: -172px -172px;
  width: 172px;
  height: 172px;
}
.fatosdervishi {
  background-position: -344px -172px;
  width: 172px;
  height: 172px;
}
.jdhouvener {
  background-position: -516px -172px;
  width: 172px;
  height: 172px;
}
.jamescrawford {
  background-position: 0px -344px;
  width: 172px;
  height: 172px;
}
.jasonnewcombe {
  background-position: -172px -344px;
  width: 172px;
  height: 172px;
}
.kavithamathew {
  background-position: -344px -344px;
  width: 172px;
  height: 172px;
}
.marcusaratorigian {
  background-position: -516px -344px;
  width: 172px;
  height: 172px;
}
.markbourassa {
  background-position: 0px -516px;
  width: 172px;
  height: 172px;
}
.neilshouse {
  background-position: -172px -516px;
  width: 172px;
  height: 172px;
}
.robertpellegrino {
  background-position: -344px -516px;
  width: 172px;
  height: 172px;
}
.ryancummings {
  background-position: -516px -516px;
  width: 172px;
  height: 172px;
}
.williamgrady {
  background-position: 0px -688px;
  width: 172px;
  height: 172px;
}
.zevgoldstein {
  background-position: -172px -688px;
  width: 172px;
  height: 172px;
}
.feed_txt {
  padding: 0 10px;
  margin-top: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.feed_txt .q_text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
}
.feed_txt h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #4c8fc4;
  font-size: 15px;
  line-height: 30px;
}
#home-footer {
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
}
#home-footer a {
  color: white;
}
#home-footer .link_list {
  margin-top: 28px;
  margin-bottom: 30px;
}
#home-footer .link_list h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
#home-footer .copyright {
  clear: both;
  width: 100%;
  height: 35px;
  margin-top: 6px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
#home-footer .copyright .container {
  padding-top: 8px;
}
#home-footer .copyright .container img {
  padding-top: 3px;
  margin-right: 18px;
  height: 16px;
  filter: brightness(0) invert(1);
}
#home-footer .icon-soc {
  font-size: 30px;
}
.lightbox {
  background: rgba(8, 8, 8, 0.9);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container-light {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container-light {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container-light {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 50%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 81%;
  width: 81%;
  left: 0;
  top: 0;
  padding-left: 10%;
}
h3.smartPhone{
  color:  rgb(237, 41, 57);
}
.smartPhoneLink{
  display: inline-block;
  text-decoration: underline;
}
