@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,700);body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  background: radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea,
input,
button {
  background: transparent;
  border: none;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

section {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  position: relative;
}

.container {
  max-width: 1308px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 20px;
}

.row {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .col {
  padding: 0 20px;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "avenir-light";
}

.main-ttl-1 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.main-p {
  letter-spacing: -0.45px;
  line-height: 1.6;
}

.main-p p + p {
  margin: 40px 0 0;
}

em {
  font-family: "Avenir-LightOblique";
}

.small_text {
  font-family: 'Avenir-Black';
  font-size: 14px;
}

h2 {
  letter-spacing: -0.2px;
  font-size: 43px;
  font-family: "Didonesque-Roman";
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 35px !important;
  }
}

h3 {
  font-size: 31px;
  font-family: "Didonesque-Roman";
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 28px !important;
  }
}

.text-wrap p {
  padding-bottom: 31px;
  line-height: 1.9;
}

@font-face {
  font-family: "Didonesque-Roman";
  font-weight: 400;
  src: url("/wp-content/themes/Shatterproof_theme/fonts/Didonesque-Roman.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/Didonesque-Roman.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/Didonesque-Roman.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/Didonesque-Roman.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/Didonesque-Roman.svg#Didonesque-Roman") format("svg");
}

@font-face {
  font-family: "Avenir-Heavy";
  src: url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Heavy.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Heavy.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Heavy.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Heavy.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
}

@font-face {
  font-family: "Avenir-Medium";
  src: url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Medium.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Medium.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Medium.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Medium.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
}

@font-face {
  font-family: "Avenir-LightOblique";
  src: url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-LightOblique.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-LightOblique.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-LightOblique.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-LightOblique.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-LightOblique.svg#Avenir-LightOblique") format("svg");
}

@font-face {
  font-family: "avenir-light";
  src: url("/wp-content/themes/Shatterproof_theme/fonts/AvenirLTStd-Light.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirLTStd-Light.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirLTStd-Light.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirLTStd-Light.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirLTStd-Light.svg#avenir-light") format("svg");
}

@font-face {
  font-family: "Avenir-Black";
  src: url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Black.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Black.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Black.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Black.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/Avenir-Black.svg#Avenir-Black") format("svg");
}

