@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,700italic);
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon/icomoon.eot?6moizq");
  src: url("../font/icomoon/icomoon.eot?6moizq#iefix") format("embedded-opentype"), url("../font/icomoon/icomoon.ttf?6moizq") format("truetype"), url("../font/icomoon/icomoon.woff?6moizq") format("woff"), url("../font/icomoon/icomoon.svg?6moizq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: ""; }

.icon-office:before {
  content: ""; }

.icon-envelope-o:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-facebook-f:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-group:before {
  content: ""; }

.icon-users:before {
  content: ""; }

.icon-comment-o:before {
  content: ""; }

.icon-lightbulb-o:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-line-chart:before {
  content: ""; }

html, body, h1, h2, h3 {
  font-family: "Lora", serif; }

.main {
  background: url("../img/bg-home2.jpg") no-repeat center center;
  background-size: cover; }
  .main:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.1); }

ul li {
  list-style-type: none; }

.header {
  width: 100%;
  position: fixed;
  z-index: 11;
  background: rgba(255, 255, 255, 0.85); }
  .header #social-media {
    float: right;
    font-size: 24px;
    padding-left: 10px; }
    @media (max-width: 768px) {
      .header #social-media {
        position: absolute;
        right: 90px;
        top: 0; } }
    .header #social-media a {
      color: #2F576E;
      padding: 10px 4px;
      display: inline-block;
      transition: 0.3s all linear; }
      .header #social-media a:hover {
        color: #4681a4; }
  .header .nav {
    width: auto;
    float: right; }
    .header .nav ul {
      margin: 0;
      padding: 0;
      display: block; }
      .header .nav ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-size: 0;
        outline: none; }
    .header .nav .btn-menu {
      display: none;
      padding: 3px 5px;
      position: absolute;
      right: 10px;
      top: 13px;
      color: #2F576E; }
    .header .nav .btn--nav {
      display: block;
      padding: 15px 30px;
      font-size: 16px;
      color: #211F22;
      letter-spacing: 0.075em;
      border-right: 1px solid rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .nav .btn--nav:hover, .header .nav .btn--nav:focus {
        color: #211F22; }
      .header .nav .btn--nav.active {
        color: #fff;
        background: #2F576E; }
    @media (max-width: 768px) {
      .header .nav {
        width: 100%;
        float: none; }
        .header .nav ul {
          display: none; }
          .header .nav ul li {
            display: block;
            text-align: center; }
        .header .nav .btn-menu {
          display: block; } }
    @media (min-width: 769px) {
      .header .nav ul {
        display: block !important; } }

.main {
  position: relative; }

.slider {
  position: relative;
  padding: 0;
  background: rgba(0, 0, 0, 0.5); }
  .slider ul {
    margin: 0; }
  .slider .slides li {
    text-align: center;
    overflow: hidden; }
  .slider .slides .caption {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 330px 10% 150px; }
    @media (max-width: 767px) {
      .slider .slides .caption {
        font-size: 80%;
        font-weight: bold;
        padding-top: 219px;
        padding-bottom: 145px; } }
  .slider .flex-nav-prev a, .slider .flex-nav-next a {
    text-decoration: none;
    display: block;
    width: 45px;
    height: 45px;
    margin: -23px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .slider .flex-nav-prev a:before, .slider .flex-nav-next a:before {
      font-family: "icomoon";
      font-size: 45px;
      display: inline-block;
      content: "";
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
  .slider .flex-nav-prev a {
    left: 15px;
    text-align: left; }
    .slider .flex-nav-prev a:before {
      content: ""; }
  .slider .flex-nav-next a {
    right: 15px;
    text-align: right; }

.btn--continue {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  bottom: 15px;
  left: 50%;
  margin-left: -20px; }
  .btn--continue a {
    text-align: center;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .btn--continue a:before {
      font-family: "icomoon";
      font-size: 32px;
      display: inline-block;
      content: "";
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.logo {
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .logo.logo--brand {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .logo.logo--brand {
        padding: 5px 0 0 10px; }
        .logo.logo--brand img {
          max-height: 40px; } }
  .logo img {
    max-height: 50px; }
  .logo.logo--contributors {
    right: 150px;
    bottom: 60px; }

.services__block {
  position: relative; }
  @media (min-width: 768px) {
    .services__block {
      padding: 0 30px; } }
  .services__block a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1; }
  .services__block .services--wrap {
    padding: 40px 0;
    text-align: center;
    transition: 0.2s all linear; }
    .services__block .services--wrap:hover {
      background-color: #f2f2f2;
      cursor: pointer; }
      .services__block .services--wrap:hover .services__thumb {
        transform: scale(1.1, 1.1); }
      .services__block .services--wrap:hover h3 {
        color: #2F576E; }
  .services__block h3 {
    font-size: 115%;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.2s all linear; }
  .services__block p {
    margin-top: 15px;
    font-size: 90%; }
.services__thumb {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  line-height: 130px;
  font-size: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #2F576E;
  border-radius: 50%;
  border: 2px solid #2F576E;
  transition: 0.3s all ease-in-out; }
.services .separator {
  padding: 30px;
  background: #211F22;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.075); }
.services .actions {
  padding: 15px 0 30px; }

.lawyer--img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: 4px solid #fff; }

.contributors, .about-us {
  position: relative;
  padding: 120px 0 120px 0; }
  .contributors:before, .about-us:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.05); }
  .contributors h2, .about-us h2 {
    color: #2F576E;
    text-align: center;
    margin-bottom: 60px; }
  .contributors__info {
    position: relative;
    text-align: center; }
  .contributors__profile {
    height: 130px;
    padding: 110px 0;
    position: relative; }
    .contributors__profile:hover {
      color: #2F576E; }
      .contributors__profile:hover .lawyer--img {
        border-color: #2F576E; }
        .contributors__profile:hover .lawyer--img:before {
          border-color: #aaa;
          transform: scale(0.9, 0.9); }
      .contributors__profile:hover .btn-more {
        opacity: 1; }
    @media (max-width: 768px) {
      .contributors__profile {
        @extends.contributors .contributors_profile:hover; } }
    .contributors__profile a {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
  .contributors .lawyer--img, .about-us .lawyer--img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -55px;
    border: 2px solid #ddd;
    transition: 0.3s all ease-in-out; }
    .contributors .lawyer--img:before, .about-us .lawyer--img:before {
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid transparent;
      transition: 0.3s all ease-in-out; }
    @media (min-width: 1200px) {
      .contributors .lawyer--img, .about-us .lawyer--img {
        display: inline-block; } }
    @media (max-width: 767px) {
      .contributors .lawyer--img, .about-us .lawyer--img {
        margin-bottom: 15px; } }
  .contributors__name {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 110%;
    padding: 3px 5px;
    background: #fff;
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      .contributors__name {
        display: block;
        padding-left: 0.625rem; } }
  .contributors .btn-more, .about-us .btn-more {
    font-size: 75%;
    opacity: 0;
    padding: 3px 6px;
    border: none;
    transition: 0.3s all ease-in-out; }
  .contributors .logo--contributors, .about-us .logo--contributors {
    margin-top: 50px;
    position: static; }
    @media (max-width: 767px) {
      .contributors .logo--contributors, .about-us .logo--contributors {
        display: none; } }

.about-us {
  color: #fff !important;
  text-align: center;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 150px;
  padding-bottom: 150px;
  background: url("../img/bg-about.jpg") no-repeat center center;
  background-size: cover; }
  .about-us:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.2); }
  .about-us .row {
    position: relative;
    z-index: 1; }
  .about-us img {
    max-width: 350px;
    padding: 20px;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.9); }
  .about-us h2 {
    color: #fff; }
  .about-us p {
    padding: 20px 15%;
    font-size: 125%; }

.highlight {
  padding: 150px 0;
  text-align: justify; }
  @media (max-width: 767px) {
    .highlight {
      padding: 30px; } }
  .highlight .highlight__wrapper {
    display: table; }
    @media (max-width: 767px) {
      .highlight .highlight__wrapper {
        display: block; } }
    .highlight .highlight__wrapper.lawyer {
      margin-bottom: 60px; }
    .highlight .highlight__wrapper.service {
      margin-bottom: 30px; }
  .highlight .selected--img {
    display: table-cell;
    width: 30%;
    height: auto !important;
    padding-top: 90px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 767px) {
      .highlight .selected--img {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px; } }
    .highlight .selected--img img {
      width: 250px;
      max-width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .highlight .selected--brief {
    padding-left: 5%;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .highlight .selected--brief {
        display: block;
        padding-left: 0;
        font-size: 85%;
        text-align: center; } }
  @media (max-width: 767px) {
    .highlight .selected--info {
      padding: 0; } }
  .highlight .selected--info.service {
    padding-left: 0;
    margin-top: 30px; }
    .highlight .selected--info.service .selected--img {
      padding-top: 30px; }
  .highlight .selected--info.lawyer {
    padding-left: 15%; }
  .highlight .selected--tabs {
    margin-top: 30px;
    font-size: 80%; }
    .highlight .selected--tabs.medium {
      font-size: 110%; }
      .highlight .selected--tabs.medium ul li {
        border-right: none !important; }
        .highlight .selected--tabs.medium ul li a {
          padding-left: 20px;
          padding-right: 20px; }
    .highlight .selected--tabs ul {
      margin: 0;
      padding: 4px 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      text-align: center; }
      .highlight .selected--tabs ul li {
        display: inline-block;
        padding: 0 2px;
        margin: 3px 0; }
        .highlight .selected--tabs ul li:not(:last-child) {
          border-right: 1px solid black; }
      .highlight .selected--tabs ul a {
        padding: 4px 8px;
        color: #fff;
        background: #2F576E; }
        .highlight .selected--tabs ul a.inactive {
          color: #211F22;
          background: none; }
  .highlight .tab {
    display: none;
    padding: 30px 10% 30px; }
  .highlight .list {
    padding-left: 20px; }
    .highlight .list li {
      list-style: square; }

#phone-bar {
  background: #2F576E; }
  #phone-bar .row {
    padding: 10px;
    font-size: 200%;
    text-align: left;
    color: #fff; }
@media(max-width: 767px) {
  #phone-bar .row {
    font-size: 135%;
    text-align: center; } }
.contact .row {
  position: relative; }
.contact #map {
  position: relative;
  width: 100%;
  height: 425px;
  z-index: 1; }
  @media (max-width: 767px) {
    .contact #map {
      height: 320px; } }
.contact #contact-wp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 767px) {
    .contact #contact-wp {
      position: relative; } }
  .contact #contact-wp > .row {
    height: 100%; }
.contact__form {
  max-width: 100%;
  height: 425px;
  overflow: hidden;
  padding-top: 40px;
  background-color: #fff;
  max-height: 100%;
  z-index: 10;
  float: none !important;
  margin: 0 auto; }
@media(min-width: 768px) {
  .contact__form {
    position: absolute;
    top: 0;
    right: 0; } }
  @media (max-width: 767px) {
    .contact__form {
      height: auto;
      overflow: auto;
      padding-top: 30px; } }
.contact h3 {
  text-align: center;
  padding-left: 0.625rem;
  font-size: 1.5em;
  margin-bottom: 25px; }
.contact .field {
  margin-bottom: 20px; }
  .contact .field label.error {
    font-size: 85%;
    color: #2F576E; }
  .contact .field input, .contact .field textarea {
    width: 100%;
    padding: 3px 5px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none; }
.contact .btn--submit {
  text-align: center; }
  .contact .btn--submit input {
    border: none; }
  .contact .btn--submit input {
    max-width: 200px;
    padding: 10px 15px;
    border: 1px solid #2F576E;
    color: #2F576E;
    background-color: transparent;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact .btn--submit input:hover, .contact .btn--submit input:active {
      background-color: #2F576E;
      color: #ffffff; }
.contact .btn-submit {
  color: #fff !important; }
.contact .btn-submit.btn-primary {
  background: #2F576E; }

.footer {
  padding: 30px 0;
  text-align: center;
  border-top: 30px solid #f2f2f2; }
  .footer a {
    color: #211F22; }
    .footer a:hover {
      color: #2F576E; }
  .footer small img {
    margin-top: -3px; }

.btn {
  color: #211F22;
  display: inline-block;
  padding: 7px 25px;
  border: 1px solid; }
  .btn.btn-primary {
    color: #2F576E; }
    .btn.btn-primary:hover {
      color: #211F22; }
  .btn.btn-transparent {
    color: #fff; }
    .btn.btn-transparent:hover {
      border-color: #2F576E; }

.icon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@media (min-width: 768px) {
  .logo {
    text-align: center;
    position: absolute; } }

/*# sourceMappingURL=app.css.map */
