/*! 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: .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: -.5em;
}

sub {
  bottom: -.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: .35em .625em .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;
}

.social-networks,
#nav ul,
.nav ul,
.clients-list,
.about-us .some-talks .time-line ul,
.contact-page .two-cols .contact-ways,
.contact-page .other-contact .social-network {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
#header .container:after,
.decision .post-block .container:after,
.areas-negotiation-page .container:after,
.contact-page .two-cols .contact-ways li:after,
.contact-page .contact-form .r1:after,
.areas-women-leadership-page .container:after {
  content: "";
  display: block;
  clear: both;
}

.clients-list {
  letter-spacing: -4px;
  font-size: 0;
  line-height: 0;
}

.clients-list > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.4;
}

.banner img,
.logo img,
.clients-list li img {
  display: block;
  width: 100%;
}

.about-us .some-talks .time-line ul,
.contact-page .other-contact .social-network {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #3c3d41;
  background: #fff;
  font: 16px / 1.4 "Georgia", "Times New Roman", Times, serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-weight: normal;
  line-height: 1.2;
  font-family: inherit;
  margin: 0 0 .5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 52px;
  line-height: 1.06;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 13px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #2149ea;
  text-decoration: underline;
  -webkit-transition: color .3s, background .3s, opacity .3s, border .3s, visibility .3s, box-shadow .5s;
  transition: color .3s, background .3s, opacity .3s, border .3s, visibility .3s, box-shadow .5s;
}

a:hover,
a:focus {
  color: #1030ae;
  text-decoration: none;
}

a:before,
a:after {
  -webkit-transition: color .3s, background .3s, opacity .3s, border .3s, visibility .3s, box-shadow .5s;
  transition: color .3s, background .3s, opacity .3s, border .3s, visibility .3s, box-shadow .5s;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?17zgrx");
  src: url("../fonts/icomoon.eot?17zgrx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?17zgrx") format("truetype"), url("../fonts/icomoon.woff?17zgrx") format("woff"), url("../fonts/icomoon.svg?17zgrx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-shape:before {
  content: "\e907";
}

.icon-twitter-shape:before {
  content: "\e908";
}

.icon-fax:before {
  content: "\e903";
}

.icon-location:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-envelope:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

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;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-radius: 5px;
  height: 45px;
  color: #3c3d41;
  background: #eee;
  -webkit-transition: box-shodow .5s, border .5s;
  transition: box-shodow .5s, border .5s;
  outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #c8c8c8;
  box-shadow: none;
}

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: #3c3d41;
}

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: #3c3d41;
}

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: #3c3d41;
}

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: #3c3d41;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #3c3d41;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  -webkit-transition: color .3s, background .3s, opacity .3s, border .3s, box-shadow .5s;
  transition: color .3s, background .3s, opacity .3s, border .3s, box-shadow .5s;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #2e71f2;
  padding: 1em 2em;
  font: bold 14px / 1.214 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-radius: 22px;
  text-decoration: none;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  height: 45px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn:hover,
.btn:focus {
  background: #0c4cc7;
  color: #fff;
}

.for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.banner {
  position: relative;
  color: #fff;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 61, 64, .3);
}

.banner .container {
  position: absolute;
  top: 117px;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.banner h1 {
  max-width: 650px;
  padding-left: 28px;
  letter-spacing: -2px;
}

.social-networks {
  margin: 0 -16px;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 16px;
}

.social-networks [class^="icon-"] {
  font-size: 32px;
}

.social-networks a {
  text-decoration: none;
  color: #93b7d1;
}

.social-networks a:hover {
  color: #fff;
}

.slideshow {
  position: relative;
}

.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}

.slideshow .slide.active {
  z-index: 2;
}

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
  visibility: hidden;
}

.client-testimonials-block {
  padding-top: 108px;
  padding-bottom: 129px;
}

.client-testimonial-post {
  text-align: center;
  margin: 0 86px;
}

.client-testimonial-post q {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  quotes: none;
  color: #3b3d40;
}

.client-testimonial-post q:before,
.client-testimonial-post q:after {
  font-size: 72px;
  line-height: 0;
  position: relative;
  top: 33px;
}

.client-testimonial-post q:before {
  left: -17px;
  content: "“";
}

.client-testimonial-post q:after {
  right: -17px;
  content: "”";
  display: inline-block;
  vertical-align: top;
}

.client-testimonial-post cite {
  display: block;
  color: #656b6f;
  padding-top: 50px;
  font-style: normal;
}

.client-testimonial-post cite .author {
  color: #3b3d40;
  font: 700 11px / 1.1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.client-testimonial-post cite span {
  display: block;
}

.contact-us-block {
  min-height: 400px;
  position: relative;
  text-align: center;
  line-height: 1.625;
  color: rgba(255, 255, 255, .7);
  z-index: 0;
}

.contact-us-block .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.contact-us-block .bg-stretch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 61, 64, .7);
}

.contact-us-block .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 39px;
  white-space: nowrap;
  overflow: auto;
  width: 100%;
}

.contact-us-block .container:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}

.contact-us-block .container > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.contact-us-block .holder {
  max-width: 395px;
}

.contact-us-block h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 7px;
}

.contact-us-block p {
  margin-bottom: 32px;
}

.contact-us-block .btn {
  min-width: 220px;
}

#header {
  background: #566496;
  color: #fff;
  padding-top: 23px;
  padding-bottom: 27px;
  border-bottom: 1px solid #374579;
  position: relative;
  z-index: 1;
}

#header .logo {
  float: left;
  margin-left: -2px;
  -webkit-transition: margin .3s ease-in-out, width .3s ease-in-out;
  transition: margin .3s ease-in-out, width .3s ease-in-out;
}

#header #nav {
  padding-top: 17px;
  float: right;
  text-align: right;
  width: calc(100% - 350px);
}

.logo {
  width: 340px;
  height: auto;
}

#nav {
  text-transform: uppercase;
}

#nav .nav-content > ul {
  margin: 0 -18px;
}

#nav .nav-content > ul > li {
  margin: 5px 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#nav .nav-content > ul > li.active > a {
  color: #fff;
  font-weight: 700;
}

#nav .nav-content > ul > li.active > a:before {
  opacity: 1;
}

#nav .nav-content > ul > li.has-drop-down.active a:before {
  content: "";
}

#nav .nav-content > ul > li.has-drop-down > a:before {
  content: none;
}

#nav .nav-content > ul > li.hover > a {
  color: #fff;
}

#nav .nav-content > ul > li > a {
  padding-bottom: 14px;
  position: relative;
}

#nav .nav-content > ul > li > a:hover:before {
  opacity: 1;
}

#nav .nav-content > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fff;
  left: -6px;
  right: -6px;
  opacity: 0;
}

#nav .nav-content .social-networks {
  padding-top: 29px;
  text-align: center;
  display: none;
  position: relative;
}

#nav .nav-content .social-networks:before {
  content: "";
  background: #858fb3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

#nav .nav-content .social-networks li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 16px;
}

#nav .nav-content .social-networks a:before {
  content: none;
}

#nav .nav-content .nav-toggle {
  position: absolute;
  top: -200px;
  right: 100%;
  bottom: 0;
  width: 9999px;
  display: none;
  cursor: default;
}

#nav ul {
  font: 400 13px / 1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav ul ul {
  text-align: left;
  background: #fff;
  padding: 7px 6px;
}

#nav ul ul li + li {
  padding-top: 4px;
}

#nav ul ul a {
  padding: 5px 6px;
}

#nav ul ul a:hover {
  background: #566496;
}

#nav ul a {
  color: #92b7d1;
  text-decoration: none;
  display: block;
}

#nav ul a:hover {
  color: #fff;
}

.nav-toggle.opener {
  width: 32px;
  height: 23px;
  float: right;
  position: relative;
}

.nav-toggle.opener.hover {
  opacity: .9;
}

.nav-toggle.opener:before,
.nav-toggle.opener:after,
.nav-toggle.opener span {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.nav-toggle.opener:before,
.nav-toggle.opener:after {
  content: "";
  top: 0;
}

.nav-toggle.opener:after {
  top: 20px;
}

.nav-toggle.opener span {
  margin-top: -2px;
}

.nav-active .nav-toggle.opener span {
  opacity: 0;
}

.nav-active .nav-toggle.opener:after,
.nav-active .nav-toggle.opener:before {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  top: 42%;
  left: -2px;
  right: -2px;
  height: 4px;
}

.nav-active .nav-toggle.opener:after {
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.nav-active #header .logo {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 257px;
  margin: 5px 31px 0 0;
}

.nav-active #header #nav .nav-content .nav-toggle {
  display: block;
}

#footer {
  background: #566496;
  color: #92b7d1;
  padding-top: 41px;
  padding-bottom: 41px;
  border-top: 1px solid #28376a;
}

#footer .logo {
  float: left;
}

#footer .nav {
  float: right;
  width: calc(100% - 350px);
  text-align: right;
  padding-top: 10px;
}

#footer .social-networks {
  float: right;
}

#footer .copyright {
  float: left;
  padding: 19px 0 0 22px;
}

#footer .f-top {
  padding-bottom: 36px;
}

#footer .social-networks {
  margin-left: -7px;
  margin-right: -7px;
}

#footer .social-networks li {
  padding-left: 7px;
  padding-right: 7px;
}

.nav {
  text-transform: uppercase;
}

.nav ul {
  font: 400 12px / 1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 -14px;
}

.nav ul li {
  margin: 5px 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.nav ul li.active > a {
  color: #fff;
  font-weight: 700;
}

.nav ul li.active > a:before {
  opacity: 1;
}

.nav ul a {
  color: #92b7d1;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  position: relative;
}

.nav ul a:hover {
  color: #fff;
}

.nav ul a:hover:before {
  opacity: 1;
}

.nav ul a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fff;
  left: -6px;
  right: -6px;
  opacity: 0;
}

.copyright {
  font-size: 13px;
  display: block;
}

.copyright a {
  color: #92b7d1;
  text-decoration: none;
}

.copyright a:hover {
  color: #fff;
}

.intro-block {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 70px;
}

.intro-block h2 {
  letter-spacing: -1px;
  margin-bottom: 13px;
}

.intro-block .holder {
  padding: 0 87px;
}

.post-area {
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
  min-height: 450px;
}

.post-area:nth-child(even) {
  background: #fff;
}

.post-area:nth-child(even) .img img {
  margin-left: auto;
}

.post-area:nth-child(even) .text-area {
  float: left;
  padding-left: 20px;
  padding-right: 58px;
}

.post-area.style-1 .img {
  width: 69.1%;
}

.post-area.style-1 .img img {
  display: block;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
}

.post-area.style-2:nth-child(even) .img img {
  left: auto;
  right: 0;
}

.post-area.style-2 .img {
  min-width: 50%;
}

.post-area.style-2 .img img {
  min-height: 0;
  min-width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-area .container {
  overflow: hidden;
}

.post-area .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-area .img img {
  display: block;
  min-height: 100%;
  min-width: 50%;
}

.post-area .text-area {
  float: right;
  width: 50%;
  padding: 53px 0 20px 40px;
  text-align: center;
  position: relative;
}

.post-area h2 {
  letter-spacing: -1px;
  word-spacing: 1px;
  margin-bottom: 12px;
}

.post-area p {
  margin-bottom: 27px;
}

.post-area .btn {
  min-width: 220px;
}

.featured-clients-block {
  background: #f9f9f9;
  padding-top: 97px;
  padding-bottom: 86px;
  text-align: center;
}

.featured-clients-block h2 {
  text-transform: uppercase;
  font: 700 11px / 1.1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 21px;
}

.clients-list {
  margin: 0 -25px 18px;
}

.clients-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
}

.clients-list li a {
  display: inline-block;
  vertical-align: top;
}

.clients-list li a:hover {
  opacity: .7;
}

.see-more {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 700 11px / 1.1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
}

.about-us img {
  vertical-align: top;
}

.about-us .intro-text {
  padding: 52px 0 25px;
  text-align: center;
  font: 16px/27px "Georgia", "Times New Roman", Times, serif;
  color: #656b6f;
}

.about-us .intro-text .container {
  max-width: 880px;
}

.about-us .intro-text h1 {
  text-align: center;
  font: 30px/40px "Georgia", "Times New Roman", Times, serif;
  color: #3c3d41;
  margin: 0 0 10px;
}

.about-us .intro-text p {
  margin-bottom: 20px;
}

.about-us .featured-clients-block {
  background: none;
  padding-top: 0;
  padding-bottom: 67px;
}

.about-us .about-me {
  overflow: hidden;
  background: #f9f9f9;
  color: #656b6f;
  font-size: 16px;
  line-height: 27px;
}

.about-us .about-me .image-hold {
  float: left;
  width: 50%;
  position: relative;
  z-index: 10;
}

.about-us .about-me .image-hold:after {
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 120px;
  right: 0;
  z-index: 50;
  background: -webkit-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  background: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
}

.about-us .about-me .bg-stretch {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 100% 50%;
}

.about-us .about-me .bg-stretch img {
  margin-top: 0 !important;
  max-width: none;
}

.about-us .about-me .text-hold {
  float: right;
  width: 50%;
  position: relative;
  z-index: 20;
}

.about-us .about-me .text-hold .frame {
  max-width: 528px;
  padding: 55px 10px 75px 42px;
  background: #f9f9f9;
}

.about-us .about-me .text-hold h2 {
  color: #3c3d41;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: -1px;
}

.about-us .about-me .text-hold a {
  color: #2149ea;
}

.about-us .about-me .text-hold a:hover {
  color: #1030ae;
  text-decoration: none;
}

.about-us .about-me .text-hold p {
  margin: 0 0 20px;
}

.about-us .some-talks {
  padding: 83px 0 0;
  text-align: center;
  font: 16px/27px "Georgia", "Times New Roman", Times, serif;
  color: #656b6f;
}

.about-us .some-talks h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #3c3d41;
  margin: 0 0 10px;
  letter-spacing: -1px;
}

.about-us .some-talks p {
  margin-bottom: 20px;
}

.about-us .some-talks .top-txt {
  margin-bottom: 84px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.about-us .some-talks .time-line {
  position: relative;
  overflow: hidden;
  padding-bottom: 74px;
}

.about-us .some-talks .time-line ul {
  margin: 0 -18px;
  position: relative;
}

.about-us .some-talks .time-line ul li {
  font: 14px / 18px "Georgia", "Times New Roman", Times, serif;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 53px 18px 40px;
  width: 25%;
  position: relative;
}

.about-us .some-talks .time-line ul li:nth-child(1):after,
.about-us .some-talks .time-line ul li:nth-child(4n+1):after {
  background: #fff;
}

.about-us .some-talks .time-line ul li:before {
  top: 0;
  width: 30px;
  height: 30px;
  background: #2e71f2;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
}

.about-us .some-talks .time-line ul li:after {
  left: -300px;
  right: 50%;
  content: "";
  position: absolute;
  top: 14px;
  height: 5px;
  background: #2e71f2;
  z-index: -1;
}

.about-us .some-talks .time-line ul .logo-hold {
  margin-bottom: 15px;
}

.about-us .some-talks .time-line ul .logo-hold.alter-logo {
  position: relative;
  top: -16px;
  margin-bottom: -11px;
}

.about-us .some-talks .time-line ul .caption-txt {
  overflow: hidden;
}

.about-us .some-talks .time-line ul .caption-txt .title {
  text-transform: uppercase;
  color: #3b3d40;
  font: bold 11px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  margin-bottom: 1px;
  letter-spacing: 2px;
}

.about-us .some-talks .time-line ul .caption-txt .title span {
  font-style: italic;
}

.about-us .some-talks .time-line ul .caption-txt p {
  margin-bottom: 0;
}

.about-us .associate-with {
  background: #f9f9f9;
  padding: 84px 0 82px;
}

.about-us .associate-with .logo-hold {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 0 57px 0 10px;
  text-align: center;
}

.about-us .associate-with .txt-description {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 10px 10px 10px 39px;
  color: #656b6f;
  font-size: 16px;
  line-height: 27px;
}

.about-us .associate-with h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 9px;
  color: #3c3d41;
}

.about-us .tbl-frame {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.decision .visual {
  overflow: hidden;
}

.decision .info-block {
  padding: 56px 0;
  text-align: center;
}

.decision .info-block h2 {
  color: #3c3d41;
  margin-bottom: 12px;
}

.decision .info-block .text-holder {
  padding: 0 78px;
}

.decision .info-block .text-holder p {
  margin-bottom: 24px;
}

.decision .share-info {
  background: #f9f9f9;
  text-align: center;
}

.decision .share-info h2 {
  color: #3c3d41;
  margin: 0 0 12px;
}

.decision .share-info .container {
  white-space: nowrap;
}

.decision .share-info .container:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 257px;
}

.decision .share-info .container > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.decision .share-info .holder {
  padding: 47px 70px;
}

.decision .share-info .holder p {
  margin-bottom: 10px;
}

.decision .post-block {
  padding: 44px 0 30px;
}

.decision .post-block h2 {
  color: #3c3d41;
  margin-bottom: 21px;
}

.decision .post-block .text-holder {
  text-align: center;
  float: left;
  width: 48%;
  margin: 24px 84px 0 0;
}

.decision .post-block .img-holder {
  overflow: hidden;
}

.decision .post-block .title {
  display: none;
}

.areas-negotiation-page h2 {
  margin-bottom: 12px;
}

.areas-negotiation-page .container {
  max-width: 1065px;
  margin: 0 auto;
}

.areas-negotiation-page .information-holder {
  text-align: center;
  padding: 54px 0 35px;
}

.areas-negotiation-page .information-holder .container {
  max-width: 880px;
  padding: 0 30px;
}

.areas-negotiation-page .strategic-block {
  background: #f9f9f9;
  text-align: center;
  padding: 45px 0 60px;
}

.areas-negotiation-page .strategic-block h2 {
  margin-bottom: 40px;
}

.areas-negotiation-page .strategic-block .title-wrap {
  max-width: 880px;
  margin: 0 auto 45px;
}

.areas-negotiation-page .strategic-block .title {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}

.areas-negotiation-page .strategic-block .text-description {
  max-width: 880px;
  margin: 0 auto;
}

.areas-negotiation-page .strategic-block .text-description p {
  margin-bottom: 21px;
}

.areas-negotiation-page .column-holder {
  letter-spacing: -1em;
  font-size: 0;
  line-height: 0;
  margin-bottom: 37px;
}

.areas-negotiation-page .col {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 33.33%;
  padding: 0 37px 20px;
}

.areas-negotiation-page .col .text-info {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}

.areas-negotiation-page .image-round {
  margin: 0 auto 24px;
}

.areas-negotiation-page .image-round a {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 50%;
  overflow: hidden;
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.areas-negotiation-page .image-round a:hover {
  opacity: .7;
}

.areas-negotiation-page .image-round img {
  width: 100%;
}

.areas-negotiation-page .client-testimonial-post cite .author {
  text-transform: uppercase;
}

.areas-negotiation-page .client-testimonial-post cite span {
  text-transform: none;
}

.areas-negotiation-page .client-testimonial-post cite {
  padding-top: 21px;
}

.areas-negotiation-page .client-testimonials-block {
  padding-top: 63px;
  padding-bottom: 159px;
}

.contact-page .contact-holder {
  text-align: center;
  padding: 53px 0 43px;
  overflow: hidden;
}

.contact-page .contact-holder .container {
  max-width: 960px;
}

.contact-page .contact-holder h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #3c3d41;
  letter-spacing: -.5px;
}

.contact-page .two-cols {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #f9f9f9;
  color: #656b6f;
  font-size: 16px;
  line-height: 27px;
}

.contact-page .two-cols h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #3c3d41;
  text-align: center;
  margin-bottom: 25px;
}

.contact-page .two-cols .col {
  float: left;
  width: 50%;
}

.contact-page .two-cols .col .details {
  float: right;
  width: 518px;
  padding: 44px 22px 10px 0;
}

.contact-page .two-cols .contact-ways li {
  padding: 0 0 29px;
}

.contact-page .two-cols .contact-ways address {
  font-style: normal;
}

.contact-page .two-cols .contact-ways p {
  margin-bottom: 0;
}

.contact-page .two-cols .contact-ways .icon-hold {
  float: left;
  width: 40px;
  font-size: 21px;
  color: #000;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-location {
  font-size: 34px;
  padding: 4px 0 0 1px;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-phone {
  font-size: 34px;
  padding: 7px 0 0 3px;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-fax {
  font-size: 31px;
  padding: 6px 0 0;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-mail {
  padding: 3px 0 0;
  font-size: 22px;
}

.contact-page .two-cols .contact-ways .icon-hold span {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
}

.contact-page .two-cols .contact-ways .txt {
  overflow: hidden;
}

.contact-page .two-cols .contact-ways .txt.email-txt a {
  color: #2149ea;
  text-decoration: underline;
}

.contact-page .two-cols .contact-ways .txt.email-txt a:hover {
  color: #1030ae;
  text-decoration: none;
}

.contact-page .two-cols .contact-ways .txt .title {
  display: block;
  font: bold 16px/22px "Georgia", "Times New Roman", Times, serif;
  margin-bottom: 3px;
}

.contact-page .two-cols .contact-ways .txt a {
  color: #656b6f;
  text-decoration: none;
}

.contact-page .two-cols .col-right {
  float: right;
  width: 50%;
  position: relative;
}

.contact-page .two-cols .col-right .bg-stretch {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 100% 50%;
}

.contact-page .two-cols .col-right .bg-stretch img {
  margin-top: 0 !important;
  max-width: none;
}

.contact-page .other-contact {
  overflow: hidden;
  padding: 25px 0 42px;
}

.contact-page .other-contact h3 {
  color: #656b6f;
  margin: 0 0 17px;
  font: bold 16px/22px "Georgia", "Times New Roman", Times, serif;
}

.contact-page .other-contact .social-network {
  margin: 0 -15px;
}

.contact-page .other-contact .social-network li {
  width: 50%;
  padding: 0 15px;
  font: 16px / 27px "Georgia", "Times New Roman", Times, serif;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}

.contact-page .other-contact .social-network li.twitter {
  width: 45%;
}

.contact-page .other-contact .social-network li.twitter a {
  padding-left: 41px;
}

.contact-page .other-contact .social-network li.twitter .icon {
  font-size: 31px;
}

.contact-page .other-contact .social-network a {
  padding-left: 41px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 7px;
  display: inline-block;
  vertical-align: top;
}

.contact-page .other-contact .social-network a:hover .icon {
  color: #4d4d4d;
}

.contact-page .other-contact .social-network a .icon {
  font-size: 33px;
  position: absolute;
  left: 0;
  text-decoration: none;
  color: #000;
}

.contact-page .contact-form {
  padding: 102px 0 51px;
}

.contact-page .contact-form h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 35px;
  text-align: center;
  color: #3b3d40;
}

.contact-page .contact-form .r1 {
  margin: 0 -41px;
}

.contact-page .contact-form .r1 .c1,
.contact-page .contact-form .r1 .c2 {
  float: left;
  width: 50%;
  padding: 0 41px;
}

.contact-page .contact-form .input-wrap {
  margin-bottom: 29px;
}

.contact-page .contact-form .comment-row {
  padding: 32px 0 21px;
  position: relative;
}

.contact-page .contact-form .comment-row:before {
  left: 26px;
  right: 30px;
  height: 1px;
  content: "";
  background: #eee;
  position: absolute;
  top: 7px;
}

.contact-page .contact-form .comment-row label {
  margin-bottom: 13px;
}

.contact-page .contact-form label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  text-transform: uppercase;
  font: 11px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3b3d40;
}

.contact-page .contact-form .form-control {
  width: 100%;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-page .contact-form textarea {
  width: 100%;
  resize: none;
  height: 242px;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-page .contact-form .textarea-wrap {
  margin-bottom: 20px;
}

.contact-page .contact-form .btn-hold {
  text-align: center;
}

.contact-page .contact-form .btn-hold .btn {
  min-width: 220px;
}

.areas-women-leadership-page {
  text-align: center;
}

.areas-women-leadership-page h2 {
  margin-bottom: 12px;
}

.areas-women-leadership-page .pie-chart-wrap {
  padding: 54px 0 0;
}

.areas-women-leadership-page .pie-chart-wrap .text-holder {
  margin-bottom: 34px;
}

.areas-women-leadership-page .pie-chart-wrap .container {
  max-width: 910px;
}

.areas-women-leadership-page .pie-chart-holder .title {
  font: 18px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif bold;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.areas-women-leadership-page .pie-chart-holder .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  height: 1px;
  width: 100%;
  background: #000;
}

.areas-women-leadership-page .container {
  margin: 0 auto;
}

.areas-women-leadership-page .pie-chart {
  padding: 0 0 31px 267px;
  position: relative;
}

.areas-women-leadership-page .pie-chart img {
  width: 100%;
}

.areas-women-leadership-page .pie-chart .img-holder {
  max-width: 331px;
}

.areas-women-leadership-page .pie-chart .text-holder {
  font: 11px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: absolute;
  margin-bottom: 0;
  top: 60px;
  right: 0;
  width: 398px;
  text-align: left;
}

.areas-women-leadership-page .pie-chart .text-holder .holder {
  margin-bottom: 48px;
}

.areas-women-leadership-page .pie-chart .text-holder .holder + .holder {
  margin-bottom: 54px;
}

.areas-women-leadership-page .pie-chart .pie-chart-text {
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  padding-left: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}

.areas-women-leadership-page .pie-chart .line {
  float: left;
  background: #000;
  height: 1px;
  width: 134px;
  margin-top: 6px;
}

.areas-women-leadership-page .pie-chart .line.short {
  width: 88px;
  margin-left: 45px;
}

.areas-women-leadership-page .pie-chart .line.medium {
  width: 95px;
  margin-left: 38px;
}

.areas-women-leadership-page .client-testimonials-block {
  padding-top: 76px;
  padding-bottom: 90px;
}

.areas-women-leadership-page .client-testimonial-post cite .author {
  text-transform: uppercase;
}

.areas-women-leadership-page .client-testimonial-post cite {
  padding-top: 21px;
}

.areas-women-leadership-page .client-testimonial-post cite span {
  text-transform: none;
}

.areas-women-leadership-page .slideshow .slide {
  right: 0;
}

.contact-page .contact-holder {
  text-align: center;
  padding: 53px 0 43px;
  overflow: hidden;
}

.contact-page .contact-holder .container {
  max-width: 960px;
}

.contact-page .contact-holder h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #3c3d41;
  letter-spacing: -.5px;
}

.contact-page .two-cols {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #f9f9f9;
  color: #656b6f;
  font-size: 16px;
  line-height: 27px;
}

.contact-page .two-cols h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #3c3d41;
  text-align: center;
  margin-bottom: 25px;
}

.contact-page .two-cols .col {
  float: left;
  width: 50%;
}

.contact-page .two-cols .col .details {
  float: right;
  width: 518px;
  padding: 44px 22px 10px 0;
}

.contact-page .two-cols .contact-ways li {
  padding: 0 0 29px;
}

.contact-page .two-cols .contact-ways address {
  font-style: normal;
}

.contact-page .two-cols .contact-ways p {
  margin-bottom: 0;
}

.contact-page .two-cols .contact-ways .icon-hold {
  float: left;
  width: 40px;
  font-size: 21px;
  color: #000;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-location {
  font-size: 34px;
  padding: 4px 0 0 1px;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-phone {
  font-size: 34px;
  padding: 7px 0 0 3px;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-fax {
  font-size: 31px;
  padding: 6px 0 0;
}

.contact-page .two-cols .contact-ways .icon-hold .icon-mail {
  padding: 3px 0 0;
  font-size: 22px;
}

.contact-page .two-cols .contact-ways .icon-hold span {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
}

.contact-page .two-cols .contact-ways .txt {
  overflow: hidden;
}

.contact-page .two-cols .contact-ways .txt.email-txt a {
  color: #2149ea;
  text-decoration: underline;
}

.contact-page .two-cols .contact-ways .txt.email-txt a:hover {
  color: #1030ae;
  text-decoration: none;
}

.contact-page .two-cols .contact-ways .txt .title {
  display: block;
  font: bold 16px/22px "Georgia", "Times New Roman", Times, serif;
  margin-bottom: 3px;
}

.contact-page .two-cols .contact-ways .txt a {
  color: #656b6f;
  text-decoration: none;
}

.contact-page .two-cols .col-right {
  float: right;
  width: 50%;
  position: relative;
}

.contact-page .two-cols .col-right .bg-stretch {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 100% 50%;
}

.contact-page .two-cols .col-right .bg-stretch img {
  margin-top: 0 !important;
  max-width: none;
}

.contact-page .other-contact {
  overflow: hidden;
  padding: 25px 0 42px;
}

.contact-page .other-contact h3 {
  color: #656b6f;
  margin: 0 0 17px;
  font: bold 16px/22px "Georgia", "Times New Roman", Times, serif;
}

.contact-page .other-contact .social-network {
  margin: 0 -15px;
}

.contact-page .other-contact .social-network li {
  width: 50%;
  padding: 0 15px;
  font: 16px / 27px "Georgia", "Times New Roman", Times, serif;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}

.contact-page .other-contact .social-network li.twitter {
  width: 45%;
}

.contact-page .other-contact .social-network li.twitter a {
  padding-left: 41px;
}

.contact-page .other-contact .social-network li.twitter .icon {
  font-size: 31px;
}

.contact-page .other-contact .social-network a {
  padding-left: 41px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 7px;
  display: inline-block;
  vertical-align: top;
}

.contact-page .other-contact .social-network a:hover .icon {
  color: #4d4d4d;
}

.contact-page .other-contact .social-network a .icon {
  font-size: 33px;
  position: absolute;
  left: 0;
  text-decoration: none;
  color: #000;
}

.contact-page .contact-form {
  padding: 102px 0 51px;
}

.contact-page .contact-form h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 35px;
  text-align: center;
  color: #3b3d40;
}

.contact-page .contact-form .r1 {
  margin: 0 -41px;
}

.contact-page .contact-form .r1 .c1,
.contact-page .contact-form .r1 .c2 {
  float: left;
  width: 50%;
  padding: 0 41px;
}

.contact-page .contact-form .input-wrap {
  margin-bottom: 29px;
}

.contact-page .contact-form .comment-row {
  padding: 32px 0 21px;
  position: relative;
}

.contact-page .contact-form .comment-row:before {
  left: 26px;
  right: 30px;
  height: 1px;
  content: "";
  background: #eee;
  position: absolute;
  top: 7px;
}

.contact-page .contact-form .comment-row label {
  margin-bottom: 13px;
}

.contact-page .contact-form label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  text-transform: uppercase;
  font: 11px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3b3d40;
}

.contact-page .contact-form .form-control {
  width: 100%;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-page .contact-form textarea {
  width: 100%;
  resize: none;
  height: 242px;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-page .contact-form .textarea-wrap {
  margin-bottom: 20px;
}

.contact-page .contact-form .btn-hold {
  text-align: center;
}

.contact-page .contact-form .btn-hold .btn {
  min-width: 220px;
}

.our-clients .intro-block {
  padding-bottom: 35px;
}

.our-clients .intro-block .text-span {
  display: block;
}

.our-clients .client-holder {
  margin: 0 -5px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  padding: 0 37px;
}

.our-clients .client-block {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 5px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  text-align: center;
  min-height: 158px;
  margin: 0 0 19px;
}

.our-clients .client-block a {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e7ebf8;
  text-decoration: none;
  -webkit-transition: border 300ms linear;
  transition: border 300ms linear;
  position: relative;
  color: #333;
  height: 100%;
}

.our-clients .client-block a:hover {
  border-color: #2149ea;
}

.our-clients .client-block a .image-wrap {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 10px 5px;
}

.our-clients .client-block a .image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 5px;
  display: block;
  white-space: normal;
}


.our-clients .client-block .logo-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e7ebf8;
  text-decoration: none;
  -webkit-transition: border 300ms linear;
  transition: border 300ms linear;
  position: relative;
  color: #333;
  height: 100%;
}

.our-clients .client-block .logo-box:hover {
  border-color: #2149ea;
}

.our-clients .client-block .logo-box .image-wrap {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 10px 5px;
}

.our-clients .client-block .logo-box .image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 5px;
  display: block;
  white-space: normal;
}


.press-page .visual {
  overflow: hidden;
}

.press-page .content {
  padding-top: 54px;
}

.press-page .content h2 {
  color: #3c3d41;
  margin-bottom: 18px;
}

.press-page .content .text-holder {
  color: #656b6f;
  text-align: center;
  margin-bottom: 77px;
  padding: 0 80px;
  line-height: 27px;
}

.press-page .partners {
  text-align: center;
  letter-spacing: -1em;
  margin-bottom: 5px;
}

.press-page .partners .col {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  line-height: 26px;
}

.press-page .partners .col a {
  color: #2149ea;
}

.press-page .partners .block {
  padding: 0 64px;
  margin-bottom: 57px;
}

.press-page .partners .title {
  display: block;
  color: #3b3d40;
  font: 700 11px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.press-page .partners .img-holder {
  margin-bottom: 10px;
}

.press-page .partners .img-holder img {
  vertical-align: top;
}

.press-page .contact-block {
  background: #f9f9f9;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 76px 0 80px;
}

.press-page .contact-block a {
  font-style: italic;
}

.press-page .contact-block p {
  margin-bottom: 0;
}

.services-tools .banner h1 {
  max-width: none;
}

.services-tools .intro-block {
  font-size: 30px;
  line-height: 36px;
  word-spacing: -4px;
  padding-bottom: 49px;
}

.services-tools .intro-block .holder {
  padding: 0;
}

.services-tools .post-area {
  min-height: 300px;
}

.services-tools .post-area:nth-child(2) .text-area {
  padding-left: 0;
  padding-right: 43px;
}

.services-tools .post-area:nth-child(2) .img {
  left: auto;
}

.services-tools .post-area .text-area {
  padding-top: 35px;
}

.services-tools .client-testimonials-block {
  padding-top: 70px;
  padding-bottom: 87px;
}

.services-tools .client-testimonial-post cite .author {
  display: block;
  margin: 0 0 7px;
}

.services-tools .client-testimonial-post span {
  line-height: 16px;
  text-transform: none;
}

@media (min-width: 768px) and (max-width: 1055px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .about-us .associate-with {
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .areas-negotiation-page .banner {
    text-align: left;
  }

  .areas-women-leadership-page .banner {
    text-align: left;
  }
}

@media (min-width: 992px) {
  #nav .nav-content > ul > li.has-drop-down .drop-slide-wrapper {
    position: absolute !important;
  }

  #nav .nav-content > ul > li:last-child .drop-slide-wrapper,
  #nav .nav-content > ul > li:nth-last-child(2) .drop-slide-wrapper {
    left: auto !important;
    right: 0;
    text-align: right;
  }

  #nav .drop-slide-wrapper {
    position: static !important;
  }

  #nav ul ul {
    min-width: 277px;
  }

  .nav-toggle.opener {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}

@media (max-width: 1056px) {
  #nav .nav-content > ul {
    margin: 0 -10px;
  }

  #nav .nav-content > ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1055px) {
  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  .client-testimonial-post {
    margin: 0 36px;
  }

  .client-testimonial-post cite {
    padding-top: 20px;
  }

  .contact-us-block .holder {
    max-width: 98%;
  }

  .contact-us-block h2 {
    font-size: 30px;
  }

  #header {
    padding-top: 24px;
    padding-bottom: 29px;
  }

  .intro-block {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .intro-block h2 {
    font-size: 30px;
  }

  .intro-block .holder {
    padding: 0;
  }

  .post-area:nth-child(even) .text-area {
    padding: 45px 0 20px;
  }

  .post-area.style-1 .img {
    width: 68.2%;
  }

  .post-area.style-2 .img {
    top: 0;
  }

  .post-area .text-area {
    padding: 35px 0 20px;
  }

  .post-area h2 {
    margin-bottom: 11px;
  }

  .post-area p {
    margin-bottom: 25px;
  }

  .featured-clients-block {
    padding-top: 50px;
    padding-bottom: 51px;
  }

  .featured-clients-block h2 {
    margin-bottom: 13px;
  }

  .clients-list {
    margin-bottom: 20px;
  }

  .clients-list li {
    width: 50%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .about-us .intro-text {
    padding: 45px 30px 20px;
    line-height: 22px;
  }

  .about-us .featured-clients-block {
    padding-bottom: 57px;
  }

  .about-us .about-me .text-hold .frame {
    padding: 24px 24px 20px 13px;
  }

  .about-us .about-me .text-hold h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }

  .about-us .some-talks {
    padding: 45px 0 0;
  }

  .about-us .some-talks h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .about-us .some-talks .top-txt {
    margin-bottom: 42px;
  }

  .about-us .some-talks .time-line {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }

  .about-us .some-talks .time-line ul {
    margin: 0;
    text-align: left;
    padding-left: 4px;
  }

  .about-us .some-talks .time-line ul li {
    display: block;
    width: auto;
    padding: 0 10px 37px  45px;
  }

  .about-us .some-talks .time-line ul li:nth-child(4n+1):after {
    background: #2e71f2;
  }

  .about-us .some-talks .time-line ul li:nth-child(1):after {
    top: 10px;
  }

  .about-us .some-talks .time-line ul li:last-child:after {
    display: none;
  }

  .about-us .some-talks .time-line ul li:before {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 0;
  }

  .about-us .some-talks .time-line ul li:after {
    left: 13px;
    bottom: 0;
    height: auto;
    top: 0;
    z-index: 1;
    right: auto;
    width: 5px;
  }

  .about-us .some-talks .time-line ul .logo-hold {
    margin-bottom: 1px;
  }

  .about-us .some-talks .time-line ul .logo-hold.alter-logo {
    top: -24px;
    margin-bottom: -24px;
    margin-left: -4px;
  }

  .about-us .associate-with {
    padding: 45px 0 32px;
  }

  .about-us .associate-with .logo-hold {
    padding: 0 10px 22px;
    vertical-align: middle;
  }

  .about-us .associate-with .txt-description {
    padding: 12px 0 10px 13px;
  }

  .about-us .associate-with h2 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 18px;
  }

  .decision .info-block {
    padding: 46px 0 27px;
  }

  .decision .info-block h2 {
    font-size: 30px;
    margin-bottom: 7px;
  }

  .decision .info-block .text-holder {
    padding: 0;
  }

  .decision .info-block .text-holder p {
    margin-bottom: 22px;
  }

  .decision .share-info .container:after {
    min-height: 305px;
  }

  .decision .share-info .holder {
    padding: 42px 0;
  }

  .decision .share-info h2 {
    font-size: 30px;
  }

  .decision .post-block {
    padding-bottom: 48px;
  }

  .decision .post-block .title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .decision .post-block .text-holder {
    width: 100%;
    float: none;
    margin: 0 0 56px;
    padding: 0 23px;
  }

  .decision .post-block h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  .decision .post-block .img-holder {
    max-width: 447px;
    margin: 0 auto;
  }

  .share-info.hide {
    display: none;
  }

  .areas-negotiation-page h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .areas-negotiation-page .information-holder {
    padding: 45px 0 31px;
  }

  .areas-negotiation-page .strategic-block {
    padding: 44px 0 39px;
  }

  .areas-negotiation-page .strategic-block h2 {
    margin-bottom: 33px;
  }

  .areas-negotiation-page .strategic-block .title-wrap {
    margin-bottom: 44px;
  }

  .areas-negotiation-page .strategic-block .text-description p {
    margin-bottom: 23px;
  }

  .areas-negotiation-page .column-holder {
    margin: 0 -37px 30px;
  }

  .areas-negotiation-page .image-round {
    margin-bottom: 26px;
  }

  .areas-negotiation-page .image-round a {
    width: 194px;
    height: 194px;
  }

  .areas-negotiation-page .client-testimonials-block {
    padding-bottom: 126px;
  }

  .contact-page .client-testimonials-block {
    padding-top: 72px;
  }

  .contact-page .contact-holder {
    padding: 45px 0 43px;
  }

  .contact-page .two-cols h2 {
    font-size: 24px;
  }

  .contact-page .two-cols .col .details {
    width: auto;
    float: none;
    padding: 53px 30px 10px 31px;
  }

  .contact-page .two-cols .contact-ways .txt.email-txt {
    word-break: break-all;
    font-size: 14px;
  }

  .contact-page .other-contact .social-network li.twitter {
    width: 59%;
  }

  .contact-page .other-contact .social-network li.linked {
    width: auto;
  }

  .contact-page .contact-form {
    padding: 84px 0 0;
  }

  .contact-page .contact-form .r1 {
    margin: 0 -15px;
  }

  .contact-page .contact-form .r1 .c1,
  .contact-page .contact-form .r1 .c2 {
    padding: 0 15px;
  }

  .areas-women-leadership-page h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .areas-women-leadership-page .pie-chart-wrap {
    padding: 48px 0 0;
  }

  .areas-women-leadership-page .pie-chart-wrap .text-holder {
    margin-bottom: 25px;
  }

  .areas-women-leadership-page .pie-chart-holder .title {
    padding-bottom: 7px;
  }

  .areas-women-leadership-page .pie-chart {
    padding: 0 0 37px 174px;
    max-width: 706px;
  }

  .areas-women-leadership-page .pie-chart .img-holder {
    max-width: 333px;
  }

  .areas-women-leadership-page .pie-chart .text-holder {
    width: 303px;
  }

  .areas-women-leadership-page .pie-chart .text-holder .holder + .holder {
    margin-bottom: 40px;
  }

  .areas-women-leadership-page .pie-chart .text-holder .holder {
    margin-bottom: 34px;
  }

  .areas-women-leadership-page .pie-chart .pie-chart-text {
    padding-left: 19px;
  }

  .areas-women-leadership-page .pie-chart .line {
    width: 131px;
  }

  .areas-women-leadership-page .pie-chart .line.short {
    width: 86px;
  }

  .areas-women-leadership-page .pie-chart .line.medium {
    width: 93px;
  }

  .areas-women-leadership-page .client-testimonials-block {
    padding-top: 77px;
    padding-bottom: 110px;
  }

  .contact-page .client-testimonials-block {
    padding-top: 72px;
  }

  .contact-page .contact-holder {
    padding: 45px 0 43px;
  }

  .contact-page .two-cols h2 {
    font-size: 24px;
  }

  .contact-page .two-cols .col .details {
    width: auto;
    float: none;
    padding: 53px 30px 10px 31px;
  }

  .contact-page .two-cols .contact-ways .txt.email-txt {
    word-break: break-all;
    font-size: 14px;
  }

  .contact-page .other-contact .social-network li.twitter {
    width: 59%;
  }

  .contact-page .other-contact .social-network li.linked {
    width: auto;
  }

  .contact-page .contact-form {
    padding: 84px 0 0;
  }

  .contact-page .contact-form .r1 {
    margin: 0 -15px;
  }

  .contact-page .contact-form .r1 .c1,
  .contact-page .contact-form .r1 .c2 {
    padding: 0 15px;
  }

  .our-clients .client-holder {
    margin: 0 -4px 0 -3px;
    padding: 0;
  }

  .our-clients .client-block {
    padding: 0 4px 0 3px;
    margin: 0 0 13px;
    font-size: 12px;
    line-height: 18px;
    min-height: 130px;
  }

  .our-clients .client-block a .image-wrap {
    padding: 2px 10px;
  }

  .our-clients .client-block a .image-text {
    padding: 9px 3px;
  }

  .press-page .content .text-holder {
    padding: 0;
    margin-bottom: 75px;
  }

  .press-page .content {
    padding-top: 45px;
  }

  .press-page .content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 14px;
  }

  .press-page .partners {
    margin-bottom: 0;
  }

  .press-page .partners .img-holder {
    margin-bottom: 12px;
  }

  .press-page .partners .block {
    padding: 0 5px;
  }

  .press-page .contact-block {
    padding: 67px 0 82px;
  }

  .services-tools .banner h1 .text-span {
    display: block;
  }

  .services-tools .intro-block {
    padding: 47px 18px 14px;
  }

  .services-tools .post-area:nth-child(2) .text-area {
    padding: 44px 14px 23px 0;
  }

  .services-tools .post-area:nth-child(2) .img {
    top: auto;
  }

  .services-tools .post-area:nth-child(2) h2 {
    margin-bottom: 5px;
  }

  .services-tools .post-area:nth-child(3) .text-area {
    padding: 40px 10px 31px;
  }

  .services-tools .post-area .text-area {
    padding: 46px 0 33px;
  }

  .services-tools .post-area h2 {
    margin-bottom: 12px;
  }

  .services-tools .client-testimonials-block {
    padding-top: 131px;
    padding-bottom: 117px;
  }

  .services-tools .client-testimonial-post cite .author {
    margin-bottom: 9px;
  }
}

@media (max-width: 1024px) {
  .contact-page .two-cols .contact-ways .tel-link a:hover {
    color: black;
  }

  .contact-page .two-cols .contact-ways .tel-link a:hover {
    color: black;
  }
}

@media (max-width: 991px) {
  .sub-wrapper {
    min-width: 768px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
  }

  #header {
    position: static;
    height: 109px;
    text-align: right;
  }

  #header #nav {
    padding-top: 13px;
    width: 33px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  #nav .nav-content {
    position: absolute;
    top: 107px;
    bottom: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    width: 384px;
    right: -384px;
    background: #566496;
    z-index: 9999;
    padding: 39px 27px 39px 34px;
  }

  #nav .nav-content:before {
    content: "";
    height: 1px;
    background: #858fb3;
    position: absolute;
    top: 1px;
    left: 34px;
    right: 27px;
  }

  #nav .nav-content:after {
    box-shadow: 12px 0 11px 0 #2b3558;
    position: absolute;
    top: -5px;
    left: -12px;
    bottom: -5px;
    content: "";
    width: 15px;
    border-radius: 35%;
  }

  #nav .nav-content > ul {
    margin: 0 0 39px;
    font-size: 18px;
  }

  #nav .nav-content > ul > li {
    margin: 0;
    display: block;
    padding-bottom: 13px;
  }

  #nav .nav-content > ul > li.has-drop-down.active a:before {
    content: none;
  }

  #nav .nav-content > ul > li.has-drop-down.hover > a {
    font-weight: 700;
  }

  #nav .nav-content > ul > li.has-drop-down.hover > a:after {
    border-color: #fff transparent transparent;
  }

  #nav .nav-content > ul > li.has-drop-down > a {
    display: block;
    position: relative;
  }

  #nav .nav-content > ul > li.has-drop-down > a:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 6px;
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #92b7d1 transparent transparent;
  }

  #nav .nav-content > ul > li.hover ul {
    position: relative;
  }

  #nav .nav-content > ul > li > a {
    padding-bottom: 0;
  }

  #nav .nav-content > ul > li > a:hover:before {
    width: 95%;
  }

  #nav .nav-content > ul > li > a:before {
    left: 0;
    right: auto;
    bottom: -5px;
    width: 0;
    -webkit-transition: opacity .3s ease-in-out, width .3s ease-in-out;
    transition: opacity .3s ease-in-out, width .3s ease-in-out;
  }

  #nav .nav-content .social-networks {
    display: block;
  }

  #nav .drop-slide-wrapper {
    position: relative !important;
    height: auto !important;
  }

  #nav ul ul {
    background: none;
    padding: 40px 12px 34px;
  }

  #nav ul ul:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #fff;
    height: 2px;
    z-index: 1;
  }

  #nav ul ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #566496;
    height: 25px;
  }

  #nav ul ul li + li {
    padding-top: 15px;
  }

  #nav ul ul a {
    padding: 0;
  }

  #nav ul a {
    display: inline-block;
    vertical-align: top;
  }

  .nav-active .sub-wrapper {
    margin-left: -384px;
    padding-right: 384px;
  }

  .nav-active #header #nav .nav-content {
    right: 0;
  }

  #footer {
    text-align: center;
  }

  #footer .logo {
    float: none;
    margin: 0 auto 16px;
  }

  #footer .nav {
    float: none;
    text-align: center;
    width: auto;
  }

  #footer .social-networks {
    float: none;
  }

  #footer .copyright {
    float: none;
    padding: 23px 0 0;
  }

  #footer .f-top {
    padding-bottom: 13px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .sub-wrapper {
    min-width: 320px;
  }

  .banner {
    text-align: center;
  }

  .banner .container {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: 89%;
    padding-bottom: 18px;
  }

  .banner h1 {
    padding-left: 0;
  }

  .client-testimonials-block {
    padding-top: 71px;
    padding-bottom: 46px;
  }

  .client-testimonial-post {
    margin: 0 5px;
  }

  .client-testimonial-post q:before {
    top: 6px;
    left: 7px;
  }

  .client-testimonial-post q:after {
    right: 7px;
    top: 63px;
  }

  .client-testimonial-post cite {
    padding-top: 40px;
  }

  .client-testimonial-post cite .author {
    letter-spacing: 2px;
  }

  .client-testimonial-post cite span br {
    display: none;
  }

  .contact-us-block .container {
    top: 10px;
    bottom: 63px;
  }

  #header {
    height: 74px;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #header .logo {
    margin-left: 0;
  }

  #header #nav {
    padding-top: 5px;
    width: 25px;
  }

  .logo {
    width: 208px;
  }

  #nav .nav-content {
    top: 74px;
    right: -270px;
    width: 270px;
    padding: 18px 13px 18px 34px;
  }

  #nav .nav-content:before {
    top: 0;
    right: 13px;
  }

  #nav .nav-content > ul {
    font-size: 14px;
    margin-bottom: 37px;
  }

  #nav .nav-content > ul > li {
    padding-bottom: 19px;
  }

  #nav .nav-content > ul > li.has-drop-down > a:after {
    top: 2px;
  }

  #nav .nav-content .social-networks {
    margin-left: -19px;
  }

  #nav .nav-content .social-networks:before {
    left: 19px;
  }

  #nav ul ul {
    padding: 44px 0 32px;
  }

  #nav ul ul:before {
    top: 13px;
  }

  #nav ul ul li + li {
    padding-top: 14px;
  }

  .nav-toggle.opener {
    width: 25px;
    height: 18px;
  }

  .nav-toggle.opener:before,
  .nav-toggle.opener:after,
  .nav-toggle.opener span {
    height: 2px;
  }

  .nav-toggle.opener:after {
    top: 15px;
  }

  .nav-toggle.opener span {
    margin-top: -1px;
  }

  .nav-active .nav-toggle.opener:after,
  .nav-active .nav-toggle.opener:before {
    height: 3px;
    left: 0;
    right: 0;
  }

  .nav-active .sub-wrapper {
    margin-left: -270px;
    padding-right: 270px;
  }

  .nav-active #header .logo {
    width: 186px;
    margin: 0 13px 0 0;
  }

  #footer {
    padding-top: 50px;
  }

  #footer .logo {
    margin-bottom: 9px;
  }

  #footer .f-top {
    padding-bottom: 11px;
  }

  .nav ul li {
    display: block;
    margin-bottom: 6px;
  }

  .nav ul a {
    display: inline-block;
    vertical-align: top;
  }

  .intro-block {
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .post-area {
    min-height: 0;
  }

  .post-area:nth-child(even) .text-area {
    float: none;
    padding: 25px 0 50px;
  }

  .post-area.style-1 .img {
    width: 100%;
  }

  .post-area.style-1 .img img {
    position: static;
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .post-area.style-2 .img img {
    position: static;
    width: 93.9% !important;
  }

  .post-area .img {
    position: static;
  }

  .post-area .img img {
    width: 100%;
    min-height: 0;
    min-width: 0;
  }

  .post-area .text-area {
    float: none;
    width: auto;
    padding: 27px 0 50px;
  }

  .featured-clients-block {
    padding-bottom: 33px;
  }

  .featured-clients-block h2 {
    margin-bottom: 11px;
  }

  .clients-list {
    margin-bottom: 36px;
  }

  .clients-list li {
    width: 100%;
    padding-bottom: 0;
  }

  .about-us .intro-text {
    padding: 19px 0 20px;
    text-align: center;
  }

  .about-us .featured-clients-block {
    padding-top: 6px;
    padding-bottom: 63px;
  }

  .about-us .about-me {
    text-align: center;
  }

  .about-us .about-me .image-hold {
    float: none;
    width: auto;
    height: 240px !important;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-us .about-me .image-hold:after {
    display: none;
  }

  .about-us .about-me .bg-stretch {
    height: 240px;
  }

  .about-us .about-me .text-hold {
    float: none;
    width: auto;
    height: auto !important;
  }

  .about-us .about-me .text-hold .frame {
    max-width: none;
    padding: 26px 10px;
    overflow: hidden;
  }

  .about-us .about-me .text-hold h2 {
    margin-bottom: 13px;
  }

  .about-us .some-talks {
    padding: 20px 0 5px;
  }

  .about-us .some-talks h2 {
    margin-bottom: 9px;
  }

  .about-us .some-talks .top-txt {
    margin-bottom: 40px;
  }

  .about-us .some-talks .time-line ul li {
    padding-bottom: 26px;
  }

  .about-us .some-talks .time-line ul .logo-hold.alter-logo {
    margin-left: 1px;
    margin-bottom: -17px;
    top: -17px;
  }

  .about-us .associate-with {
    text-align: center;
    padding-bottom: 35px;
  }

  .about-us .associate-with .logo-hold {
    display: block;
    width: auto;
    margin-bottom: 17px;
  }

  .about-us .associate-with .txt-description {
    display: block;
    width: auto;
  }

  .about-us .associate-with h2 {
    margin-bottom: 10px;
  }

  .about-us .tbl-frame {
    display: block;
    width: auto;
  }

  .decision {
    background: #f9f9f9;
  }

  .decision .info-block {
    padding: 17px 0 18px;
  }

  .decision .info-block h2 {
    margin-bottom: 10px;
  }

  .decision .share-info h2 {
    margin-bottom: 12px;
  }

  .decision .post-block {
    padding: 71px 0 42px;
  }

  .decision .post-block h2 {
    line-height: 22px;
    margin-bottom: 14px;
  }

  .decision .post-block .text-holder {
    padding: 0;
  }

  .decision .post-block .title {
    margin-bottom: 7px;
  }

  .areas-negotiation-page h2 {
    margin-bottom: 14px;
  }

  .areas-negotiation-page .information-holder {
    padding: 19px 0 43px;
    background: #f9f9f9;
  }

  .areas-negotiation-page .information-holder .container {
    padding: 0 20px;
  }

  .areas-negotiation-page .strategic-block {
    padding: 36px 0 22px;
  }

  .areas-negotiation-page .strategic-block .title-wrap {
    margin-bottom: 47px;
  }

  .areas-negotiation-page .column-holder {
    margin-bottom: 5px;
  }

  .areas-negotiation-page .col {
    display: block;
    width: 100%;
    padding-bottom: 38px;
  }

  .areas-negotiation-page .image-round {
    margin-bottom: 16px;
  }

  .areas-negotiation-page .client-testimonials-block {
    padding-top: 75px;
  }

  .contact-page .contact-holder {
    padding: 24px 0 54px;
  }

  .contact-page .contact-holder h1 {
    letter-spacing: -1px;
  }

  .contact-page .two-cols h2 {
    margin-bottom: 27px;
  }

  .contact-page .two-cols .col {
    width: auto;
    float: none;
  }

  .contact-page .two-cols .col .details {
    padding: 50px 19px 30px;
    height: auto !important;
  }

  .contact-page .two-cols .contact-ways .txt.email-txt {
    font-size: 12px;
  }

  .contact-page .two-cols .col-right {
    display: none;
  }

  .contact-page .two-cols .col-right .bg-stretch {
    height: 240px;
  }

  .contact-page .other-contact {
    padding: 5px 0 20px;
  }

  .contact-page .other-contact h3 {
    line-height: 20px;
    margin-bottom: 19px;
  }

  .contact-page .other-contact .social-network li.twitter {
    width: 54%;
  }

  .contact-page .contact-form {
    padding: 51px 5px 64px;
  }

  .contact-page .contact-form h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 28px;
  }

  .contact-page .contact-form .r1 {
    margin: 0;
  }

  .contact-page .contact-form .r1 .c1,
  .contact-page .contact-form .r1 .c2 {
    padding: 0;
    float: none;
    width: auto;
  }

  .contact-page .contact-form .comment-row {
    padding-bottom: 33px;
  }

  .areas-women-leadership-page h2 {
    margin-bottom: 10px;
    line-height: 36px;
  }

  .areas-women-leadership-page .pie-chart-wrap {
    padding: 18px 0 0;
  }

  .areas-women-leadership-page .pie-chart-wrap .text-holder {
    margin-bottom: 47px;
  }

  .areas-women-leadership-page .pie-chart-holder .title {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }

  .areas-women-leadership-page .pie-chart {
    padding: 0 7px 49px 8px;
    max-width: 300px;
    margin: 0 auto;
  }

  .areas-women-leadership-page .pie-chart .img-holder {
    max-width: 179px;
  }

  .areas-women-leadership-page .pie-chart .text-holder {
    font-size: 6px;
    line-height: 8px;
    width: 170px;
    top: 32px;
  }

  .areas-women-leadership-page .pie-chart .text-holder .holder + .holder {
    margin-bottom: 21px;
  }

  .areas-women-leadership-page .pie-chart .text-holder .holder {
    margin-bottom: 17px;
  }

  .areas-women-leadership-page .pie-chart .pie-chart-text {
    padding-left: 10px;
    letter-spacing: 1px;
  }

  .areas-women-leadership-page .pie-chart .line {
    width: 71px;
    margin-top: 4px;
  }

  .areas-women-leadership-page .pie-chart .line.short {
    width: 48px;
    margin-left: 25px;
  }

  .areas-women-leadership-page .pie-chart .line.medium {
    width: 49px;
    margin-left: 22px;
  }

  .areas-women-leadership-page .client-testimonials-block {
    padding-top: 67px;
    padding-bottom: 89px;
  }

  .areas-women-leadership-page .client-testimonial-post cite {
    padding-top: 39px;
  }

  .contact-page .contact-holder {
    padding: 24px 0 54px;
  }

  .contact-page .contact-holder h1 {
    letter-spacing: -1px;
  }

  .contact-page .two-cols h2 {
    margin-bottom: 27px;
  }

  .contact-page .two-cols .col {
    width: auto;
    float: none;
  }

  .contact-page .two-cols .col .details {
    padding: 50px 19px 30px;
    height: auto !important;
  }

  .contact-page .two-cols .contact-ways .txt.email-txt {
    font-size: 12px;
  }

  .contact-page .two-cols .col-right {
    display: none;
  }

  .contact-page .two-cols .col-right .bg-stretch {
    height: 240px;
  }

  .contact-page .other-contact {
    padding: 5px 0 20px;
  }

  .contact-page .other-contact h3 {
    line-height: 20px;
    margin-bottom: 19px;
  }

  .contact-page .other-contact .social-network li.twitter {
    width: 54%;
  }

  .contact-page .contact-form {
    padding: 51px 5px 64px;
  }

  .contact-page .contact-form h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 28px;
  }

  .contact-page .contact-form .r1 {
    margin: 0;
  }

  .contact-page .contact-form .r1 .c1,
  .contact-page .contact-form .r1 .c2 {
    padding: 0;
    float: none;
    width: auto;
  }

  .contact-page .contact-form .comment-row {
    padding-bottom: 33px;
  }

  .our-clients .banner h1 {
    margin: 0;
  }

  .our-clients .intro-block {
    padding: 18px 20px 34px;
  }

  .our-clients .intro-block h2 {
    margin-bottom: 9px;
  }

  .our-clients .client-holder {
    margin: 0;
    text-align: center;
  }

  .our-clients .client-block {
    width: 50%;
    max-width: 234px;
    font-size: 16px;
    line-height: 22px;
    min-height: 158px;
  }

  .our-clients .client-block a .image-wrap {
    padding: 10px 5px;
  }

  .our-clients .client-block a .image-text {
    padding: 12px 5px;
  }

  .press-page .content .text-holder {
    margin-bottom: 53px;
  }

  .press-page .content {
    padding-top: 18px;
  }

  .press-page .partners {
    margin-bottom: 37px;
  }

  .press-page .partners .col {
    width: 100%;
    padding: 0;
  }

  .press-page .partners .block {
    margin-bottom: 49px;
  }

  .press-page .partners .img-holder {
    margin-bottom: 13px;
  }

  .press-page .contact-block {
    padding: 107px 0;
  }

  .services-tools .banner h1 {
    margin: 0;
  }

  .services-tools .banner h1 .text-span {
    display: inline;
  }

  .services-tools .banner .container {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .services-tools .intro-block {
    padding: 18px 10px 6px;
  }

  .services-tools .post-area:nth-child(2) .text-area {
    padding: 28px 0 23px;
  }

  .services-tools .post-area:nth-child(2) .img img {
    width: auto;
  }

  .services-tools .post-area:nth-child(2) h2 {
    margin-bottom: 12px;
  }

  .services-tools .post-area:nth-child(3) .text-area {
    padding: 26px 0 24px;
  }

  .services-tools .post-area:nth-child(3) h2 {
    margin-bottom: 14px;
  }

  .services-tools .post-area .text-area {
    padding: 33px 0 21px;
  }

  .services-tools .post-area h2 {
    margin-bottom: 20px;
  }

  .services-tools .client-testimonials-block {
    padding-top: 82px;
    padding-bottom: 138px;
  }
}

@media (max-width: 479px) {
  .our-clients .client-block {
    padding: 0;
    width: auto;
    display: block;
    margin: 0 auto 34px;
  }
}

/*ADDITIONS*/
@media only screen and (min-width:1025px){
    h1.pagetitle{
        font-size: 58px;
    }
}
@media only screen and (min-width:1600px){
    h1.pagetitle{
        font-size: 65px;
        position: relative;
        top:75px;

    }
}
@media only screen and (min-width:1025px){
    h1.pagetitle-ed{
        font-size: 58px;
    }
}
@media only screen and (min-width:1600px){
    h1.pagetitle-ed{
        font-size: 58px;
        position: relative;
        top:75px;

    }
}

.areas-negotiation-page .image-round div {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 50%;
  overflow: hidden;
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.areas-women-leadership-page .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(59, 61, 64, 0);
}
/*END ADDITIONS*/
