/*
Theme Name: BestHooper
Author: Anonymous
Author URI:
Version: 1
Description: BestHooper theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: besthooper
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#nav,
.services-list,
.cycle-gallery .paging ul,
#footer .social-networks,
.sidebar-footer #menu-footer-nav,
.sidebar-footer #menu-footer-nav > li .sub-menu,
.footer-nav,
.intro-block .breadcrumbs,
.intro-people .anchor-links,
.author-information .services-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#footer .newsletter-holder .form-holder:after,
#footer .newsletter-holder .wysija-paragraph:after,
.contact-holder .contact-form:after,
.contact-holder .contact-form form:after,
.contact-holder .contact-form .input-holder:after,
.contact-holder .contact-form .message-holder:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.75 "Open Sans", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.75em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.75em;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.widget {
  margin-bottom: 1.75em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #2568b6;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.75em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.75em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.75em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.75em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #2568b6;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.75em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #2568b6;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.75em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.75em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.75em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.75em;
}

.mejs-container {
  margin-bottom: 1.75em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #177497;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

body {
  background: url(images/bg-body.png) repeat;
}

body.nav-active {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  padding: 0px 0 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#header .logo {
  float: left;
  width: 220px;
  margin: 13px 0 0;
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header .mobile-phone {
  display: none;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background: #2568b6;
  font-size: 18px;
  line-height: 23px;
  float: right;
  margin: -35px 0 0;
}

#header .nav-opener {
  display: none;
  float: left;
  width: 17px;
  height: 15px;
  margin: -31px 0 0;
  position: relative;
  cursor: pointer;
}

#header .nav-opener:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #2568b6;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-active #header .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 6px 0 0;
}

#header .nav-opener:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #2568b6;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-active #header .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -6px 0 0;
}

#header .nav-opener span {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #2568b6;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-active #header .nav-opener span {
  opacity: 0;
}

#header .top-holder {
  float: right;
  padding: 0 0 25px;
}

#header .top-holder .phone {
  float: right;
  color: #003372;
  margin: 0 -5px 0 24px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 900;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  top: 5px;
}

#header .top-holder .phone:hover {
  color: #177497;
}

#header .top-holder .phone:after {
  position: absolute;
  content: "\f095";
  font: normal normal normal 17px/23px FontAwesome;
  text-align: center;
  color: #fff;
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #9aa5b2;
}

#header .top-holder .lang-holder {
  float: right;
  font-size: 12px;
  line-height: 15px;
}

#header .top-holder .lang-holder .widget {
  margin: 0;
}

#header .top-holder .lang-holder .wpml-ls-legacy-dropdown {
  width: 178px;
}

#header
  .top-holder
  .lang-holder
  .wpml-ls-legacy-dropdown
  a.wpml-ls-item-toggle {
  padding: 7px 9px 6px;
  color: #5b6366;
}

#header .top-holder .lang-holder .wpml-ls-legacy-dropdown > ul {
  padding: 0 !important;
}

#header
  .top-holder
  .lang-holder
  .wpml-ls-legacy-dropdown
  a.wpml-ls-item-toggle:after {
  border: none;
  content: "\f107";
  top: 6px;
  color: #8d9598;
  font: normal normal normal 14px/1 FontAwesome;
}

#header .mobile-info {
  display: none;
  padding: 36px 19px;
}

#header .mobile-info a:hover {
  opacity: 0.8;
}

#header .mobile-info .m-phone {
  display: block;
  margin: 0 0 21px;
  font-size: 18px;
  line-height: 21px;
  color: #99a3ad;
  font-weight: bold;
  padding: 0 0 0 33px;
  position: relative;
}

#header .mobile-info .m-phone .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: #99a3ad;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #32465b;
}

#header .mobile-info address {
  padding: 3px 0 0 33px;
  margin: 0 0 16px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  color: #99a3ad;
}

#header .mobile-info address .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: #99a3ad;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #32465b;
}

#header .mobile-info .email {
  color: #99a3ad;
  position: relative;
  padding: 0 0 0 33px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 0 0 51px;
}

#header .mobile-info .email .fa {
  position: absolute;
  top: -3px;
  left: 0;
  width: 23px;
  height: 23px;
  background: #99a3ad;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #32465b;
}

#header .mobile-info .mobile-lang {
  font-size: 12px;
  line-height: 1.2;
}

#header .mobile-info .mobile-lang .wpml-ls-legacy-dropdown {
  width: 100%;
}

#header .mobile-info .mobile-lang .wpml-ls-legacy-dropdown > ul {
  padding: 0 !important;
}

#header .mobile-info .mobile-lang .wpml-ls-legacy-dropdown a {
  background: #3e5165;
  color: #fff;
  padding: 7px 10px;
  border: 1px solid #5b6b7c;
}

#header
  .mobile-info
  .mobile-lang
  .wpml-ls-legacy-dropdown
  a.wpml-ls-item-toggle:after {
  border: none;
  content: "\f107";
  top: 6px;
  color: #8d9598;
  font: normal normal normal 14px/1 FontAwesome;
}

.nav-holder {
  float: right;
  clear: right;
  width: 62%;
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav > li > a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-transform: uppercase;
  font: 900 13px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

#main {
  overflow: hidden;
}

.intro-home {
  height: 764px;
  background-size: cover !important;
  padding: 120px 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-home .container {
  width: 100%;
}

.intro-home .text-holder {
  max-width: 950px;
}

.intro-home .sub-title {
  display: block;
  font-weight: 300;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -2px;
  margin: 0 0 9px;
}

.intro-home h1 {
  margin: 0px 0 20px;
  font-size: 65px;
  line-height: 86px;
  font-weight: 300;
  letter-spacing: -4px;
}

.intro-home p {
  margin: 0 0 30px;
}

.intro-home .link {
  display: inline-block;
  vertical-align: top;
  border: 0px solid #687584;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 0px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  white-space: nowrap;
}

.intro-home .link:hover {
  background: #687584;
}

.intro-home .link .fa {
  display: inline-block;
  vertical-align: middle;
  color: #549aeb;
  font-size: 19px;
  line-height: 1;
  margin: 0 8px 0 0;
}

.intro-home .link span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  white-space: normal;
}

.services-list {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -68px;
  z-index: 10;
}

.services-list li {
  width: 33.33%;
}

.services-list li:nth-child(2) a {
  background: #2568b6;
}

.services-list li:nth-child(2) a:hover {
  background: #104e96;
}

.services-list li:nth-child(3) a {
  background: #003470;
}

.services-list li:nth-child(3) a:hover {
  background: #002b5c;
}

.services-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 65px 30px 51px;
  font: 900 14px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #549aeb;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  height: 140px;
}

.services-list li a:after {
  position: absolute;
  content: "";
  top: 56px;
  right: 52px;
  width: 23px;
  height: 23px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-53deg) skewX(-18deg);
  -ms-transform: rotate(-53deg) skewX(-18deg);
  transform: rotate(-53deg) skewX(-18deg);
}

.services-list li a:hover {
  background: #3b80d0;
}

.posts-block {
  padding: 27px 0 50px;
  font-size: 12px;
  line-height: 22px;
}

.posts-block img {
  width: 100%;
}

.posts-block .container {
  max-width: 1210px;
}

.posts-block .posts-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.posts-block .first-col {
  width: 66.66%;
  padding: 9px;
}

.posts-block .first-col .holder {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5b6366;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}

.posts-block .first-col .holder:hover {
  background: #46586b;
  color: #fff;
}

.posts-block .first-col .holder:hover h2 {
  color: #fff;
}

.posts-block .first-col .img-holder {
  width: 50%;
}

.posts-block .first-col .text-holder {
  width: 50%;
  padding: 33px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posts-block .first-col h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #2568b6;
}

.posts-block .bottom-holder .ico-holder {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -10px 0 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 12%);
}

.posts-block .bottom-holder .ico-holder img {
  width: 100%;
}

.posts-block .bottom-holder .items {
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  margin-left: 15px;
}

.posts-block .bottom-holder .items .author {
  display: block;
}

.posts-block .bottom-holder .items time {
  display: block;
  text-transform: uppercase;
}

.posts-block .image-col {
  width: 33.33%;
  padding: 9px;
}

.posts-block .image-col .holder {
  display: block;
  position: relative;
  color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.posts-block .image-col .holder:hover .frame {
  background: rgba(0, 0, 0, 0.7);
}

.posts-block .image-col h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}

.posts-block .image-col .frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 30px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posts-block .col {
  width: 33.33%;
  padding: 9px;
}

.posts-block .col .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #5b6366;
  background: #fff;
  padding: 30px 25px 30px;
  height: 100%;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}

.posts-block .col .holder:hover {
  background: #46586b;
  color: #fff;
}

.posts-block .col .holder:hover h2 {
  color: #fff;
}

.posts-block .col h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #2568b6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.heading-holder {
  text-align: center;
  position: relative;
  padding: 0 150px 17px;
}

.heading-holder h2 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font: 900 18px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
}

.heading-holder .link {
  position: absolute;
  top: 4px;
  right: 0;
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #2568b6;
  padding: 0 15px 0 0;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.heading-holder .link:hover {
  color: #000;
}

.heading-holder .link:after {
  position: absolute;
  content: "";
  top: 5px;
  right: 1px;
  width: 6px;
  height: 6px;
  border: solid #889194;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lawyers-block {
  padding: 49px 0 0;
}

.lawyers-block .container {
  padding: 0 90px;
  max-width: 1334px;
  position: relative;
}

.lawyers-block .heading-holder {
  padding-bottom: 35px;
}

.lawyers-block .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.author-holder {
  width: 50%;
  background: #fff;
  border: 1px solid #e5e4e5;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 -1px -1px 0;
}

.author-holder .img-holder {
  width: 30%;
  height: 100%;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.author-holder .img-holder img {
  width: 100%;
}

.author-holder .text-holder {
  /* width: 70%; */
  width: 100%;
  padding: 20px 17% 20px 41px;
}

