body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: rgba(133, 133, 133, 0.51);
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: rgba(133, 133, 133, 0.51);
}
a:hover,
a:focus,
a:active,
a.active {
  color: rgba(108, 108, 108, 0.51);
}
a {
  transition: all 0.2s ease-in-out;
}
a:hover {
  transition: all 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #202020;
}
.btn-primary {
  color: white;
  background-color: rgba(133, 133, 133, 0.51);
  border-color: rgba(133, 133, 133, 0.51);
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: rgba(108, 108, 108, 0.51);
  border-color: rgba(102, 102, 102, 0.51);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(133, 133, 133, 0.51);
  border-color: rgba(133, 133, 133, 0.51);
}
.btn-primary .badge {
  color: rgba(133, 133, 133, 0.51);
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: rgba(133, 133, 133, 0.51);
  border-color: rgba(133, 133, 133, 0.51);
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: rgba(108, 108, 108, 0.51);
  border-color: rgba(102, 102, 102, 0.51);
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: rgba(133, 133, 133, 0.51);
  border-color: rgba(133, 133, 133, 0.51);
}
.btn-xl .badge {
  color: rgba(133, 133, 133, 0.51);
  background-color: white;
}
.navbar-default {
  background-color: #202020;
  border-color: transparent;
  /*.navbar-nav>.active>a {
      border-radius: 0;
      color: white;
      background-color: @brand-primary;
  }*/
  /*.navbar-nav>.active>a:hover,
  .navbar-nav>.active>a:focus*/
  /*.navbar-nav>.active>a
  {
      color: white;
      background-color: darken(@brand-primary, 10%);
  }*/
}
.navbar-default .navbar-brand {
  display: none;
  background-color: #ffffff;
  color: #202020;
  letter-spacing: 0.5em;
  font-weight: 700;
  padding-right: 5px !important;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #ffffff;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: rgba(133, 133, 133, 0.51);
  border-color: rgba(133, 133, 133, 0.51);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(133, 133, 133, 0.51);
}
.navbar-default .nav li a {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  border-radius: 0px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: white !important;
  background-color: rgba(108, 108, 108, 0.51) !important;
  outline: none;
}
@media (min-width: 768px) {
  h1 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 1.3em;
  }
  .navbar-default {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .nav li a {
    padding: 15px 8px;
  }
  .navbar-default .navbar-brand {
    display: none;
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 70px;
    padding: 15px;
    font-size: 18px;
    line-height: 40px;
  }
  .navbar-default.navbar-shrink {
    background-color: #202020;
    padding: 0px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    display: block;
    font-size: 1.5em;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    height: auto;
    margin-top: -25px;
    max-width: 203px;
  }
  .navbar-default.navbar-shrink .navbar-nav a {
    color: white;
    background-color: #202020;
    line-height: 40px;
    padding: 15px 8px;
    font-size: 12px;
  }
  .news-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar-default.navbar-shrink .navbar-nav a {
    font-size: 14px;
    padding: 15px 15px;
  }
  .news-container {
    width: 940px;
  }
  .navbar-default .nav li a {
    font-size: 14px;
    padding: 15px 10px;
  }
}
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.78);
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading h1 {
  font-family: 'Cuprum', sans-serif;
}
@media (max-width: 767px) {
  header {
    background-image: url('../img/header-bg_500x337.png');
  }
  .navbar-default {
    border-bottom: 0px;
  }
  .navbar-default .navbar-brand {
    display: block;
  }
  .navbar-default .navbar-brand img {
    height: auto;
    margin-top: -15px;
    max-width: 149px;
  }
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 100px;
    padding-bottom: 400px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  padding: 100px 0;
  min-height: 64vh;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.staff-heading {
  margin: 15px 0;
  text-transform: none;
}
#staff .staff-item {
  margin: 0 0 15px;
  right: 0;
}
#staff .staff-item .staff-link {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
}
#staff .staff-item .staff-link img {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 293px;
  min-height: 293px;
  margin: 0 auto;
}
#staff .staff-item .staff-link img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
#staff .staff-item .staff-link .staff-hover {
  background: rgba(133, 133, 133, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#staff .staff-item .staff-link .staff-hover .staff-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#staff .staff-item .staff-link .staff-hover .staff-hover-content i {
  margin-top: -12px;
}
#staff .staff-item .staff-link .staff-hover .staff-hover-content h3,
#staff .staff-item .staff-link .staff-hover .staff-hover-content h4 {
  margin: 0;
}
#staff .staff-item .staff-caption {
  max-width: 400px;
  margin: 0 auto;
  height: 125px;
  overflow: hidden;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#staff .staff-item .staff-caption h4 {
  text-transform: none;
  margin: 0;
}
#staff .staff-item .staff-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#staff * {
  z-index: 2;
}
@media (min-width: 767px) {
  #staff .staff-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: rgba(133, 133, 133, 0.51);
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#news .form-group {
  margin-bottom: 25px;
}
section#news .form-group input,
section#news .form-group textarea {
  padding: 6px 12px;
}
section#news .form-group input.form-control {
  height: auto;
}
section#news .form-group textarea.form-control {
  height: 236px;
}
section#news .form-control:focus {
  border-color: rgba(133, 133, 133, 0.51);
  box-shadow: none;
}
section#news ::-webkit-input-placeholder {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#news :-moz-placeholder {
  /* Firefox 18- */
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#news ::-moz-placeholder {
  /* Firefox 19+ */
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#news :-ms-input-placeholder {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#news .text-danger {
  color: #e74c3c;
}
section#contact {
  background-color: #e8e8e8;
  background-position: center;
}
section#contact .row {
  margin-top: 20px;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: rgba(133, 133, 133, 0.51);
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact :-ms-input-placeholder {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact .text-danger {
  color: #e74c3c;
}
section#contact .support-list {
  list-style: none;
  padding-left: 0px;
}
section#contact .support-list a {
  color: #202020;
}
section#contact a:hover {
  text-decoration: none;
}
section#map {
  height: 500px;
  padding: 0px;
}
.map {
  height: 300px;
}
footer {
  padding: 25px 0;
  text-align: center;
  background: #202020;
  color: #f7f7f7;
  font-size: 13px;
}
footer span.copyright {
  line-height: 40px;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer .footer-menu li {
  padding: 5px 0px;
}
footer .footer-menu a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
footer .footer-menu a:hover {
  color: #777777;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #202020;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: rgba(133, 133, 133, 0.51);
}
.social a {
  font-size: 51px;
  margin-left: 15px;
  margin-right: 15px;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.staff-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.staff-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.staff-modal .modal-content p {
  margin-bottom: 30px;
}
.staff-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.staff-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.staff-modal .modal-content img {
  margin-bottom: 30px;
}
.staff-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.staff-modal .close-modal:hover {
  opacity: 0.3;
}
.staff-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #202020;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.staff-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #202020;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.staff-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
/*::-moz-selection {
    text-shadow: none;
    background: @brand-primary;
}

::selection {
    text-shadow: none;
    background: @brand-primary;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: @brand-primary;
}*/
.content-section-a {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.content-section-a img {
  height: 300px;
}
.content-section-a h3 {
  text-transform: none;
}
.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.content-section-b img {
  height: 300px;
}
.content-section-b h3 {
  text-transform: none;
}
.about .about-image-container {
  padding: 40px 0px;
}
.about .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.practice-block {
  margin-bottom: 75px;
}
.practice-block a:hover {
  text-decoration: none;
}
.practice-block a:hover .text-primary {
  color: rgba(69, 69, 69, 0.51);
  transition-property: color;
  transition-duration: 1s;
  transition-delay: 0s,1s;
  transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 2), linear;
}
.practice-block a {
  color: #202020;
}
.practice-block a .text-primary {
  color: rgba(133, 133, 133, 0.51);
  transition-property: color;
  transition-duration: 1s;
  transition-delay: 0s,1s;
  transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 2), linear;
}
.news-box {
  text-align: center;
  display: table;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.news-box .news-box-wrap {
  padding: 0px;
}
.news-box .media {
  height: 192px;
}
.news-box .media img {
  margin: 0 auto;
}
.news-box-button {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
.news-box-button a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 11px 15px 9px 15px;
}
.news-box-button a i {
  font-size: 17px;
}
.news-box-button a:hover {
  background: #202020;
  color: #ffffff;
}
.button-dark {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  margin: 30px 0px;
  border-radius: 0;
  padding: 10px 40px;
  color: #202020;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  border-color: #ccc;
}
.button-dark:hover {
  background-color: #202020;
  color: #f7f7f7;
}
.back-btn {
  color: #202020;
  background-color: #fff;
  border-color: #e5e5e5;
  border-radius: 0;
  font-size: 20px;
}
.back-btn:hover {
  color: #ffffff;
  background-color: #202020;
  border-color: #e5e5e5;
  border-radius: 0;
}
.practice-box-wrap {
  text-align: center;
}
.staff-box-wrap {
  text-align: center;
}
.staff-box-wrap img {
  display: inline-block;
}
.staff-box-wrap .staff-caption {
  padding: 20px 20px 30px 20px;
}
.single section {
  min-height: 807px;
}
.error-404 {
  padding: 0px;
}
.error-404 .page-header {
  padding-bottom: 0px;
  height: 80vh;
  margin: 0px;
}
.error-404 .page-header .container {
  height: 100%;
}
.contacts {
  list-style: none;
  padding-left: 0px;
}
.contacts li {
  padding: 5px 0px;
}
.contacts a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.contacts a:hover {
  color: #777777;
}
.content h2 {
  margin-bottom: 50px;
  text-align: center;
}
.contact-page {
  background-color: #ffffff !important;
}
.sub-menu {
  padding: 0px;
}
.sub-menu li {
  background-color: #202020;
}
.sub-menu li a {
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Montserrat", "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  border-radius: 0px;
}
.sub-menu li a:hover,
.sub-menu li a:focus {
  color: white !important;
  background-color: rgba(108, 108, 108, 0.51) !important;
  outline: none;
}
.lex .btn:hover {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.lex .btn:hover:hover {
  background: #202020;
  color: #f7f7f7;
}
.clearfix.common {
  clear: both;
}
.clearfix.staff-item {
  clear: both;
}
#wpadminbar {
  opacity: 0.1;
  transition: all 1s ease-in-out;
}
#wpadminbar:hover,
#wpadminbar:focus,
#wpadminbar:active {
  opacity: 1;
}
