@charset "UTF-8";
/** style.css
 *
 * Theme Name:	Creiden Base Theme
 * Description:	A wordpress theme created with sass. Based on custom typography create by creiden, Twenty Sixteen tinymce style and bootstrap grid.
 * Author:		Creiden
 * Author URI:	http://creiden.com
 * Version:		1.0.0
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.borders {
  border: 1px solid orange;
}

.ghost-element, .ld-header__logo:before, .ld-header__social__item:before, .ld-icon-box__icon--boxed:before, .ld-icon-box__icon--circle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

/**
 * Table of contents
 *
 * 1.0 - Normalize
 * 2.0 - Fonts
 * 3.0 - Typography
 * 4.0 - Grid
 * 5.0 - Icons
 * 6.0 - Mixins
 * 7.0 - Elements
 * 8.0 - Components
 */
/** 1.0 - Normalize
---------------------------- */
/*! 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 */
  -webkit-border-radius: 0;
}

/**
 * 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: none;
  /* 1 */
}

/**
 * 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;
}

/** 2.0 - Fonts
 ---------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/open-sans/opensans-regular.eot");
  src: url("../../assets/fonts/open-sans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans/opensans-regular.woff") format("woff"), url("../../assets/fonts/open-sans/opensans-regular.ttf") format("truetype"), url("../../assets/fonts/open-sans/opensans-regular.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/open-sans/opensans-semibold.eot");
  src: url("../../assets/fonts/open-sans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans/opensans-semibold.woff") format("woff"), url("../../assets/fonts/open-sans/opensans-semibold.ttf") format("truetype"), url("../../assets/fonts/open-sans/opensans-semibold.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/open-sans/opensans-bold.eot");
  src: url("../../assets/fonts/open-sans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans/opensans-bold.woff") format("woff"), url("../../assets/fonts/open-sans/opensans-bold.ttf") format("truetype"), url("../../assets/fonts/open-sans/opensans-bold.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../assets/fonts/open-sans/opensans-extrabold.eot");
  src: url("../../assets/fonts/open-sans/opensans-extrabold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans/opensans-extrabold.woff") format("woff"), url("../../assets/fonts/open-sans/opensans-extrabold.ttf") format("truetype"), url("../../assets/fonts/open-sans/opensans-extrabold.svg#Open Sans") format("svg");
  font-weight: 800;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'montserrat';
  src: url("../../assets/fonts/montserrat/Montserrat-Regular.eot");
  src: url("../../assets/fonts/montserrat/Montserrat-Regular?#iefix") format("embedded-opentype"), url("../../assets/fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../../assets/fonts/montserrat/Montserrat-Regular.ttf") format("truetype"), url("../../assets/fonts/montserrat/Montserrat-Regular.svg#montserrat") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../../assets/fonts/montserrat/Montserrat-Bold.eot");
  src: url("../../assets/fonts/montserrat/Montserrat-Bold?#iefix") format("embedded-opentype"), url("../../assets/fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../../assets/fonts/montserrat/Montserrat-Bold.ttf") format("truetype"), url("../../assets/fonts/montserrat/Montserrat-Bold.svg#montserrat") format("svg");
  font-weight: 700;
  font-style: normal;
}

/** 3.0 - Typography
---------------------------- */
/**
 * Table of contents
 *
 * 1.0 - Body
 * 2.0 - Text & Headings
 * 3.0 - Elements
 */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1229px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Open Sans";
  font-size: initial;
  font-weight: 400;
  line-height: 1.25;
  color: #7c8b9e;
  background-color: #fff;
}