.author-holder .text-holder h3 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 35px;
  color: #2568b6;
  font-weight: 300;
}

.author-holder .text-holder .position {
  display: block;
  text-transform: uppercase;
  margin: 0 0 12px;
  font: bold 13px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  letter-spacing: 1px;
}

.author-holder .text-holder p {
  margin: 0;
}

.author-holder:hover .hover-overlay {
  opacity: 1;
}

.author-holder .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 70, 91, 0.9);
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 1px;
}

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
}

.cycle-gallery .slideset {
  width: 99999px;
  float: left;
}

.cycle-gallery .slide {
  float: left;
}

.cycle-gallery .slide.active {
  z-index: 1;
}

.cycle-gallery .btn-prev {
  position: absolute;
  top: 56%;
  left: 5px;
  z-index: 2;
  width: 23px;
  height: 23px;
  border: solid #c0bfc0;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(127deg) skewX(-18deg);
  -ms-transform: rotate(127deg) skewX(-18deg);
  transform: rotate(127deg) skewX(-18deg);
  margin: -60px 0 0;
}

.cycle-gallery .btn-prev:hover {
  border-color: #2568b6;
}

.cycle-gallery .btn-next {
  position: absolute;
  top: 56%;
  right: 5px;
  z-index: 2;
  width: 23px;
  height: 23px;
  border: solid #c0bfc0;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-53deg) skewX(-18deg);
  -ms-transform: rotate(-53deg) skewX(-18deg);
  transform: rotate(-53deg) skewX(-18deg);
  margin: -60px 0 0;
}

.cycle-gallery .btn-next:hover {
  border-color: #2568b6;
}

.cycle-gallery .paging {
  padding: 46px 0 80px;
}

.cycle-gallery .paging ul {
  text-align: center;
}

.cycle-gallery .paging ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.cycle-gallery .paging ul li.active a {
  background: #000;
  width: 8px;
  height: 8px;
}

.cycle-gallery .paging ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #a7a7a7;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 100%;
}

#footer {
  background: #2568b6;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

#footer .newsletter-holder {
  border-bottom: 1px solid #3b77bd;
  padding: 0 0 82px;
}

#footer .newsletter-holder .title {
  float: left;
  font: 900 14px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 19%;
  padding: 0 10px 0 0;
}

#footer .newsletter-holder .form-holder {
  float: right;
  width: 81%;
  padding: 2px 0 0;
}

#footer .newsletter-holder .widget_wysija_cont,
#footer .newsletter-holder .widget_wysija {
  float: left;
  width: 100%;
}

#footer .newsletter-holder .wysija-paragraph {
  float: left;
  width: 38.8%;
  background: #1e5392;
  margin: 0 1% 0 0;
  border-radius: 3px;
  padding: 15px 23px;
  position: relative;
}

#footer .newsletter-holder .wysija-paragraph.email-holder {
  width: 41.5%;
}

#footer .newsletter-holder .wysija-paragraph .formError {
  top: 100% !important;
  left: 0 !important;
}

#footer .newsletter-holder label {
  text-transform: uppercase;
  font: bold 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  margin: 0 17px 0 0;
  padding: 0 10px 0 0;
  float: left;
}

#footer .newsletter-holder input[type="text"],
#footer .newsletter-holder input[type="email"] {
  color: #a9b6cd;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  margin: 0;
  padding: 0;
  float: left;
  width: 70%;
  border: none;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}

#footer .newsletter-holder input[type="submit"] {
  float: right;
  background: #3b77bd;
  color: #fff;
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  border: none;
  margin: 0;
  border-radius: 3px;
  letter-spacing: 1px;
  padding: 15px 10px;
  outline: none;
  width: 17.5%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#footer .newsletter-holder input[type="submit"]:hover {
  background: #fff;
  color: #2568b6;
}

#footer .bottom-holder {
  padding: 18px 0;
}

#footer .social-networks {
  float: right;
}

#footer .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 14px;
}

#footer .social-networks li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #2568b6;
}

#footer .social-networks li a:hover {
  opacity: 0.9;
}

.sidebar-footer {
  padding: 60px 0 19px;
}

.sidebar-footer #menu-footer-nav > li {
  float: left;
  width: 25%;
  padding: 0 50px 0 0;
  margin: 0;
}

.sidebar-footer #menu-footer-nav > li > a {
  margin: 0 0 33px;
  display: block;
  padding: 0 0 10px;
  min-height: 75px;
  position: relative;
  font: 900 14px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.sidebar-footer #menu-footer-nav > li > a:hover {
  opacity: 0.8;
}

.sidebar-footer #menu-footer-nav > li > a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #272828;
  width: 59px;
}

.sidebar-footer #menu-footer-nav > li .sub-menu {
  font-size: 14px;
  line-height: 17px;
}

.sidebar-footer #menu-footer-nav > li .sub-menu li {
  margin: 0 0 22px;
}

.sidebar-footer #menu-footer-nav > li .sub-menu li.active a:after {
  width: 100%;
}

.sidebar-footer #menu-footer-nav > li .sub-menu li a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.sidebar-footer #menu-footer-nav > li .sub-menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.copyright {
  border-bottom: 1px solid #3b77bd;
  padding: 0 0 24px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  opacity: 0.4;
}

.footer-nav {
  float: left;
  width: 63.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0 0;
}

.footer-nav li {
  display: inline-block;
  vertical-align: top;
}

.footer-nav li.active a:after {
  width: 100%;
}

.footer-nav li a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
}

.footer-nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.intro-block {
  margin: 103px 0 0;
  height: 212px;
  background-size: cover !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 42px 0 44px;
  position: relative;
}

.intro-block .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
}

.intro-block .container {
  width: 100%;
  position: relative;
  z-index: 10;
}

.intro-block .breadcrumbs {
  font: 900 11px/14px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 11px;
}

.intro-block .breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}

.intro-block .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin: 0 3px 0 5px;
}

.intro-block .breadcrumbs li:nth-last-child(2):after {
  display: none;
}