@font-face {
  font-family: "Avenir-BoldItalic";
  src: url("/wp-content/themes/Shatterproof_theme/fonts/AvenirNextCyr-BoldItalic.eot?") format("eot"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirNextCyr-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirNextCyr-BoldItalic.woff") format("woff"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirNextCyr-BoldItalic.ttf") format("truetype"), url("/wp-content/themes/Shatterproof_theme/fonts/AvenirNextCyr-BoldItalic.svg#Avenir-BoldItalic") format("svg");
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.btn-group {
  margin: 0 -10px;
}

.btn-group .btn {
  margin: 0 10px;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  padding: 17px 40px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1.5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.btn.main-btn-1 {
  padding: 29px 50px;
  font-size: 21px;
  letter-spacing: 0.6px;
  color: white;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  z-index: 10;
  padding: 46px 0 0;
}

@media screen and (max-width: 992px) {
  header {
    padding: 20px 0 0;
  }
}

header .logo {
  padding-top: 11px;
}

header .container {
  padding: 0;
}

@media (min-width: 801px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header #navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #05111f;
  color: #fff;
  display: none;
}

@media screen and (max-width: 992px) {
  header #navbar {
    min-height: 100vh;
    height: 100%;
  }
}

header .navbar-toggle {
  border: none;
  background: transparent;
  margin-top: -11px;
  position: relative;
  z-index: 5;
  padding: 0;
}

header .navbar-toggle:hover {
  background: transparent;
}

header .navbar-toggle:hover .animate-burger .top {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

header .navbar-toggle:hover .animate-burger .bottom {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

header .navbar-toggle:not(.collapsed) .animate-burger .top {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

header .navbar-toggle:not(.collapsed) .animate-burger .middle {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}

header .navbar-toggle:not(.collapsed) .animate-burger .bottom {
  width: 100%;
  margin: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

header .navbar-toggle .animate-burger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 19px;
}

header .navbar-toggle .animate-burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: opacity .6s , background 0.5s 0.7s, -webkit-transform .5s;
  transition: opacity .6s , background 0.5s 0.7s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .6s , background 0.5s 0.7s;
  transition: transform .5s, opacity .6s , background 0.5s 0.7s;
  transition: transform .5s, opacity .6s , background 0.5s 0.7s, -webkit-transform .5s;
}

header .navbar-toggle .animate-burger .top {
  top: 0;
}

header .navbar-toggle .animate-burger .middle {
  top: 50%;
  margin-top: -1px;
  width: 70%;
  margin-left: 30%;
}

header .navbar-toggle .animate-burger .bottom {
  bottom: 0;
  width: 50%;
  margin-left: 50%;
}

header .navbar-head {
  padding: 0 20px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 992px) {
  header .navbar-nav {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .navbar-nav {
    display: block;
  }
}

header .navbar-nav > li > a {
  font-size: 60px;
  letter-spacing: .025em;
  padding: 10px 0px;
  text-transform: capitalize;
  font-family: "Didonesque-Roman";
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
}

@media screen and (max-width: 992px) {
  header .navbar-nav > li > a {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  header .navbar-nav > li > a {
    font-size: 36px;
  }
}

header .navbar-nav > li > a:hover {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

header .navbar-nav > li.in a {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

header .container2 {
  height: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  header .container2 {
    padding: 0 20px 80px;
  }
}

header a.link-no-hover {
  color: #7e7979;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

header .contact {
  width: 50%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  header .contact {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .contact p {
  color: #7e7979;
  padding-bottom: 10px;
}

header .contact a {
  color: #7e7979;
}

header .contact a:hover {
  color: #fff;
}

header .contact h4 {
  font-family: "Didonesque-Roman";
  padding-bottom: 16px;
  letter-spacing: .025em;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  header .contact h4 {
    padding-bottom: 8px;
  }
}

header .contact .item {
  width: 50%;
  display: block;
}

@media screen and (max-width: 992px) {
  header .contact .item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  header .contact .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

header .wrap-nav {
  overflow: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  header .wrap-nav {
    overflow-y: auto;
  }
}

@media screen and (max-width: 560px) {
  header .wrap-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

header .social a {
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  header .social a {
    margin-bottom: 5px;
  }
}

header svg {
  width: 142px;
  min-height: 23px;
  fill: #fff;
  -webkit-transition: 0.5s fill;
  -o-transition: 0.5s fill;
  transition: 0.5s fill;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.cd-auto-hide-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.disable-scroll header .navbar-toggle .animate-burger span {
  background: #fff !important;
}

footer {
  text-align: right;
  position: relative;
  width: 100%;
  left: 0;
  z-index: 2;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .wrap-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0px;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 992px) {
  footer .wrap-soc {
    position: fixed;
    bottom: 20px;
  }
}

footer .social {
  bottom: 38px;
  padding-top: 4px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 2;
}

footer .social a {
  position: relative;
  z-index: -1;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
}

footer .social a.in {
  z-index: 0;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

footer .social a:hover {
  opacity: 0.6;
}

footer svg {
  bottom: 35px;
  z-index: 2;
  width: 28px;
  height: 28px;
  fill: #fff;
  -webkit-transition: 0.5s opacity, 0.5s fill;
  -o-transition: 0.5s opacity, 0.5s fill;
  transition: 0.5s opacity, 0.5s fill;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
}

footer svg circle {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

footer svg.open_link .st1 {
  fill: #fff !important;
}

footer svg:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .5s, opacity .5s, background .5s;
  -o-transition: color .5s, opacity .5s, background .5s;
  transition: color .5s, opacity .5s, background .5s;
}

a:focus {
  outline: none;
}

button {
  -webkit-transition: color .5s, opacity .5s, background .5s;
  -o-transition: color .5s, opacity .5s, background .5s;
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer;
}

.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link {
  font-size: 16px;
  font-family: "Avenir-Black";
  position: relative;
  letter-spacing: -0.3px;
  padding-bottom: 9px;
  display: inline-block;
}

.link:hover:before {
  width: 0;
}

.link:before {
  bottom: 0px;
  position: absolute;
  -webkit-transition: 0.5s width;
  -o-transition: 0.5s width;
  transition: 0.5s width;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}

.rect-outer {
  position: relative;
}

.rect-outer .rect-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.disable-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.end_section {
  margin-bottom: -40px;
  padding-bottom: 58px;
}

.page-id-114 .share_section {
  background: #f6f6f6;
}

.page-id-114 .text_section {
  background: #f6f6f6;
}

.page-id-114 .end_who_we_are {
  padding-top: 161px;
}

@media screen and (max-width: 1200px) {
  .page-id-114 .end_who_we_are {
    padding-top: 80px;
  }
}

.page-id-114 .parallax_section .parallax-background:before {
  opacity: 0.09;
}

#preloader #count {
  margin-top: -25px;
  margin-left: -27px;
  font-size: 43px;
  font-family: "Didonesque-Roman";
  font-weight: 400;
  position: fixed;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 99991;
}

#preloader .plan1 {
  background: #101620;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

#preloader .plan2 {
  background: #ffe8e1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.overflow {
  overflow: hidden;
}

.error404 {
  background-image: -webkit-radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  background-image: -o-radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  background-image: radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  font-family: "Didonesque-Roman";
}

@media screen and (min-width: 2000px) {
  .error404 {
    padding: 0 8.8vw;
  }
}

.error404 .page-404 {
  color: #fff;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.error404 .c {
  text-align: center;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .error404 .c {
    width: 100%;
  }
}

.error404 ._404 {
  font-size: 220px;
  position: relative;
  display: inline-block;
  z-index: 2;
  letter-spacing: 15px;
}

@media screen and (max-width: 768px) {
  .error404 ._404 {
    height: auto;
    font-size: 160px;
  }
}

.error404 ._1 {
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 12px;
  font-size: 4em;
  line-height: 80%;
}

@media screen and (max-width: 768px) {
  .error404 ._1 {
    font-size: 2em;
    line-height: 1.2;
  }
}

.error404 ._2 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.error404 .text {
  font-size: 70px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 19px 0px 0px 0px;
  z-index: 3;
  width: 100%;
  line-height: 1.2em;
  display: inline-block;
}

.error404 .link {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .error404 .link {
    font-size: 16px;
  }
}

.error404 hr {
  padding: 0;
  border: none;
  border-top: 5px solid #000;
  text-align: center;
  margin: 0px auto;
  width: 420px;
  height: 10px;
  z-index: -10;
}

@media screen and (max-width: 768px) {
  .error404 hr {
    width: 100%;
  }
}

.animated-headline {
  position: relative;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  display: inline-block;
  font-family: "Avenir-Black";
}

.animated-headline b {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.animated-headline b.active {
  position: relative;
}

.type-project a[href="#"] {
  pointer-events: none;
}

.type-project .parallax_section .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .type-project .parallax_section .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.type-project .parallax_section .wrap {
  max-width: 415px;
  color: #fff;
  margin-bottom: 92px;
}

@media screen and (max-width: 768px) {
  .type-project .parallax_section .wrap {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 59px;
  }
}

.type-project .parallax_section .wrap h3 {
  font-size: 20px;
}

.type-project .parallax_section .wrap .line {
  width: 1px;
  height: 125px;
  background-color: white;
  margin: 13px auto;
}

.type-project .parallax_section .wrap .scroll_down {
  cursor: pointer;
  font-size: 10px;
  font-family: "Avenir-Heavy";
}

.type-project .parallax_section .parallax-background:before {
  display: none;
}

.type-project section {
  background: #fff;
}

.postid-144 .parallax_section .flex .wrap {
  color: #fff;
}

.postid-144 .type-project .parallax_section .wrap .line {
  background: #fff;
}

.ie .home_page #slider-item-1 .back-img {
  top: 0;
}

.single-project footer .wrap-soc {
  bottom: 35px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.parallax_section {
  height: 80vh;
}

.parallax_section .parallax-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: top;
}

.parallax_section .parallax-background:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #05111f;
  opacity: 0.52;
}

.parallax_section .flex {
  height: 80vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.parallax_section .flex .wrap {
  position: relative;
  text-align: center;
  width: 100%;
}

.parallax_section .flex .wrap h2 {
  color: #fff;
  font-size: 52px;
  letter-spacing: -0.4px;
}

.single-project .parallax_section {
  height: 100vh;
}

.single-project .parallax_section .flex {
  height: 100vh;
}

.text_section {
  padding-top: 145px;
  background: #f3f3f3;
  padding-bottom: 116px;
}

@media screen and (max-width: 1200px) {
  .text_section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.text_section .small_text {
  color: #6a6a6a;
}

.text_section .right {
  width: 76%;
  padding-left: 108px;
}

@media screen and (max-width: 1200px) {
  .text_section .right {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .text_section .right {
    width: 100%;
  }
}

.text_section .left {
  padding-left: 102px;
  padding-top: 8px;
  width: 24%;
}

@media screen and (max-width: 1200px) {
  .text_section .left {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .text_section .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.text_section .text-wrap {
  padding-left: 71px;
  padding-top: 42px;
  padding-right: 117px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .text_section .text-wrap {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .text_section .text-wrap {
    padding-top: 20px;
  }
}

.text_section .text-wrap:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: black;
  left: 0;
  margin-top: 9px;
}

.our_clients_section {
  background: #05111f;
  color: #fff;
  padding-top: 145px;
  padding-bottom: 65px;
}

@media screen and (max-width: 1200px) {
  .our_clients_section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.our_clients_section .left {
  padding-left: 103px;
  padding-top: 8px;
  width: 24%;
}

@media screen and (max-width: 1200px) {
  .our_clients_section .left {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .our_clients_section .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.our_clients_section .right {
  width: 76%;
  padding-left: 109px;
}

@media screen and (max-width: 1200px) {
  .our_clients_section .right {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .our_clients_section .right {
    width: 100%;
  }
}

.our_clients_section .right .logo-wrap {
  margin-top: 102px;
  padding-right: 278px;
}

@media screen and (max-width: 1200px) {
  .our_clients_section .right .logo-wrap {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .our_clients_section .right .logo-wrap {
    margin-top: 55px;
  }
}

.our_clients_section .right .logo-wrap .logos li {
  -ms-flex-item-align: center;
  align-self: center;
  width: 25%;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .our_clients_section .right .logo-wrap .logos li {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .our_clients_section .right .logo-wrap .logos li {
    width: 50%;
    margin-bottom: 40px;
  }
}

.edge .our_clients_section,
.ie .our_clients_section {
  margin-bottom: -10px;
}

.team_section {
  background: #05111f;
  color: #fff;
  padding-top: 47px;
  padding-bottom: 65px;
}

.team_section .top_text .small_text {
  padding-left: 103px;
  padding-top: 8px;
  width: 19%;
}

@media screen and (max-width: 1200px) {
  .team_section .top_text .small_text {
    padding-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .team_section .top_text .small_text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.team_section .top_text .title {
  text-align: center;
  width: 81%;
}

@media screen and (max-width: 992px) {
  .team_section .top_text .title {
    width: 100%;
  }
}

.team_section .top_text .title h2 {
  padding-right: 261px;
  color: #31416f;
  letter-spacing: -0.5px;
  line-height: 1.31;
}

@media screen and (max-width: 1200px) {
  .team_section .top_text .title h2 {
    padding-right: 0;
  }
}

.team_section .team_wrap {
  margin-top: 33px;
}

.team_section .team_wrap .item-4 .wrap {
  -webkit-filter: none !important;
  filter: none !important;
}

.team_section .team_wrap .item-4 .wrap .info {
  padding-top: 125px;
  padding-left: 33px;
}

.team_section .team_wrap .item-4 .wrap .name {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.team_section .team_wrap .item {
  width: 25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .team_section .team_wrap .item {
    width: 33.33%;
  }
}

@media screen and (max-width: 900px) {
  .team_section .team_wrap .item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .team_section .team_wrap .item {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
}

.team_section .team_wrap .item .wrap {
  position: relative;
  height: 350px;
}

@media screen and (max-width: 900px) {
  .team_section .team_wrap .item .wrap {
    text-align: center;
  }
}

.team_section .team_wrap .item .wrap:hover .image-color {
  opacity: 1;
}

.team_section .team_wrap .item .wrap:hover .image-grey {
  opacity: 0;
}

.team_section .team_wrap .item .wrap .image {
  top: 0;
  height: 350px;
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .team_section .team_wrap .item .wrap .image {
    display: block;
    text-align: center;
  }
}

.team_section .team_wrap .item .wrap .image img {
  position: absolute;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .team_section .team_wrap .item .wrap .image img {
    position: static;
  }
}

.team_section .team_wrap .item .info {
  padding-top: 152px;
  padding-left: 30px;
  z-index: 3;
  position: relative;
  display: block;
  width: 100%;
}

.team_section .team_wrap .item .info a:hover {
  opacity: 0.8;
}

.team_section .team_wrap .item .position {
  font-family: "Avenir-Black";
  font-size: 12px;
}

.team_section .team_wrap .item .name {
  font-family: "Didonesque-Roman";
  font-size: 21px;
}

.team_section .team_wrap .no-image .wrap {
  min-height: 100%;
}

@media screen and (max-width: 600px) {
  .team_section .team_wrap .no-image .wrap .info {
    padding-top: 28px;
  }
}

.edge .team_section,
.ie .team_section {
  margin-bottom: -10px;
}

.edge .team_section .team_wrap .item .wrap .image,
.ie .team_section .team_wrap .item .wrap .image {
  width: auto;
}

.end_who_we_are {
  padding-top: 182px;
  background: #05111f;
  color: #fff;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .end_who_we_are {
    padding-top: 60px;
  }
}

.end_who_we_are .title {
  position: relative;
  padding-right: 109px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .end_who_we_are .title {
    padding-right: 0;
  }
}

.end_who_we_are .img-wrap {
  position: relative;
  top: -192px;
  padding-left: 380px;
  z-index: 0;
  margin-bottom: -170px;
}

@media screen and (max-width: 768px) {
  .end_who_we_are .img-wrap {
    padding-left: 0;
    margin-bottom: -160px;
  }
}

.end_who_we_are .text {
  padding-top: 21px;
  padding-right: 224px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .end_who_we_are .text {
    padding-right: 0;
  }
}

.end_who_we_are .text:after {
  position: absolute;
  -webkit-transition: 0.5s width;
  -o-transition: 0.5s width;
  transition: 0.5s width;
  content: "";
  width: 46px;
  height: 1px;
  background: #fff;
  margin-top: 9px;
  margin-left: 11px;
}

@media screen and (max-width: 768px) {
  .end_who_we_are .text:after {
    display: none;
  }
}

.end_who_we_are .but-wrap {
  position: relative;
  padding-left: 194px;
  z-index: 1;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .end_who_we_are .but-wrap {
    padding-left: 0;
  }
}

.share_section {
  text-align: right;
  padding: 30px 0;
}

.share_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share_section .social {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.share_section .social a {
  position: relative;
  z-index: -1;
  color: #000;
  padding: 0 5px;
  margin: 0 5px;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
}

.share_section .social a.in {
  z-index: 0;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.share_section .social a:hover {
  opacity: 0.6;
}

.share_section svg {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  fill: #000;
  -webkit-transition: 0.5s opacity, 0.5s fill;
  -o-transition: 0.5s opacity, 0.5s fill;
  transition: 0.5s opacity, 0.5s fill;
  cursor: pointer;
}

.share_section svg circle {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.share_section svg.open_link .st12 {
  fill: #000 !important;
}

.share_section svg:hover {
  opacity: 0.7;
}

.link_list {
  background: #f6f6f6;
  padding-bottom: 159px;
}

@media screen and (max-width: 1200px) {
  .link_list {
    padding-bottom: 60px;
  }
}

.link_list .title {
  padding-left: 485px;
}

@media screen and (max-width: 1200px) {
  .link_list .title {
    padding-left: calc(24% + 73px);
  }
}

@media screen and (max-width: 768px) {
  .link_list .title {
    padding-left: 71px;
  }
}

.link_list .title h3 {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .link_list .title h3 br {
    display: none;
  }
}

.link_list .title h3:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: black;
  left: -73px;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .link_list .title h3:before {
    left: -71px;
  }
}

.link_list .link_list_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 82px;
  padding-left: 339px;
  padding-right: 111px;
}

@media screen and (max-width: 1200px) {
  .link_list .link_list_wrap {
    padding-left: 24%;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .link_list .link_list_wrap {
    padding-left: 0px;
  }
}

.link_list .link_list_wrap .item {
  font-size: 14px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .link_list .link_list_wrap .item {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .link_list .link_list_wrap .item {
    width: 50%;
    margin-bottom: 20px;
  }
}

.link_list .link_list_wrap .item h4 {
  font-family: "Avenir-Black";
  margin-bottom: 42px;
  text-transform: uppercase;
}

.link_list .link_list_wrap .item ul li {
  margin-bottom: 12px;
}

.link_list .link_list_wrap .item a {
  font-family: "Avenir-Medium";
}

.link_list .link_list_wrap .item a[href="#"] {
  pointer-events: none;
}

.single_project {
  background: #05111f;
  padding-bottom: 0px;
  padding-top: 148px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .single_project {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.single_project .item {
  padding-left: 230px;
}

@media screen and (max-width: 1300px) {
  .single_project .item {
    padding-left: 110px;
  }
}

@media screen and (max-width: 1200px) {
  .single_project .item {
    padding-left: 0px;
  }
}

@media screen and (max-width: 992px) {
  .single_project .item {
    max-width: 460px;
    margin: 0px auto;
    text-align: center;
  }
}

.single_project .image {
  width: 50%;
  max-width: 460px;
  margin-right: 42px;
}

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

@media screen and (max-width: 992px) {
  .single_project .image {
    width: 100%;
    margin: 0;
  }
}

.single_project .text {
  width: 50%;
  padding-top: 15px;
}

@media screen and (max-width: 1200px) {
  .single_project .text {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .single_project .text {
    width: 100%;
  }
}

.single_project .text .task {
  margin-top: 24px;
  font-family: "Avenir-LightOblique";
  font-size: 12px;
  margin-left: 3px;
}

.single_project .text .client {
  margin-bottom: 36px;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 3px;
  font-family: "Avenir-LightOblique";
}

.single_project .text .client em {
  font-family: "Avenir-BoldItalic";
}

.single_project .text .link {
  margin-left: 6px;
}

.single_project .text h2 {
  font-size: 40px;
}

@media screen and (max-width: 600px) {
  .single_project .text h2 {
    font-size: 38px !important;
  }
}

.popup_work {
  overflow: visible;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.popup_work .fancybox-close-small {
  right: -40px;
  top: -40px;
}

@media screen and (max-width: 1100px) {
  .popup_work .fancybox-close-small {
    right: 0;
    top: 0;
  }
}

.popup_work .wrap {
  padding: 70px 86px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover !important;
  background-position: center !important;
}

@media screen and (max-width: 992px) {
  .popup_work .wrap {
    padding: 25px;
  }
}

@media screen and (max-width: 480px) {
  .popup_work .wrap {
    padding: 25px 15px;
  }
}

.popup_work .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(20, 22, 31, 0.88);
}

.popup_work .content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 975px;
  margin: 0px auto;
  text-align: center;
}

.popup_work .content h2 {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  line-height: 1.45;
  margin-bottom: 63px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .popup_work .content h2 br {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .popup_work .content h2 {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 30px !important;
  }
}

.popup_work .content h3 {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 36px;
  margin-bottom: 35px;
  opacity: 0;
}

@media screen and (max-width: 425px) {
  .popup_work .content h3 {
    margin-bottom: 30px;
    font-size: 25px !important;
  }
}

.popup_work .content form .wpcf7-not-valid {
  border-color: #822525;
}

.popup_work .content form .wpcf7-not-valid-tip {
  display: none;
}

.popup_work .content form .wpcf7-response-output {
  display: none !important;
}

.popup_work .content form .wrap_link {
  position: relative;
  cursor: pointer;
  top: 44px;
}

@media screen and (max-width: 992px) {
  .popup_work .content form .wrap_link {
    top: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 425px) {
  .popup_work .content form .wrap_link {
    margin-top: 0;
  }
}

.popup_work .content form .wrap_link:hover:before {
  width: 0;
}

.popup_work .content form .wrap_link:before {
  bottom: 0px;
  position: absolute;
  -webkit-transition: 0.5s width;
  -o-transition: 0.5s width;
  transition: 0.5s width;
  content: "";
  width: 100%;
  height: 2px;
  background: #53545f;
}

.popup_work .content form .wrap_link .ajax-loader {
  position: absolute;
  display: none;
}

.popup_work .content form .wpcf7-submit {
  cursor: pointer;
  border-bottom: none;
  font-size: 16px;
  color: white;
  font-family: "Avenir-Heavy";
}

@media screen and (max-width: 425px) {
  .popup_work .content form .wpcf7-submit {
    margin-bottom: 0;
  }
}

.popup_work .content form .separeted {
  font-family: "Didonesque-Roman";
  font-size: 35px;
  margin: 0 29px;
  position: relative;
  top: -7px;
}

@media screen and (max-width: 768px) {
  .popup_work .content form .separeted {
    margin: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .popup_work .content form .separeted {
    display: none;
  }
}

.popup_work .content form .wrap-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .popup_work .content form .wrap-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popup_work .content form .input {
  position: relative;
}

.popup_work .content form .input.error:before {
  width: 0;
}

.popup_work .content form .input.error:after {
  width: 100%;
}

.popup_work .content form .input:before {
  bottom: 12px;
  position: absolute;
  -webkit-transition: 0.5s width;
  -o-transition: 0.5s width;
  transition: 0.5s width;
  content: "";
  width: 100%;
  height: 2px;
  background: #53545f;
  max-width: 200px;
}

.popup_work .content form .input:after {
  left: 0;
  max-width: 200px;
  bottom: 12px;
  position: absolute;
  -webkit-transition: 0.5s width;
  -o-transition: 0.5s width;
  transition: 0.5s width;
  content: "";
  width: 0%;
  height: 2px;
  background: #af4c53;
}

@media screen and (max-width: 500px) {
  .popup_work .content form .input:after {
    left: 50%;
    margin-left: -100px;
  }
}

.popup_work .content form input {
  font-family: "Avenir-Heavy";
  font-size: 16px;
  color: #fff;
  max-width: 200px;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .popup_work .content form input {
    margin-bottom: 15px;
  }
}

.popup_work .content form input::-webkit-input-placeholder {
  font-size: 16px;
  color: white;
  font-family: "Avenir-Heavy";
}

.popup_work .content form input ::-moz-placeholder {
  font-size: 16px;
  color: white;
  font-family: "Avenir-Heavy";
}

.popup_work .content form input :-moz-placeholder {
  font-size: 16px;
  color: white;
  font-family: "Avenir-Heavy";
}

.popup_work .content form input :-ms-input-placeholder {
  font-size: 16px;
  color: white;
  font-family: "Avenir-Heavy";
}

.popup_work .wpcf7 {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.fancybox-slide--current .popup_work {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.fancybox-slide--current .popup_work h2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.fancybox-slide--current .popup_work h3 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.fancybox-slide--current .popup_work .wpcf7 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.edge .single_project,
.ie .single_project {
  margin-bottom: -10px;
}

.work_slider {
  background-image: -webkit-radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  background-image: -o-radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  background-image: radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  min-height: 100vh;
  color: #fff;
  padding-top: 85px;
}

.work_slider button {
  color: #fff;
}

.work_slider .all_work_slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.work_slider .slider-work {
  z-index: 1;
  position: relative;
  height: calc(100vh - 85px);
}

@media screen and (max-width: 1200px) {
  .work_slider .slider-work {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .work_slider .slider-work {
    width: 100%;
    margin: 50px auto 0;
    height: 100%;
    padding: 0 20px;
  }
}

.work_slider .slider-work .draggable {
  height: 100%;
}

.work_slider .slider-work .slick-track {
  top: 50%;
  margin-top: -180px;
  position: absolute;
}

.work_slider .slider-work .slick-slide {
  width: 332px !important;
  outline: none !important;
  margin: 0 41px 0 0;
}

@media screen and (max-width: 1200px) {
  .work_slider .slider-work .slick-slide {
    margin: 0 15px 0 0;
    width: 315px !important;
  }
}

.work_slider .slider-work .hover .item-wrap .thimbail_project {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work_slider .slider-work .hover .item-wrap .curent {
  opacity: 1;
}

.work_slider .slider-work .item-wrap {
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .work_slider .slider-work .item-wrap {
    max-width: 332px;
    margin: 0px auto 20px;
  }
}

.work_slider .slider-work .item-wrap .img-wrap {
  overflow: hidden;
  height: 212px;
}

@media screen and (max-width: 1200px) {
  .work_slider .slider-work .item-wrap .img-wrap {
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .work_slider .slider-work .item-wrap .img-wrap img {
    height: auto;
  }
}

.work_slider .slider-work .item-wrap .title {
  min-height: 50px;
  font-family: "Didonesque-Roman";
  font-weight: 400;
  text-align: center;
  margin-top: 23px;
  color: white;
  font-size: 19px;
  line-height: 25px;
}

.work_slider .slider-work .item-wrap .task {
  font-size: 12px;
  color: #757b8e;
  line-height: 18px;
  text-align: center;
  margin-bottom: 9px;
}

.work_slider .slider-work .item-wrap .client_logo {
  text-align: center;
}

.work_slider .slider-work .item-wrap .curent {
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #a8a8a8;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
  margin-top: 18px;
  margin-bottom: 19px;
}

@media screen and (max-width: 992px) {
  .work_slider .slider-work .item-wrap .curent {
    display: none;
  }
}

.work_slider .slider-work .item-wrap img {
  max-width: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.work_slider .line_work {
  width: 1078px;
  height: 2px;
  background-color: #3e414a;
  position: fixed;
  top: 50%;
  margin-top: 166px;
  z-index: 0;
  left: 50%;
  margin-left: -590px;
}

@media screen and (max-width: 1400px) {
  .work_slider .line_work {
    margin-left: -539px;
  }
}

@media screen and (max-width: 1200px) {
  .work_slider .line_work {
    width: 90%;
    left: 0;
    margin-left: 5%;
  }
}

@media screen and (max-width: 992px) {
  .work_slider .line_work {
    display: none;
  }
}

.work_slider .slider-for {
  height: calc(100vh - 85px);
  margin-bottom: calc(-100vh + 85px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
}

@media screen and (max-width: 1400px) {
  .work_slider .slider-for {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .work_slider .slider-for {
    display: none;
  }
}

.work_slider .slider-for .slick-slide {
  text-align: center;
}

.work_slider .slider-for .item-wrap {
  width: 944px !important;
  height: 488px;
  position: relative;
  overflow: hidden;
}

.work_slider .slider-for .item-wrap img {
  width: 100%;
}

.work_slider .slider-for .item-wrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #14161f;
  opacity: 0.92;
  left: 0;
}

.work_slider .but-wrap {
  width: 1155px;
  position: fixed;
  top: 50%;
  margin-top: 154px;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  margin-left: -628px;
}

@media screen and (max-width: 1400px) {
  .work_slider .but-wrap {
    margin-left: -577px;
  }
}

@media screen and (max-width: 1200px) {
  .work_slider .but-wrap {
    margin-left: 0;
    width: 100%;
    left: 0;
    padding: 0 5px;
  }
}

@media screen and (max-width: 992px) {
  .work_slider .but-wrap {
    display: none;
  }
}

.work_slider .but-wrap .slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.work_slider .but-wrap .button {
  position: fixed;
  top: 50%;
  z-index: 2;
}

.work_slider .but-wrap .arrow-left {
  left: 0;
}

.work_slider .but-wrap .arrow-right {
  right: 0;
}

.page-id-149 footer {
  margin-top: -40px;
}

.home_page {
  /*
              Navigation
          */
}

.home_page div {
  margin: 0;
  padding: 0;
  outline: none;
}

.home_page .img-col {
  position: relative;
  width: 100%;
  height: 100%;
}

.home_page .img-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

.home_page .back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.home_page .home_slider {
  position: relative;
}

.home_page .slider-holder {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.home_page .slider {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: white;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .home_page .slider {
    overflow: auto;
    height: auto;
  }
}

.home_page .parallax-background {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home_page .back-img {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
}

@media screen and (max-width: 992px) {
  .home_page .back-img {
    top: 0;
  }
}

.home_page .parallax_wrap {
  position: absolute;
  top: -85px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1370px) {
  .home_page .parallax_wrap {
    top: -25px;
  }
}

@media screen and (max-width: 992px) {
  .home_page .parallax_wrap {
    top: 0;
    left: 0;
  }
}

.home_page .parallax-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}

.home_page .parallax-inner img {
  position: relative;
  width: 108%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: calc(100vh + 120px);
  top: -85px;
  right: 1%;
}

@media screen and (max-width: 992px) {
  .home_page .parallax-inner img {
    top: 0;
    min-width: 100%;
    height: -webkit-fill-available;
    width: auto;
  }
}

.home_page .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  background-image: -o-radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  background-image: radial-gradient(circle 389px at center, #0d2540 0%, #0d2540 1%, #030d18 100%);
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .home_page .slider-item {
    position: relative !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    min-height: 100vh;
  }
}

.home_page .slider-item.active {
  z-index: 2;
}

.home_page .slider-item.active .text-wrap {
  opacity: 1;
}

.home_page .containers {
  max-width: 1308px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  padding: 0 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .home_page .containers {
    margin-top: 0;
  }
}

.home_page .text-wrap {
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
  margin-left: 159px;
}

@media screen and (max-width: 992px) {
  .home_page .text-wrap {
    opacity: 1;
    margin-left: 0;
    width: 100%;
  }
}

.home_page .text-wrap .small_image {
  margin-left: 374px;
  margin-top: 139px;
  font-size: 11px;
  margin-bottom: 42px;
  font-family: "Avenir-Heavy";
}

@media screen and (max-width: 992px) {
  .home_page .text-wrap .small_image {
    margin-left: 0;
    margin-top: 0;
  }
}

.home_page .text-wrap .title {
  margin-bottom: 37px;
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .home_page .text-wrap .title {
    max-width: 100%;
    width: 100%;
  }
}

.home_page .text-wrap .title h2 {
  font-size: 52px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .home_page .text-wrap .title h2 {
    font-size: 48px;
  }
}

.home_page .text-wrap .but-wrap a {
  text-transform: capitalize;
}

.home_page .container2 {
  max-width: 1308px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .home_page .container2 {
    display: none;
  }
}

.home_page .slider-item {
  color: #fff;
}

.home_page #slider-item-2 {
  color: #fff;
}

.home_page #slider-item-2 .link:before {
  background: #fff;
}

.home_page .slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  margin-left: 109px;
  z-index: 4;
}

.home_page .slider-nav .progress_bar {
  margin-top: -7px;
}

.home_page .slider-nav .progress_bar .line {
  width: 394px;
  height: 2px;
  background-color: #53545f;
  pointer-events: none;
}

.home_page .slider-nav .slider-nav-btn {
  cursor: pointer;
  display: inline-block;
  color: #96989e;
  padding: 0px 17px 44px 25px;
  font-size: 13px;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
}

.home_page .slider-nav .slider-nav-btn.active {
  color: #fff;
}

.home_page .slider-nav .slider-nav-btn .smallLine {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: -100%;
  bottom: 0px;
  z-index: 1;
}

.home_page .slider-nav .slider-nav-btn:last-child {
  margin-right: 0;
}

.home_page .slider-nav .slider-btn {
  font-size: 13px;
  color: #fff;
}

.home_page .slider-nav .toggle-autoplay {
  cursor: pointer;
  font-size: 11px;
  font-family: "Avenir-Heavy";
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
  position: absolute;
  left: -56px;
  bottom: -9px;
  padding: 6px;
}

.home_page .slider-nav .pause {
  color: #fff;
}

.home_page .slider-nav .play {
  color: #6a6a6a;
}

.home_page #slider-item-2-1 {
  background: #f0f0f0;
  color: #000;
}

.home_page #slider-item-2-1 .link:before {
  background: #000;
}

.home_page #slider-item-2-1 .parallax-inner img {
  position: absolute;
  width: auto;
  min-height: auto;
  top: 50%;
  margin-top: -269px;
  margin-right: -628px;
  right: 50%;
}

@media screen and (max-width: 992px) {
  .home_page #slider-item-2-1 .parallax-inner img {
    height: auto;
    max-width: 400px;
    min-width: auto;
    margin: -200px -200px 0 0;
    width: 100%;
    top: 50%;
    right: 50%;
    display: block;
    position: absolute;
    min-height: auto;
  }
}

@media screen and (max-width: 992px) {
  .home_page #slider-item-1 .back-img {
    background: none !important;
  }
}

.home footer {
  margin-top: -50px;
}

.safari.osx .slider-nav .progress_bar {
  margin-top: -2px;
}

.chrome.osx .slider-nav .progress_bar {
  margin-top: -8px;
}

.form-story {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .form-story {
    padding-top: 100px;
  }
}

.form-story .wrapper {
  text-align: center;
}

.form-story .wrapper .item-title {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 10px;
}

.form-story .wrapper .item-descr {
  color: #ffffff;
  font-weight: 400;
}

.form-story .form-1 {
  max-width: 971px;
  margin: auto;
  padding: 30px 0;
}

.form-story .form-1 .wpcf7 {
  width: 100%;
}

.form-story .form-1 .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "avenir-light";
}

.form-story .form-1 .wpcf7-form .wpcf7-validation-errors,
.form-story .form-1 .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border: none !important;
}

.form-story .form-1 .wpcf7-form .wpcf7-validation-errors {
  display: none !important;
}

.form-story .form-1 .wpcf7-form .wpcf7-mail-sent-ok {
  color: #008000 !important;
  position: relative;
  width: 100%;
  text-align: center;
}

.form-story .form-1 .wpcf7-form p {
  margin: auto;
}

.form-story .form-1 .wpcf7-form p .gray-btn {
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  padding: 15px;
  min-width: 205px;
  width: 100%;
  display: inline-block;
  position: relative;
  outline-offset: 0;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  color: white;
  border: 1px solid white;
  margin-top: 50px;
}

.form-story .form-1 .wpcf7-form p .gray-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border: 1px solid white;
}

.form-story .form-1 .wpcf7-form p .gray-btn:hover {
  cursor: pointer;
  color: #242424;
  background: white;
}

.form-story .form-1 .wpcf7-form p .gray-btn:hover:before {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  opacity: 0;
}

.form-story .form-1 .part-1 {
  width: 33.3%;
}

@media (max-width: 991px) {
  .form-story .form-1 .part-1 {
    width: 100%;
    text-align: center;
  }
}

.form-story .form-1 .part-1 .wpcf7-not-valid-tip {
  display: none;
}

.form-story .form-1 .part-1 p {
  margin: 0 0 12px 0;
}

.form-story .form-1 .part-1 .wpcf7-text {
  font-family: "avenir-light";
  max-width: 292px;
  border: 1px solid white;
  width: 100%;
  background-color: transparent;
  padding: 11px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.form-story .form-1 .part-1 .wpcf7-text:focus {
  border: 1px solid #c4c4c4;
}

.form-story .form-1 .part-1 .wpcf7-text:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
}

.form-story .form-1 .part-1 .wpcf7-text:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
}

.form-story .form-1 .part-1 .wpcf7-text:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
}

.form-story .form-1 .part-1 .wpcf7-text:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
}

.form-story .form-1 .part-1 .wpcf7-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-1 .wpcf7-text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-1 .wpcf7-text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-1 .wpcf7-text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-1 .wpcf7-text.wpcf7-not-valid {
  border: 1px solid #D03B40;
}

.form-story .form-1 .part-1 .wpcf7-select {
  border: none;
  max-width: 277px;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  padding: 23px 0 0 0;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 0;
  background: transparent;
  color: #333333;
}

.form-story .form-1 .part-1 .wpcf7-select:hover {
  cursor: pointer;
}

.form-story .form-1 .part-2 {
  width: 33.3%;
  max-width: 292px;
  border: 1px solid white;
  padding: 15px 20px 0 26px;
}

.form-story .form-1 .part-2 .wpcf7-not-valid-tip {
  color: #D03B40;
  display: none;
}

@media (max-width: 991px) {
  .form-story .form-1 .part-2 {
    width: 100%;
    margin: 0 auto 12px auto;
  }
}

.form-story .form-1 .part-2.not-valid {
  border: 1px solid #D03B40;
}

.form-story .form-1 .part-2 h3 {
  color: white;
}

.form-story .form-1 .part-2 .wpcf7-list-item {
  font-size: 20px;
  color: white;
  display: block;
  padding: 0 0 19px 0;
}

.form-story .form-1 .part-2 .wpcf7-list-item:last-child {
  padding: 0;
}

.form-story .form-1 .part-2 .gray-btn {
  padding: 16px;
  margin-top: 19px;
}

.form-story .form-1 .part-2 .gray-btn:hover {
  cursor: pointer;
}

.form-story .form-1 .part-3 {
  width: 33.3%;
  text-align: right;
}

@media (max-width: 991px) {
  .form-story .form-1 .part-3 {
    width: 100%;
    text-align: center;
  }
}

.form-story .form-1 .part-3 .wpcf7-textarea {
  font-family: "avenir-light";
  border: 1px solid white;
  resize: none;
  max-width: 292px;
  color: #ffffff;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  background-color: transparent;
  height: 242px;
  outline: none;
}

.form-story .form-1 .part-3 .wpcf7-textarea:focus {
  border: 1px solid #c4c4c4;
}

.form-story .form-1 .part-3 .wpcf7-textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
}

.form-story .form-1 .part-3 .wpcf7-textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
}

.form-story .form-1 .part-3 .wpcf7-textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4;
}

.form-story .form-1 .part-3 .wpcf7-textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
}

.form-story .form-1 .part-3 .wpcf7-textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-3 .wpcf7-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-3 .wpcf7-textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 .part-3 .wpcf7-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.form-story .form-1 span.wpcf7-list-item {
  margin-left: 0;
}

.form-story .form-1 .wpcf7-checkbox input {
  display: none;
}

.form-story .form-1 .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 31px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}

.form-story .form-1 .wpcf7-checkbox .wpcf7-list-item-label:before {
  width: 11px;
  height: 11px;
  content: '';
  position: absolute;
  border: 1px solid #f0f0f0;
  left: 0;
  color: white;
  top: 1px;
}

.form-story .form-1 .wpcf7-checkbox .wpcf7-list-item-label:after {
  position: absolute;
  top: 1px;
  left: 1px;
  font-family: "fontello";
  content: "\E800";
  display: none;
  color: white;
  font-size: 12px;
}

.form-story .form-1 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  display: inline-block;
  color: white;
}

.headline-section {
  background-color: #ffffff;
  text-align: center;
  margin-top: 0;
  padding: 107px 20px 90px 20px;
  position: relative;
}

.headline-section .item-title {
  margin-bottom: 33px;
  font-weight: 700;
}

.headline-section .item-descr {
  line-height: 157%;
  margin-bottom: 33px;
}

.headline-section .phone {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.headline-section .email {
  font-size: 30px;
  font-weight: 400;
}

.map {
  padding: 0 20px 108px 20px;
}

.map img {
  width: 100%;
  max-width: 1105px;
  display: block;
  margin: auto;
}

.intro_single_section {
  padding-top: 154px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .intro_single_section {
    padding-top: 70px;
  }
}

.intro_single_section .padiingLeft {
  padding-left: 134px;
}

@media screen and (max-width: 1200px) {
  .intro_single_section .padiingLeft {
    padding-left: 0;
  }
}

.intro_single_section .intro {
  letter-spacing: -0.5px;
  text-transform: capitalize;
  color: #6a6a6a;
  font-family: "Avenir-Heavy";
  margin-bottom: 25px;
}

.intro_single_section h2 {
  position: relative;
  padding-left: 66px;
}

.intro_single_section h2:before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 50%;
}

.intro_single_section .text-wrap {
  padding-left: 307px;
  margin-top: 84px;
  padding-right: 132px;
}

@media screen and (max-width: 1200px) {
  .intro_single_section .text-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-top: 45px;
  }
}

.intro_single_section .text-wrap .subtitle {
  font-size: 18px;
  font-family: "Avenir-Medium";
  padding-right: 65px;
  line-height: 1.65;
  margin-bottom: 33px;
}

@media screen and (max-width: 992px) {
  .intro_single_section .text-wrap .subtitle {
    padding-right: 0;
  }
}

.intro_single_section .text-wrap .flex {
  font-size: 14px;
  font-family: "avenir-light";
  line-height: 1.75;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro_single_section .text-wrap .flex .left {
  width: 46%;
}

@media screen and (max-width: 400px) {
  .intro_single_section .text-wrap .flex .left {
    width: 49%;
  }
}

.intro_single_section .text-wrap .flex .right {
  width: 46%;
}

@media screen and (max-width: 400px) {
  .intro_single_section .text-wrap .flex .right {
    width: 49%;
  }
}

.intro_single_section .link_list_wrap {
  padding-left: 366px;
  padding-top: 78px;
  padding-right: 320px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .intro_single_section .link_list_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .intro_single_section .link_list_wrap {
    padding-top: 40px;
  }
}

.intro_single_section .link_list_wrap .item {
  width: 33.333%;
}

@media screen and (max-width: 480px) {
  .intro_single_section .link_list_wrap .item {
    width: 50%;
    margin-bottom: 10px;
  }
}

.intro_single_section .link_list_wrap .item h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Avenir-Heavy";
  margin-bottom: 16px;
}

.intro_single_section .link_list_wrap .item li {
  margin-bottom: 4px;
}

.intro_single_section .link_list_wrap .item li a {
  font-size: 14px;
  font-family: "Avenir-Medium";
}

.image_video_single_section {
  position: relative;
}

.image_video_single_section .stikyLeft {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -269px;
}

@media screen and (max-width: 992px) {
  .image_video_single_section .stikyLeft {
    display: none;
  }
}

.image_video_single_section .backgroung {
  width: 75.6%;
  height: 273px;
  margin: 139px 0 0 auto;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .image_video_single_section .backgroung {
    width: 100%;
  }
}

.image_video_single_section .backgroung:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(20, 22, 31, 0.85);
}

.image_video_single_section .paralaximage {
  max-width: 455px;
  margin: 237px auto 0;
}

@media screen and (max-width: 992px) {
  .image_video_single_section .paralaximage {
    margin: 50px auto 0;
    padding: 0 20px;
  }
}

.image_video_single_section .paralaximage img {
  width: 100%;
  -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.35);
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.35);
}

.image_video_single_section .video-wrap {
  text-align: center;
  padding-top: 100px;
}

@media screen and (max-width: 992px) {
  .image_video_single_section .video-wrap {
    padding: 90px 20px 0;
  }
}

.image_video_single_section .video-wrap:before {
  content: "";
  width: 876px;
  height: 533px;
  background-color: #f4f4f4;
  position: absolute;
  z-index: -1;
  top: 34%;
  left: 50%;
  margin-left: -438px;
}

@media screen and (max-width: 992px) {
  .image_video_single_section .video-wrap:before {
    display: none;
  }
}

.image_video_single_section .video-wrap .but-wrap {
  margin-bottom: 60px;
}

.image_video_single_section .video-wrap .but-wrap .link:before {
  background: #000;
}

.image_video_single_section .video-wrap img {
  max-width: 100%;
}

.text_block_single_section {
  padding-top: 115px;
  padding-bottom: 50px;
}

.text_block_single_section .item-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 144px;
}

@media screen and (max-width: 1200px) {
  .text_block_single_section .item-wrap {
    padding: 0;
  }
}

.text_block_single_section .item-wrap .item {
  width: 29%;
}

@media screen and (max-width: 768px) {
  .text_block_single_section .item-wrap .item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.text_block_single_section .item-wrap .item h3 {
  display: inline-block;
  position: relative;
  font-size: 27px;
  padding-right: 67px;
}

@media screen and (max-width: 768px) {
  .text_block_single_section .item-wrap .item h3 {
    padding-right: 0;
  }
}

.text_block_single_section .item-wrap .item h3:after {
  content: "";
  width: 46px;
  height: 1px;
  background-color: black;
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .text_block_single_section .item-wrap .item h3:after {
    display: none;
  }
}

.text_block_single_section .item-wrap .item .text {
  margin-top: 17px;
  font-size: 14px;
  font-family: "avenir-light";
  line-height: 1.75;
}

.text_block_single_section .item-wrap .item .text b {
  font-family: "Avenir-Black";
}

.galerey_single_section {
  margin-top: 109px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .galerey_single_section {
    margin-top: 50px;
  }
}

.galerey_single_section .small_text {
  display: inline-block;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}

.galerey_single_section h2 {
  margin-top: 12px;
  margin-bottom: 9px;
}

.galerey_single_section .subtitle {
  max-width: 391px;
  line-height: 1.9;
  letter-spacing: 0.17px;
}

.galerey_single_section .subtitle i {
  font-style: italic;
}

.galerey_single_section .subtitle i b {
  font-family: "Avenir-BoldItalic";
}

.galerey_single_section .slick-galerey {
  height: 100vh;
}

.galerey_single_section .slick-galerey .slide .image {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.galerey_single_section .nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.galerey_single_section .wrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 75px;
  color: #fff;
  padding-left: 85px;
}

@media screen and (max-width: 1200px) {
  .galerey_single_section .wrap {
    padding-left: 0;
  }
}

.galerey_single_section .but-wrap {
  margin-right: 56px;
}

.galerey_single_section .but-wrap i {
  color: #fff;
  display: block;
}

.galerey_single_section .but-wrap div {
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
  cursor: pointer;
}

.galerey_single_section .but-wrap div:hover {
  background-color: #0d3150;
}

.galerey_single_section .but-wrap .arrow-right {
  width: 62px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  background-color: #05111f;
}

.galerey_single_section .but-wrap .arrow-left {
  display: inline-block;
  width: 62px;
  text-align: center;
  padding: 10px 0;
  background-color: #05111f;
}

.galerey_single_section .slide-count-wrap {
  font-family: "Didonesque-Roman";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.galerey_single_section .slide-count-wrap .separeted {
  padding: 0 2px;
  font-size: 26px;
  line-height: 0.9;
}

.galerey_single_section .slide-count-wrap .current {
  font-size: 28px;
  line-height: 0.9;
}

.galerey_single_section .slide-count-wrap .total {
  font-size: 12px;
}

.ready_to_get_single_section {
  padding-top: 182px;
  background: #f4f4f4;
  color: #000;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ready_to_get_single_section {
    padding-top: 60px;
  }
}

.ready_to_get_single_section .title {
  position: relative;
  padding-right: 109px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ready_to_get_single_section .title {
    padding-right: 0;
  }
}

.ready_to_get_single_section .img-wrap {
  position: relative;
  top: -192px;
  padding-left: 380px;
  z-index: 0;
  margin-bottom: -170px;
}

@media screen and (max-width: 768px) {
  .ready_to_get_single_section .img-wrap {
    padding-left: 0;
    margin-bottom: -160px;
  }
}

.ready_to_get_single_section .text {
  padding-top: 21px;
  padding-right: 224px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ready_to_get_single_section .text {
    padding-right: 0;
  }
}

.ready_to_get_single_section .text:after {
  position: absolute;
  -webkit-transition: 0.5s width;
  -o-transition: 0.5s width;
  transition: 0.5s width;
  content: "";
  width: 46px;
  height: 1px;
  background: #000;
  margin-top: 9px;
  top: 50%;
  margin-left: 227px;
}

@media screen and (max-width: 768px) {
  .ready_to_get_single_section .text:after {
    display: none;
  }
}

.ready_to_get_single_section .but-wrap {
  position: relative;
  padding-left: 194px;
  z-index: 1;
  padding-top: 30px;
  display: inline-block;
}

.ready_to_get_single_section .but-wrap .link {
  display: inline-block;
}

.ready_to_get_single_section .but-wrap .link:before {
  left: 0;
  background: #000;
}

@media screen and (max-width: 768px) {
  .ready_to_get_single_section .but-wrap {
    padding-left: 0;
  }
}

.more_stories_section {
  position: relative;
  padding-top: 196px;
  background: #f4f4f4;
}

@media screen and (max-width: 1200px) {
  .more_stories_section {
    padding-top: 50px;
  }
}

.more_stories_section .MoreStories {
  position: relative;
  background: #f4f4f4;
}

.more_stories_section .MoreStories:before {
  content: "";
  position: absolute;
  width: 64.7%;
  height: 73vh;
  background: #ffffff;
  top: -110px;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  .more_stories_section .MoreStories:before {
    top: -20px;
    width: 90%;
    min-height: 400px;
  }
}

.more_stories_section .link-wrap {
  padding-left: 113px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .more_stories_section .link-wrap {
    padding-left: 20px;
  }
}

.more_stories_section .link-wrap .small_line {
  font-family: 'Avenir-Black';
  font-size: 14px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
}

.more_stories_section .link-wrap .small_line:before {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  background-color: black;
  bottom: 0;
}

.more_stories_section .link-wrap .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.more_stories_section .link-wrap .title-link .counter {
  color: #737373;
  font-size: 14px;
  font-family: "Avenir-Heavy";
  line-height: 2.5;
  margin-right: 59px;
}

@media screen and (max-width: 992px) {
  .more_stories_section .link-wrap .title-link .counter {
    margin-right: 25px;
  }
}

.more_stories_section .link-wrap .title-link .title {
  font-family: "Didonesque-Roman";
  font-size: 21px;
  color: black;
  margin-bottom: 11px;
  line-height: 1.2;
  max-width: 208px;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
}

.more_stories_section .link-wrap .title-link .title:hover {
  color: #ba7d7d;
}

.more_stories_section .link-wrap .title-link .client {
  font-family: "Didonesque-Roman";
  font-size: 14px;
  color: #737373;
  text-transform: capitalize;
}

.more_stories_section .link-wrap .back_top {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .more_stories_section .link-wrap .back_top {
    position: relative;
    bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .more_stories_section .link-wrap .back_top {
    display: none;
  }
}

.more_stories_section .link-wrap .back_top a {
  position: relative;
}

.more_stories_section .link-wrap .back_top a:before {
  background: #000;
}

.more_stories_section .image-wrap {
  position: relative;
  height: 72vh;
  width: 61.2%;
  overflow: hidden;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .more_stories_section .image-wrap {
    width: 90%;
  }
}

.more_stories_section .image-wrap .item-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .more_stories_section .image-wrap .item-wrap {
    background-position: center right;
  }
}

.image_single_section_type_2 {
  position: relative;
  padding: 0px 0 80px;
  margin-top: 330px;
}

@media screen and (max-width: 992px) {
  .image_single_section_type_2 {
    margin-top: 0;
  }
}

.image_single_section_type_2 .stikyLeft {
  position: absolute;
  right: 0;
  z-index: -1;
  top: -259px;
}

@media screen and (max-width: 992px) {
  .image_single_section_type_2 .stikyLeft {
    display: none;
  }
}

.image_single_section_type_2 .backgroung {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .image_single_section_type_2 .backgroung {
    width: 100%;
    background-size: cover;
  }
}

.image_single_section_type_2 .paralaximage {
  max-width: 540px;
  margin: 0 auto 0;
  padding-top: 120px;
}

@media screen and (max-width: 992px) {
  .image_single_section_type_2 .paralaximage {
    margin: 50px auto 0;
    padding: 0 20px;
  }
}

.image_single_section_type_2 .paralaximage img {
  width: 100%;
  -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.35);
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.35);
}

.image_single_section_type_2 .video-wrap {
  text-align: center;
  padding-top: 100px;
}

@media screen and (max-width: 992px) {
  .image_single_section_type_2 .video-wrap {
    padding: 90px 20px 0;
  }
}

@media screen and (max-width: 992px) {
  .image_single_section_type_2 .video-wrap:before {
    display: none;
  }
}

.image_single_section_type_2 .video-wrap img {
  max-width: 100%;
}

.image-video_single_section_type_2 {
  position: relative;
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .image-video_single_section_type_2 {
    margin-top: 0;
  }
}

.image-video_single_section_type_2 .backgroung {
  padding-top: 103px;
  background-repeat: no-repeat;
  background-position: 57.3% 51px;
}

@media screen and (max-width: 992px) {
  .image-video_single_section_type_2 .backgroung {
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .image-video_single_section_type_2 .backgroung {
    padding-top: 0;
  }
}

.image-video_single_section_type_2 .paralaximage {
  max-width: 559px;
  margin: 0px auto 0;
}

@media screen and (max-width: 992px) {
  .image-video_single_section_type_2 .paralaximage {
    margin: 0px auto 0;
    padding: 0 20px;
  }
}

.image-video_single_section_type_2 .paralaximage img {
  width: 100%;
}

.image-video_single_section_type_2 .paralaximage:before {
  content: "";
  width: 950px;
  height: 533px;
  background-color: #f4f4f4;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  margin-left: -475px;
}

.image-video_single_section_type_2 .but-wrap {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .image-video_single_section_type_2 .but-wrap {
    padding-bottom: 1fa0px;
    padding-top: 50px;
  }
}

.image-video_single_section_type_2 .but-wrap a {
  display: inline-block;
}

.image-video_single_section_type_2 .but-wrap a:before {
  background: #000;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
  position: fixed;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
}

.modal.in .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal.in .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .close {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  position: absolute;
  right: 29px;
  top: 34px;
  z-index: 1;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
}

.modal .close:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
  -ms-transform: translate(-50%, -50%) rotate(40deg);
  transform: translate(-50%, -50%) rotate(40deg);
}

.modal .close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
  -ms-transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
}

.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  top: 50%;
  left: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-dialog {
  max-width: 740px;
  width: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"), url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTggYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9udGVsbG8iIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvbnRlbGxvIiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJvayIgdW5pY29kZT0iJiN4ZTgwMDsiIGQ9Ik05MzMgNTM0cTAtMjItMTYtMzhsLTQwNC00MDQtNzYtNzZxLTE2LTE1LTM4LTE1dC0zOCAxNWwtNzYgNzYtMjAyIDIwMnEtMTUgMTYtMTUgMzh0MTUgMzhsNzYgNzZxMTYgMTYgMzggMTZ0MzgtMTZsMTY0LTE2NSAzNjYgMzY3cTE2IDE2IDM4IDE2dDM4LTE2bDc2LTc2cTE2LTE1IDE2LTM4eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibGVmdC1vcGVuLW1pbmkiIHVuaWNvZGU9IiYjeGU4MDE7IiBkPSJNMjUyIDE4MHEyNi0yNiAwLTQ4LTI2LTI2LTQ4IDBsLTE5MiAxOTRxLTI0IDI0IDAgNTBsMTkyIDE5NHEyMiAyNiA0OCAwIDI2LTIyIDAtNDhsLTE1Ni0xNzJ6IiBob3Jpei1hZHYteD0iMjY1IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpZ2h0LW9wZW4tbWluaSIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik0xMyAxODBsMTU4IDE3MC0xNTggMTcycS0yNiAyNiAwIDQ4IDI2IDI2IDQ4IDBsMTkyLTE5NHEyNC0yNiAwLTUwbC0xOTItMTk0cS0yMi0yNi00OCAwLTI2IDIyIDAgNDh6IiBob3Jpei1hZHYteD0iMjY1IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InR3aXR0ZXIiIHVuaWNvZGU9IiYjeGYwOTk7IiBkPSJNOTA0IDYyMnEtMzctNTQtOTAtOTMgMC04IDAtMjMgMC03My0yMS0xNDV0LTY0LTEzOS0xMDMtMTE3LTE0NC04Mi0xODEtMzBxLTE1MSAwLTI3NiA4MSAxOS0yIDQzLTIgMTI2IDAgMjI0IDc3LTU5IDEtMTA1IDM2dC02NCA4OXExOS0zIDM0LTMgMjQgMCA0OCA2LTYzIDEzLTEwNCA2MnQtNDEgMTE1djJxMzgtMjEgODItMjMtMzcgMjUtNTkgNjR0LTIyIDg2cTAgNDkgMjUgOTEgNjgtODMgMTY0LTEzM3QyMDgtNTVxLTUgMjEtNSA0MSAwIDc1IDUzIDEyN3QxMjcgNTNxNzkgMCAxMzItNTcgNjEgMTIgMTE1IDQ0LTIxLTY0LTgwLTEwMCA1MiA2IDEwNCAyOHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJmYWNlYm9vayIgdW5pY29kZT0iJiN4ZjA5YTsiIGQ9Ik01MzUgODQzdi0xNDdoLTg3cS00OCAwLTY1LTIwdC0xNy02MHYtMTA2aDE2NGwtMjItMTY1aC0xNDJ2LTQyNGgtMTcxdjQyNGgtMTQydjE2NWgxNDJ2MTIycTAgMTA0IDU4IDE2MXQxNTUgNTdxODIgMCAxMjctN3oiIGhvcml6LWFkdi14PSI1NzEuNCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncGx1cyIgdW5pY29kZT0iJiN4ZjBkNTsiIGQ9Ik04MDIgMzQxcTAtMTE3LTQ5LTIwN3QtMTM4LTE0Mi0yMDYtNTFxLTgzIDAtMTU5IDMydC0xMzEgODctODcgMTMxLTMyIDE1OSAzMiAxNTkgODcgMTMxIDEzMSA4NyAxNTkgMzJxMTYwIDAgMjc0LTEwN2wtMTExLTEwN3EtNjUgNjMtMTYzIDYzLTY5IDAtMTI3LTM0dC05Mi05NC0zNC0xMzAgMzQtMTMwIDkyLTk0IDEyNy0zNHE0NiAwIDg1IDEzdDY0IDMyIDQ0IDQzIDI3IDQ3IDEyIDQxaC0yMzJ2MTQxaDM4NnE3LTM2IDctNjh6IG00ODQgNjh2LTExOGgtMTE3di0xMTZoLTExN3YxMTZoLTExN3YxMThoMTE3djExNmgxMTd2LTExNmgxMTd6IiBob3Jpei1hZHYteD0iMTI4NS43IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImxpbmtlZGluIiB1bmljb2RlPSImI3hmMGUxOyIgZD0iTTE5NSA1MDF2LTU1M2gtMTg0djU1M2gxODR6IG0xMiAxNzFxMC00MS0yOS02OHQtNzUtMjdoLTFxLTQ2IDAtNzQgMjd0LTI4IDY4cTAgNDEgMjkgNjh0NzUgMjcgNzQtMjcgMjktNjh6IG02NTAtNDA3di0zMTdoLTE4M3YyOTZxMCA1OS0yMyA5MnQtNzEgMzNxLTM1IDAtNTgtMTl0LTM2LTQ4cS02LTE3LTYtNDV2LTMwOWgtMTg0cTEgMjIzIDEgMzYxdDAgMTY1bC0xIDI3aDE4NHYtODBoLTFxMTEgMTggMjMgMzF0MzEgMjkgNDkgMjQgNjQgOXE5NSAwIDE1My02M3Q1OC0xODZ6IiBob3Jpei1hZHYteD0iODU3LjEiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaW5zdGFncmFtIiB1bmljb2RlPSImI3hmMTZkOyIgZD0iTTU3MSAzNTBxMCA1OS00MSAxMDF0LTEwMSA0Mi0xMDEtNDItNDItMTAxIDQyLTEwMSAxMDEtNDIgMTAxIDQyIDQxIDEwMXogbTc3IDBxMC05MS02NC0xNTZ0LTE1NS02NC0xNTYgNjQtNjQgMTU2IDY0IDE1NiAxNTYgNjQgMTU1LTY0IDY0LTE1NnogbTYxIDIyOXEwLTIxLTE1LTM2dC0zNy0xNS0zNiAxNS0xNSAzNiAxNSAzNiAzNiAxNSAzNy0xNSAxNS0zNnogbS0yODAgMTIzcS00IDAtNDMgMHQtNTkgMC01NC0yLTU3LTUtNDAtMTFxLTI4LTExLTQ5LTMydC0zMy00OXEtNi0xNi0xMC00MHQtNi01OC0xLTUzIDAtNTkgMC00MyAwLTQzIDAtNTkgMS01MyA2LTU4IDEwLTQwcTEyLTI4IDMzLTQ5dDQ5LTMycTE2LTYgNDAtMTF0NTctNSA1NC0yIDU5IDAgNDMgMCA0MiAwIDU5IDAgNTQgMiA1OCA1IDM5IDExcTI4IDExIDUwIDMydDMyIDQ5cTYgMTYgMTAgNDB0NiA1OCAxIDUzIDAgNTkgMCA0MyAwIDQzIDAgNTktMSA1My02IDU4LTEwIDQwcS0xMSAyOC0zMiA0OXQtNTAgMzJxLTE2IDYtMzkgMTF0LTU4IDUtNTQgMi01OSAwLTQyIDB6IG00MjgtMzUycTAtMTI4LTMtMTc3LTUtMTE2LTY5LTE4MHQtMTc5LTY5cS01MC0zLTE3Ny0zdC0xNzcgM3EtMTE2IDYtMTgwIDY5dC02OSAxODBxLTMgNDktMyAxNzd0MyAxNzdxNSAxMTYgNjkgMTgwdDE4MCA2OXE0OSAzIDE3NyAzdDE3Ny0zcTExNi02IDE3OS02OXQ2OS0xODBxMy00OSAzLTE3N3oiIGhvcml6LWFkdi14PSI4NTcuMSIgLz4KPC9mb250Pgo8L2RlZnM+Cjwvc3ZnPg==#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?52509318#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before {
  content: '\E800';
}

/* '' */

.icon-left-open-mini:before {
  content: '\E801';
}

/* '' */

.icon-right-open-mini:before {
  content: '\E802';
}

/* '' */

.icon-twitter:before {
  content: '\F099';
}

/* '' */

.icon-facebook:before {
  content: '\F09A';
}

/* '' */

.icon-gplus:before {
  content: '\F0D5';
}

/* '' */

.icon-linkedin:before {
  content: '\F0E1';
}

/* '' */

.icon-instagram:before {
  content: '\F16D';
}

/* '' */


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