h1 {
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
blockquote,
h6 {
  color: #004c98;
  margin: 0 0 30px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small, blockquote small,
h6 small {
  color: #777777;
}

h2,
h3,
h4,
h5,
blockquote,
h6 {
  font-weight: 700;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 small,
h5 small, blockquote small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 3.375rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.625rem;
}

h4 {
  font-size: 1.75rem;
}

h5, blockquote {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  line-height: 1.5;
  margin: 0 0 15px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

* {
  box-sizing: border-box;
}

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

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}

ul,
ol {
  margin: 0 0 30px 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 10px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li > ul,
blockquote > ul {
  margin-left: 20px;
}

li > ol,
blockquote > ol {
  margin-left: 24px;
}

dl {
  margin: 0 0 28px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 28px;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table a {
  color: #007acc;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}

table th,
table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

a {
  border-bottom: 1px;
  color: #004c98;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}

small {
  font-size: 87%;
}

mark {
  background-color: #fcf8e3;
  padding: .2em;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

blockquote {
  margin: 0;
  font-size: 1.875rem;
  font-family: 'oswald';
  font-weight: normal;
  line-height: 2.625rem;
}

blockquote:after, blockquote:before {
  content: ",,";
  font-size: 50px;
  margin-top: 0;
  line-height: 0;
  height: 25px;
  display: inline-block;
}

blockquote:before {
  margin-left: -26px;
  -ms-transform: rotate(180deg);
      transform: rotateZ(180deg);
}

blockquote:after {
  margin-top: -2px;
  vertical-align: top;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #777777;
}

blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25;
}

.xdebug-error {
  color: black;
  font-size: 1em;
}

/** 4.0 - Grid
---------------------------- */
.container, .ld-section__container, .ld-footer__container, .upper-footer__container, .ld-single__container, .ld-header__container, .ld-archives-layout1__container, .ld-archives-layout2__container, .ld-home-our_excellence__container, .ld-about-intro__content, .ld-about-services__container, .ld-investements-intro__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .ld-section__container:before, .ld-footer__container:before, .upper-footer__container:before, .ld-single__container:before, .ld-header__container:before, .ld-archives-layout1__container:before, .ld-archives-layout2__container:before, .ld-home-our_excellence__container:before, .ld-about-intro__content:before, .ld-about-services__container:before, .ld-investements-intro__container:before, .container:after, .ld-section__container:after, .ld-footer__container:after, .upper-footer__container:after, .ld-single__container:after, .ld-header__container:after, .ld-archives-layout1__container:after, .ld-archives-layout2__container:after, .ld-home-our_excellence__container:after, .ld-about-intro__content:after, .ld-about-services__container:after, .ld-investements-intro__container:after {
  content: " ";
  display: table;
}

.container:after, .ld-section__container:after, .ld-footer__container:after, .upper-footer__container:after, .ld-single__container:after, .ld-header__container:after, .ld-archives-layout1__container:after, .ld-archives-layout2__container:after, .ld-home-our_excellence__container:after, .ld-about-intro__content:after, .ld-about-services__container:after, .ld-investements-intro__container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .ld-section__container, .ld-footer__container, .upper-footer__container, .ld-single__container, .ld-header__container, .ld-archives-layout1__container, .ld-archives-layout2__container, .ld-home-our_excellence__container, .ld-about-intro__content, .ld-about-services__container, .ld-investements-intro__container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .ld-section__container, .ld-footer__container, .upper-footer__container, .ld-single__container, .ld-header__container, .ld-archives-layout1__container, .ld-archives-layout2__container, .ld-home-our_excellence__container, .ld-about-intro__content, .ld-about-services__container, .ld-investements-intro__container {
    width: 970px;
  }
}

@media (min-width: 1230px) {
  .container, .ld-section__container, .ld-footer__container, .upper-footer__container, .ld-single__container, .ld-header__container, .ld-archives-layout1__container, .ld-archives-layout2__container, .ld-home-our_excellence__container, .ld-about-intro__content, .ld-about-services__container, .ld-investements-intro__container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row, .awards, .ld-home-our_excellence__row, .ld-investements-intro__row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .awards:before, .ld-home-our_excellence__row:before, .ld-investements-intro__row:before, .row:after, .awards:after, .ld-home-our_excellence__row:after, .ld-investements-intro__row:after {
  content: " ";
  display: table;
}

.row:after, .awards:after, .ld-home-our_excellence__row:after, .ld-investements-intro__row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .ld-home-our_excellence__col, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .ld-home-projects .post-mars, .col-md-4, .ld-archives-layout1 .post-uranus, .ld-home-wwo .post-jupiter, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .ld-single__body, .col-lg-5, .col-xs-6, .col-sm-6, .awards__item, .ld-home-wwo .post-jupiter, .col-md-6, .ld-archives-layout2 .post-saturn, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .ld-single__gallery, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .awards__item, .col-sm-12, .col-md-12, .ld-investements-projects .post-neptune, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .awards__item {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .awards__item {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .ld-home-our_excellence__col, .col-sm-4, .ld-home-projects .post-mars, .col-sm-5, .col-sm-6, .awards__item, .ld-home-wwo .post-jupiter, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3, .ld-home-our_excellence__col {
    width: 25%;
  }
  .col-sm-4, .ld-home-projects .post-mars {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6, .awards__item, .ld-home-wwo .post-jupiter {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .ld-archives-layout1 .post-uranus, .ld-home-wwo .post-jupiter, .col-md-5, .ld-single__body, .col-md-6, .ld-archives-layout2 .post-saturn, .col-md-7, .ld-single__gallery, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .ld-investements-projects .post-neptune {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4, .ld-archives-layout1 .post-uranus, .ld-home-wwo .post-jupiter {
    width: 33.33333%;
  }
  .col-md-5, .ld-single__body {
    width: 41.66667%;
  }
  .col-md-6, .ld-archives-layout2 .post-saturn {
    width: 50%;
  }
  .col-md-7, .ld-single__gallery {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12, .ld-investements-projects .post-neptune {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/** 5.0 - Icons
--- Font Awesome v4.6.3 ---- */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, .pagination a.prev, .pagination a.next, .ld-icon-box__icon__fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .pagination a.fa-pull-left.prev, .pagination a.fa-pull-left.next, .fa-pull-left.ld-icon-box__icon__fa {
  margin-right: .3em;
}

.fa.fa-pull-right, .pagination a.fa-pull-right.prev, .pagination a.fa-pull-right.next, .fa-pull-right.ld-icon-box__icon__fa {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pagination a.pull-left.prev, .pagination a.pull-left.next, .pull-left.ld-icon-box__icon__fa {
  margin-right: .3em;
}

.fa.pull-right, .pagination a.pull-right.prev, .pagination a.pull-right.next, .pull-right.ld-icon-box__icon__fa {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

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

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

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

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

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

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

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

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

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

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

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

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

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

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

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

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before, .pagination a.prev:before {
  content: "";
}

.fa-angle-double-right:before, .pagination a.next:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

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

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

.fa-angle-up:before {
  content: "";
}

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

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

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

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

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

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

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_content {
  background-color: #fff;
}

/* Content background */
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* Expand button */
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* Contract button */
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default .pp_details {
  position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
  background: #fff;
}

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.light_rounded .pp_content .ppt {
  color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}

div.light_rounded .pp_content {
  background-color: #fff;
}

/* Content background */
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
div.light_rounded .pp_details {
  position: relative;
}

div.light_rounded .pp_description {
  margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

/* Right Content background */
div.dark_rounded .pp_content {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Content background */
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
div.dark_rounded .pp_details {
  position: relative;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded .pp_description {
  color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}

div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_square .pp_description {
  color: #fff;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

/* Loader icon */
div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
div.dark_square .pp_details {
  position: relative;
}

div.dark_square .pp_description {
  margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}

div.light_square .pp_content .ppt {
  color: #000;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
div.light_square .pp_details {
  position: relative;
}

div.light_square .pp_description {
  margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
  color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

/* Top pattern/color */
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.facebook .pp_content .ppt {
  color: #000;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

/* Content background */
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

/* Content background */
div.facebook .pp_content {
  background: #fff;
}

/* Content background */
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
div.facebook .pp_details {
  position: relative;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

/* Loader icon */
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

/** 6.0 - Mixins
 ---------------------------- */
/** 7.0 - Elements
 ---------------------------- */
.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-caption-text, .wp-caption-dd {
  color: #7c8b9e;
  font-size: 0.9rem;
  font-style: italic;
  padding-top: 7px;
}

.mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}

.gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}

.gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-caption {
  font-size: 0.9rem;
  margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wp-audio-shortcode a,
.wp-playlist a {
  box-shadow: none;
}

.mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}

.mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}

.mce-content-body .wp-playlist-item {
  padding: 10px 0;
}

.mce-content-body .wp-playlist-item-length {
  top: 10px;
}

.pagination {
  text-align: center;
}

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 1.25rem;
}

.pagination .page-numbers.current {
  color: #004c98;
}

.pagination a {
  color: #7c8b9e;
}

.pagination a:hover {
  color: #e89700;
}

.pagination a.prev, .pagination a.next {
  font-size: 0;
}

.pagination a.prev:before, .pagination a.next:before {
  font-size: 1.25rem;
}

/* -- Menu Block -- */
@media (min-width: 992px) {
  .ld-header__menu .ld-header__menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 100%;
  }
  .ld-header__menu .ld-header__menu__list .menu-item {
    position: relative;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item {
    display: inline-block;
    height: 100%;
    margin: 0 0 0 1.5625rem;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item:first-child {
    margin-left: 0;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item > a {
    display: block;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'roboto', Helvetica, Arial, sans-serif;
    color: #7c8b9e;
    font-size: 1.125rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    width: 100%;
    height: 2px;
    background-color: #e89700;
    transition: 0.3s ease-out;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item:hover > a:before {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .ld-header__menu .ld-header__menu__list > .menu-item:hover > a, .ld-header__menu .ld-header__menu__list > .menu-item.current-menu-parent > a, .ld-header__menu .ld-header__menu__list > .menu-item.current_page_item > a, .ld-header__menu .ld-header__menu__list > .menu-item.current-menu-item > a {
    color: #e89700;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item > .sub-menu {
    top: 100%;
    left: 0;
  }
  .ld-header__menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    min-width: 100%;
    left: 100%;
    top: 0;
    display: none;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }
  .ld-header__menu .sub-menu a {
    display: block;
    position: relative;
    white-space: nowrap;
    font-size: 1rem;
    color: #7c8b9e;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
  }
  .ld-header__menu .sub-menu .menu-item {
    margin-bottom: 0;
  }
  .ld-header__menu .sub-menu .menu-item:last-child > a {
    border-bottom: none;
  }
  .ld-header__menu .sub-menu .menu-item:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .ld-header__menu .sub-menu .menu-item:hover > a, .ld-header__menu .sub-menu .menu-item.current-menu-parent > a, .ld-header__menu .sub-menu .menu-item.current_page_item > a, .ld-header__menu .sub-menu .menu-item.current-menu-item > a {
    color: #e89700;
  }
  .ld-header__menu .menu-item:hover > .sub-menu {
    display: block;
  }
  .ld-header__menu .ld-header__menu__toggle, .ld-header__menu .ld-header__menu__collapse {
    display: none;
  }
  .ld-header__menu .ld-header__menu__wrapper, .ld-header__menu .ld-header__menu__container {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .ld-header__menu .ld-header__menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  .ld-header__menu .ld-header__menu__list a {
    display: block;
    font-size: 1.4rem;
    padding: 10px 10px;
    color: #7c8b9e;
  }
  .ld-header__menu .ld-header__menu__list .menu-item {
    display: block;
    margin-bottom: 0;
  }
  .ld-header__menu .ld-header__menu__list .menu-item:hover > a, .ld-header__menu .ld-header__menu__list .menu-item.current-menu-parent > a, .ld-header__menu .ld-header__menu__list .menu-item.current_page_item > a, .ld-header__menu .ld-header__menu__list .menu-item.current-menu-item > a {
    color: #e89700;
  }
  .ld-header__menu .ld-header__menu__list > .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    font-family: 'Fontawesome';
    font-size: 1rem;
    margin-left: 5px;
  }
  .ld-header__menu .ld-header__menu__wrapper {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    overflow: auto;
    background-color: white;
  }
  .ld-header__menu .sub-menu {
    padding-left: 10px;
    margin: 0;
    list-style: none;
  }
  .ld-header__menu .sub-menu a:before {
    content: "";
    display: inline-block;
    font-family: 'Fontawesome';
    font-size: 1rem;
    margin-right: 5px;
  }
  .ld-header__menu.ld-header__menu--is_opened .ld-header__menu__wrapper {
    display: block;
  }
}

.ld-header__menu__toggle {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.ld-header__menu__toggle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.ld-header__menu__toggle__bars {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 38px;
}

.ld-header__menu__toggle__bar {
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: #004c98;
  border-radius: 5px;
  transition: 0.3s ease;
}

.ld-header__menu__toggle--close {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 40px;
}

.ld-header__menu--is_opened .ld-header__menu__toggle__bar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.ld-header__menu--is_opened .ld-header__menu__toggle__bar:first-child {
  display: block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  left: 0;
}

.ld-header__menu--is_opened .ld-header__menu__toggle__bar:last-child {
  display: block;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  right: 0;
}

.ld-header__menu__collapse {
  cursor: pointer;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .admin-bar .ld-header__menu__collapse {
    top: 32px;
  }
}

.ld-header__menu__search__holder {
  position: absolute;
  right: 0;
  top: 100%;
}

.ld-header--disable_scroll {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  html.ld-header__menu--is_opened,
  body.ld-header__menu--is_opened {
    overflow: hidden;
  }
}

.ld-header__social {
  margin-left: -2px;
  margin-right: -2px;
}

.ld-header__social__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  transition: 0.3s ease-out;
}

.ld-header__social__item:first-child {
  margin-left: 0;
}

.ld-header__social__item__icon {
  font-size: 1.375rem;
  vertical-align: middle;
}

.ld-header__social__item:hover {
  background-color: white;
  color: #e89700;
}

.ld-header__text p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: 'roboto', Helvetica, Arial, sans-serif;
}

.ld-header__text__mail {
  color: white;
}

.ld-header__text__phone {
  white-space: nowrap;
  margin-left: 0.9375rem;
}

.ld__map {
  height: 540px;
  width: 100%;
}

.ld-icon-box {
  border: 1px solid #e89700;
  background-color: white;
  text-align: center;
  padding: 3.125rem;
  transition: 0.3s ease-out;
}

.ld-icon-box:hover {
  background-color: #f9fafa;
}

.ld-icon-box__separator {
  width: 60px;
  height: 3px;
  background-color: #e89700;
  display: block;
  margin: 20px auto;
}

.ld-icon-box__title {
  margin-bottom: 0;
}

.ld-icon-box__sub-title {
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-style: italic;
}

.ld-icon-box__content {
  margin-top: 20px;
}

.ld-icon-box__content * {
  margin-bottom: 0;
}

.ld-icon-box__content--lg {
  margin-top: 15px;
  font-size: 1.125rem;
  font-weight: 600;
}

.ld-icon-box--testimonial {
  margin: 40px 0;
}

.ld-icon-box__icon, .ld-icon-box__icon--boxed, .ld-icon-box__icon--circle {
  color: #004c98;
  margin: 0 auto;
}

.ld-icon-box__icon__fa {
  font-size: 3.75rem;
  vertical-align: middle;
}

.page-template-page-contact .ld-icon-box__icon__fa {
  font-size: 2.25rem;
}

.ld-icon-box__icon--testimonial {
  position: absolute;
  top: 0;
  left: 50%;
  height: 80px;
  width: 80px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 12px;
  border: 1px solid #e89700;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
}

.ld-icon-box__icon--testimonial:before, .ld-icon-box__icon--testimonial:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 74px;
  left: 23px;
}

.ld-icon-box__icon--testimonial:before {
  top: 75px;
  border-color: #e89700 transparent transparent transparent;
}

.ld-icon-box__icon__quotes {
  font-family: "montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 4.375rem;
  background: #004c98;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-block;
  color: #fff;
  line-height: 6rem;
}

.ld-icon-box__icon--boxed, .ld-icon-box__icon--circle {
  background-color: white;
  width: 75px;
  height: 75px;
  border: 1px solid;
  font-size: 0;
}

.ld-icon-box__icon--circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.ld-page-title {
  padding: 55px 15px;
  background-size: cover;
  border-bottom: 1px solid #e1e1e1;
}

.ld-page-title__text {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .ld-page-title {
    padding: 75px 15px;
  }
}

@media (min-width: 1230px) {
  .ld-page-title {
    padding: 95px 15px;
  }
}

@media (min-width: 1600px) {
  .ld-page-title {
    padding: 145px 15px;
  }
}

.ld-bordered-title, .post-mars__body__title, .post-uranus__title, .post-saturn__category, .post-neptune__category, .ld-section__title, .upper-footer__title, .ld-home-projects__title, .ld-single__details-title {
  text-align: center;
  position: relative;
}

.ld-bordered-title:after, .post-mars__body__title:after, .post-uranus__title:after, .post-saturn__category:after, .post-neptune__category:after, .ld-section__title:after, .upper-footer__title:after, .ld-home-projects__title:after, .ld-single__details-title:after {
  content: '';
  position: absolute;
  width: 130px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: -13px;
  border-bottom: 4px solid #e89700;
}

.ld-bordered-title--left, .post-saturn__category, .post-neptune__category, .ld-single__details-title {
  text-align: left;
}

.ld-bordered-title--left:after, .post-saturn__category:after, .post-neptune__category:after, .ld-single__details-title:after {
  -ms-transform: none;
      transform: none;
  left: 0;
}

.ld-bordered-title--right {
  text-align: right;
}

.ld-bordered-title--right:after {
  -ms-transform: none;
      transform: none;
  left: auto;
  right: 0;
}

.ld-button, .post-mars__body__button, .post-saturn__button, .post-neptune__button, .upper-footer__button {
  font-size: 1rem;
  font-weight: 600;
  color: #e89700;
  border: 2px solid #e89700;
  padding: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.ld-button--small, .post-mars__body__button, .post-saturn__button, .post-neptune__button {
  padding: 16px 30px;
}

.ld-button--left, .post-saturn__button, .post-neptune__button {
  margin-left: 0;
  margin-right: auto;
}

.ld-button--right {
  margin-right: 0;
  margin-left: auto;
}

.ld-button:hover, .post-mars__body__button:hover, .post-saturn__button:hover, .post-neptune__button:hover, .upper-footer__button:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.ld-button--reversed-hover:hover, .post-saturn__button:hover, .post-neptune__button:hover {
  border-color: #e89700;
  color: #fff;
  background: #e89700;
}

.post-mars {
  overflow: hidden;
}

.post-mars:hover .post-mars__footer {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: 0.8s ease;
  transition-delay: 0.3s;
}

.post-mars:hover .post-mars__body {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.post-mars__container {
  position: relative;
}

.post-mars__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px 20px;
  background: rgba(255, 255, 255, 0.95);
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: 0.5s ease;
  transition-delay: 0s;
}

.post-mars__footer__title {
  color: #e89700;
  margin-bottom: 0;
}

.post-mars__footer__category {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.post-mars__footer__title, .post-mars__footer__category {
  text-transform: uppercase;
}

.post-mars__body {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 15px;
  background: rgba(232, 151, 0, 0.95);
  -ms-transform: translate(0px, -100%);
      transform: translate(0px, -100%);
  transition: 0.8s ease;
}

.post-mars__body:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.post-mars__body__container {
  display: inline-block;
  vertical-align: middle;
}

.post-mars__body__title {
  color: #fff;
  margin-bottom: 45px;
}

.post-mars__body__title:after {
  border-color: #fff;
  width: 60px;
  bottom: -22px;
}

.post-mars__body__category {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.post-mars__body__text {
  color: #fff;
  font-size: 0.9375rem;
}

.post-mars__body__button {
  margin-top: 35px;
}

@media (min-width: 1600px) {
  .post-mars__body {
    padding: 30px 140px;
  }
  .post-mars__footer {
    padding: 25px 30px 30px;
  }
}

@media (max-width: 991px) {
  .post-mars__body__text {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  .post-mars__body__text {
    max-height: 90px;
    overflow: auto;
  }
}

.post-uranus {
  text-align: center;
}

.post-uranus__container {
  border: 1px solid #e7e7e7;
}

.post-uranus__body {
  background: white;
  padding: 24px 15px 30px;
}

.post-uranus__title {
  margin-bottom: 25px;
  transition: 0.3s ease;
}

.post-uranus__title:after {
  width: 55px;
}

.post-uranus__title:hover {
  color: #e89700;
}

.post-uranus__category {
  font-size: 0.875rem;
  color: #7c8b9e;
  text-transform: uppercase;
  margin-bottom: 0;
}

.post-saturn__image-wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
}

.post-saturn__tag {
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-weight: 700;
}

.post-saturn__body {
  background: #f9fafa;
  padding: 30px;
}

.post-saturn__category {
  font-size: 0.875rem;
  color: #7c8b9e;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.post-saturn__category:after {
  width: 55px;
}

.post-saturn__category:hover {
  color: #e89700;
}

.post-saturn__title {
  margin-bottom: 14px;
}

.post-saturn__button {
  margin-top: 30px;
}

@media (min-width: 1600px) {
  .post-saturn__body {
    padding: 50px;
  }
  .post-saturn__tag {
    padding: 10px;
  }
}

.post-jupiter__title {
  color: white;
  text-transform: uppercase;
  background: #e89700;
  position: absolute;
  width: 61%;
  padding: 15px 20px;
  -ms-transform: translatey(-100%);
      transform: translatey(-100%);
  transition: 0.3s ease;
}

.post-jupiter:hover .post-jupiter__title {
  color: #e89700;
  background: white;
}

@media (min-width: 1600px) {
  .post-jupiter__title {
    padding: 20px 27px;
  }
}

.post-neptune + .post-neptune {
  margin-top: 60px;
}

.post-neptune__container {
  display: table;
  width: 100%;
}

.post-neptune__image-wrapper {
  position: relative;
  margin: 0 auto;
  padding-right: 0;
  text-align: center;
}

.post-neptune__body {
  background: #f9fafa;
  padding: 30px;
}

.post-neptune__category {
  font-size: 0.875rem;
  color: #7c8b9e;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.post-neptune__category:after {
  width: 55px;
}

.post-neptune__category:hover {
  color: #e89700;
}

.post-neptune__title {
  margin-bottom: 14px;
}

.post-neptune__button {
  margin-top: 30px;
}

@media (min-width: 1600px) {
  .post-neptune__image-wrapper {
    overflow: hidden;
  }
  .post-neptune__image {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .post-neptune__body {
    padding: 50px;
  }
}

@media (min-width: 768px) {
  .post-neptune__image-wrapper {
    width: 38%;
  }
  .post-neptune__image-wrapper, .post-neptune__body {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .post-neptune__body {
    width: 62%;
  }
}

.ld-section, .upper-footer, .ld-single, .ld-archives-layout1, .ld-archives-layout2, .ld-home-wwo, .ld-home-testimonials-section, .ld-home-clients-section, .ld-section-map {
  padding: 80px 0px;
}

.ld-section--light-grey {
  padding: 80px 0px;
  background: #f9fafa;
}

.ld-section__title, .upper-footer__title, .ld-home-projects__title {
  margin-bottom: 35px;
}

.ld-section__title:after, .upper-footer__title:after, .ld-home-projects__title:after {
  bottom: -20px;
}

.ld-section__subtitle, .upper-footer__subtitle, .ld-home-projects__subtitle {
  font-size: 1.1875rem;
  text-align: center;
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/** 8.0 - Components
 ---------------------------- */
.page-template-page-testimonials .grid {
  margin-bottom: -15px;
}

.ld-header__container {
  display: table;
}

@media (max-width: 991px) {
  .ld-header__container {
    width: 100%;
  }
}

.ld-header__row--banner {
  background-color: #e89700;
  color: white;
}

.ld-header__row--banner .ld-header__block {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.ld-header__row--sticky {
  background-color: white;
  width: 100%;
  transition: 0.3s ease-out;
}

.ld-header__row--sticky .ld-header__block {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s ease-out;
}

.ld-header__row--sticky .ld-header__block--right {
  text-align: right;
}

.ld-header__row--sticky .ld-header__block--left {
  text-align: left;
}

.ld-header__row--placeholder {
  display: none;
  width: 100%;
}

.ld-header__block {
  font-size: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ld-header__block {
    display: table-cell;
    vertical-align: middle;
  }
  .ld-header__block--right {
    text-align: right;
  }
  .ld-header__block--left {
    text-align: left;
  }
}

.ld-header--sticky .ld-header__row--sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.ld-header--sticky .ld-header__row--sticky .ld-header__block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ld-header--sticky .ld-header__row--placeholder {
  display: block;
}

.ld-footer {
  background-color: #e89700;
  font-size: 0.875rem;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 1600px) {
  .ld-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.upper-footer {
  padding: 90px 0 70px;
  background-image: url("../../assets/images/page-upper-footer.jpg");
}

.upper-footer__title {
  color: #fff;
}

.upper-footer__title:after {
  border-color: #fff;
}

.upper-footer__subtitle {
  color: #fff;
  margin-bottom: 45px;
}

.upper-footer__button {
  display: table;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 1600px) {
  .upper-footer {
    padding: 110px 0 90px;
  }
}

.shared-form-elements-style, input, textarea, select {
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #7c8b9e;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

input {
  height: 40px;
}

input[type="submit"] {
  height: 70px;
  width: auto;
  border: 2px solid #e89700;
  padding: 0 50px;
  margin-top: 25px;
  margin-bottom: 0;
  color: #e89700;
  font-weight: bold;
  font-size: 1.125rem;
  transition: 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #e89700;
  color: #fff;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) #fff no-repeat right/contain;
}

.ld-file-upload {
  background: #004c98;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 12px 26px;
  width: auto;
  height: 45px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.ld-file-upload.fileSelected {
  max-width: 130px;
}

.ld-file-upload:hover {
  background: #003f7f;
}

.ld-file-upload:before {
  content: "\f0ee";
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.ld-file-upload.fileSelected {
  background: #e89700;
}

.ld-file-upload.fileSelected:before {
  display: none;
}

.ld-file-upload span:first-child {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.ld-file-upload input {
  display: none;
}

.wpcf7-form {
  text-align: center;
}

.page-template-page-contact .wpcf7-form {
  margin-top: 70px;
}

.wpcf7-form > p {
  margin-bottom: 0;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #e80000;
}

.wpcf7-form select + span.wpcf7-not-valid-tip {
  right: 50px;
}

.wpcf7-form .wpcf7-not-valid {
  border: 1px solid #e80000;
}

div.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
}

div.wpcf7 .wpcf7-form .ajax-loader.is-active {
  margin: 5px auto;
  display: block;
}

.wpcf7-form div.wpcf7-validation-errors {
  background: #e89700;
  border: 1px solid #fff;
  color: #fff;
  margin: 2em 0 0;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  background: #004c98;
  border: 1px solid #fff;
  color: #fff;
  margin: 2em 0 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

.awards {
  margin-top: 65px;
}

.awards__item {
  margin-bottom: 1.875rem;
}

.ld-single__container {
  width: 1720px;
  max-width: 100%;
}

.ld-single__gallery {
  font-size: 0;
}

.ld-single__gallery__img {
  width: 33.33333%;
  margin-top: 6px;
  margin-bottom: 0;
  display: inline-block;
  box-sizing: border-box;
}

.ld-single__gallery__img:nth-child(3n-2) {
  padding-right: 4px;
}

.ld-single__gallery__img:nth-child(3n-1) {
  padding-left: 2px;
  padding-right: 2px;
}

.ld-single__gallery__img:nth-child(3n) {
  padding-left: 4px;
}

.ld-single__body {
  margin-top: 60px;
}

.ld-single__details-title:after {
  width: 75px;
}

.ld-archives-layout1 {
  background: #f9fafa;
}

.ld-archives-layout1 .post-uranus {
  margin-bottom: 30px;
}

.ld-archives-layout2 {
  background: #fff;
}

.ld-archives-layout2 .post-saturn {
  margin-bottom: 30px;
}

/** 9.0 - Sections
 ---------------------------- */
.ld-home-projects {
  padding-top: 70px;
}

.ld-home-projects__subtitle {
  margin-bottom: 55px;
}

.ld-home-projects .post-mars {
  padding: 0;
  display: table;
  position: relative;
  margin: 0 auto;
}

.ld-home-projects .post-mars + .post-mars {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .ld-home-projects .post-mars {
    margin-top: 6px;
    display: block;
  }
  .ld-home-projects .post-mars + .post-mars {
    margin-top: 6px;
  }
  .ld-home-projects .post-mars:nth-child(3n-2) {
    padding-right: 4px;
  }
  .ld-home-projects .post-mars:nth-child(3n-1) {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ld-home-projects .post-mars:nth-child(3n) {
    padding-left: 4px;
  }
}

.ld-home-wwo {
  background: #f9fafa;
}

.ld-home-wwo .ld-section__subtitle, .ld-home-wwo .upper-footer__subtitle, .ld-home-wwo .ld-home-projects__subtitle {
  margin-bottom: 45px;
}

.ld-home-wwo .post-jupiter {
  display: table;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .ld-home-wwo .post-jupiter {
    margin-top: 6px;
    margin-bottom: 0;
  }
  .ld-home-wwo .post-jupiter + .post-jupiter {
    margin-top: 6px;
  }
  .ld-home-wwo .post-jupiter:nth-child(2n-1) {
    padding-right: 3px;
    padding-left: 0;
  }
  .ld-home-wwo .post-jupiter:nth-child(2n) {
    padding-left: 3px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .ld-home-wwo .post-jupiter {
    margin-top: 6px;
  }
  .ld-home-wwo .post-jupiter + .post-jupiter {
    margin-top: 6px;
  }
  .ld-home-wwo .post-jupiter:nth-child(3n-2) {
    padding-right: 4px;
    padding-left: 0;
  }
  .ld-home-wwo .post-jupiter:nth-child(3n-1) {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ld-home-wwo .post-jupiter:nth-child(3n) {
    padding-left: 4px;
    padding-right: 0;
  }
}

.ld-home-testimonials {
  margin-bottom: -40px;
}

.ld-home-testimonials__item {
  margin: 0 2px;
}

.ld-home-testimonials__content {
  max-width: 830px;
  border: 2px solid #e89700;
  border-radius: 5px;
  padding: 50px;
  padding-left: 75px;
  margin: 40px auto 55px;
  position: relative;
  background: #fff;
}

.ld-home-testimonials__content:after {
  content: "";
  width: 55px;
  height: 55px;
  border-bottom: 2px solid #e89700;
  border-left: 2px solid #e89700;
  position: absolute;
  bottom: -29px;
  background: #fff;
  transform: translate(-50%) rotateY(-70deg) rotateZ(-45deg);
  left: 50%;
}

.ld-home-testimonials__user-info {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.ld-home-testimonials__user-info img {
  border-radius: 50%;
  width: auto;
  max-width: 120px;
  margin: 0 auto;
}

.ld-home-testimonials__user-info span {
  white-space: nowrap;
  display: block;
}

.ld-home-testimonials__user-info__name {
  font-size: 1.25rem;
  color: #004c98;
  margin-top: 15px;
}

.ld-home-testimonials__user-info__job-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #e89700;
  margin-top: 10px;
}

.ld-home-our_excellence {
  background-color: #f9fafa;
}

.ld-home-our_excellence .ld-section__subtitle, .ld-home-our_excellence .upper-footer__subtitle, .ld-home-our_excellence .ld-home-projects__subtitle {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .ld-home-our_excellence__container, .ld-about-intro__content {
    width: 800px;
  }
}

@media (min-width: 1230px) {
  .ld-home-our_excellence__container, .ld-about-intro__content {
    width: 900px;
  }
}

@media (min-width: 1600px) {
  .ld-home-our_excellence__container, .ld-about-intro__content {
    width: 1040px;
  }
}

.ld-home-our_excellence__row {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  text-align: center;
}

.ld-home-our_excellence__col {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.ld-home-our_excellence__item {
  border: 1px solid #e89700;
  background-color: white;
  padding: 1.5625rem;
  width: 200px;
  background: #fff;
  transition: 0.3s ease-out;
}

@media (min-width: 768px) {
  .ld-home-our_excellence__item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: auto;
  }
}

@media (min-width: 1230px) {
  .ld-home-our_excellence__item {
    padding: 1.875rem;
  }
}

@media (min-width: 1600px) {
  .ld-home-our_excellence__item {
    padding: 2.8125rem;
  }
}

.ld-home-our_excellence__item__icon {
  margin-bottom: 1.375rem;
  font-size: 3.75rem;
  vertical-align: middle;
  color: #a3acb9;
  transition: 0.3s ease-out;
}

.ld-home-our_excellence__item__text {
  font-family: "montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #004c98;
  margin-bottom: 0;
  transition: 0.3s ease-out;
}

.ld-home-our_excellence__item:hover {
  background-color: #e89700;
  color: white;
}

.ld-home-our_excellence__item:hover .ld-home-our_excellence__item__text,
.ld-home-our_excellence__item:hover .ld-home-our_excellence__item__icon {
  color: white;
}

.ld-home-clients {
  margin-top: 25px;
}

.ld-home-clients__logo {
  width: 250px;
  height: 150px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid #e89700;
}

.owl-carousel .owl-item .ld-home-clients__logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.ld-home-clients .owl-stage-outer {
  z-index: 5;
}

.ld-home-clients .owl-nav > div {
  display: table;
  top: 0;
  position: absolute;
  background: #e89700;
  color: #fff;
  height: 100%;
  vertical-align: middle;
  width: 40px;
  font-size: 2.25rem;
  text-align: center;
  border: 1px solid #e89700;
  transition: 0.2s ease-in-out;
}

.ld-home-clients .owl-nav > div:hover {
  background: #fff;
  border: 1px solid #e89700;
  color: #e89700;
}

.ld-home-clients .owl-controls {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.ld-home-clients .owl-prev {
  left: 0;
}

@media (min-width: 992px) {
  .ld-home-clients .owl-prev {
    left: -30px;
  }
}

@media (min-width: 1599px) {
  .ld-home-clients .owl-prev {
    left: -55px;
  }
}

.ld-home-clients .owl-next {
  right: 0;
}

@media (min-width: 992px) {
  .ld-home-clients .owl-next {
    right: -30px;
  }
}

@media (min-width: 1599px) {
  .ld-home-clients .owl-next {
    right: -55px;
  }
}

.ld-home-clients i {
  display: table-cell;
  vertical-align: middle;
}

.ld-about-intro {
  padding-bottom: 0;
  background-color: #f9fafa;
}

.ld-about-intro__image {
  margin: 0 auto;
  display: block;
}

.ld-about-services .ld-section__subtitle, .ld-about-services .upper-footer__subtitle, .ld-about-services .ld-home-projects__subtitle {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .ld-about-services__content {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }
  .ld-about-services__row {
    display: table-row;
  }
  .ld-about-services .ld-icon-box {
    display: table-cell;
  }
}

.ld-section--awards__container {
  max-width: 970px;
}

.ld-investements-intro {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f9fafa;
}

@media (min-width: 768px) {
  .ld-investements-intro:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e89700;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .ld-investements-intro__container {
    display: table;
  }
}

@media (min-width: 768px) {
  .ld-investements-intro__row {
    display: table-row;
    margin: 0;
  }
}

.ld-investements-intro__col {
  padding: 70px 20px;
}

@media (min-width: 768px) {
  .ld-investements-intro__col {
    padding-right: 50px;
    padding-left: 0;
    display: table-cell;
    width: 50%;
  }
}

.ld-investements-intro__col--strategy {
  background-color: #e89700;
}

@media (min-width: 768px) {
  .ld-investements-intro__col--strategy {
    padding-right: 0;
    padding-left: 50px;
  }
}

.ld-investements-intro__col--strategy .ld-investements-intro__title {
  color: white;
}

.ld-investements-intro__col--strategy .ld-investements-intro__title:after {
  background-color: white;
}

.ld-investements-intro__col--strategy .ld-investements-intro__text {
  color: white;
}

.ld-investements-intro__title {
  margin-bottom: 20px;
}

.ld-investements-intro__title:after {
  content: '';
  height: 4px;
  width: 60px;
  background-color: #e89700;
  display: block;
  margin-top: 10px;
}

.ld-investements-projects .ld-section__subtitle, .ld-investements-projects .upper-footer__subtitle, .ld-investements-projects .ld-home-projects__subtitle {
  margin-bottom: 60px;
}

.ld-section-map {
  padding: 0;
  height: 540px;
}

.contact-details__item .ld-icon-box {
  min-height: 340px;
}