.intro-block .breadcrumbs li.home {
  display: none;
}

.intro-block .breadcrumbs li.current_item {
  display: none;
}

.intro-block .breadcrumbs li a {
  color: #fff;
}

.intro-block.intro-service,
.intro-block.library-intro,
.intro-block.author-intro,
.intro-block.contact-intro,
.intro-block.intro-people {
  position: relative;
}

.intro-block.intro-service:after,
.intro-block.library-intro:after,
.intro-block.author-intro:after,
.intro-block.contact-intro:after,
.intro-block.intro-people:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/bg-block.png) no-repeat 50% 50%;
  background-size: cover !important;
  opacity: 0.8;
}

.intro-block .sub-title {
  display: block;
  text-transform: uppercase;
  font: 900 11px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 11px;
}

.intro-block h1 {
  margin: 0;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  max-width: 700px;
}

.categories-block {
  padding: 59px 0 61px;
  font-size: 12px;
  line-height: 22px;
}

.categories-block .block {
  background: #fff;
  color: #000;
  overflow: hidden;
  display: block;
  margin: 0 0 60px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories-block .block:hover {
  background: #46586b;
  color: #fff;
}

.categories-block .block:hover h2:after {
  background: #fff;
}

.categories-block .block:hover .more-link {
  color: #fff;
}

.categories-block .block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.categories-block .category-image {
  width: 50%;
  position: relative;
  background: #2568b6;
}

.categories-block .category-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2568b6;
  opacity: 0.5;
}

.categories-block .category-image img {
  width: 100%;
}

.categories-block .text-holder {
  width: 50%;
  text-align: center;
  padding: 20px 4%;
}

.categories-block .text-holder h2 {
  margin: 0 0 31px;
  padding: 0 0 35px;
  position: relative;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

.categories-block .text-holder h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 4px;
  margin: 0 0 0 -30px;
  background: #549aeb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.categories-block .text-holder p {
  margin: 0 0 35px;
}

.categories-block .text-holder .more-link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #2568b6;
  letter-spacing: 1px;
  padding: 0 16px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.categories-block .text-holder .more-link:after {
  position: absolute;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  top: 0;
  right: 0;
  color: #889194;
}

.category-info {
  padding: 69px 0 110px;
}

.category-info .category-content {
  float: left;
  width: 44%;
}

.category-info .category-content .intro-holder {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  padding: 0 0 37px;
  margin: 0 0 49px;
  position: relative;
}

.category-info .category-content .intro-holder:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #2568b6;
}

.category-info .category-content .intro-holder p {
  margin: 0;
}

.category-info .category-posts {
  float: right;
  width: 49.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-info .category-posts .col {
  color: #fff;
  display: block;
  width: 48.3%;
  margin: 0 0 20px;
  background: #46586b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  border-top: 5px solid #589ce8;
}

.category-info .category-posts .col:hover {
  background: #2568b6;
  color: #fff;
}

.category-info .category-posts .img-holder {
  border-bottom: 6px solid #549aeb;
}

.category-info .category-posts .img-holder img {
  width: 100%;
}

.category-info .category-posts h2 {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  padding: 50px 30px;
  min-height: 101px;
  text-align: center;
}

.services-single {
  padding: 67px 0 0;
}

.services-single .intro-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  padding: 0 0 34px;
  margin: 0 0 74px;
  position: relative;
}

.services-single .intro-text:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #2568b6;
}

.services-single .intro-text p {
  margin: 0;
}

.services-single .page-content {
  overflow: hidden;
  padding: 0 0 16px;
}

.services-single .page-content .block {
  overflow: hidden;
  padding: 0 0 42px;
}

.services-single .page-content .block:nth-child(even) .img-holder {
  float: left;
}

.services-single .page-content .block:nth-child(even) .page-info {
  float: right;
}

.services-single .page-content .img-holder {
  float: right;
  width: 35.9%;
  padding: 5px 0 0;
}

.services-single .page-content .img-holder img {
  width: 100%;
}

.services-single .page-content .page-info {
  float: left;
  width: 58%;
}

.services-single .page-content .page-info .text-holder {
  padding: 0 0 48px;
}

.services-single .page-content .page-info h2 {
  margin: 0 0 21px;
  text-transform: uppercase;
  font: 900 16px/19px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
}

.services-single .page-content .page-info p {
  margin: 0 0 16px;
}

.services-single .lawyers {
  padding: 0 0 156px;
}

.services-single .lawyers h2 {
  margin: 0 0 36px;
  text-align: center;
  font: 900 18px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-single .lawyers .lawyers-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.library-block {
  padding: 62px 0 135px;
}

.library-intro h1 {
  float: left;
  width: 50%;
}

.library-intro .search-library {
  float: right;
  width: 257px;
  border-bottom: 1px solid #60768b;
}

.library-intro .search-library input[type="search"] {
  border: none;
  background: none;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  float: left;
  margin: 0;
  padding: 9px 0;
  outline: none;
  width: 200px;
}

.library-intro .search-library input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}

.library-intro .search-library input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.library-intro .search-library input[type="search"]:-moz-placeholder {
  color: #fff;
}

.library-intro .search-library input[type="search"]:-ms-input-placeholder {
  color: #fff;
}

.library-intro .search-library input[type="search"].placeholder {
  color: #fff;
}

.library-intro .search-library button,
.library-intro .search-library .close-btn {
  float: right;
  background: none;
  border: none;
  margin: 0;
  padding: 9px 2px 9px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
}

.library-intro .search-library button:hover,
.library-intro .search-library .close-btn:hover {
  opacity: 0.9;
}

.library-single {
  padding: 59px 0 0;
  font-size: 18px;
  line-height: 36px;
}

.library-single a:hover {
  text-decoration: underline;
}

.library-single .container {
  max-width: 1192px;
}

.library-single h1 {
  margin: 0 0 24px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
  color: #003372;
}

.library-single .top-holder {
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 17px;
  color: #5b6366;
}

.library-single .ico-holder {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 -8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.library-single .items {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.library-single .img-holder {
  padding: 0 0 45px;
}

.library-single p {
  margin: 0 0 36px;
}

.author-info {
  padding: 63px 0 116px;
}

.author-info .container {
  max-width: 1192px;
}

.author-info .holder {
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  color: #000;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 26px 0 0;
}

.author-info .holder:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 84px;
  width: 23px;
  height: 23px;
  border: solid #3271ba;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-53deg) skewX(-18deg);
  -ms-transform: rotate(-53deg) skewX(-18deg);
  transform: rotate(-53deg) skewX(-18deg);
  margin: -15px 0 0;
}

.author-info .holder:hover .hover-overlay {
  opacity: 1;
  text-decoration: none;
}

.author-info .holder .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 70, 91, 0.9);
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.author-info .author-image {
  width: 175px;
}

.author-info .author-image img {
  width: 100%;
}

.author-info .text-holder {
  padding: 10px 20% 59px 88px;
  font-size: 12px;
  line-height: 18px;
  width: 85%;
}

.author-info .text-holder h3 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  color: #2568b6;
}

.author-info .text-holder .position {
  display: block;
  text-transform: uppercase;
  font: 900 13px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 12px;
}

.author-info .text-holder p {
  display: none;
  margin: 0;
}

.author-info .text-holder p:first-child {
  display: block;
}

.intro-people h1 {
  float: left;
  width: 35%;
}

.intro-people .anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
  width: 56.3%;
  font: 900 13px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 27px 0 0;
}

.intro-people .anchor-links li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.intro-people .anchor-links li a:hover:after {
  width: 100%;
}

.intro-people .anchor-links li a:after {
  content: "";
  display: block;
  width: 0;
  margin: 0 auto;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.people-block {
  padding: 9px 0 0;
}

.people-block .block {
  padding: 53px 0;
}

.people-block .block h2 {
  margin: 0 0 45px;
  padding: 0 0 28px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  position: relative;
}

.people-block .block h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #2568b6;
}

.people-block .text-holder {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  padding: 0 0 48px;
}

.people-block .authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.people-block .authors .author {
  width: 33.33%;
  background: #fff;
  border: 1px solid #e9e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1px -1px 0;
  position: relative;
}

.people-block .authors .author:hover .hover-overlay {
  opacity: 1;
}

.people-block .authors .author .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 70, 91, 0.9);
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 1px;
}

.people-block .authors .img-holder {
  width: 40%;
  padding: 18px 0 0;
}

.people-block .authors .text-frame {
  /* width: 60%; */
  width: 100%;
  padding: 10px 42px 10px 6.4%;
}

.people-block .authors .text-frame h3 {
  margin: 0 0 17px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #2568b6;
}

.people-block .authors .text-frame .position {
  display: block;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}

.people-block .contact-block {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 59px 0 128px;
}

.people-block .contact-block h2 {
  margin: 0 0 45px;
  padding: 0 0 28px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  position: relative;
}

.people-block .contact-block h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 4px;
  background: #2568b6;
}

.people-block .contact-block p {
  margin: 0 0 50px;
}

.people-block .contact-block .btn {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #2568b6;
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 40px;
  border-radius: 2px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.03);
}

.people-block .contact-block .btn:hover {
  background: #2568b6;
  color: #fff;
}

.author-single {
  padding: 59px 0 102px;
}

.author-single .author-block {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin: 0 0 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-single .author-block .author-image {
  width: 20.3%;
  margin: -46px 0 0;
}

.author-single .author-block .author-image img {
  width: 100%;
}

.author-single .author-block .text-holder {
  width: 79.7%;
  padding: 20px 20px 30px 9.1%;
}

.author-single .author-block .text-holder h2 {
  margin: 0 0 13px;
  font-size: 40px;
  line-height: 43px;
  font-weight: 300;
}

.author-single .author-block .text-holder .position {
  display: block;
  font: 900 13px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 28px;
}

.author-single .author-block .contact-info {
  font-size: 18px;
  line-height: 21px;
}

.author-single .author-block .contact-info a {
  display: inline-block;
  vertical-align: top;
  color: #2568b6;
  padding: 0 0 0 37px;
  position: relative;
  margin: 0 6% 15px 0;
}

.author-single .author-block .contact-info a:hover {
  opacity: 0.9;
}

.author-single .author-block .contact-info a:last-child {
  margin: 0;
}

.author-single .author-block .contact-info a .fa {
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #dedfe0;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.author-information {
  overflow: hidden;
  padding: 0 0 95px;
}

.author-information .text-holder {
  float: left;
  width: 64%;
}

.author-information .text-holder h3 {
  margin: 0 0 21px;
  font: 900 16px/19px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.author-information .services-articles {
  float: right;
  width: 26%;
}

.author-information .services-articles h3 {
  margin: 0 0 16px;
  font: 900 16px/19px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.author-information .services-articles ul {
  font-size: 14px;
  line-height: 17px;
  border-top: 1px solid #dedfe0;
}

.author-information .services-articles ul li {
  border-bottom: 1px solid #dedfe0;
}

.author-information .services-articles ul li a {
  color: #2568b6;
  padding: 14px 10px;
  display: block;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.author-information .services-articles ul li a:hover {
  left: 5px;
}

.author-information .services-articles ul li a:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #889194;
  top: 21px;
  left: 2px;
}

.author-articles {
  padding: 0;
}

.author-articles h3 {
  margin: 0 0 27px;
  font: 900 18px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.author-articles .posts-block {
  padding: 0;
}

.contact-holder {
  padding: 52px 0 121px;
}

.contact-holder h2 {
  margin: 0 0 48px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  padding: 0 0 28px;
  position: relative;
}

.contact-holder h2:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 50px;
  background: #2568b6;
  left: 0;
  bottom: 0;
}

.contact-holder .acf-map {
  width: 100%;
  height: 360px;
  background: #2568b6;
}

.contact-holder .acf-map img {
  max-width: inherit !important;
}

.contact-holder .contact-info {
  background: #fff;
  padding: 52px 32px 46px;
  overflow: hidden;
  margin: 0 0 119px;
}

.contact-holder .contact-info address {
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  float: left;
  width: 30%;
  padding: 0 0 0 46px;
  margin: 0 8px 15px 0;
  position: relative;
}

.contact-holder .contact-info .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #dedfe0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.contact-holder .contact-info a {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 0 38px;
  margin: 0 4.4% 15px 0;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contact-holder .contact-info a:hover {
  color: #000;
}

.contact-holder .contact-form {
  padding: 0 0 106px;
}

.contact-holder .contact-form .text-holder {
  float: left;
  width: 31.3%;
  padding: 0 30px 0 0;
}

.contact-holder .contact-form h2 {
  margin: 0 0 33px;
}

.contact-holder .contact-form .form-holder {
  float: right;
  width: 68.7%;
  padding: 6px 0 0;
}

.contact-holder .contact-form form {
  padding: 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  position: relative;
}

.contact-holder .contact-form form.invalid,
.contact-holder .contact-form form.sent {
  padding: 60px 0 0;
}

.contact-holder .contact-form .wpcf7-validation-errors {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  border: none;
  background: #c84e4e;
  margin: 0;
  padding: 15px 55px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 2px;
}

.contact-holder .contact-form .wpcf7-validation-errors:after {
  position: absolute;
  content: "\f071";
  font: normal normal normal 17px/1 FontAwesome;
  top: 14px;
  left: 14px;
  color: #fff;
  text-indent: 0;
}

.contact-holder .contact-form .wpcf7-mail-sent-ok {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  border: none;
  background: #398f14;
  margin: 0;
  padding: 15px 55px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 2px;
}

.contact-holder .contact-form .wpcf7-mail-sent-ok:after {
  position: absolute;
  content: "\f00c";
  font: normal normal normal 17px/1 FontAwesome;
  top: 14px;
  left: 14px;
  color: #fff;
  text-indent: 0;
}

.contact-holder .contact-form .ajax-loader {
  float: left;
  margin: 10px 0 0;
}

.contact-holder .contact-form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-holder .contact-form .input-holder {
  width: 48.8%;
  background: #e4e4e4;
  position: relative;
  padding: 12px 40px 12px 21px;
  margin: 0 0 20px;
  border-radius: 2px;
}

.contact-holder .contact-form .input-holder:nth-child(even) {
  float: right;
}

.contact-holder .contact-form .input-holder label {
  float: left;
  font: bold 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 10px 0 0;
  width: 32%;
}

.contact-holder .contact-form .input-holder .wpcf7-form-control-wrap {
  float: left;
  width: 68%;
  line-height: 19px;
  position: static;
}

.contact-holder .contact-form .input-holder .wpcf7-not-valid-tip {
  position: absolute;
  top: 15px;
  right: 13px;
  text-indent: -9999px;
  overflow: hidden;
  width: 18px;
  height: 16px;
}

.contact-holder .contact-form .input-holder .wpcf7-not-valid-tip:after {
  position: absolute;
  content: "\f071";
  font: normal normal normal 17px/1 FontAwesome;
  top: 0;
  right: 0;
  color: #c84e4e;
  text-indent: 0;
}

.contact-holder .contact-form input[type="text"],
.contact-holder .contact-form input[type="email"],
.contact-holder .contact-form input[type="tel"] {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  outline: none;
  width: 100%;
}

.contact-holder .contact-form input[type="text"]::-webkit-input-placeholder,
.contact-holder .contact-form input[type="email"]::-webkit-input-placeholder,
.contact-holder .contact-form input[type="tel"]::-webkit-input-placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form input[type="text"]::-moz-placeholder,
.contact-holder .contact-form input[type="email"]::-moz-placeholder,
.contact-holder .contact-form input[type="tel"]::-moz-placeholder {
  opacity: 1;
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form input[type="text"]:-moz-placeholder,
.contact-holder .contact-form input[type="email"]:-moz-placeholder,
.contact-holder .contact-form input[type="tel"]:-moz-placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form input[type="text"]:-ms-input-placeholder,
.contact-holder .contact-form input[type="email"]:-ms-input-placeholder,
.contact-holder .contact-form input[type="tel"]:-ms-input-placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form input[type="text"].placeholder,
.contact-holder .contact-form input[type="email"].placeholder,
.contact-holder .contact-form input[type="tel"].placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form .message-holder {
  background: #e4e4e4;
  position: relative;
  padding: 13px 21px;
  margin: 0 0 20px;
  border-radius: 2px;
}

.contact-holder .contact-form .message-holder label {
  float: left;
  font: bold 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 10px 0 0;
  width: 13.4%;
}

.contact-holder .contact-form .message-holder .wpcf7-form-control-wrap {
  float: left;
  width: 81%;
  line-height: 19px;
}

.contact-holder .contact-form .message-holder textarea {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  outline: none;
  width: 100%;
  height: 155px;
  resize: none;
}

.contact-holder
  .contact-form
  .message-holder
  textarea::-webkit-input-placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form .message-holder textarea::-moz-placeholder {
  opacity: 1;
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form .message-holder textarea:-moz-placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form .message-holder textarea:-ms-input-placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form .message-holder textarea.placeholder {
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.contact-holder .contact-form input[type="submit"] {
  float: right;
  background: #fff;
  color: #2568b6;
  padding: 15px 56px;
  margin: 0;
  border: none;
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.03);
}

.contact-holder .contact-form input[type="submit"]:hover {
  background: #2568b6;
  color: #fff;
}

.find-lawyer h2 {
  margin: 0 0 38px;
  padding: 0;
  font: 900 18px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.find-lawyer h2:after {
  display: none;
}

.find-lawyer .lawyer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.find-lawyer .lawyer-holder .block {
  background: #fff;
  border: 1px solid #deddde;
  width: 33.33%;
  margin: 0 -1px -1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.find-lawyer .lawyer-holder .block .img-holder {
  width: 40%;
  padding: 17px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.find-lawyer .lawyer-holder .block .text-holder {
  padding: 33px 20px 33px 25px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-lawyer .lawyer-holder .block .text-holder a {
  color: #2568b6;
}

.find-lawyer .lawyer-holder .block .text-holder a:hover {
  opacity: 0.8;
}

.find-lawyer .lawyer-holder .block .text-holder h3 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #2568b6;
}

.find-lawyer .lawyer-holder .block .text-holder .position {
  display: block;
  text-transform: uppercase;
  font: bold 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  margin: 0 0 10px;
}

.find-lawyer .lawyer-holder .block .links {
  font-size: 12px;
  line-height: 14px;
}

.find-lawyer .lawyer-holder .block .links span {
  font-size: 10px;
  color: #000;
}

.find-lawyer .lawyer-holder .block .links a {
  display: block;
  color: #000;
  margin: 0 0 4px;
  word-break: break-all;
}

.find-lawyer .lawyer-holder .block .links a.email {
  color: #2568b6;
}

.find-lawyer .lawyer-holder .block:hover .hover-overlay {
  opacity: 1;
  text-decoration: none;
}

.find-lawyer .lawyer-holder .block .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 70, 91, 0.9);
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff !important;
}

.two-columns {
  padding: 50px 0;
}

/***06-05-2018***/
.privacy-page {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 70px 0;
  width: 100%;
}
.privacy-page h1 {
  font-size: 32px;
  font-weight: 100;
}
.privacy-page h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.privacy-page h4 {
  color: #2a69b4;
  font-size: 16px;
  font-weight: 100;
}
.privacy-page h4 ul li {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}
.privacy-page h4 ul li ul {
  list-style-type: circle !important;
}
.privacy-page h4 ul li ul li {
  list-style: outside none circle;
}
.category-content p {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
}
.copyright {
  opacity: 1;
}
.copyright_policy {
  color: #ffffff;
  font-size: 12px;
  margin-right: 40px;
}
.copyright span {
  opacity: 0.4;
}

/*FooterNewsletter*/
.newsletter_footer {
  background: #1B508D;
  padding: 30px 30px 50px 30px;
}
.news_footer_titletxt {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  font-family: Lato;
  margin-bottom: 20px;
}
.news_footer_desc {
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 942px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: Lato;
}
.news_footer_form {
  max-width: 720px;
  margin: 0 auto;
}
.news_header_form .mc4wp-form-fields ,
.news_footer_form .mc4wp-form-fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news_header_form .mc4wp-form-fields input::placeholder,
.news_footer_form .mc4wp-form-fields input::placeholder{
    opacity:1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Lato;
    font-style: normal;
}
.news_header_form .mc4wp-form-fields input[type="email"],
.news_footer_form .mc4wp-form-fields input[type="email"]{
    flex-basis: 74%;
    padding: 16px 20px;
    background-color: #F3F4F6;
    color: #000;
    border:0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Lato;
    margin-right:2px;
}
.news_header_form .mc4wp-form-fields input[type="submit"],
.news_footer_form .mc4wp-form-fields input[type="submit"]{
    flex-basis: 25%;
    background-color: #FFFFFF;
    color:#2568B6;
    border:0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    font-family: Lato;
    text-transform:uppercase;
    padding: 16px 26px;
}
.news_header_form .mc4wp-form-fields input[type="submit"]:hover,
.news_footer_form .mc4wp-form-fields input[type="submit"]:hover{
    background-color: #2568B6;
    color:#FFFFFF;
}
.news_footer_form .mc4wp-response,
.news_header_form .mc4wp-response {
  color: #fff;
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: Lato;
}

.newsletter_header {
  background: #fff;
  padding:40px 0;
}
.newsletter_header_inner {
  display: flex;
  align-items: center;
}
.news_header_desc {
  max-width: 383px;
  margin-right: 50px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: Lato;
  color: #313131;
}
.news_header_form{
    flex-basis: calc( 100% - 385px);
}

@media(max-width:1024px){
    .newsletter_header_inner{
        flex-wrap:wrap;
    }
    .news_header_desc{
        max-width:100%;
        margin-bottom:15px;
        margin-right:0;
    }
    .news_header_form{
        flex-basis: 100%;
    }
    .news_header_form .mc4wp-form-fields input[type="email"],
    .news_header_form .mc4wp-form-fields input[type="submit"],
    .news_footer_form .mc4wp-form-fields input[type="email"],
    .news_footer_form .mc4wp-form-fields input[type="submit"]{
        padding: 12px 16px;
        font-size:12px;
        line-height:18px;
    }
    .news_footer_desc{
        margin: 0 auto 20px auto;
      font-size: 16px;
      line-height: 22px;
    }
    .news_footer_titletxt {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 14px;
    }
}
@media(max-width:600px){
    .news_header_form .mc4wp-form-fields,
    .news_footer_form .mc4wp-form-fields {
      flex-wrap: wrap;
    }
    .news_header_form .mc4wp-form-fields input[type="email"],
    .news_header_form .mc4wp-form-fields input[type="submit"],
    .news_footer_form .mc4wp-form-fields input[type="email"],
    .news_footer_form .mc4wp-form-fields input[type="submit"]{
        flex-basis: 100%;
    }
    .news_header_form .mc4wp-form-fields input[type="email"],
    .news_footer_form .mc4wp-form-fields input[type="email"]{
        margin-bottom:4px;
        margin-right:0;
    }
}


@media (min-width: 768px) {
  #nav > li.active > a:after {
    content: "";
    display: block;
    background: #2568b6;
    width: 100%;
    margin: 13px auto 0;
    height: 4px;
    -webkit-transition: width 0.3s, color 0.3s;
    transition: width 0.3s, color 0.3s;
  }

  .tax-service_category #nav > li.service-active > a:after,
  .single-services #nav > li.service-active > a:after {
    content: "";
    display: block;
    background: #2568b6;
    width: 100%;
    margin: 13px auto 0;
    height: 4px;
    -webkit-transition: width 0.3s, color 0.3s;
    transition: width 0.3s, color 0.3s;
  }

  .author-dominic-scully #nav > li.people-active > a:after {
    content: "";
    display: block;
    background: #2568b6;
    width: 100%;
    margin: 13px auto 0;
    height: 4px;
    -webkit-transition: width 0.3s, color 0.3s;
    transition: width 0.3s, color 0.3s;
  }

  .single-insights_library #nav > li.insight-active > a:after {
    content: "";
    display: block;
    background: #2568b6;
    width: 100%;
    margin: 13px auto 0;
    height: 4px;
    -webkit-transition: width 0.3s, color 0.3s;
    transition: width 0.3s, color 0.3s;
  }

  #nav > li > a:after {
    content: "";
    display: block;
    background: #9aa5b2;
    width: 0;
    margin: 11px auto 0;
    height: 4px;
    -webkit-transition: width 0.3s, color 0.3s;
    transition: width 0.3s, color 0.3s;
  }
}

@media (min-width: 1024px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

@media (min-width: 1201px) and (min-width: 768px) {
  #nav > li.hover > a {
    color: #9aa5b2;
  }

  #nav > li.hover > a:after {
    width: 100%;
  }
}

@media (min-width: 1201px) and (max-width: 767px) {
  #nav > li.hover > a {
    color: #32465b;
    background: #fff;
  }
}

@media (min-width: 1201px) {
  .sidebar-footer #menu-footer-nav > li .sub-menu li a:hover:after {
    width: 100%;
  }

  .footer-nav li a:hover:after {
    width: 100%;
  }
}

@media (max-width: 1349px) {
  .cycle-gallery .btn-prev {
    left: 35px;
  }

  .cycle-gallery .btn-next {
    right: 35px;
  }
}

@media (max-width: 1199px) {
  iframe {
    width: 100%;
  }

  .nav-holder {
    width: 70%;
  }

  .posts-block .first-col .text-holder {
    padding: 25px;
  }

  .posts-block .image-col .frame {
    padding: 25px;
  }

  .posts-block .col .holder {
    padding: 25px;
  }

  .author-holder .text-holder {
    padding: 20px 40px;
  }

  .intro-block h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .categories-block .text-holder h2 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 25px;
    line-height: 28px;
  }

  .categories-block .text-holder p {
    margin: 0 0 15px;
  }

  .intro-people h1 {
    width: 30%;
  }

  .intro-people .anchor-links {
    width: 65%;
    padding: 15px 0 0;
    font-size: 11px;
    line-height: 14px;
  }

  .author-single .author-block .contact-info a {
    margin: 0 3% 15px 0;
  }
}

@media (max-width: 1023px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }

  #header .logo {
    width: 130px;
    margin: 20px 0 0;
  }

  .nav-holder {
    width: 75%;
  }

  #nav > li > a {
    font-size: 12px;
    line-height: 15px;
  }

  .intro-home {
    height: 700px;
  }

  .intro-home .container {
    padding: 0 40px;
  }

  .services-list li a {
    padding: 20px 65px 20px 30px;
  }

  .services-list li a:after {
    right: 30px;
  }

  .posts-block .first-col {
    width: 100%;
  }

  .posts-block .first-col .text-holder {
    padding: 20px;
  }

  .posts-block .bottom-holder .ico-holder {
    width: 35px;
    height: 35px;
    margin: 0 -8px 0 0;
  }

  .posts-block .image-col {
    width: 50%;
  }

  .posts-block .image-col .frame {
    padding: 20px;
  }

  .posts-block .col {
    width: 50%;
  }

  .posts-block .col .holder {
    padding: 20px;
  }

  .lawyers-block {
    padding: 0;
  }

  .lawyers-block .container {
    padding: 0 40px;
  }

  .author-holder .text-holder h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .cycle-gallery .btn-prev {
    margin: -25px 0 0;
    left: 15px;
  }

  .cycle-gallery .btn-next {
    margin: -25px 0 0;
    right: 15px;
  }

  .cycle-gallery .paging {
    padding: 30px 0;
  }

  /*#footer {
    padding: 30px 0 0;
  }*/

  #footer .newsletter-holder {
    padding: 0 0 30px;
  }

  #footer .newsletter-holder .title {
    float: none;
    width: auto;
    display: block;
    text-align: center;
    padding: 0 0 20px;
  }

  #footer .newsletter-holder .form-holder {
    float: none;
    width: auto;
    padding: 0;
  }

  #footer .social-networks {
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }

  .footer-nav {
    padding: 0;
    float: none;
    width: auto;
  }

  .intro-block h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .categories-block {
    line-height: 16px;
  }

  .categories-block .category-image {
    width: 100%;
  }

  .categories-block .text-holder {
    width: 100%;
    padding: 15px;
  }

  .categories-block .text-holder h2 {
    font-size: 20px;
    line-height: 23px;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }

  .categories-block .text-holder p {
    margin: 0 0 10px;
  }

  .category-info {
    padding: 50px 0;
  }

  .category-info .category-content .intro-holder {
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }

  .category-info .category-posts h2 {
    padding: 15px;
  }

  .services-single .intro-text {
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }

  .library-intro .search-library {
    display: none;
  }

  .author-info .text-holder {
    padding: 10px 20% 30px 30px;
  }

  .intro-people h1 {
    float: none;
    width: auto;
  }

  .intro-people .anchor-links {
    display: none;
  }

  .people-block .text-holder {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .people-block .authors .author {
    width: 50%;
  }

  .people-block .authors .text-frame {
    padding: 10px 15px;
  }

  .author-single .author-block .author-image {
    width: 30%;
  }

  .author-single .author-block .text-holder {
    width: 70%;
  }

  .author-single .author-block .text-holder h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .contact-holder {
    padding: 30px 0;
  }

  .contact-holder h2 {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 25px;
    line-height: 28px;
  }

  .contact-holder .contact-info {
    margin: 0 0 50px;
  }

  .contact-holder .contact-info address {
    float: none;
    width: auto;
  }

  .contact-holder .contact-form {
    padding: 0 0 30px;
  }

  .contact-holder .contact-form .text-holder {
    float: none;
    width: auto;
  }

  .contact-holder .contact-form h2 {
    margin: 0 0 20px;
  }

  .contact-holder .contact-form .form-holder {
    float: none;
    width: auto;
    padding: 0;
  }

  .find-lawyer .lawyer-holder .block {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }

  #header {
    padding: 0px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
  }

  .nav-active #header {
    margin: 0 -265px 0 265px;
  }

  #header .logo {
    margin: 0 auto 10px;
    float: none;
    width: 121px;
  }

  #header .mobile-phone {
    display: block;
  }

  #header .nav-opener {
    display: block;
  }

  #header .top-holder {
    display: none;
  }

  #header .top-holder .lang-holder {
    display: none;
  }

  #header .mobile-info {
    display: block;
  }

  .nav-holder {
    width: 265px;
    background: #32465b;
    position: fixed;
    top: 0;
    left: -265px;
    bottom: 0;
    overflow: auto;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }

  .nav-holder:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }

  .nav-active .nav-holder {
    left: 0;
  }

  .wrapper-holder {
    overflow: hidden;
    width: 100%;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
  }

  .nav-active .wrapper-holder {
    margin: 0 -265px 0 265px;
  }

  #nav {
    display: block;
  }

  #nav > li {
    border-bottom: 1px solid #3c4f63;
  }

  #nav > li.active > a {
    color: #32465b;
    background: #fff;
  }

  .tax-service_category #nav > li.service-active > a,
  .single-services #nav > li.service-active > a {
    color: #32465b;
    background: #fff;
  }

  .author-dominic-scully #nav > li.people-active > a {
    color: #32465b;
    background: #fff;
  }

  .single-insights_library #nav > li.insight-active > a {
    color: #32465b;
    background: #fff;
  }

  #nav > li > a {
    color: #fff;
    display: block;
    padding: 16px 75px 16px 20px;
    position: relative;
  }

  #nav > li > a:after {
    position: absolute;
    content: "\f105";
    font: normal normal normal 15px/47px FontAwesome;
    top: 0;
    right: 5px;
    width: 20px;
    color: #757e82;
  }

  .intro-home {
    padding: 97px 0 24px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    height: auto;
  }

  .intro-home .container {
    padding: 0 20px;
  }

  .intro-home .sub-title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 7px;
  }

  .intro-home h1 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -2px;
    margin: 0 0 17px;
  }

  .intro-home p {
    margin: 0 0 26px;
  }

  .intro-home .link {
    font-size: 10px;
    line-height: 14px;
    padding: 5px 16px 5px 9px;
  }

  .intro-home .link span {
    max-width: 95%;
  }

  .services-list {
    top: 0;
    padding: 0;
    display: block;
  }

  .services-list li {
    width: 100%;
  }

  .services-list li a {
    font-size: 12px;
    line-height: 18px;
    height: 85px;
    padding: 10px 65px 10px 20px;
  }

  .services-list li a:after {
    width: 16px;
    height: 16px;
    top: 34px;
    right: 22px;
  }

  .posts-block {
    padding: 46px 0 36px;
  }

  .posts-block .posts-frame {
    display: block;
  }

  .posts-block .first-col {
    padding: 0;
    width: 100%;
    margin: 0 0 10px;
  }

  .posts-block .first-col .holder {
    display: block;
    position: relative;
    color: #fff;
  }

  .posts-block .first-col .holder:hover .text-holder {
    background: rgba(0, 0, 0, 0.7);
  }

  .posts-block .first-col .img-holder {
    width: 100%;
  }

  .posts-block .first-col .text-holder {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 27px 16px 18px;
  }

  .posts-block .first-col h2 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }

  .posts-block .bottom-holder .ico-holder {
    margin: 0 -8px 0 0;
  }

  .posts-block .bottom-holder .items {
    font-size: 10px;
    line-height: 16px;
  }

  .posts-block .image-col {
    padding: 0;
    width: 100%;
    margin: 0 0 10px;
  }

  .posts-block .image-col h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .posts-block .image-col .frame {
    padding: 24px 16px 18px;
  }

  .posts-block .col {
    padding: 0;
    width: 100%;
    margin: 0 0 10px;
  }

  .posts-block .col .holder {
    padding: 23px 16px 22px;
  }

  .posts-block .col h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .posts-block .col p {
    margin: 0 0 20px;
  }

  .heading-holder {
    text-align: center;
    padding: 0 0 21px;
  }

  .heading-holder h2 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 18px;
  }

  .heading-holder .link {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: top;
  }

  .lawyers-block .container {
    padding: 0 20px;
  }

  .lawyers-block .heading-holder {
    padding-bottom: 22px;
  }

  .author-holder {
    width: 100%;
    margin: 0;
  }

  .author-holder .img-holder {
    width: 39%;
    padding: 4px 0 0;
  }

  .author-holder .text-holder {
    padding: 20px 24px 20px 10px;
    /* width: 61%; */
    width: 100%;
  }

  .author-holder .text-holder h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 5px;
  }

  .author-holder .text-holder .position {
    font-size: 10px;
    line-height: 13px;
  }

  .author-holder .text-holder p {
    display: none;
  }

  .cycle-gallery .btn-prev {
    top: auto;
    margin: 0;
    bottom: 17px;
    left: 25px;
  }

  .cycle-gallery .btn-next {
    top: auto;
    margin: 0;
    bottom: 17px;
    right: 25px;
  }

  .cycle-gallery .paging {
    padding: 20px 0;
  }

  /*#footer {*/
  /*  padding: 24px 0 0;*/
  /*}*/

  #footer .newsletter-holder {
    padding: 0 0 28px;
  }

  #footer .newsletter-holder .title {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 29px;
  }

  #footer .newsletter-holder .wysija-paragraph {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }

  #footer .newsletter-holder .wysija-paragraph.email-holder {
    width: auto;
  }

  #footer .newsletter-holder label {
    font-size: 10px;
    line-height: 13px;
    padding: 2px 10px 0 0;
  }

  #footer .newsletter-holder input[type="text"],
  #footer .newsletter-holder input[type="email"] {
    width: 75%;
  }

  #footer .newsletter-holder input[type="submit"] {
    display: block;
    width: 100%;
    float: none;
    display: block;
    font-size: 10px;
    line-height: 13px;
    padding: 16px 10px;
  }

  #footer .bottom-holder {
    padding: 31px 0;
  }

  #footer .social-networks {
    margin: 0 0 33px;
  }

  #footer .social-networks li {
    margin: 0 7px;
  }

  .sidebar-footer {
    padding: 49px 0 19px;
  }

  .sidebar-footer #menu-footer-nav > li {
    float: none;
    width: auto;
    padding: 0 0 28px;
  }

  .sidebar-footer #menu-footer-nav > li > a {
    font-size: 12px;
    line-height: 18px;
    min-height: 63px;
    margin: 0 0 24px;
  }

  .sidebar-footer #menu-footer-nav > li .sub-menu {
    font-size: 12px;
    line-height: 15px;
  }

  .sidebar-footer #menu-footer-nav > li .sub-menu li {
    margin: 0 0 20px;
  }

  .footer-nav {
    display: block;
    text-align: center;
    margin: 0 -20px;
  }

  .footer-nav li {
    padding: 0 10px;
    margin: 0 0 10px;
  }

  .footer-nav li a {
    font-size: 12px;
    line-height: 15px;
  }

  .intro-block {
    margin: 59px 0 0;
    height: 197px;
    padding: 27px 0 32px;
  }

  .intro-block .breadcrumbs {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
    margin: 0;
  }

  .intro-block .breadcrumbs li {
    display: inline;
  }

  .intro-block h1 {
    font-size: 25px;
    line-height: 29px;
  }

  .categories-block {
    padding: 30px 0;
  }

  .categories-block .block {
    margin: 0 0 20px;
    display: block;
  }

  .categories-block .text-holder {
    padding: 25px;
  }

  .category-info {
    padding: 30px 0;
  }

  .category-info .category-content {
    float: none;
    width: auto;
    padding: 0 0 20px;
  }

  .category-info .category-content .intro-holder {
    font-size: 20px;
    line-height: 25px;
  }

  .category-info .category-posts {
    float: none;
    width: auto;
  }

  .category-info .category-posts h2 {
    padding: 10px;
    min-height: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .services-single {
    padding: 31px 0 0;
  }

  .services-single .intro-text {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 34px;
    margin: 0 0 32px;
  }

  .services-single .page-content {
    padding: 0 0 3px;
  }

  .services-single .page-content .block {
    padding: 0 0 4px;
  }

  .services-single .page-content .block:nth-child(even) .img-holder {
    float: none;
  }

  .services-single .page-content .block:nth-child(even) .page-info {
    float: none;
  }

  .services-single .page-content .img-holder {
    float: none;
    width: auto;
    padding: 0 0 41px;
  }

  .services-single .page-content .page-info {
    float: none;
    width: auto;
  }

  .services-single .page-content .page-info .text-holder {
    padding: 0 0 34px;
  }

  .services-single .page-content .page-info h2 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 16px;
  }

  .services-single .lawyers {
    padding: 0 0 37px;
  }

  .services-single .lawyers h2 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 23px;
  }

  .library-block {
    padding: 20px 0;
  }

  .library-intro h1 {
    float: none;
    width: auto;
  }

  .library-single {
    padding: 30px 0 0;
    font-size: 12px;
    line-height: 18px;
  }

  .library-single h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .library-single .items {
    max-width: 75%;
  }

  .library-single .img-holder {
    padding: 0 0 20px;
  }

  .library-single p {
    margin: 0 0 20px;
  }

  .author-info {
    padding: 30px 0;
  }

  .author-info .holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author-info .holder:after {
    display: none;
  }

  .author-info .text-holder {
    padding: 10px;
  }

  .author-info .text-holder h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 5px;
  }

  .author-info .text-holder .position {
    font-size: 10px;
    line-height: 13px;
  }

  .author-info .text-holder .user-info {
    display: none;
  }

  .people-block .block {
    padding: 20px 0;
  }

  .people-block .block h2 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .people-block .text-holder {
    padding: 0 0 30px;
  }

  .people-block .authors .author {
    width: 100%;
  }

  .people-block .authors .text-frame h3 {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 10px;
  }

  .people-block .contact-block {
    padding: 30px 0;
  }

  .people-block .contact-block h2 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .people-block .contact-block p {
    margin: 0 0 30px;
  }

  .author-single {
    padding: 30px 0;
  }

  .author-single .author-block {
    margin: 0 0 30px;
  }

  .author-single .author-block .author-image {
    margin: 0;
    width: 50%;
  }

  .author-single .author-block .text-holder {
    padding: 10px;
  }

  .author-single .author-block .text-holder h2 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 5px;
  }

  .author-single .author-block .text-holder .position {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 10px;
  }

  .author-single .author-block .contact-info {
    font-size: 13px;
    line-height: 16px;
  }

  .author-single .author-block .contact-info a {
    display: block;
    padding: 0 0 0 28px;
    display: block;
    word-break: break-word;
  }

  .author-single .author-block .contact-info a .fa {
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 24px;
  }

  .author-information {
    padding: 0 0 30px;
  }

  .author-information .text-holder {
    float: none;
    width: auto;
  }

  .author-information .services-articles {
    float: none;
    width: auto;
  }

  .author-information .services-articles ul li a {
    padding: 10px;
  }

  .author-information .services-articles ul li a:after {
    top: 17px;
  }

  .contact-holder .acf-map {
    height: 200px;
  }

  .contact-holder .contact-info {
    padding: 20px;
  }

  .contact-holder .contact-info address {
    padding: 5px 0 0 34px;
    font-size: 15px;
    line-height: 18px;
  }

  .contact-holder .contact-info a {
    font-size: 15px;
    line-height: 18px;
    padding: 3px 0 0 34px;
  }

  .contact-holder .contact-form .wpcf7-validation-errors {
    position: relative;
    top: 0;
  }

  .contact-holder .contact-form .wpcf7-mail-sent-ok {
    position: relative;
    top: 0;
  }

  .contact-holder .contact-form .input-holder {
    width: 100%;
    padding: 15px;
  }

  .contact-holder .contact-form .input-holder label {
    width: auto;
    float: none;
    display: block;
    padding: 0 0 5px;
  }

  .contact-holder .contact-form .input-holder .wpcf7-form-control-wrap {
    float: none;
    width: auto;
  }

  .contact-holder .contact-form .message-holder label {
    width: auto;
    float: none;
    display: block;
    padding: 0 0 5px;
  }

  .contact-holder .contact-form .message-holder .wpcf7-form-control-wrap {
    float: none;
    width: auto;
  }

  .contact-holder .contact-form .message-holder textarea {
    height: 100px;
  }

  .contact-holder .contact-form input[type="submit"] {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .find-lawyer .lawyer-holder .block {
    width: 100%;
  }

  .find-lawyer .lawyer-holder .block .text-holder h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}

@media (max-width: 768px) {
  .holder.half-width {
    width: 100% !important;
  }
}

.lang-holder {
  display: none;
}
.logo span.link:after {
  content: none;
}
.hover-text {
  font: 900 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.find-lawyer .lawyer-holder .block .text-holder a.hover-text {
  color: #fff;
}
.contact-holder.no-padding {
  padding: 0 !important;
}
#nav li {
  position: relative;
}
.drop-holder ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  list-style: none;
  padding: 0px;
  background: #2568b6;
}

/*li#menu-item-32 .drop-holder ul{*/
/*	padding:35px 0px 10px 0px;*/
/*}*/
.drop-holder ul li {
  padding: 6px 10px;
}
.drop-holder ul li a {
  color: white;
}
nav ul li:hover > .drop-holder > ul,
nav ul li .drop-holder ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  width: 300px;
} /* commented this line before making changes below */
/* nav ul li .drop-holder ul:hover { visibility: visible; opacity: 1; display: flex; align-items: center; } */
/* nav ul li .drop-holder ul li { clear: both; width: 100%;} */
.top-logo-line {
  position: relative;
  top: -2px;
  width: 100%;
  font: 600 12px/15px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page-info.full-width {
  width: 100% !important;
  float: none !important;
}

.flex-container {
  display: flex;
}
.flex-item {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  padding-left: 20px;
}
.flex-item img {
  cursor: pointer;
  border: 5px solid #2568b6;
}
figcaption {
  text-align: center;
  padding: 5px;
  background: #2568b6;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-block {
  padding: 9px 0 0;
}
.about-block .block {
  padding: 53px 0;
}
.about-block .block h2 {
  margin: 0 0 45px;
  padding: 0 0 28px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  position: relative;
}
.about-block .block h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #2568b6;
}
/* .about-block .text-holder { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 100px; -moz-column-gap: 100px; column-gap: 100px; padding: 0 0 48px; } */
.container.two-parts {
  display: flex;
  max-width: unset;
  margin: 0;
  padding: 0;
}
.container.two-parts.odd-div {
  background-color: #fff;
}
.container.two-parts .bg-image {
  width: 50%;
}
.container.two-parts .block.text-block {
  padding: 25px;
  width: 50%;
}

ul.multicolumn {
  width: 100% !important;
  max-width: 1192px;
  margin: 0 auto 20px;
  overflow: hidden;
  list-style-type: none;
  position: relative;
}

.service-active > .drop-holder > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
ul.multicolumn li.ptitle {
  width: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  padding: 10px 10px;
}
.drop-holder ul.multicolumn li {
  /*display: inline-block;*/
  width: 100%;
  /*  float: left;  */
  /* width: 50%; */
}
.drop-holder ul {
  padding: 10px;
}
.drop-holder ul .sub-multicolumn {
  visibility: visible;
  opacity: 1;
  display: block;
  position: relative;
  padding: 10px 0 0;
  width: 100% !important;
}
.service-active ul .sub-multicolumn li {
  padding-left: 0;
}

@media (min-width: 767px) {
  .mega-menu > .drop-holder {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    display: none;
    list-style: none;
    padding: 0px;
    background: #2568b6;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .mega-menu > .drop-holder > ul {
    padding: 20px;
  }
  nav ul > li.mega-menu:hover > .drop-holder {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .drop-holder ul li {
    font-size: 14px;
  }
  #nav li.mega-menu {
    position: unset;
  }
  .people-active ul.multicolumn {
    -webkit-column-count: 4;
    moz-column-count: 4;
    column-count: 4;
  }
  .service-active ul.multicolumn {
    display: flex !important;
    flex-wrap: wrap;
  }
  .service-active ul.multicolumn > li {
    max-width: 25%;
  }
  .service-active > .drop-holder > ul > li > a {
    font-size: 15px;
  }
}
/* mobile specific */
@media (max-width: 767px) {
  .container.two-parts .bg-image {
    width: auto;
  }
  .container.two-parts .block.text-block {
    width: auto;
  }
  .drop-holder ul {
    position: relative;
    display: none;
    visibility: visible;
    opacity: 100;
    width: 100% !important;
  }
  .people-active ul li {
    margin-bottom: 5px;
  }
  .service-active ul li ul {
    padding: 10px 0 0;
  }
  .top-logo-line.desktop-view {
    display: none;
  }
  .top-logo-line.mobile-view {
    display: block !important;
    padding: 8px 0px;
  }
}

/* Changes 03/06/19 */

.top-logo-line.mobile-view {
  display: none;
}

.logged-in #header {
  top: 32px;
}

.menu-item-bold a {
  font-weight: 700;
}

#header .tag-line {
  background-color: #0a346d;
}

#header .tag-line .container {
  text-align: center;
  padding-top: 0px;
}

#header .container {
  padding-top: 10px;
}

.holder.half-width {
  width: 49%;
  float: left;
  margin: 5px;
}
