/*
Theme Name: Ad Results Media
Author: ReliablePSD
Description: Designed by ReliablePSD.
Version: 1.4.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: am
Tags: custom-menu, theme-options	
Author URI: https://www.reliablepsd.com/
Theme URI: https://www.reliablepsd.com/psd-to-wordpress/
*/
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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href], label[for], select, input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0;
}

.hide {
  position: absolute;
  left: -9999em;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

address, cite, dfn {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

textarea {
  overflow: auto;
}

html {
  height: 100%;
}

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;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -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 {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .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 ease 0s, visibility 0s ease 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;
  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: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-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: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .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--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.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, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(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(.19, 1, .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(.5, .5, .5);
  transform: scale3d(.5, .5, .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);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-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(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* 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: #ddd;
  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: rgba(0, 0, 0, 0);
  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__list {
  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 .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col, .row.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.row.a-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.full-audio audio {
  width: 300px;
  height: 40px;
}

.fancybox-slide--iframe {
  padding: 44px 20px;
}

.fancybox-active {
  overflow: hidden;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 614px;
  max-height: 450px;
}
.new-list .fancybox-slide--iframe .fancybox-content {
  max-height: 100px;
  overflow: hidden;
}
.new-list .fancybox-slide--iframe .fancybox-content iframe {
  min-width: calc(100% + 30px)
}
.fancybox-slide--iframe .fancybox-content iframe {
  max-height: none;
}

@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/GothamBook.eot');
  src: url('assets/fonts/GothamBook.eot') format('embedded-opentype'), url('assets/fonts/GothamBook.woff2') format('woff2'), url('assets/fonts/GothamBook.woff') format('woff'), url('assets/fonts/GothamBook.ttf') format('truetype'), url('assets/fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url('assets/fonts/GothamBook.eot');
  src: url('assets/fonts/GothamBook.eot') format('embedded-opentype'), url('assets/fonts/GothamBook.woff2') format('woff2'), url('assets/fonts/GothamBook.woff') format('woff'), url('assets/fonts/GothamBook.ttf') format('truetype'), url('assets/fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/Gotham-Bold.eot');
  src: url('assets/fonts/Gotham-Bold.eot') format('embedded-opentype'), url('assets/fonts/Gotham-Bold.woff') format('woff'), url('assets/fonts/Gotham-Bold.ttf') format('truetype'), url('assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('assets/fonts/Gotham-Bold.eot');
  src: url('assets/fonts/Gotham-Bold.eot') format('embedded-opentype'), url('assets/fonts/Gotham-Bold.woff') format('woff'), url('assets/fonts/Gotham-Bold.ttf') format('truetype'), url('assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'BentonSans';
  src: url('assets/fonts/bentonsansbold.eot');
  src: url('assets/fonts/bentonsansbold.eot') format('embedded-opentype'), url('assets/fonts/bentonsansbold.woff2') format('woff2'), url('assets/fonts/bentonsansbold.woff') format('woff'), url('assets/fonts/bentonsansbold.ttf') format('truetype'), url('assets/fonts/bentonsansbold.svg#bentonsansbold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'BentonSans';
  src: url('assets/fonts/bentonsansmedium.eot');
  src: url('assets/fonts/bentonsansmedium.eot') format('embedded-opentype'), url('assets/fonts/bentonsansmedium.woff2') format('woff2'), url('assets/fonts/bentonsansmedium.woff') format('woff'), url('assets/fonts/bentonsansmedium.ttf') format('truetype'), url('assets/fonts/bentonsansmedium.svg#bentonsansmedium') format('svg');
  font-weight: 500;
}

@font-face {
  font-family: 'BentonSans';
  src: url('assets/fonts/BentonSansRegularRegular.eot');
  src: url('assets/fonts/BentonSansRegularRegular.eot') format('embedded-opentype'), url('assets/fonts/BentonSansRegularRegular.woff2') format('woff2'), url('assets/fonts/BentonSansRegularRegular.woff') format('woff'), url('assets/fonts/BentonSansRegularRegular.ttf') format('truetype'), url('assets/fonts/BentonSansRegularRegular.svg#BentonSansRegularRegular') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'TrumpGothicPro';
  src: url('assets/fonts/TrumpGothicWestBold.eot');
  src: url('assets/fonts/TrumpGothicWestBold.eot') format('embedded-opentype'), url('assets/fonts/TrumpGothicWestBold.woff2') format('woff2'), url('assets/fonts/TrumpGothicWestBold.woff') format('woff'), url('assets/fonts/TrumpGothicWestBold.ttf') format('truetype'), url('assets/fonts/TrumpGothicWestBold.svg#TrumpGothicWestBold') format('svg');
  font-weight: bold;
}

.clearfix:after, .post-entry dl:after, .widget:after, .search-form:after, .post-password-form p:after, .post-password-form:after, #search_block:after, .search-form p:after, #search_block p:after, .navigation-single:after, .commentlist .comment-author:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.post-entry ul, .post-entry ol, .post-entry dl, .post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry address, .post-entry form, .post-entry table, .post-entry blockquote, .post-entry applet, .post-entry embed, .post-entry object, .post-entry iframe, .post-entry frameset {
  margin: 0 0 1.2em;
}

.post-entry blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em;
}

.post-entry table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

.post-entry th, .post-entry td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

.post-entry th {
  text-align: center;
  vertical-align: middle;
  background: #eee;
}

.post-entry ul ul, .post-entry ul ol, .post-entry ol ul, .post-entry ol ol {
  padding-left: 2em;
  margin: 0;
}

.post-entry dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

.post-entry dl dd {
  overflow: hidden;
}

.post-entry pre {
  max-width: 100%;
}

.post-entry form, .post-entry fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.post-entry input[type='text'], .post-entry input[type='tel'], .post-entry input[type='email'], .post-entry input[type='search'], .post-entry input[type='password'], .post-entry input[type='url'], .post-entry textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em;
  outline-color: transparent;
  box-shadow: none;
  line-height: 1.2;
  color: #333;
  transition: border-color .3s linear;
}

.post-entry input[type='number'] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.post-entry input[type='number'], .post-entry select {
  -webkit-border-radius: 0;
}

.post-entry .post.page {
  padding: 20px 0;
}

.post-entry textarea {
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  resize: vertical;
  vertical-align: top;
}

.post-entry input[type='text'], .post-entry input[type='tel'], .post-entry input[type='email'], .post-entry input[type='search'], .post-entry input[type='password'], .post-entry input[type='url'], .post-entry textarea {
  width: 100%;
  background: none;
  color: black;
  font-family: TrumpGothicPro;
  font-size: 18px;
  display: block;
  height: 62px;
  padding-left: 0;
  font-weight: bold;
  margin: 0 0 34px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-bottom-color: #da2028;
}

.post-entry select {
  width: 100%;
  background: none;
  color: black;
  font-family: TrumpGothicPro;
  font-size: 18px;
  display: block;
  height: 62px;
  font-weight: bold;
  margin: 0 0 34px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-bottom-color: #da2028;
}

.post-entry button, .post-entry input[type='button'], .post-entry input[type='reset'], .post-entry input[type='file'], .post-entry input[type='submit'] {
  display: inline-block;
  background: #da2028;
  color: white;
  padding: 20px 36px;
  font-family: 'BentonSans', sans-serif;
  text-align: center;
  border: 0;
  height: auto;
  position: relative;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}

.post-entry button.btn-sm, .post-entry input[type='button'].btn-sm, .post-entry input[type='reset'].btn-sm, .post-entry input[type='file'].btn-sm, .post-entry input[type='submit'].btn-sm {
  min-width: 0;
  padding: 20px 30px;
}

.post-entry button:hover, .post-entry input[type='button']:hover, .post-entry input[type='reset']:hover, .post-entry input[type='file']:hover, .post-entry input[type='submit']:hover {
  /*    background: #b71920;
*/
  text-decoration: none;
}

.post-entry button.btn-dark, .post-entry input[type='button'].btn-dark, .post-entry input[type='reset'].btn-dark, .post-entry input[type='file'].btn-dark, .post-entry input[type='submit'].btn-dark {
  background: #404041;
}

.post-entry button.btn-dark *, .post-entry input[type='button'].btn-dark *, .post-entry input[type='reset'].btn-dark *, .post-entry input[type='file'].btn-dark *, .post-entry input[type='submit'].btn-dark * {
  fill: #000;
}

.post-entry button.btn-dark:hover, .post-entry input[type='button'].btn-dark:hover, .post-entry input[type='reset'].btn-dark:hover, .post-entry input[type='file'].btn-dark:hover, .post-entry input[type='submit'].btn-dark:hover {
  background: #404041;
}

.post-entry button .btn-text, .post-entry input[type='button'] .btn-text, .post-entry input[type='reset'] .btn-text, .post-entry input[type='file'] .btn-text, .post-entry input[type='submit'] .btn-text {
  position: relative;
  z-index: 1;
}

.post-entry input[type='file'] {
  height: auto;
  padding: 0;
  background: none;
  color: inherit;
  text-transform: none;
}

.post-entry input[type='file']:hover {
  background: none;
  color: inherit;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: inherit;
  width: 100%;
}

.widget a {
  color: inherit;
  text-decoration: none;
}

.widget a:hover {
  color: #da2028;
}

/* Calendar */

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th, #wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: transparent;
}

ol ol, ol ul {
  margin: 0;
}

ol > ol > li {
  list-style-type: lower-alpha;
}

.comment-form .comment-form-cookies-consent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-form .comment-form-cookies-consent input[type='checkbox'] {
  margin: 7px 5px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  padding: 0;
}

.comment-form p {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}

.comment-form label {
  display: block;
  padding: 0 0 5px;
}

.comment-form textarea, .comment-form input[type=text], .comment-form input[type=url], .comment-form input[type=email], .comment-form input[type=www] {
  margin: 0 4px 0 0;
  width: 300px;
}

.comment-form textarea {
  width: 100%;
  margin: 0;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
}

.search-form input[type='search'] {
  margin: 0 4px 0 0;
  width: 100%;
  margin-bottom: 20px;
}

.post-password-form input {
  float: left;
}

.post-password-form input[type='password'] {
  width: 100%;
  margin-bottom: 20px;
}

.comment-form button, .comment-form input[type='submit'], .post-password-form button, .post-password-form input[type='submit'], .search-form button, .search-form input[type='submit'], #search_block button, #search_block input[type='submit'] {
  height: auto;
  padding: 20px 25px;
  line-height: 24px;
}

.search-form, .post-password-form, #search_block {
  margin-bottom: 15px;
}

.search-form input, .post-password-form input, #search_block input {
  float: left;
}

.search-form input[type='search'], .search-form input[type='text'], .post-password-form input[type='search'], .post-password-form input[type='text'], #search_block input[type='search'], #search_block input[type='text'] {
  margin: 0 4px 0 0;
  width: 100%;
  margin-bottom: 20px;
}

.search-form input[type='password'], .post-password-form input[type='password'], #search_block input[type='password'] {
  width: 100%;
  margin-bottom: 20px;
}

.search-form input[type='submit'], .search-form button, .post-password-form input[type='submit'], .post-password-form button, #search_block input[type='submit'], #search_block button {
  height: 40px;
  height: auto;
  padding: 20px 25px;
  line-height: 24px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment, .commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.navigation, .navigation-comments, .pagination {
  position: relative;
  vertical-align: middle;
  padding: 10px 0 20px 0;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text, .pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .current, .navigation-comments .current, .pagination .current {
  color: #ccc;
}

.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 25px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.navigation .page-numbers.current:hover, .navigation-comments .page-numbers.current:hover, .pagination .page-numbers.current:hover {
  background: none;
  color: #ccc;
}

.navigation .page-numbers:hover, .navigation-comments .page-numbers:hover, .pagination .page-numbers:hover {
  color: #fff;
  /*    background: #b71920;
*/
  text-decoration: none;
}

.navigation .next, .navigation .prev, .navigation .al, .navigation .ar, .navigation-comments .next, .navigation-comments .prev, .navigation-comments .al, .navigation-comments .ar, .pagination .next, .pagination .prev, .pagination .al, .pagination .ar {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #da2028;
  color: #fff;
  text-decoration: none;
}

.navigation .next.disabled, .navigation .prev.disabled, .navigation .al.disabled, .navigation .ar.disabled, .navigation-comments .next.disabled, .navigation-comments .prev.disabled, .navigation-comments .al.disabled, .navigation-comments .ar.disabled, .pagination .next.disabled, .pagination .prev.disabled, .pagination .al.disabled, .pagination .ar.disabled {
  background: #b3b3b3;
  border-color: #b3b3b3;
  pointer-events: none;
}

.navigation .next a, .navigation .prev a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a, .pagination .ar a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  vertical-align: top;
  line-height: 24px;
  padding: 20px 25px;
  color: #fff;
}

.navigation .next a:hover, .navigation .prev a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .al a:hover, .pagination .ar a:hover {
  /*    background: #b71920;
*/
  color: #fff;
}

.navigation a, .navigation-comments a, .pagination a {
  color: inherit;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next, .navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #da2028;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a, .navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

/* Begin Images */

img.border {
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  border: 1px solid #999;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 98.5%;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter, figure.aligncenter {
  margin: 0 auto 1.2em;
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.aligncenter {
  margin: 5px auto 20px auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 1.2em;
}

.alignnone {
  margin: 0;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* can use for responsive iframe*/

.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto;
}

.al, .navigation .next {
  float: left;
}

.ar, .navigation .prev {
  float: right;
}

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

.title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.title h1 {
  margin: 0;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

code br {
  display: none;
}

pre, code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

/* Various Tags & Classes */

acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #dfcfba;
}

blockquote {
  margin: 0 0 1.2em;
}

blockquote cite {
  display: block;
  padding-top: 5px;
}

blockquote p:before, q:before {
  content: open-quote;
}

blockquote p:after, q:after {
  content: close-quote;
}

blockquote q + p:before, blockquote p + p:before, blockquote q + p:after, blockquote p + p:after {
  display: none;
}

sup {
  position: relative;
  top: -5px;
}

sub {
  position: relative;
  top: 5px;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

/* Respond */

.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

/* Comments*/

#comments, #reply-title {
  margin: 0 0 15px 0;
  line-height: 1.6em;
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.6em;
}

.commentlist .comment {
  padding: 0 0 0 2em;
}

.commentlist .comment, .commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: .5em;
}

.commentlist .comment-metadata {
  margin-bottom: .5em;
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.breadcrumb {
  padding-bottom: 20px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  color: #d93c3c;
}

.error input:not([type='submit']) {
  border-color: red !important;
}

/* Gallery */

.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 1em 2em;
  text-align: left;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
  box-shadow: none;
  background: none;
}

.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-item img {
  transition: -webkit-filter .3s ease-in;
  transition: filter .3s ease-in;
  transition: filter .3s ease-in, -webkit-filter .3s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

.post-entry h1, .post-entry .h1, .post-entry h2, .post-entry .h2, .post-entry h3, .post-entry .h3, .post-entry h4, .post-entry .h4, .post-entry h5, .post-entry .h5, .post-entry h6, .post-entry .h6, .post-entry .h {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 .5em;
  color: inherit;
}

.post-entry h1, .post-entry .h1 {
  font-size: 30px;
}

.post-entry h2, .post-entry .h2 {
  font-size: 27px;
}

.post-entry h3, .post-entry .h3 {
  font-size: 24px;
}

.post-entry h4, .post-entry .h4 {
  font-size: 21px;
}

.post-entry h5, .post-entry .h5 {
  font-size: 17px;
}

.post-entry h6, .post-entry .h6 {
  font-size: 15px;
}

.post-entry h1 a, .post-entry .h1 a, .post-entry h2 a, .post-entry .h2 a, .post-entry h3 a, .post-entry .h3 a, .post-entry h4 a, .post-entry .h4 a, .post-entry h5 a, .post-entry .h5 a, .post-entry h6 a, .post-entry .h6 a, .post-entry .h a {
  color: inherit;
}

.post-entry p {
  margin: 0 0 1em;
}

.post-entry a {
  color: #da2028;
  outline: none;
  text-decoration: none;
  transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
}

.post-entry a:hover {
  text-decoration: none;
}

.black-promo {
  height: 530px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #000 url(assets/images/bg-contact-promo.png);
}

.black-promo .center-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.black-promo .center-block:before {
  content: '';
  position: absolute;
  left: -85px;
  bottom: 0;
  background: url(assets/images/bg-contact-promo-text.png) no-repeat;
  background-size: 100% 100%;
  width: 569px;
  height: 408px;
  z-index: -1;
}

.black-promo h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 500;
  font-family: BentonSans;
  line-height: 62px;
  margin: 105px 0 0;
}

@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon.eot?yy9a4g');
  src: url('assets/fonts/icomoon.eot?yy9a4g#iefix') format('embedded-opentype'), url('assets/fonts/icomoon.ttf?yy9a4g') format('truetype'), url('assets/fonts/icomoon.woff?yy9a4g') format('woff'), url('assets/fonts/icomoon.svg?yy9a4g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'], [class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: '\e904';
}

.icon-plus:before {
  content: '\e903';
}

.icon-facebook-official:before {
  content: '\e902';
}

.icon-twitter:before {
  content: '\e900';
}

.icon-linkedin:before {
  content: '\e901';
}

.specialties-promo {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #000;
}

.specialties-promo.ideas .promo-holder {
  padding: 20px 0 146px;
}

.specialties-promo .promo-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0 0 96px;
  height: 746px;
  position: relative;
}

.specialties-promo .promo-holder:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(assets/images/bg-specialties-promo.png) no-repeat;
  width: 658px;
  height: 352px;
  background-size: 100% 100%;
}

.specialties-promo .promo-holder:after {
  content: '';
  position: absolute;
  bottom: 71px;
  left: 50%;
  background: url(assets/images/specialties-promo-triangle.png) no-repeat;
  width: 444px;
  height: 460px;
  margin: 0 0 0 243px;
  background-size: 100% 100%;
}

.specialties-promo .center-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.specialties-promo:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  margin: 0 -55px 0 0;
}

.specialties-promo:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 806px 746px 0 0;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 55px;
}

.specialties-promo h1 {
  font-size: 52px;
  text-transform: none;
  font-family: BentonSans;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 62px;
  margin: 0;
}

.specialties-promo .text-block {
  max-width: 630px;
}

.specialties-promo .subtitle {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #da2028;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.specialties-promo dl {
  text-transform: uppercase;
  font: 14px/18px GothamBold, Arial, Helvetica, sans-serif;
  letter-spacing: 2.7px;
  color: #bfbfbf;
  margin: 0 0 51px;
}

.specialties-promo dt {
  font-weight: normal;
  padding: 6px 4px 0 0;
  margin: 0 37px 0 0;
}

.specialties-promo dd {
  color: #da2028;
  font: 26px/30px trumpgothicpro, Arial, Helvetica, sans-serif;
  margin: 0;
}

.center-block {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

.black-bg {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.black-bg:before {
  opacity: .5;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  margin: 0 0 0 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(assets/images/bg-results.png);
  z-index: -1;
}

.post-block {
  padding: 183px 0 205px;
  line-height: 30px;
  color: #7f7f7f;
}

.main-post .category, .post-block .category {
  font-family: Gotham, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  display: block;
  margin: 0 0 11px;
  letter-spacing: normal;
}

.main-post .category {
  color: #da2128;
  margin-top: 15px;
}

.post-block time {
  display: block;
  letter-spacing: 1px;
}

.post-block .post-info {
  margin: 0 0 40px 12px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.post-block .post-info:before {
  content: '';
  position: absolute;
  top: -35px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 11.5px 0 11.5px;
  border-color: #343434 transparent transparent transparent;
}

.post-block .post-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.post-block .heading {
  margin: 0 0 30px;
}

.post-content > a {
  width: 45.4%;
}

.post-block a img {
  width: 100%;
}

.post-block img {
  width: 45.4%;
  display: block;
}

.post-block .text-block {
  width: 47.6%;
  padding: 23px 40px 0 0;
}

.post-block .text-block p {
  font-family: 'BentonSans', sans-serif;
}

.post-block h2 {
  letter-spacing: 4px;
  font: 52px/56px trumpgothicpro, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.post-block h2 a {
  display: inline-block;
  vertical-align: top;
  line-height: .9;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.post-block h2 a:hover {
  color: #da2028;
  border-bottom: 2px solid #da2028;
}

.post-block time, .post-block .by {
  color: #959595;
  letter-spacing: 0;
  line-height: 20px;
  font-family: 'BentonSans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.post-block .by a {
  text-decoration: none;
  color: #959595;
}

.post-block .by a:hover {
  text-decoration: underline;
}

.post-block .read-more {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font: 14px/18px GothamBold, Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 40px 0 0;
  letter-spacing: 1px;
}

.post-block .read-more:hover {
  text-decoration: underline;
  color: #da2028;
}

.post-block .read-more:hover:before {
  color: #da2028;
}

.post-block .read-more:before {
  content: '\e904';
  font-family: 'icomoon';
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.post-block p {
  margin: 0 0 18px;
}

.post-block .preview-post {
  margin: 0 0 126px;
}

.post-block .preview-post:last-child {
  margin: 0;
}

.main-post {
  position: relative;
  padding: 148px 0 85px;
  letter-spacing: .8px;
}

.main-post:before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .5;
  background: url(assets/images/bg-results.png);
}

.main-post .center-block {
  max-width: 1200px;
}

.main-post .post-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #000;
  padding: 0 29px 0 74px;
  line-height: 20px;
  margin: 0 0 55px;
}

.main-post h2 {
  font: 52px/56px trumpgothicpro, Arial, Helvetica, sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 21px;
}

.main-post h2:after {
  content: '';
  position: absolute;
  top: -45px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12.5px 0 12.5px;
  border-color: #343434 transparent transparent transparent;
}

.main-post .heading-block {
  max-width: 700px;
}

.main-post time, .main-post .by {
  color: #959595;
  line-height: 20px;
  font-family: 'BentonSans', sans-serif;
  font-size: 14px;
  margin: 0 42px 0 0;
  font-weight: 500;
}

.main-post .by a {
  text-decoration: none;
  color: #959595;
}

.main-post .by a:hover {
  text-decoration: underline;
}

.main-post .info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0 0 5px;
}

.main-post .preview-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 0 74px 0 0;
}

.main-post .preview-block figure {
  width: 52.3%;
  padding: 0;
  border: 0;
  max-width: none;
}

.main-post .preview-block img {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.main-post .text-block {
  padding: 0 0 0 70px;
}

.main-post .preview-text p {
  letter-spacing: inherit;
  margin-bottom: 1em;
  padding-right: 5px;
  color: black;
  font-size: 32px;
  position: relative;
  font-weight: 500;
  line-height: 42px;
}

.main-post .preview-text {
  color: #191717;
  font-size: 28px;
  line-height: 40px;
  width: 42.8%;
  border-top: 9px solid #f1f1f1;
  padding: 42px 0 0 0;
  letter-spacing: 1.4px;
}

.main-post .callout-block {
  color: #000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 19px;
}

.main-post .callout-block .wp-caption-text {
  padding: 13px 0 0;
}

.main-post .callout-block figure {
  width: 24%;
}

.main-post blockquote {
  font: 700 42px/52px TrumpGothicPro, 'Times New Roman', Georgia, serif;
  margin: 0;
  padding: 0;
  border: none;
  width: 66%;
  padding: 23px 0 0;
  letter-spacing: normal;
}

.main-post .text-holder {
  padding: 0 50px 0 0;
  margin: 0 0 33px;
}

.art-filter label {
  display: inline-block;
  padding: 0 0 0 12px;
  font-family: GothamBold, Arial, Helvetica, sans-serif;
  line-height: 20px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #a6a6a6;
}

.art-filter .art-filter-select {
  display: inline-block;
  margin: 0;
  z-index: 99;
  padding: 0;
  font-family: GothamBold, Arial, Helvetica, sans-serif;
  line-height: 20px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  list-style: none;
}

.art-filter .art-filter-select ul {
  position: absolute;
  top: -10px;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 10px 20px 10px 0;
  list-style: none;
  background: #1a1a1a;
  display: none;
  z-index: 2;
}

.art-filter .art-filter-select.popup-active ul {
  display: block;
}

.art-filter .art-filter-select li {
  padding: 0 12px;
}

.art-filter .art-filter-select > li {
  display: block;
  padding-right: 0;
}

.art-filter .art-filter-select a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.art-filter .art-filter-select span {
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.art-filter .current-item span {
  white-space: nowrap;
  cursor: pointer;
}

.art-filter .current-item span, .art-filter .art-filter-select a:hover span, .art-filter .art-filter-select > li > a span {
  border-bottom: 2px solid #da2028;
}

/* .art-filter .art-filter-select .sel_open{
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
} */

.art-filter .art-filter-select > li > a {
  position: relative;
  padding-right: 26px;
  z-index: 2;
}

.art-filter .art-filter-select > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  border: 8px solid transparent;
  border-top: 8px solid #da2028;
  z-index: 1;
}

.art-filter .art-filter-select ul li {
  margin: 0 0 20px;
}

.art-filter .art-filter-select ul li:last-child {
  margin: 0 0 10px;
}

.art-filter .art-filter-select ul .first-item {
  position: relative;
}

.art-filter .art-filter-select ul .first-item:after {
  content: '';
  position: absolute;
  right: -10px;
  top: -1px;
  border: 8px solid transparent;
  border-bottom: 8px solid #da2028;
}

.tool-bar {
  margin: 0 0 75px;
  position: relative;
  z-index: 3;
}

.post-block h2 a {
  line-height: 1.1;
}

.recent-post-section {
  background-color: #da2028;
  position: relative;
  color: #fff;
}

.recent-post-section .center-block {
  max-width: 1106px;
}

.recent-post-section h2 {
  font: 700 42px/50px TrumpGothicPro, 'Times New Roman', Georgia, serif;
  margin: 0 0 57px;
  color: #fff;
}

.recent-post-section .text-block {
  width: 44%;
  padding: 128px 0 96px;
}

.recent-post-section .next-case {
  position: absolute;
  left: 56.8%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.main-post .text-block p {
  margin: 0 0 1em;
}

.main-post .text-holder strong {
  color: #000;
  font-family: 'GothamBook';
  font-weight: bold;
}

.main-post .text-holder a {
  color: #7f7f7f;
  text-decoration: underline;
  font-family: 'GothamBook';
  font-weight: bold;
}

.main-post .text-holder a:hover {
  color: #da2028;
  text-decoration: none;
}

.post-block h2 a {
  line-height: 1.1;
}

.recent-post-section .primary-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -10px 0 0;
  opacity: 1;
  transition: opacity .3s;
}

.recent-post-section .subtitle {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-family: GothamBold, Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin: 0 0 19px;
  letter-spacing: 1px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.contacts input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

input[type='time']::-webkit-clear-button {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
}

.bg-stretch {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
  font: 16px/1.625 'BentonSans', sans-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
  color: #222021;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body {
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  position: relative;
  overflow: hidden;
}

button {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
}

input, textarea, select, button {
  outline: none;
  font-family: 'BentonSans', sans-serif;
}

input, button {
  transition: all .3s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all .3s ease;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.container {
  padding: 0 75px;
  width: 1320px;
  margin: 0 auto;
  max-width: 100%;
}

.btn {
  display: inline-block;
  background: #da2028;
  color: white;
  padding: 20px 36px;
  text-align: center;
  border: 0;
  height: auto;
  position: relative;
  line-height: 24px;
  min-width: 165px;
  font-size: 18px;
  font-weight: 500;
}

.btn.btn-sm {
  min-width: 0;
  padding: 20px 30px;
}

.btn:hover {
  background: #b71920;
  background: #da2028;
  text-decoration: none;
}

.btn.btn-dark {
  background: #404041;
}

.btn.btn-dark * {
  fill: #000;
}

.btn.btn-black {
  background: #000;
}

.btn.btn-black * {
  fill: #404041;
}


.btn .btn-text {
  position: relative;
  z-index: 1;
}

.ripple-obj {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  fill: #96151b;
}

.ripple-obj use {
  opacity: 0;
}

.trend-boxed .ripple-obj {
  fill: #eee;
}

/* Header
------------------------------------------------------------------------------*/

.header {
  position: absolute;
  top: 42px;
  left: 0;
  margin: 0;
  right: 0;
  transition: background .3s ease;
  z-index: 199;
}

.fixed-head .header .logo.white {
  display: block;
}
.fixed-head .header .logo.white + .logo {
  display: none;
}

.fixed-head .header .menu-trigger {
  top: 25px;
}


.fixed-head .header .logo {
  width: 194px;
  height: 45px;
  display: block;
}

.fixed-head.active-menu-open .header {
  background: none;
}

.fixed-head.act-header .header {
  transition: top .2s ease;
}

.fixed-head.fixed-moved .header {
  top: 0;
}

.fixed-head .header {
  position: fixed;
  top: -90px;
  padding: 22px 0;
  height: 90px;
  background: #222021;
}

.header .container {
  width: auto;
  padding-left: 63px;
  padding-right: 63px;
}

.menu-trigger {
  position: absolute;
  top: 11px;
  width: 30px;
  cursor: pointer;
  height: 30px;
  right: 78px;
}

.menu-trigger span {
  background: #fff;
  height: 3px;
  display: block;
  width: 23px;
  margin: 5px 0 7px;
  margin-left: auto;
  transition: all .05s ease;
}

.active-menu .menu-trigger span {
  height: 2px;
  width: 30px;
}

.active-menu .menu-trigger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 15px 0 -16px;
}

.active-menu .menu-trigger span:nth-child(2) {
  opacity: 0;
}

.active-menu .menu-trigger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-trigger span:nth-child(2) {
  width: 30px;
}

.active-menu {
  overflow: hidden;
}


.active-menu.scr-17 .header {
  right: 17px;
}

.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  color: #fff;
  background: #222021;
  z-index: 18;
  transition: left .9s ease;
  overflow: hidden;
}

.active-menu .main-nav {
  left: 0;
}

.main-nav .second {
  color: #d5d5d5;
  font-family: 'BentonSans';
  font-size: 18px;
  font-weight: 400;
  padding-top: 19px;
  letter-spacing: .025em;
  line-height: 38px;
}

.main-nav .second li {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .5s ease;
}

.active-menu .main-nav .second li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active-menu .main-nav .second li:nth-child(1) {
  transition-delay: 1.275s;
}

.active-menu .main-nav .second li:nth-child(2) {
  transition-delay: 1.35s;
}

.active-menu .main-nav .second li:nth-child(3) {
  transition-delay: 1.425s;
}

.active-menu .main-nav .second li:nth-child(4) {
  transition-delay: 1.5s;
}

.active-menu .main-nav .second li:nth-child(5) {
  transition-delay: 1.575s;
}

.active-menu .main-nav .second li:nth-child(6) {
  transition-delay: 1.65s;
}

.main-nav .second li a:hover {
    color: #da2128;
    text-decoration: none;
}

.main-nav .bars {
  transition: opacity .5s ease;
  opacity: 0;
}

.active-menu .main-nav .bars {
  transition-delay: .6s;
  opacity: 1;
}

.main-nav .bars .shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  transition: box-shadow .5s ease;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0);
}

.active-menu .main-nav .bars .shadow {
  transition-delay: .9s;
  box-shadow: 0 0 65px 5px rgba(0, 0, 0, .37);
}

.main-nav .auto {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0 50px;
  height: 100%;
}

.active-menu-open .main-nav .auto {
  overflow: auto;
}

.main-nav .container {
  position: relative;
  margin: auto;
  z-index: 2;
}

.main-nav .social-inline {
  text-align: left;
  padding: 140px 0 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .3s ease;
}

.active-menu .main-nav .social-inline {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: .7s;
}

.main-nav .main {
  font-family: 'BentonSans';
  font-size: 41px;
  font-weight: 500;
  line-height: 70px;
  color: white;
}

.main-nav .main li {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .5s ease;
}

.active-menu .main-nav .main li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active-menu .main-nav .main li:nth-child(1) {
  transition-delay: .875s;
}

.active-menu .main-nav .main li:nth-child(2) {
  transition-delay: .95s;
}

.active-menu .main-nav .main li:nth-child(3) {
  transition-delay: 1.025s;
}

.active-menu .main-nav .main li:nth-child(4) {
  transition-delay: 1.1s;
}

.active-menu .main-nav .main li:nth-child(5) {
  transition-delay: 1.175s;
}

.active-menu .main-nav .main li:nth-child(6) {
  transition-delay: 1.25s;
}

.main-nav .main .current a, .main-nav .main a:hover {
  color: #da2128;
  text-decoration: none;
}

@-webkit-keyframes barMove {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  10% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  12% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  15% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  17% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  40% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

@keyframes barMove {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  10% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  12% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  15% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  17% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  40% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

@-webkit-keyframes barMove1 {
  0% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  75% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  100% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }
}

@keyframes barMove1 {
  0% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  75% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  100% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }
}

@-webkit-keyframes barMove2 {
  0% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  25% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  75% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }

  100% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
  }
}

@keyframes barMove2 {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  15% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(1);
  }

  20% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.5);
  }

  25% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  30% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  40% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  50% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  60% {
    -webkit-transform: scaleY(.2);
    transform: scaleY(.5);
  }

  70% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  80% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  90% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }


  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

@-webkit-keyframes barMove3 {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  15% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  20% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  30% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  75% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

@keyframes barMove3 {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  15% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  20% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  30% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  75% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

@-webkit-keyframes barMove4 {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  10% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  12% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  15% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  70% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

@keyframes barMove4 {
  0% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }

  10% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  12% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
  }

  15% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  70% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  100% {
    -webkit-transform: scaleY(.1);
    transform: scaleY(.1);
  }
}

/* body
------------------------------------------------------------------------------*/

.v-bars {
  overflow: hidden;
  padding-left: 1px;
}

.v-bars .bar {
  float: left;
  height: 12px;
  background-color: #da2028;
  width: 2px;
  margin-right: 6px;
  -webkit-transform: scaleY(.2);
  transform: scaleY(.2);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.v-bars .bar:nth-child(1) {
  -webkit-animation: barMove 1s infinite 1s;
  animation: barMove 1s infinite 1s;
}

.v-bars .bar:nth-child(2) {
  -webkit-animation: barMove1 1s infinite 1s;
  animation: barMove1 1s infinite 1s;
}

.v-bars .bar:nth-child(3) {
  -webkit-animation: barMove2 1s infinite 1s;
  animation: barMove2 1s infinite 1s;
}

.v-bars .bar:nth-child(4) {
  -webkit-animation: barMove3 1s infinite 1s;
  animation: barMove3 1s infinite 1s;
}

.v-bars .bar:nth-child(5) {
  -webkit-animation: barMove 1s infinite 1s;
  animation: barMove4 1s infinite 1s;
}

.v-bars .bar:nth-child(6) {
  -webkit-animation: barMove2 1s infinite 1s;
  animation: barMove1 1s infinite 1s;
}

.v-bars .bar:nth-child(7) {
  -webkit-animation: barMove1 1s infinite 1s;
  animation: barMove 1s infinite 1s;
}

.animate.from-left {
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
  opacity: 0;
}

.animate.from-left.delay-1 {
  transition-delay: .5s;
}

.animate.from-left.delay-2 {
  transition-delay: 1s;
}

.animate.from-left.delay-3 {
  transition-delay: 1.5s;
}

.animate.from-left.delay-4 {
  transition-delay: 2s;
}

.animate.from-left.animated {
  opacity: 1;
}

.fixed-title {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg) translateZ(0);
  transform: translateY(-50%) translateX(-50%) rotate(-90deg) translateZ(0);
  margin: 0 40px;
  color: #da2128;
  font-family: TrumpGothicPro;
  z-index: 9;
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
  zoom: 1.005;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: .15em;
  transition: opacity .5s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fixed-title.active {
  opacity: 1;
}

.fixed-title.white {
  color: #fff;
}

.fixed-title.left {
  left: 0;
}

.fixed-title.right {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(90deg) translateZ(0);
  transform: translateY(-50%) translateX(50%) rotate(90deg) translateZ(0);
}

.about-box h2, .case-item > .row > div, .quotes-box .container, .center-block > *, .main-post .text-holder > *, .trends-box > .container > .row > div, .more-btn, .career-box .entry, .career-box .btns, .case-box .container > .row > div, .cases-intro .container > .row > div, .cases-player .entry, .cases-how .container > .row > div, .toanim, .tabs-nav, .playlist-list, .video-box, .watch-list, .approach-box .container > .row , .media-list article > *, .audio-box .entry, .cta-box .container, .services-box .container > .row > div, .why-box .container > .row > div, .logos-box .container, .meet-team article, .widget, .trend-item, .location-items, .sec-title, #content > div > *, .to-animate {
  transition: all .5s ease;
  -webkit-transform: translateY(200px) scale(.9);
  transform: translateY(200px) scale(.9);
  opacity: 0;
}

.approach-box.animated + .media-list article > *,
.about-box h2.animated, .case-item > .row > div.animated, .quotes-box .container.animated, .center-block > *.animated, .main-post .text-holder > *.animated, .trends-box > .container > .row > div.animated, .more-btn.animated, .career-box .entry.animated, .career-box .btns.animated, .case-box .container > .row > div.animated, .cases-intro .container > .row > div.animated, .cases-player .entry.animated, .cases-how .container > .row > div.animated, .toanim.animated, .tabs-nav.animated, .playlist-list.animated, .video-box.animated, .watch-list.animated, .approach-box .container > .row.animated, .media-box.animated article > *, .audio-box .entry.animated, .cta-box .container.animated, .services-box .container > .row > div.animated, .why-box .container > .row > div.animated, .logos-box .container.animated, .meet-team article.animated, .widget.animated, .trend-item.animated, .location-items.animated, .sec-title.animated, #content > div > *.animated, .to-animate.animated {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.why-box .sec-title,
.why-box .container > .row > div {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.hero-box {
  position: relative;
  min-height: 100vh;
  padding: 150px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #211f1f;
  z-index: 9;
  color: #fff;
}

.hero-box .container {
  transition: all .5s ease;
  -webkit-transform: translateY(200px) scale(.9);
  transform: translateY(200px) scale(.9);
  opacity: 0;
  pointer-events: none;
  transition-delay: 2s;
}

.hero-box .container h1,
.hero-box .container p,
.hero-box .container a {
  pointer-events: auto;
}

.loaded .hero-box .container {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.hero-box h1 {
  color: white;
  font-size: 52px;
  font-weight: 500;
  line-height: 62px;
  padding-bottom: 25px;
  padding-top: 14px;
}

.hero-box p {
  color: #d5d5d5;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 110px;
  letter-spacing: .025em;
  line-height: 31px;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.why-box {
  position: relative;
  padding: 114px 0;
}

.why-box .entry h2 {
  margin-bottom: 42px;
}

.why-box .load-more {
  padding: 42px 0 27px;
}

.why-box p {
  max-width: 337px;
  margin: 0 auto;
}

.why-box .sec-title {
  margin-bottom: -12px;
}

.why-box .sec-title h2 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 58px;
  margin-top: -17px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why-box .bars .b-item {
  background: #ececec;
}

.about-box {
  padding: 91px 0 126px;
  text-align: center;
}

.about-box h2 {
  color: black;
  font-size: 40px;
  font-weight: 400;
  margin: auto;
  max-width: 880px;
  margin-bottom: 70px;
  line-height: 50px;
}

.about-box h3 {
  color: #282d31;
  font-family: TrumpGothicPro;
  font-size: 42px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.about-box .ico {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 193px;
  margin-bottom: 45px;
}

.about-box p {
  color: #282d31;
  font-weight: 400;
  max-width: 225px;
  margin: auto;
  line-height: 24px;
  margin-bottom: 40px;
}

.about-box .more-btn {
  padding-top: 40px;
}

.more-btn .btn {
  vertical-align: top;
}

.cases-box {
  padding: 62px 0 168px;
  background: #e6e6e6;
  position: relative;
}

.cases-box .container {
  position: relative;
  z-index: 6;
}

.cases-box:before {
  content: '';
  background: url(assets/images/bg-h-t.png) no-repeat 100% 0;
  pointer-events: none;
  top: 0;
  bottom: -100vh;
  position: absolute;
  left: 0;
  right: 0;
}

.cases-box:after {
  content: '';
  background: url(assets/images/bg-h-o.png) no-repeat 50% 50%;
  pointer-events: none;
  top: 100%;
  height: 80vw;
  margin-top: 6.5vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 5;
  right: 0;
}

.cases-box .bars {
  z-index: initial;
}

.cases-box .bars .b-item {
  background: #d4d4d4;
}

.trends-box {
  padding: 133px 0 95px;
}

.trend-item {
  position: relative;
}

.trend-item .cat, .trend-item h5 {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.trend-item p {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.trend-item h4 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.trend-item .meta {
  color: #959595;
  font-size: 14px;
  line-height: normal;
  margin: -3px 0 17px;
  font-weight: 500;
}

.trend-inline {
  width: 400px;
  margin: auto;
  color: #404041;
  max-width: 80%;
  padding-bottom: 39px;
}

.trend-inline h5 {
  color: #da2028;
  padding: 4px 0 7px;
}

.trend-boxed {
  width: 400px;
  margin: 90px auto 80px;
  padding: 30px 45px 60px;
  max-width: 80%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: white;
  box-shadow: 6.5px 8.9px 24px rgba(0, 0, 0, .13);
}

.trend-boxed .ripple-obj {
  z-index: -1;
}

.trend-boxed .image {
  margin-bottom: 38px;
}

.trend-boxed h4 a {
  display: block;
  padding: 180px 50px;
  margin: -180px -50px;
  z-index: 1;
  position: relative;
}

.trend-boxed h5 {
  color: #da2028;
  padding: 0 0 7px;
}

.trend-image {
  margin-bottom: 38px;
  transition: all .3s ease;
}

.trend-image .image-w {
  box-shadow: 6.5px 8.9px 24px rgba(0, 0, 0, .13);
  position: relative;
  overflow: hidden;
}

.trend-image .image-w:before {
  content: '';
  position: absolute;
  right: 0;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, #da2028 0%, rgba(218, 32, 40, 0) 40%);
  width: 200%;
  height: 200%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.trend-image .image-w:after {
  content: '';
  position: absolute;
  top: 0;
  transition: all .5s linear;
  opacity: 0;
  pointer-events: none;
  border: 5px solid #da2028;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
  left: 0;
  right: 0;
}

.trend-image:hover .image-w {
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .35);
}

.trend-image:hover .image-w:after {
  opacity: 1;
}

.trend-image:hover .image-w:before {
  opacity: 1;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.trend-image > a {
  position: absolute;
  display: block;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.trend-image .image-w img {
  width: 100%;
  height: auto;
}

.trend-image .over {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  max-width: 440px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 52px 35px 0;
  color: #fff;
}

.trend-image .over p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-top: 17px;
  max-width: 330px;
  line-height: 26px;
}

.trend-image .cat {
  margin-top: auto;
}

.right .trend-image {
  margin-left: -10px;
}

.left .trend-image {
  margin-right: -10px;
}

.trend-image img {
  margin: auto;
  display: block;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.career-box {
  padding: 85px 0 100px;
}

.quotes-box {
  position: relative;
  padding: 222px 0 143px;
  color: #fff;
  background: #404041;
}

.quotes-box .bg {
  z-index: 0;
}

.quotes-box .container {
  z-index: 9;
  position: relative;
}

.quotes-box.plain {
  padding-top: 130px;
  padding-bottom: 35px;
}

.quotes-box.plain.v2 {
  padding: 95px 0 36px;
}

.quotes-box.plain p {
  font-size: 26px;
}

.quotes-box blockquote {
  padding-bottom: 75px;
  text-align: center;
  margin: 0;
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: .05em;
  position: relative;
  z-index: 3;
}

.quotes-box cite {
  text-align: center;
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.quotes-box cite strong {
  letter-spacing: .1em;
  font-size: 18px;
  font-family: Gotham;
  margin-bottom: 21px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
}

.quotes-box cite:before {
  content: '';
  width: 102px;
  height: 1px;
  background-color: #da2028;
  display: block;
  margin: 60px auto 38px;
}

.offices {
  padding-bottom: 53px;
}

.offices h3 {
  color: white;
  font-family: BentonSans;
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 34px;
  line-height: 1;
}

.offices h2 {
  color: white;
  font-family: TrumpGothicPro;
  font-size: 42px;
  padding-bottom: 21px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.offices p + h2 {
  padding-top: 15px;
}

.offices p + p {
  padding-top: 10px;
}

.offices .interest {
  padding-top: 28px;
  padding-bottom: 16px;
  color: #fff;
}

.offices strong {
  font-weight: 500;
  color: #fff;
}

.offices p {
  color: #d5d5d5;
  font-family: BentonSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 26px;
}

.head-title {
  position: absolute;
  top: 46px;
  text-align: center;
  left: 0;
  right: 0;
}

.head-title h2 {
  color: white;
  font-size: 21px;
  font-weight: 500;
  border-bottom: 1px solid #da2028;
  display: inline-block;
  line-height: 38px;
}

.wpcf7-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.wpcf7-form p {
  width: 50%;
  padding-left: 30px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  left: -99em;
}

.wpcf7-form .btn {
  margin-top: 47px;
  min-width: 150px;
}

.wpcf7-form .wpcf7-response-output {
  padding: 20px 0 20px;
  padding-left: 30px;
  width: 100%;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #da2028;
}

.wpcf7-form-control {
  width: 100%;
  background: none;
  color: white;
  font-family: TrumpGothicPro;
  font-size: 18px;
  display: block;
  height: 62px;
  margin: 0 0 34px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-bottom-color: #da2028;
}

select,
select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background: url(assets/images/ico-drop.svg) no-repeat 100% 50%;
  background-size: 20px auto;
  padding-right: 40px;
}

@supports (-ms-ime-align:auto) {
  .wpcf7-form-control {
    letter-spacing: .1em;
  }
}

.post-entry select {
  background: url(assets/images/ico-drop-b.svg) no-repeat 100% 50%;
  background-size: 20px auto;
}

select::-ms-expand {
    display: none;
}

select.wpcf7-form-control option {
  color: #222;
}

.wpcf7-not-valid {
  box-shadow: 0 2px #da2028;
}

.case-slider {
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  transition: .5s ease all;
  margin-left: -10vw;
  min-width: calc(100% + 20vw);
}

.case-slider .case-slides > .case-headitem {
  display: none;
}

.case-slider .case-slides > .case-headitem:first-child {
  display: block;
}

.case-headitem {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  position: relative;
  outline: none;
}

.case-headitem a {
  outline: none;
}

.case-headitem .note {
  z-index: 5;
}

.case-headitem .case-ins {
  height: 100%;
  min-height: 100vh;
  margin: 0 -6vw;
  width: 45.33vw;
  overflow: hidden;
  z-index: 2;
  position: relative;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-headitem .case-ins .container {
  padding: 0;
}

.case-headitem .case-ins .over {
  width: 33.33vw;
  margin: auto;
  padding: 20px;
}

.case-headitem .case-ins .image-w {
  box-shadow: 6.5px 8.9px 24px rgba(0, 0, 0, .13);
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  transition: all .5s linear;
  width: 33.33vw;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}

.case-headitem .case-ins .image-w:before {
  content: '';
  position: absolute;
  right: 0;
  transition: all .5s linear;
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, #da2028 0%, rgba(218, 32, 40, 0) 40%);
  width: 200%;
  height: 200%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.case-headitem .case-ins .image-w:after {
  content: '';
  position: absolute;
  top: 0;
  transition: all .5s linear;
  opacity: 0;
  pointer-events: none;
  border: 9px solid #da2028;
  bottom: 0;
  left: 0;
  right: 0;
}

.case-headitem .case-ins .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto -32px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 170px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-headitem .case-ins .logo:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.case-headitem .case-ins h2 {
  font-family: TrumpGothicPro;
  font-size: 56px;
  font-weight: 700;
  line-height: 76px;
  text-transform: uppercase;
  margin-bottom: -5px;
}

.case-headitem:hover {
  z-index: 3;
}

.case-headitem:hover .image-w {
  box-shadow: 1.2px 1.6px 6vw rgba(0, 0, 0, .65);
}

.case-headitem:hover .image-w:after {
  opacity: 1;
}

.case-headitem:hover .image-w:before {
  opacity: 1;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.case-headitem > a {
  position: absolute;
  display: block;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-hero {
  min-height: 100vh;
  background: #222021;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding: 130px 0 150px;
  color: #fff;
  text-align: center;
  position: relative;
}

.page-hero .next-a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10vw;
  cursor: pointer;
  z-index: 9;
}

.page-hero .next-a:hover ~ .case-slider {
  -webkit-transform: translateX(-10vw);
  transform: translateX(-10vw);
}

.page-hero .prev-a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10vw;
  cursor: pointer;
  z-index: 9;
}

.page-hero .prev-a:hover ~ .case-slider {
  -webkit-transform: translateX(10vw);
  transform: translateX(10vw);
}

.page-hero.cases {
  padding: 0;
}

.page-hero.v2 {
  min-height: 0;
  padding: 250px 0 90px;
}

.page-hero.contacts {
  padding: 280px 0 108px;
  text-align: left;
}

.page-hero.contacts:before {
  display: none;
}

.page-hero.contacts h4 {
  color: white;
  font-family: BentonSans;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  padding: 20px 0 28px;
}

.page-hero.contacts h1 {
  font-family: BentonSans;
  font-size: 52px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 45px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 62px;
}

.page-hero .link-down {
  display: inline-block;
  vertical-align: top;
  background: url(assets/images/ico-down-a.svg) no-repeat 0 100%;
  padding-bottom: 60px;
  color: #da2028;
  font-family: TrumpGothicPro;
  margin-top: 82px;
  font-size: 42px;
  font-weight: 700;
  line-height: 62px;
  background-size: 18px auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
  text-transform: uppercase;
}

.page-hero .link-down:hover {
  opacity: .7;
  text-decoration: none;
}

.page-hero.approach {
  padding: 180px 0 58px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-hero.approach:before {
  display: none;
}

.page-hero.approach p {
  font-family: BentonSans;
  font-size: 21px;
  color: #e6e6e6;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 31px;
}

.page-hero.approach h1 {
  font-family: BentonSans;
  font-size: 52px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 38px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 62px;
}

.page-hero .back {
  margin-top: 106px;
}

.page-hero .back a {
  color: white;
  font-family: Gotham;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  background: url(assets/images/ico-back.svg) no-repeat 0 50%;
  padding-left: 20px;
  display: inline-block;
  background-size: 12px auto;
}

.page-hero .note {
  position: absolute;
  color: #d5d5d5;
  font-family: 'Gotham';
  font-size: 14px;
  font-weight: 300;
  line-height: 62px;
  text-transform: uppercase;
  z-index: 5;
  letter-spacing: .05em;
  bottom: 22px;
  left: 0;
  right: 0;
}

.page-hero .logo:before {
  content: '';
  width: 133px;
  height: 1px;
  background-color: #da2028;
  display: block;
  margin: 17px auto 60px;
}

.page-hero h1 {
  color: white;
  font-family: TrumpGothicPro;
  font-size: 72px;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 76px;
  margin: 0;
  text-transform: uppercase;
}

.page-hero h1.nolt {
  letter-spacing: 0;
}

.page-hero h1.big {
  font-size: 177px;
  line-height: .9;
  padding-bottom: 47px;
}

.page-hero:before {
  content: '';
  background-color: rgba(34, 32, 33, .39);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
}

.cta-box {
  position: relative;
  color: #fff;
  min-height: 800px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 157px 0 172px;
  background: #da2028;
  z-index: 2;
  text-align: center;
}

.cta-box.culture {
  padding: 100px 0 180px;
}

.cta-box.culture p {
  min-height: 315px;
}

.cta-box.culture .btn {
  min-width: 0;
}

.cta-box h2 {
  font-family: TrumpGothicPro;
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.cta-box p {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  padding-bottom: 62px;
}

.cta-box .btn {
  min-width: 217px;
}

.scrollbarpaper-container {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
}

.scrollbarpaper-track {
  position: absolute;
  top: 73px;
  background-color: #d7d6d6;
  height: calc(100% - 63px) !important;
  border-radius: 3px;
  width: 10px;
  height: 100%;
}

.scrollbarpaper-drag {
  position: absolute;
  width: 100%;
  width: 10px;
  height: 30px;
  background-color: #f4f2f2;
  border-radius: 3px;
  box-shadow: 0 0 11.8px 1.2px rgba(0, 0, 0, .11);
  height: 100px;
  cursor: pointer;
}

.scrollbarpaper-drag-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.scrollbarpaper-drag-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.playlist-list {
  margin: -32px 25px 0 -30px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.playlist-list .overl {
  padding-right: 10px;
  width: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.playlist-list .playlist-list-ins {
  max-height: 470px;
  transition: .3s ease all;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  padding-top: 8px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-width: calc(100% + 20px);
}

.playlist-list .playlist-list-ins.end {
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(black));
}

.playlist-list .playlist-list-ins.top {
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%, black 50%, rgba(0, 0, 0, 0) 100%);
}

.playlist-list .playlist-list-ins.end.top {
  -webkit-mask-image: -webkit-gradient(linear, left 0%, left 50%, from(rgba(0, 0, 0, 0)), to(black));
}

.playlist-list .overl {
  min-width: 694px;
}

.play-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: .3s ease all;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
  border-radius: 4px;
  padding: 6px 0;
  padding-right: 20px;
  margin-bottom: 7px;
}

.play-list-item:hover {
  background-color: whitesmoke;
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .14);
}

.play-list-item:hover .image:before {
  opacity: 1;
}

.play-list-item.active .image:before {
  background-image: url(assets/images/ico-pause.png);
  opacity: 1;
}

.play-list-item .image {
  width: 70px;
  min-width: 70px;
  cursor: pointer;
  background-color: white;
  margin: 0 32px 0 6px;
  height: 69px;
  border-radius: 4px;
  position: relative;
}

.play-list-item .image:before {
  content: '';
  transition: .3s ease all;
  background: url(assets/images/ico-play-r.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  box-shadow: 0 0 31.9px 9.2px rgba(0, 0, 0, .29);
}

.play-list-item .text {
  width: 200px;
}

.play-list-item h4 {
  color: #222021;
  font-family: TrumpGothicPro;
  font-size: 21px;
  font-weight: 700;
  padding-top: 9px;
  padding-bottom: 4px;
  line-height: 26px;
}

.play-list-item .client {
  color: #222021;
  font-family: BentonSans;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}

.play-list-item .client a {
  font-weight: bold;
}

.play-list-item .time {
  color: #222021;
  font-size: 12px;
  text-align: right;
  width: 48px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 0;
}

.play-list-item .wave {
  width: 235px;
  cursor: pointer;
  height: 60px;
}

.cases-player {
  position: relative;
  background: #e6e6e6;
  padding: 107px 0 102px;
  z-index: 8;
}

.cases-player .bars {
  z-index: -3;
}

.cases-player .bg {
  background-position: 100% 50%;
  background-size: auto 100%;
}

.cases-player .bars .b-item {
  background: #d9d9d9;
}

.brands-list {
  width: 1358px;
  max-width: calc(100% - 140px);
  margin: -71px auto -95px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.brands-list .bars .b-item {
  background: #e6e6e6;
}

.brands-list .bars {
  max-width: none;
  width: auto;
}

.brands-list .slick-item, .brands-list .slick-list a, .brands-list .slick-list, .brands-list .slick-track {
  height: 100%;
  outline: none;
  display: block;
  position: relative;
}

.brands-list .item {
  width: 25%;
  margin-bottom: -1px;
  height: 0;
  padding-bottom: 17%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.brands-list .item.trans {
  border: 0;
  z-index: -1;
}

.brands-list .item.trans:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 1px;
  margin-bottom: -1px;
  background: #fff;
}

.brands-list .item .logo-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.brands-list .item .logo-slider img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inline-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 47px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-logos img {
  margin-right: 30px;
}

.cases-how {
  position: relative;
  padding: 175px 0 220px;
}

.cases-how .entry h2 {
  font-size: 52px;
  line-height: 62px;
  max-width: 450px;
  position: relative;
  z-index: 9;
}

.cases-how .btn {
  min-width: 218px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

.cases-intro {
  position: relative;
  padding: 95px 0;
}

.cases-intro .entry h2 {
  font-size: 52px;
  line-height: 62px;
  position: relative;
  z-index: 9;
}

.cases-intro .row > div {
  position: relative;
  z-index: 9;
}

.cases-intro .btn {
  min-width: 218px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

.audio-box {
  position: relative;
  padding: 148px 0 145px;
  z-index: 2;
  background: #e6e6e6;
}

.audio-box .bars {
  z-index: -3;
}

.audio-box .bg {
  background-position: 100% 50%;
  background-size: auto 100%;
}

.audio-box .bars .b-item {
  background: #d9d9d9;
}

.audio-box .entry h2 {
  margin-bottom: 47px;
}

.audio-box .entry h4:after {
  width: 474px;
  margin-bottom: -27px;
  display: block;
  margin-top: 17px;
  max-width: 100%;
}

.audio-box .entry p {
  max-width: 465px;
}

.audio-samples {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 29px;
}

.services-box .audio-samples a {
  margin-right: 0;
}

.audio-samples a {
  color: #222021;
  font-family: TrumpGothicPro;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 45px;
  padding: 0 0 20px 60px;
  position: relative;
}

.audio-samples a:hover {
  color: #da2028;
  text-decoration: none;
}

.audio-samples a strong {
  color: #da2028;
}

.audio-samples a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  background: url(assets/images/ico-play.svg) no-repeat 50% 50%;
  background-size: 80% 80%;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #da2028;
}

.process-box {
  padding: 158px 0 165px;
  position: relative;
}

.process-box .bars .b-item {
  background: #ececec;
}

.proc-image {
  margin-bottom: 30px;
}

.proc-image img {
  box-shadow: 6.5px 8.9px 24px rgba(0, 0, 0, .13);
}

.proc-text {
  color: #222021;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 150px;
  position: relative;
}

.proc-text .num {
  position: absolute;
  left: 0;
  top: -4px;
  width: 120px;
  text-align: right;
  color: #da2028;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  text-transform: uppercase;
}

.tab-c {
  display: none;
}

.tab-c.active {
  display: block;
}

.tabs-nav {
  max-width: 370px;
  margin-top: -49px;
  counter-reset: section;
}

.tabs-nav li {
  border-bottom: 1px solid #da2028;
  position: relative;
}

.tabs-nav li:before {
  counter-increment: section;
  content: '0' counter(section);
  color: #f5f3f3;
  font-family: TrumpGothicPro;
  position: absolute;
  left: -60px;
  z-index: -1;
  top: -17px;
  font-size: 120px;
  font-weight: 700;
  line-height: 156px;
  text-transform: uppercase;
}

.tabs-nav li.active a {
  color: #da2028;
}

.tabs-nav li.active a:after {
  content: '';
  background: url(assets/images/ico-right.svg) no-repeat 100% 50%;
  position: absolute;
  top: 15px;
  bottom: 0;
  background-size: 11px 19px;
  left: 0;
  right: 0;
}

.tabs-nav li a {
  display: block;
  color: #282d31;
  padding: 39px 0 19px;
  margin-top: 20px;
  font-family: TrumpGothicPro;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.tabs-nav li a:hover {
  color: #da2028;
  text-decoration: none;
}

.media-box {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(to right, #39393a 49%, #303030 50%);
}

.media-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  margin-left: -20px;
}

.media-list p {
  min-height: 295px;
}

.media-list li {
  color: white;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  padding-bottom: 26px;
  position: relative;
  font-weight: 400;
  line-height: 26px;
}

.media-list li:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 9px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #da2028;
}

.media-list h4 {
  color: white;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 11px;
  padding-bottom: 13px;
  line-height: 31px;
}

.media-list h4:after {
  content: '';
  margin-top: 13px;
  border-bottom: 1px solid #da2028;
  display: block;
  height: 1px;
  max-width: 303px;
}

.media-list article {
  padding: 130px 0 990px;
  margin-top: -100px;
  margin-bottom: -900px;
  width: calc(33.33%);
  padding-right: 30px;
  background: #39393a;
}

.media-list article:nth-child(3n+2) {
  padding-left: 40px;
  background: #343434;
  width: calc(33.33%);
}

.media-list article:nth-child(3n+3) {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: calc(33.33%);
  background: #303030;
}

.service-item {
  max-width: 334px;
  padding-bottom: 48px;
}

div:nth-child(2) > .service-item {
  margin: auto;
}

div:nth-child(3) > .service-item {
  margin-left: auto;
}

.service-item h4 {
  padding: 27px 0 12px;
  color: #282d31;
  font-family: TrumpGothicPro;
  font-size: 42px;
  margin: 15px 0 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #da2028;
}

.service-item .ico {
  float: left;
  width: 66px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -15px 0;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: 25px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 66px;
  background-color: #da2028;
  border-radius: 50%;
}

.service-item .ico img {
  max-height: 100%;
}

.services-box {
  padding: 150px 0 120px;
  position: relative;
  z-index: 2;
}

.services-box .bg {
  left: 39.3%;
  top: 25px;
  background-size: contain;
  background-position: 50% 0;
}

.services-box .bars {
  z-index: -3;
}

.services-box .result-item {
  margin: 60px 0;
}

.services-box .result-item p {
  text-align: left;
  padding: 0;
  margin: -15px 0;
}

.services-box .arrow {
  color: black;
  font-size: 32px;
  padding-left: 43px;
  max-width: 500px;
  margin-top: -8px;
  position: relative;
  font-weight: 500;
  line-height: 42px;
}

.services-box .arrow:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 7px;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  border-color: transparent transparent transparent #da2028;
}

.services-box .head-ico {
  position: relative;
  margin-right: 48px;
  width: 66px;
  float: left;
  height: 66px;
  background-color: #da2028;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.services-box .head-ico:before {
  content: '';
  position: absolute;
  top: 0;
  background-color: #da2028;
  bottom: -1px;
  right: -19px;
  width: 1px;
}

.services-box h2 {
  color: #222021;
  font-family: TrumpGothicPro;
  font-size: 87px;
  font-weight: 700;
  margin-top: -1px;
  letter-spacing: .025em;
  padding-bottom: 46px;
  line-height: 72px;
  text-transform: uppercase;
}

.services-box .bars .b-item {
  background: #ececec;
}

.approach-box {
  padding: 140px 0;
  position: relative;
  color: #fff;
  z-index: 2;
  background: #404041;
}

.approach-box:before {
  content: '';
  background: url(assets/images/bg-cta.png) no-repeat 100% 50%;
  background-size: auto 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1680px;
  bottom: 0;
  left: 50%;
  margin-left: -840px;
  z-index: -1;
  transition: 5s ease all;
}

.approach-box p {
  transition: 3s ease opacity;
  opacity: 0;
  padding-bottom: 50px;
}

.approach-box.animated p, .approach-box.animated:before {
  opacity: 1;
}

.approach-box.lines:before {
  background-image: url(assets/images/bg-lines.png);
}

.approach-box.round:before {
  background-image: url(assets/images/bg-about.png);
}

.approach-box .row {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.approach-box p {
  color: white;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.approach-box .btn {
  padding-left: 50px;
  padding-right: 50px;
}

.approach-box h3 {
  color: #959595;
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 16px;
  line-height: 31px;
}

.approach-box h2 {
  color: white;
  font-size: 52px;
  min-height: 240px;
  font-weight: 500;
  padding-bottom: 67px;
  line-height: 62px;
}

.watch-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 40px 34px;
}

.watch-list article {
  width: 153px;
  margin: 7px 20px 30px;
}

.watch-list h3 {
  color: #222021;
  font-family: TrumpGothicPro;
  font-size: 18px;
  font-weight: 700;
  margin-right: -5px;
  line-height: 1.2;
  padding: 0 0 0 44px;
  position: relative;
}

.watch-list h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  background: url(assets/images/ico-play.svg) no-repeat 50% 50%;
  background-size: 80% 80%;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #da2028;
}

.watch-list img {
  display: block;
  margin-bottom: 17px;
  background-color: #d6d6d6;
  box-shadow: 5.3px 7.3px 13px rgba(0, 0, 0, .15);
}

.play-lib-box {
  background: #e6e6e6;
  padding: 60px 0;
}

.text-center {
  text-align: center;
}

.title h1 {
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
  max-height: 50vw;
}

.widget {
  padding-bottom: 20px;
}

.widget ul {
  padding: 0;
  margin: 0;
}

.widget ul > li:before {
  content: '• ';
}

.widget h3 {
  color: #222021;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 28px;
}

.widget h3:after {
  content: '';
  margin: 13px 0;
  display: block;
  width: 102px;
  height: 1px;
  background-color: #da2028;
}

.text-center .widget h3:after {
  margin-left: auto;
  margin-right: auto;
}

.entry h1 {
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 20px;
}

.entry .links {
  max-width: 490px;
  padding-bottom: 44px;
  margin-top: -8px;
  letter-spacing: .05em;
  line-height: 30px;
}

.entry h5 {
  font-size: 24px;
  margin-bottom: 20px;
}

.entry h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.entry img {
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .14);
}

.entry h3 {
  color: #222021;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 27px;
  padding-top: 24px;
}

.entry h3:first-child {
  padding-top: 20px;
}

.entry p a {
  color: #222021;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.entry p a:hover {
  text-decoration: none;
}

.entry .links p a {
  text-decoration: none;
}

.entry .links p a:hover {
  color: #da2028;
  text-decoration: none;
}

.entry h2 {
  color: black;
  margin-bottom: 34px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.entry ul {
  padding-bottom: 38px;
}

.entry ul > li {
  position: relative;
  margin-bottom: 26px;
}

.entry ul > li:before {
  content: '• ';
}

.entry ol {
  padding-bottom: 38px;
}

.entry ol > li {
  list-style: decimal;
  margin-bottom: 26px;
}

.entry h4 {
  color: #222021;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 48px;
}

.entry h4:after {
  content: '';
  margin: 13px 0;
  display: block;
  width: 102px;
  height: 1px;
  background-color: #da2028;
}

.text-center .entry h4:after {
  margin-left: auto;
  margin-right: auto;
}

.entry p {
  margin-bottom: 26px;
}

.location-items {
  max-width: 830px;
  margin: auto;
  padding-bottom: 35px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
}

.location-item {
  margin: 20px 0;
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .14);
  position: relative;
  transition: .3s ease all;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
}

.location-item .back {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  color: white;
  font-family: Gotham;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
  padding: 20px 0;
  margin: -20px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease all;
  line-height: 22px;
  pointer-events: none;
  opacity: 0;
  text-transform: uppercase;
}

.location-item .back span {
  background: url(assets/images/ico-back.svg) no-repeat 0 7px;
  padding-left: 20px;
  position: relative;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateZ(0);
  font-weight: bold;
  background-size: 12px auto;
  line-height: 22px;
  display: inline-block;
}

.location-item h4 {
  color: white;
  font-family: TrumpGothicPro;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.location-item .over {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 15px 25px;
  left: 0;
  right: 0;
  transition: .3s ease all;
  pointer-events: none;
  opacity: 0;
}

.location-item.active:not(.active-next) .back {
  opacity: 1;
  pointer-events: auto;
}

.location-item.active .n-over {
  cursor: auto;
}

.location-item.active-next {
  box-shadow: none;
}

.location-item.active-next .over {
  pointer-events: auto;
  opacity: 1;
}

.location-item.active-next .n-over, .location-item.active-next img {
  opacity: 0;
}

.location-item h5 {
  color: #222021;
  font-family: BentonSans;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 30px;
  line-height: 1;
}

.location-item li {
  color: #222021;
  font-family: BentonSans;
  font-size: 16px;
  padding: 11px 0;
  font-weight: 500;
  line-height: 22px;
}

.location-item li a {
  text-decoration: underline;
}

.location-item li a:hover {
  color: #da2128;
}

.location-item .n-over {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  transition: .3s ease all;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  right: 0;
}

.location-item img {
  width: 100%;
  transition: .3s ease all;
}

.btns {
  text-align: center;
  padding: 23px 0 30px;
}

.btns .btn {
  min-width: 164px;
  margin: 0 25px 20px;
}

.video-box {
  padding: 82px 0 50px;
}

.video-box img {
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .14);
  background: #000;
  display: block;
  margin: auto;
}

.link-play {
  position: relative;
  display: block;
}

.link-play:before {
  content: '';
  background: url(assets/images/ico-play.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 101px;
  height: 101px;
  margin: auto;
  background-size: contain;
}

.case-box {
  position: relative;
  padding: 120px 0;
}

.case-box .bars .b-item {
  background: #ececec;
}

.row.v-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-link {
  display: inline-block;
  color: #da2028;
  font-size: 14px;
  padding: 5px 26px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  font-weight: 500;
  line-height: 26px;
  z-index: 1;
  position: relative;
}

.more-link:after {
  content: '';
  width: 40px;
  position: absolute;
  margin-left: -20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .27;
  background-image: linear-gradient(to right, #4d4d4e 0%, rgba(0, 0, 0, 0) 100%);
  transition: .3s ease-in all;
}

.more-link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 100%;
  z-index: -1;
  transition: .4s .02s ease-in all;
  background: #d5d5d5;
  -webkit-transform: skewX(-24deg);
  transform: skewX(-24deg);
}

.more-link .left {
  background: #e6e6e6;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  transition: .4s .02s ease-in all;
  bottom: 0;
  left: -40px;
  width: 40px;
  height: 100%;
}

.more-link .main {
  position: relative;
  transition: .5s ease-in all;
}

.more-link .right {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  padding: inherit;
  display: block;
  left: 0;
  opacity: 0;
  transition: .3s ease-in all;
  color: #404041;
}

.more-link .right:before {
  content: '';
  border-left: 7px solid #d5d5d5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.more-link:hover {
  text-decoration: none;
}

.more-link:not(:hover) .main {
  opacity: 0;
}

.more-link:not(:hover):before {
  left: 150%;
}

.more-link:not(:hover) .right {
  left: 0;
  opacity: 1;
}

.more-link:not(:hover) .left {
  left: 100%;
}

.more-link:not(:hover):after {
  left: 100%;
  margin-left: 0;
  width: 70%;
}

.more-btn {
  text-align: center;
}

.stat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
}

.stat .num {
  color: #222021;
  font-family: TrumpGothicPro;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  padding-right: 30px;
}

.stat .stat-label {
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  max-width: 150px;
}

.case-item + .case-item {
  margin-top: 95px;
}

.case-item {
  margin: 32px 0 87px;
}

.case-item .text {
  padding: 40px 0;
}

.case-item .more-link {
  margin-top: 32px;
}

.case-item.reverse > .row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.case-item h3 {
  color: #da2028;
  font-family: TrumpGothicPro;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 21px;
  line-height: 46px;
  border-bottom: 1px solid #da2028;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.case-item .image {
  position: relative;
  transition: box-shadow .3s ease;
  overflow: hidden;
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .14);
}

.case-item .image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 3;
}

.case-item .image:before {
  content: '';
  position: absolute;
  right: 0;
  transition: all .5s linear;
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, #da2028 0%, rgba(218, 32, 40, 0) 40%);
  width: 200%;
  height: 200%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.case-item .image:after {
  content: '';
  position: absolute;
  top: 0;
  transition: all .5s linear;
  opacity: 0;
  pointer-events: none;
  border: 5px solid #da2028;
  bottom: 0;
  left: 0;
  right: 0;
}

.trend-image, .meet-team article, .case-headitem {
    perspective: 2500px;
}

.case-item .col-lg-8 {
    perspective: 3500px;
}

.case-item .image:hover {
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .35);
}

.case-item .image:hover .over-logo, .case-item .image:hover:after {
  opacity: 1;
}

.case-item .image:hover:before {
  opacity: 1;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.case-item .image > img {
  width: 100%;
  height: auto;
}

.case-item .image .over-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity .3s ease;
  opacity: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5%;
  right: 0;
}

.result-item {
  font-size: 12px;
  padding: 22px 0 68px;
  font-weight: 400;
  text-align: center;
  line-height: 16px;
}

.result-item p {
  max-width: 125px;
  margin: auto;
}

.result-item.small .digit {
  font-size: 86px;
  text-align: left;
}

.result-item.small .digit sup {
  padding-top: .25em;
  font-size: 58px;
}

.result-item .digit {
  margin-bottom: 20px;
  color: black;
  font-family: TrumpGothicPro;
  font-size: 120px;
  font-weight: 700;
  line-height: 95px;
}

.result-item .digit sup {
  font-size: 72px;
  top: .39em;
  vertical-align: top;
  display: inline-block;
  width: 0;
}

.sec-title {
  text-align: center;
  padding: 15px 0 35px;
}

.sec-title.v2:before {
  display: none;
}

.sec-title h2 {
  color: #222021;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.sec-title:before {
  content: '';
  background: url(assets/images/ico-down.svg) no-repeat;
  width: 18px;
  height: 15px;
  background-size: contain;
  display: block;
  margin: 0 auto 27px;
}

.sec-title:after {
  content: '';
  display: block;
  margin: 13px auto 0;
  width: 102px;
  height: 1px;
  background-color: #da2028;
}

.press-title {
  text-align: center;
  padding: 10px 0;
}

.press-title:after {
  content: '';
  display: block;
  margin: auto;
  width: 102px;
  height: 1px;
  background-color: #da2028;
}

.press-title h2 {
  color: #222021;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding: 11px 0;
}

.press-title .v-bars {
  margin: auto;
  max-width: 64px;
}

.press-title .v-bars .bar {
  width: 3px;
  margin: 0 3px 0 2px;
}

.meet-team {
  padding: 62px 0 0;
  background: #e6e6e6;
}

.meet-team section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #1e1d1b;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 62px 0 0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.meet-team .image-w {
  transition: all .5s linear;
  position: relative;
}

.meet-team .image-w .mask {
  box-shadow: 6.5px 8.9px 24px rgba(0, 0, 0, .13);
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
}

.meet-team .image-w .mask:before {
  content: '';
  position: absolute;
  right: 0;
  transition: all .5s linear;
  opacity: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, #da2028 0%, rgba(218, 32, 40, 0) 40%);
  width: 200%;
  height: 200%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.meet-team .image-w:after {
  content: '';
  position: absolute;
  top: 0;
  transition: all .5s linear;
  opacity: 0;
  margin: -12px;
  pointer-events: none;
  border: 9px solid #da2028;
  bottom: 0;
  left: 0;
  right: 0;
}

.meet-team article:hover {
  z-index: 5;
}

.meet-team article:hover .image-w {
  box-shadow: 1.2px 1.6px 25px 7px rgba(0, 0, 0, .35);
}

.meet-team article:hover .image-w .mask {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .5s linear;
}

.meet-team article:hover .image-w:after {
  opacity: 1;
}

.meet-team article:hover .image-w .mask:before {
  opacity: 1;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.meet-team article {
  width: 20%;
  position: relative;
  z-index: 4;
}

.meet-team article img {
  width: 100%;
}

.meet-team article .over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 15px 20px;
}

.meet-team article:hover .over {
  opacity: 1;
}

.meet-team article a {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  display: block;
}

.meet-team h3 {
  color: white;
  line-height: normal;
  font-family: TrumpGothicPro;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.meet-team .role {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.lock {
  overflow: hidden;
}

.team-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(34, 32, 33, .75);
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  transition: all .3s ease;
  overflow: auto;
  pointer-events: none;
  display: none;
}

.team-modal ::-webkit-scrollbar {
    width: 5px;
}

.team-modal ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .3); 
}

.team-modal ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .8); 
}

.team-modal .bg {
  width: 50%;
  overflow: hidden;
  background-position: 80% 50%;
}

.team-modal .right-content {
  overflow: auto;
  max-height: 550px;
  margin-bottom: 40px;
  padding-right: 47px;
  margin-right: -47px;
}

.team-modal .bg:after {
  position: absolute;
  top: 0;
  bottom: -45%;
  left: 0;
  right: -5px;
  background: url(assets/images/bg-mask.png) no-repeat 100% 50%;
  background-size: cover;
  content: "";
}
.team-modal .bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c91e27;
  content: "";
  opacity: .7;
}

.team-modal .box {
  margin: auto;
  width: 972px;
  position: relative;
  min-height: 650px;
  z-index: 1;
  max-width: 100%;
  background-color: #ce1e28;
  box-shadow: 0 0 41.9px 4.1px rgba(0, 0, 0, .21);
  padding: 30px 47px;
  padding-left: 330px;
  color: #fff;
}

.team-modal .entry {
  padding-bottom: 29px;
  max-width: 530px;
}

.team-modal h3 {
  color: white;
  font-family: TrumpGothicPro;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: -20px;
  padding-bottom: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.team-modal .close {
  margin-left: auto;
  width: 56px;
  height: 57px;
  background: white url(assets/images/ico-close.svg) no-repeat 50% 50%;
  background-size: 17px;
  border-radius: 50%;
  cursor: pointer;
}

.team-modal p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.team-modal .social {
  position: absolute;
  bottom: 9px;
  left: 30px;
  padding: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team-modal .social a {
  display: block;
  padding-right: 25px;
}

.team-modal .social a:hover {
  opacity: .7;
}

.team-modal .social img {
  max-height: 21px;
  max-width: 26px;
  display: block;
}

.team-modal .role {
  color: white;
  font-size: 18px;
  padding-bottom: 34px;
  letter-spacing: .005em;
  font-weight: 400;
}

.team-modal.active {
  pointer-events: auto;
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-entry form.search-form {
  padding-bottom: 50px;
}

.btn-ripple {
  position: relative;
  overflow: hidden;
}

.btn-ripple .btn-text {
  position: relative;
  z-index: 2;
}

.logos-box {
  position: relative;
  z-index: 1;
  background: #222021;
}

.logos-box .justify {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1260px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: -23px auto 28px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logos-box .justify .item {
  width: 200px;
  padding: 0 10px 10px;
  max-width: 20%;
}

.logos-box .justify .logo-slider {
  margin-bottom: 0;
}

.logos-box.grey {
  background: #e6e6e6;
}

.logos-box.grey .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.logos-box .container {
  width: 1508px;
  padding-top: 100px;
  padding-bottom: 47px;
  position: relative;
}

.logos-box .logo-slider {
  margin-bottom: 68px;
}

.logos-box .slide-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}

.logo-slider > .slide-item {
  display: none;
}

.logo-slider > .slide-item:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bars {
  position: absolute;
  top: 0;
  max-width: calc(100% - 140px);
  margin: auto;
  bottom: 0;
  width: 1358px;
  z-index: -1;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bars .b-item {
  background: #000;
  height: 100%;
  width: 1px;
}

.bg-video {
  position: absolute;
  top: 0;
  overflow: hidden;
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: -1;
}

.bg-video video {
  height: 100%;
  display: block;
  width: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
}

.cta-box .bg-video video {
  width: auto !important;
  height: 100% !important;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -2;
  left: 0;
  right: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.retina {
  display: none;
}

.post-entry ul, .post-entry ol {
  padding-bottom: 20px;
}

.post-entry ul li, .post-entry ol li {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.post-entry ul li:last-child, .post-entry ol li:last-child {
  padding-bottom: 0;
}

.post-entry #content .comments a, .post-entry #content p a {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}

.post-entry #content .comments a:hover, .post-entry #content p a:hover {
  text-decoration: underline;
  color: #da2128;
}

.post-entry ol {
  margin-left: 15px;
}

.post-entry ul ol, .post-entry ol ul, .post-entry ol ol, .post-entry ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.post-entry ul ol li, .post-entry ol ul li, .post-entry ol ol li, .post-entry ul ul li {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.post-entry ul ol li:last-child, .post-entry ol ul li:last-child, .post-entry ol ol li:last-child, .post-entry ul ul li:last-child {
  padding-bottom: 0;
}

.post-entry .widget li a {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.post-entry .widget li a:hover {
  text-decoration: underline;
}

.post-entry select {
  font-weight: bold;
}

@-webkit-keyframes redbar {
  0% {
    left: 100vw;
    width: 20vw;
  }

  25% {
    width: 20vw;
    left: 5vw;
  }

  50% {
    width: 30vw;
    left: 0;
  }

  100% {
    width: 30vw;
    left: -30vw;
  }
}

@keyframes redbar {
  0% {
    left: 100vw;
    width: 20vw;
  }

  25% {
    width: 20vw;
    left: 5vw;
  }

  50% {
    width: 30vw;
    left: 0;
  }

  100% {
    width: 30vw;
    left: -30vw;
  }
}

@-webkit-keyframes mainbar {
  0% {
    width: 100%;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 33vw;
    left: 0;
  }

  100% {
    width: 33vw;
    left: -33vw;
  }
}

@keyframes mainbar {
  0% {
    width: 100%;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 33vw;
    left: 0;
  }

  100% {
    width: 33vw;
    left: -33vw;
  }
}

.preloader-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.loaded .preloader-mask {
  pointer-events: none;
}

.preloader-mask .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #211f20;
  z-index: 9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loaded .preloader-mask .overlay {
  -webkit-animation: 1.8s mainbar .3s forwards;
  animation: 1.8s mainbar .3s forwards;
}

.preloader-mask .dark {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all 1s ease-in;
}

.loaded .preloader-mask .dark {
  opacity: 0;
  transition-delay: 1s;
}

.preloader-mask .loader {
  width: 65px;
  position: relative;
  height: 70px;
  transition: all .2s ease-in;
  margin: auto;
}

.loaded .preloader-mask .loader {
  transition-delay: .35s;
  opacity: 0;
}

.lod-bars {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  transition: all .8s ease-in;
  width: 100vh;
}

.loaded .lod-bars {
  left: 0;
}

.lod-bars .red {
  background: #db212b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100vw;
  width: 20vw;
}

.loaded .lod-bars .red {
  -webkit-animation: 2s redbar .3s forwards;
  animation: 2s redbar .3s forwards;
}

.lod-bars .grey {
  background: #232022;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.loaded .lod-bars .grey {
  width: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(.4);
    transform: scaley(.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(.4);
    transform: scaley(.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.line-scale-pulse-out > div {
  background-color: #da2128;
  width: 3px;
  height: 65px;
  border-radius: 3px;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
  animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
}

.line-scale-pulse-out > div:nth-child(3), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -.4s !important;
  animation-delay: -.4s !important;
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(6) {
  -webkit-animation-delay: -.3s !important;
  animation-delay: -.3s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(7) {
  -webkit-animation-delay: -.2s !important;
  animation-delay: -.2s !important;
}

.text-right {
  text-align: right;
}

.social-inline {
  text-align: right;
  font-size: 0;
}

.social-inline img {
width: 23px;
}

.social-inline li + li {
  padding-left: 28px;
}

.social-inline a:hover {
  opacity: .8;
}

.social-inline li {
  display: inline-block;
  vertical-align: top;
}

.footer {
  background: #222021;
  box-shadow: 0 10px #222021;
  padding: 83px 0 29px;
  color: #d5d5d5;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: .1em;
  position: relative;
  z-index: 10;
  line-height: 22px;
}

.footer a {
  color: white;
}

.footer a[href^='tel'] {
  color: inherit;
}

.footer .social-inline {
  padding-top: 138px;
  padding-bottom: 15px;
}

.footer .copy {
  text-align: right;
  color: #636363;
  line-height: normal;
  font-family: Gotham;
  position: relative;
  z-index: 3;
  padding: 23px 0 3px;
  top: -20px;
  font-size: 10px;
}

.footer p {
  padding-bottom: 42px;
}

.footer p a {
  display: block;
}

.footer h6 {
  color: white;
  font-family: Gotham;
  padding-bottom: 18px;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer h6 a {
  position: relative;
  display: inline-block;
}

.footer a:hover,
.footer h6 a:hover {
  text-decoration: none;
  color: #da2028;
}

.footer h6 a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -6px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  border-bottom: 1px solid #da2028;
}

.post-entry h1.page-title, .post .title h3 {
  letter-spacing: 4px;
  font: 52px/56px trumpgothicpro, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px;
}

input[type='file'] {
  max-width: 100%;
}

.navigation .next a:hover, .navigation .prev a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .al a:hover, .pagination .ar a:hover {
  text-decoration: none;
}

/*
.post-block {
  .pagination {
    padding: 0;

  }
  .pagination a {
    padding: 10px 15px;
    line-height: 30px;
    letter-spacing: .8px;
    font-size: 16px;
    font-weight: normal;
  }
}*/

.launch-section {
  padding: 94px 0 77px;
  text-align: center;
  color: #000;
  position: relative;
}

.launch-section .center-block {
  max-width: 620px;
}

.launch-section h2 {
  font: 52px/62px trumpgothicpro, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 37px;
  letter-spacing: 4px;
}

.btn-default {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #da2028;
  font: 14px/1 GothamBold, Arial, Helvetica, sans-serif;
  padding: 20px 47px;
  letter-spacing: 1px;
  transition: background-color .3s, color .3s;
  background-color: #000;
  letter-spacing: 1.3px;
  padding: 20px;
}

.btn-default:hover {
  background-color: #da2028;
  text-decoration: none;
  color: #fff;
}

.recent-post-section .btn-default {
  padding: 20px 47px;
}

.recent-post-section .btn-default:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 30em) {
  .gallery {
    margin: 0 -.5em;
  }

  .gallery-item {
    padding: 0 .5em 1.8em;
  }

  /* Gallery Columns */

  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

@media (min-width: 48em) {
  /* Gallery Columns */

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .text-lg-right {
    text-align: right;
  }
}

@media (min-width: 1236px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .no-slider .next-a,
  .no-slider .prev-a {
    display: none;
  }
}

@media screen and (min-width: 1452px) {
  .cta-box .bg-video video {
    width: 100vw !important;
    height: auto !important;
  }
}

@media (max-width: 1558px) {
  .blog:not(.active-menu) .menu-trigger span {
    background: #000;
    box-shadow: 0 0 0 1px #fff;
  }
}

@media screen and (max-height: 773px) and (max-width: 1260px) {
  .bg-video video {
    width: auto !important;
    height: 100% !important;
  }
}

@media (max-width: 1399px) {
  .specialties-promo .promo-holder:after {
    margin: 0 0 0 170px;
  }

  .specialties-promo .promo-holder:after {
    margin: 0 0 0 170px;
  }
}

@media screen and (max-width: 1311px) {
  .approach-box:before {
    margin-right: 0;
    margin-left: auto;
    top: 0;
    bottom: 0;
    right: -260px;
    left: auto;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1235px) {
  .case-headitem .case-ins {
    margin: 0 -6vw;
    width: 62vw;
  }

  .case-headitem .case-ins .image-w, .case-headitem .case-ins .over {
    width: 50vw;
  }

  .watch-list {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .approach-box p {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .approach-box:before {
    content: '';
    display: none;
  }

  .header .container {
    width: auto;
    padding-left: 78px;
    padding-right: 73px;
  }

  .main-nav .auto {
    padding-top: 0;
    margin-top: 130px;
    height: calc(100% - 130px);
  }

  .cta-box h2 {
    font-size: 72px;
  }

  .audio-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .audio-box .bg {
    background-position: 20vw 50%;
  }

  .container {
    padding-left: 70px;
    padding-right: 70px;
  }

  .services-box .head-ico {
    float: none;
    margin-bottom: 40px;
    margin-top: -40px;
  }

  .services-box .head-ico:before {
    content: '';
    height: 1px;
    width: 66px;
    top: 100%;
    margin: 20px 0;
    left: 0;
  }

  .service-item h4 {
    font-size: 32px;
    padding-bottom: 25px;
  }

  .approach-box h2 {
    min-height: 0;
  }

  .meet-team article {
    width: 25%;
  }

  .cases-player .bg {
    display: none;
  }
}

@media (max-width: 1199px) {
  .specialties-promo .promo-holder:after {
    margin: 0 0 0 150px;
    height: 340px;
    width: 324px;
    bottom: 20px;
  }

  .specialties-section .specialities-block .box-holder {
    padding: 0 0 40px;
  }

  .main-post .post-info {
    padding: 0;
  }

  .main-post .preview-block {
    padding: 0;
  }

  .main-post .text-block {
    padding: 0;
  }

  .specialties-promo .promo-holder:after {
    margin: 0 0 0 150px;
    height: 340px;
    width: 324px;
    bottom: 20px;
  }

  .specialties-section .specialities-block .box-holder {
    padding: 0 0 40px;
  }

  .main-post .post-info {
    padding: 0;
  }

  .main-post .preview-block {
    padding: 0;
  }

  .main-post .text-block {
    padding: 0;
  }
}

.header .logo.white {
  display: none;
}
.active-menu-closing .header .logo.white,
.active-menu .header .logo.white {
  display: block;
}
.active-menu-closing .header .logo.white + .logo,
.active-menu .header .logo.white + .logo {
  display: none;
}

@media (max-width: 1023px) {
	.header .logo {
		width: 202px;
		display: block;
		margin-top: 4px;
	}
  .navigation, .navigation-comments, .pagination {
    font-size: 14px;
  }

  .result-item.small .digit sup {
    padding-top: 0;
    margin-top: -.05em;
  }

  img.alignleft, img.alignright {
    max-width: 50%;
  }

  .divider {
    height: 40px;
  }

  .tool-bar {
    margin: 0 -12px 35px;
  }

  .art-filter label, .art-filter .art-filter-select {
    margin: 0 0 15px;
  }

  .launch-section {
    padding: 60px 0;
  }

  .launch-section h2 {
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 30px;
  }

  .blog-posts {
    padding: 60px 0;
  }

  .blog-posts .category {
    margin: 0 0 30px;
  }

  .blog-posts .box-holder {
    margin: 0 -10px;
  }

  .blog-posts .box {
    padding: 0 10px;
  }

  .blog-posts .post {
    padding: 20px 20px 90px;
  }

  .blog-posts h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-posts .btn-default {
    left: 20px;
    bottom: 20px;
  }

  .results-block {
    padding: 60px 0;
  }

  .recent-post-section h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 40px;
  }

  .recent-post-section .text-block {
    width: 55%;
    padding: 80px 0;
  }

  .specialties-promo.ideas .promo-holder {
    padding: 60px 0 60px;
  }

  .specialties-promo .promo-holder:after {
    bottom: 10px;
    height: 220px;
    width: 204px;
    margin: 0 0 0 164px;
  }

  .specialties-promo .promo-holder {
    height: 500px;
    padding: 0 0 60px;
  }

  .specialties-promo:after {
    margin: 0 -120px 0;
  }

  .specialties-promo:before {
    margin: 0 0 0 120px;
  }

  .specialties-promo h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .specialties-promo .text-block {
    max-width: 480px;
  }

  .specialties-promo .subtitle {
    margin: 0 0 30px;
    letter-spacing: 2px;
  }

  .specialties-promo dl {
    margin: 0 0 30px;
    letter-spacing: 2px;
  }

  .specialties-promo dt {
    margin: 0 20px 0 0;
  }

  .specialties-promo dd {
    font-size: 24px;
    line-height: 28px;
  }

  .specialties-section {
    padding: 60px 0;
  }

  .specialties-section .content-holder {
    margin: 0 0 60px;
  }

  .specialties-section .content-holder .text-block {
    width: 54%;
  }

  .specialties-section h2 {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 2px;
  }

  .specialties-section .specialities-block .box.media h3:before {
    width: 67px;
    height: 47px;
    top: 0;
  }

  .specialties-section .specialities-block ul {
    letter-spacing: 1px;
  }

  .specialties-section h3 {
    padding: 0 0 0 80px;
    font-size: 36px;
    line-height: 40px;
  }

  .specialties-section h3:before {
    top: -10px;
    left: 0;
    width: 48px;
    height: 52px;
  }

  .black-promo {
    height: 480px;
  }

  .black-promo h1 {
    font-size: 64px;
    line-height: 68px;
  }

  .contact-block {
    padding: 60px 0;
  }

  .contact-block .form-block h2 {
    font-size: 44px;
    line-height: 48px;
    margin: 0 0 20px;
  }

  .contact-block .heading-block {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 90px;
  }

  .post-block {
    padding: 50px 0;
  }

  .post-block .post-info {
    margin: 0 0 30px;
  }

  .post-block .post-info:before {
    top: -20px;
  }

  .post-block .heading {
    margin: 0 0 20px;
  }

  .post-block .text-block {
    padding: 0;
    width: 50%;
  }

  .post-block h2 {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 2px;
  }

  .post-block .preview-post {
    margin: 0 0 80px;
  }

  .main-post {
    padding: 90px 0 40px;
  }

  .main-post h2 {
    letter-spacing: 1px;
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 10px;
  }

  .main-post h2:after {
    top: -30px;
  }

  .main-post .heading-block {
    max-width: 530px;
  }

  .main-post .preview-text {
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 28px;
    padding: 20px 0 0;
  }

  .main-post .callout-block figure {
    width: 29%;
  }

  .main-post blockquote {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }

  .main-post .text-holder {
    padding: 0;
  }

  .launch-section {
    padding: 60px 0;
  }

  .launch-section h2 {
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 30px;
  }

  .blog-posts {
    padding: 60px 0;
  }

  .blog-posts .category {
    margin: 0 0 30px;
  }

  .blog-posts .box-holder {
    margin: 0 -10px;
  }

  .blog-posts .box {
    padding: 0 10px;
  }

  .blog-posts .post {
    padding: 20px 20px 90px;
  }

  .blog-posts h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-posts .btn {
    left: 20px;
    bottom: 20px;
  }

  .results-block {
    padding: 60px 0;
  }

  .recent-post-section h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 40px;
  }

  .recent-post-section .text-block {
    width: 55%;
    padding: 80px 0;
  }

  .specialties-promo.ideas .promo-holder {
    padding: 0 0 60px;
  }

  .specialties-promo .promo-holder:after {
    bottom: 10px;
    height: 220px;
    width: 204px;
    margin: 0 0 0 164px;
  }

  .specialties-promo .promo-holder {
    height: 500px;
    padding: 0 0 60px;
  }

  .specialties-promo:after {
    margin: 0 -120px 0;
  }

  .specialties-promo:before {
    margin: 0 0 0 120px;
  }

  .specialties-promo h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .specialties-promo .text-block {
    max-width: 480px;
  }

  .specialties-promo .subtitle {
    margin: 0 0 30px;
    letter-spacing: 2px;
  }

  .specialties-promo dl {
    margin: 0 0 30px;
    letter-spacing: 2px;
  }

  .specialties-promo dt {
    margin: 0 20px 0 0;
  }

  .specialties-promo dd {
    font-size: 24px;
    line-height: 28px;
  }

  .specialties-section {
    padding: 60px 0;
  }

  .specialties-section .content-holder {
    margin: 0 0 60px;
  }

  .specialties-section .content-holder .text-block {
    width: 54%;
  }

  .specialties-section h2 {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 2px;
  }

  .specialties-section .specialities-block .box.media h3:before {
    width: 67px;
    height: 47px;
    top: 0;
  }

  .specialties-section .specialities-block ul {
    letter-spacing: 1px;
  }

  .specialties-section h3 {
    padding: 0 0 0 80px;
    font-size: 36px;
    line-height: 40px;
  }

  .specialties-section h3:before {
    top: -10px;
    left: 0;
    width: 48px;
    height: 52px;
  }

  .black-promo {
    height: 480px;
  }

  .black-promo h1 {
    font-size: 64px;
    line-height: 68px;
  }

  .contact-block {
    padding: 60px 0;
  }

  .contact-block .form-block h2 {
    font-size: 44px;
    line-height: 48px;
    margin: 0 0 20px;
  }

  .contact-block .heading-block {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 90px;
  }

  .post-block {
    padding: 50px 0;
  }

  .post-block .post-info {
    margin: 0 0 30px;
  }

  .post-block .post-info:before {
    top: -20px;
  }

  .post-block .heading {
    margin: 0 0 20px;
  }

  .post-block .text-block {
    padding: 0;
    width: 50%;
  }

  .post-block h2 {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 2px;
  }

  .post-block .preview-post {
    margin: 0 0 80px;
  }

  .main-post {
    padding: 90px 0 40px;
  }

  .main-post h2 {
    letter-spacing: 1px;
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 10px;
  }

  .main-post h2:after {
    top: -30px;
  }

  .main-post .heading-block {
    max-width: 530px;
  }

  .main-post .preview-text {
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 28px;
    padding: 20px 0 0;
  }

  .main-post .callout-block figure {
    width: 29%;
  }

  .main-post blockquote {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }

  .main-post .text-holder {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .media-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .media-list article {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .cases-how {
    padding: 120px 0;
  }

  .cases-how .bg {
    opacity: .5;
  }

  .team-modal .box {
    padding: 40px;
    padding-bottom: 0;
    width: 700px;
    min-height: 0;
    padding-left: 200px;
  }

  .team-modal .box .social {
    padding: 0;
    margin: 50px 20px;
  }

  .team-modal .box .close {
    float: right;
    margin-left: 20px;
  }

  .team-modal .box p {
    max-width: none;
  }

  .case-headitem .case-ins h2 {
    font-size: 48px;
  }

  .logos-box .justify {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .meet-team article {
    width: 33.33%;
  }

  .services-box .result-item {
    margin: 40px 0 0;
  }

  .services-box .btn {
    margin: 40px 0 0;
  }

  .services-box .arrow {
    margin: 40px 0 0;
  }

  .service-item {
    max-width: none;
    padding-bottom: 15px;
  }

  .media-list article {
    padding-top: 150px;
    padding-bottom: 950px;
    padding-left: 20px;
  }

  .media-list article p {
    min-height: 0;
  }

  .media-list article:first-child {
    padding-left: 0;
  }

  .media-list article:nth-child(3n+2), .media-list article:nth-child(3n+3) {
    padding-left: 20px;
  }

  .page-hero.approach {
    padding-bottom: 40px;
    padding-top: 180px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero.approach .link-down {
    margin-top: 40px;
  }

  .proc-text {
    padding: 0;
  }

  .proc-text .num {
    position: static;
    text-align: left;
    padding-bottom: 10px;
  }

  .offices {
    padding: 90px 0 0;
  }

  .location-item h4 {
    font-size: 40px;
  }

  .location-item .back {
    bottom: 6%;
  }

  .case-box .col-lg-6 .entry p:first-child img, .case-box .col-lg-6 .entry img:first-child {
    margin-top: 60px;
  }

  .result-item .digit {
    font-size: 80px;
  }

  .result-item .digit sup {
    font-size: 50px;
    top: .7em;
  }

  .logos-box .bars > div:last-child {
    display: none;
  }

  .hero-box {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .hero-box p {
    margin-bottom: 50px;
  }

  .case-item {
    margin-bottom: 20px;
  }

  .cases-box {
    padding-bottom: 120px;
  }

  .quotes-box {
    padding: 100px 0;
  }

  .cta-box.culture p {
    min-height: 0;
  }

  .playlist-list .overl {
    min-width: 0;
  }

  .left .trend-image {
    margin-right: 0;
  }

  .right .trend-image {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .overlay-holder:after {
    -webkit-transform: rotate(45deg) translate(-50%, 0);
    transform: rotate(45deg) translate(-50%, 0);
  }

  .overlay-holder:after {
    -webkit-transform: rotate(45deg) translate(-50%, 0);
    transform: rotate(45deg) translate(-50%, 0);
  }
}

@media (max-width: 767px) {

  .team-modal .right-content {
    max-height: calc(100vh - 220px);
    margin-bottom: 10px;
    padding-right: 20px;
    margin-right: -20px;
    min-height: 400px;
  }

  .page-template-default .body {
    overflow: visible;
  }
	.header .logo {
		margin-top: 0;
	}
  .playlist-list.alone .overl {
    padding: 10px;

  }
  .case-slider .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
  }
  .case-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
  }
  .case-headitem,
  .case-headitem .case-ins,
  .page-hero.cases,
  .case-slider {
    min-height: 400px;
    max-height: 100vh;
    height: 150vw;
  }
  .case-slider .slick-dots li.slick-active button:after {
    opacity: .5;
  }
  .case-slider .slick-dots li button:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    background: #fff;
    height: 6px;
    border-radius: 50%;
    width: 6px;
  }
  .case-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    border: 0;
    text-indent: -999em;
    padding: 0;
  }
  .main-nav .bars .shadow {
    display: none;
  }
  .active-menu .header .container,
  .active-menu-open .header .container,
  .main-nav .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .art-filter .art-filter-select ul{
    left: auto;
    right: 0;
  }
  .art-filter .art-filter-select {
    margin-bottom: 60px;
    display: block;
  }
  .navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
    /*			padding:10px 8px;
*/
  }

  .navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
    /*			padding:8px;
*/
  }

  .navigation .next a, .navigation .prev a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a, .pagination .ar a {
    /*        padding:10px;
*/
  }

.team-modal .bg:after {
  background: url(assets/images/bg-mask.png) no-repeat 100% 50%, linear-gradient(to top, #ce1e28 0%, rgba(200, 30, 40, 0) 50%);
  background-size: cover, auto;
}
  .navigation-single .next a, .navigation-single .prev a {
    padding: .2em;
  }

  .posts-list .post {
    margin: 0 0 20px;
  }

  .commentlist {
    margin-left: 0;
  }

  .commentlist .comment {
    padding: 0;
  }

  .divider {
    display: none;
  }

  .main-post .preview-text p {
    font-size: 24px;
    line-height: 1.4;
  }

  /*  .post-block .pagination .al a, .post-block .pagination .ar a {
    padding: 10px;
    min-width: 122px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
}
*/

  .promo-section .text-block {
    margin-top: 0;
  }

  .specialties-promo .center-block {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .black-promo h1 {
    margin: 0;
    font-size: 52px;
  }

  .promo-gallery h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .promo-gallery .subtitle {
    font-size: 32px;
    line-height: 32px;
  }

  .promo-gallery img.img-logo {
    display: block;
    margin-bottom: 14px;
  }

  .launch-section {
    padding: 30px 0;
  }

  .launch-section h2 {
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 20px;
  }

  .btn-default {
    padding: 14px 15px;
    letter-spacing: normal;
  }

  .black-promo, .main-post, .recent-post-section, .post-block, .launch-section, .black-bg {
    line-height: 20px;
  }

  .btn-default {
    padding: 14px 15px;
    letter-spacing: normal;
  }

  .blog-posts {
    padding: 30px 0;
  }

  .blog-posts .category {
    margin: 0 0 20px;
  }

  .blog-posts .post {
    padding: 10px 10px 60px;
  }

  .blog-posts h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .blog-posts .btn-default {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .results-block {
    padding: 30px 0;
  }

  .recent-post-section h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 30px;
  }

  .recent-post-section .text-block {
    width: 100%;
    padding: 30px 0;
  }

  .recent-post-section .next-case {
    position: relative;
    padding: 44% 0 0;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 -20px;
  }

  .recent-post-section .subtitle {
    margin: 0 0 10px;
  }

  .specialties-promo {
    background-color: #fff;
  }

  .specialties-promo.ideas .promo-holder {
    padding: 60px 0 20px;
  }

  .specialties-promo .promo-holder:before {
    display: none;
  }

  .specialties-promo .promo-holder:after {
    display: none;
  }

  .specialties-promo .promo-holder {
    padding: 0 0 20px;
    height: 400px;
  }

  .specialties-promo:after {
    display: none;
  }

  .specialties-promo:before {
    display: none;
  }

  .specialties-promo h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .specialties-promo .subtitle {
    letter-spacing: 1px;
    margin: 0 0 20px;
  }

  .specialties-promo dl {
    letter-spacing: 1px;
    margin: 0 0 20px;
  }

  .specialties-promo dd {
    font-size: 20px;
    line-height: 24px;
  }

  .specialties-section {
    letter-spacing: normal;
    line-height: 20px;
    padding: 60px 0 40px;
  }

  .specialties-section .content-holder {
    display: block;
  }

  .specialties-section .content-holder .heading-block {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }

  .specialties-section .content-holder .text-block {
    width: 100%;
  }

  .specialties-section .subtitle {
    margin: 0 0 20px;
  }

  .specialties-section .subtitle:before {
    top: -20px;
  }

  .specialties-section h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
  }

  .specialties-section p {
    margin: 0 0 18px;
  }

  .specialties-section .specialities-block .holder {
    margin: 0;
    display: block;
    padding: 20px 0 0;
  }

  .specialties-section .specialities-block .box {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    display: block;
  }

  .specialties-section .specialities-block .box:last-child {
    margin: 0;
  }

  .specialties-section .specialities-block .box-holder {
    padding: 0;
  }

  .specialties-section .specialities-block .list-holder {
    margin: 0 -10px 20px;
  }

  .specialties-section .specialities-block ul {
    font-size: 18px;
    line-height: 22px;
  }

  .specialties-section .specialities-block li {
    margin: 0 0 10px;
  }

  .specialties-section .specialities-block .text-holder {
    margin: 0 0 20px;
  }

  .specialties-section .specialities-block .btn-default {
    position: static;
  }

  .specialties-section h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .black-promo {
    height: 400px;
  }

  .black-promo h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 1px;
  }

  .post-block {
    line-height: 20px;
    letter-spacing: normal;
  }

  .post-block .category {
    margin: 0 0 8px;
  }

  .post-block .post-info {
    margin: 0 0 20px;
  }

  .post-block .post-content {
    display: block;
  }

  .post-block img {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 531px;
  }

  .post-block .text-block {
    width: 100%;
  }

  .post-block h2 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 1px;
  }

  .post-block .preview-post {
    margin: 0 0 60px;
  }

  .main-post {
    padding: 60px 0 20px;
  }

  .main-post .post-info {
    display: block;
    margin: 0 0 40px;
  }

  .main-post h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .main-post h2:after {
    top: -20px;
  }

  .main-post .heading-block {
    max-width: none;
    margin: 0 0 20px;
  }

  .main-post .by {
    letter-spacing: normal;
    margin: 0 30px 0 0;
  }

  .main-post .info {
    padding: 0;
  }

  .main-post .preview-block {
    display: block;
    margin: 0 0 20px;
  }

  .main-post .preview-block figure {
    width: 100%;
    max-width: 531px;
    margin: 0 auto 20px;
    float: none;
  }

  .main-post .preview-text {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 0;
  }

  .main-post blockquote {
    font-size: 30px;
    line-height: 34px;
  }

  .btn-default {
    padding: 14px 15px;
    letter-spacing: normal;
    line-height: 14px;
  }

  .launch-section {
    padding: 30px 0;
  }

  .launch-section h2 {
    letter-spacing: 2px;
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 20px;
  }

  .launch-section .btn {
    padding: 14px 15px;
    letter-spacing: normal;
  }

  .black-promo, .main-post, .recent-post-section, .post-block, .launch-section, .black-bg {
    line-height: 20px;
  }

  .btn-default {
    padding: 14px 15px;
    letter-spacing: normal;
  }

  .blog-posts {
    padding: 30px 0;
  }

  .blog-posts .category {
    margin: 0 0 20px;
  }

  .blog-posts .post {
    padding: 10px 10px 60px;
  }

  .blog-posts h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .blog-posts .btn-default {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .results-block {
    padding: 30px 0;
  }

  .recent-post-section h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 30px;
  }

  .recent-post-section .text-block {
    width: 100%;
    padding: 30px 0;
  }

  .recent-post-section .next-case {
    position: relative;
    padding: 44% 0 0;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 -20px;
  }

  .recent-post-section .subtitle {
    margin: 0 0 10px;
  }

  .specialties-promo {
    background-color: #fff;
  }

  .specialties-promo.ideas .promo-holder {
    padding: 140px 0 20px;
    height: auto;
  }

  .specialties-promo .promo-holder:before {
    display: none;
  }

  .specialties-promo .promo-holder:after {
    display: none;
  }

  .specialties-promo .promo-holder {
    padding: 0 0 20px;
    height: 400px;
  }

  .specialties-promo:after {
    display: none;
  }

  .specialties-promo:before {
    display: none;
  }

  .specialties-promo h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .specialties-promo .subtitle {
    letter-spacing: 1px;
    margin: 0 0 20px;
  }

  .specialties-promo dl {
    letter-spacing: 1px;
    margin: 0 0 20px;
  }

  .specialties-promo dd {
    font-size: 20px;
    line-height: 24px;
  }

  .specialties-section {
    letter-spacing: normal;
    line-height: 20px;
    padding: 60px 0 40px;
  }

  .specialties-section .content-holder {
    display: block;
  }

  .specialties-section .content-holder .heading-block {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }

  .specialties-section .content-holder .text-block {
    width: 100%;
  }

  .specialties-section .subtitle {
    margin: 0 0 20px;
  }

  .specialties-section .subtitle:before {
    top: -20px;
  }

  .specialties-section h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
  }

  .specialties-section p {
    margin: 0 0 18px;
  }

  .specialties-section .specialities-block .holder {
    margin: 0;
    display: block;
    padding: 20px 0 0;
  }

  .specialties-section .specialities-block .box {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    display: block;
  }

  .specialties-section .specialities-block .box:last-child {
    margin: 0;
  }

  .specialties-section .specialities-block .box-holder {
    padding: 0;
  }

  .specialties-section .specialities-block .list-holder {
    margin: 0 -10px 20px;
  }

  .specialties-section .specialities-block ul {
    font-size: 18px;
    line-height: 22px;
  }

  .specialties-section .specialities-block li {
    margin: 0 0 10px;
  }

  .specialties-section .specialities-block .text-holder {
    margin: 0 0 20px;
  }

  .specialties-section .specialities-block .btn {
    position: static;
  }

  .specialties-section h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .black-promo {
    height: 400px;
  }

  .black-promo h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 1px;
  }

  .post-block {
    line-height: 20px;
    letter-spacing: normal;
  }

  .post-block .category {
    margin: 0 0 8px;
  }

  .post-block .post-info {
    margin: 0 0 20px;
  }

  .post-block .post-content {
    display: block;
  }

  .post-block img {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 531px;
  }

  .post-block .text-block {
    width: 100%;
  }

  .post-block h2 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 1px;
  }

  .post-block .preview-post {
    margin: 0 0 60px;
  }

  .main-post {
    padding: 60px 0 20px;
  }

  .main-post .post-info {
    display: block;
    margin: 0 0 40px;
  }

  .main-post h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .main-post h2:after {
    top: -20px;
  }

  .main-post .heading-block {
    max-width: none;
    margin: 0 0 20px;
  }

  .main-post .by {
    letter-spacing: normal;
    margin: 0 30px 0 0;
  }

  .main-post .category {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .main-post .info {
    padding: 0;
  }

  .main-post .preview-block {
    display: block;
    margin: 0 0 20px;
  }

  .main-post .preview-block figure {
    width: 100%;
    max-width: 531px;
    margin: 0 auto 20px;
    float: none;
  }

  .main-post .preview-text {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 0;
  }

  .main-post blockquote {
    font-size: 30px;
    line-height: 34px;
  }

  .black-promo h1 {
    margin: 0;
    font-size: 52px;
  }

  .recent-post-section .btn-default {
    padding: 14px 15px;
    letter-spacing: normal;
  }
}

.over-mobile,
.tab-m-t {
  display: none;
}

@media screen and (max-width: 767px) {
  .post-entry h1.page-title, .post .title h3 {
    font-size: 34px;
    line-height: 1.2;
  }
  .second.active +.over-mobile {
    display: block;
    box-shadow: none;
    padding-top: 20px;
  }

  .first.location-item.active-next {
    display: none;
  }

  .first.location-item.active-next .n-over{
    opacity: 1;
  }

  .first.location-item.active-next img {
    opacity: 1;
    display: block;
  }

  .first.location-item.active-next .over {
    display: none;
  }

  .page-hero .prev-a:hover ~ .case-slider, .page-hero .next-a:hover ~ .case-slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .page-hero .slick-list {
    padding: 0 !important;
  }

  .case-slider {
    margin-left: 0;
    min-width: calc(100%);
  }

  .logos-box .bars {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logos-box .bars .b-item + .b-item {
    display: none;
  }

  .audio-box .row {
    max-width: 450px;
  }

  .tabs-nav {
    max-width: none;
  }

  .location-item h5 {
    font-size: 18px;
  }

  .row > div:first-child .service-item {
    padding-top: 40px;
  }

  .tabs-nav li.active a:after {
    position: static;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 6px;
    margin-top: -2px;
    height: 10px;
    background-size: contain;
  }

  .case-box .col-lg-6 .entry img:first-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }

  .team-modal .box {
    padding: 20px;
    padding-top: 30vw;
  }

  .team-modal .box .bg {
    height: 40vw;
    background-position: 0 30%;
  }

  .team-modal .box h3 {
    font-size: 40px;
  }

  .team-modal .box .social {
    position: static;
    margin: 0;
    padding: 0 0 10px;
  }

  .team-modal .box .entry {
    padding-bottom: 0;
  }

  .team-modal .box p {
    font-size: 16px;
    line-height: 1.6;
  }

  .team-modal .box .role {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .team-modal .box .close {
    float: right;
    width: 40px;
    height: 40px;
    background-size: 15px auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
  }

  .team-modal .box p {
    max-width: none;
  }

  .playlist-list .playlist-list-ins {
    margin: -20px 0;
  }

  .scrollbarpaper-track {
    top: 17px;
  }

  .brands-list .item.trans {
    display: none;
  }

  .playlist-list {
    margin: 0 -20px;
  }

  .brands-list .item {
    width: 50%;
  }

  .cases-player {
    padding: 40px 0;
  }

  .cases-player .bg {
    display: none;
  }

  .cases-how {
    padding: 40px 0;
  }

  .inline-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .inline-logos img {
    margin: 0 10px 15px 0;
    max-width: 60px;
  }

  .brands-list {
    margin: 40px 0 0;
    max-width: none;
    padding-bottom: 40px;
    width: auto;
  }

  .cases-intro {
    padding: 40px 0 0;
  }

  .cases-how .btn, .cases-intro .btn {
    margin: 10px 0;
  }

  .cases-how .entry h2, .cases-intro .entry h2 {
    font-size: 38px;
    line-height: 1.2;
  }

  .case-headitem .case-ins .logo {
    height: 100px;
  }

  .case-headitem .case-ins .image-w:after {
    border-width: 5px;
  }

  .case-headitem .case-ins {
    margin: 0 -6vw;
    width: 112vw;
  }

  .case-headitem .case-ins .image-w, .case-headitem .case-ins .over {
    width: 100vw;
  }

  .cta-box.culture {
    padding: 100px 0;
  }

  .meet-team article {
    width: 50%;
  }

  .meet-team section {
    margin-top: 0;
  }

  .meet-team {
    padding: 20px 0 0;
  }

  .v2.page-hero h1.big {
    font-size: 86px;
  }

  .why-box {
    padding: 50px 0;
  }

  .logos-box .justify {
    padding-bottom: 20px;
  }

  .logos-box .justify .item {
    max-width: 50%;
    margin: 20px 0 -50px;
  }

  .why-box .load-more {
    padding: 15px 0 0;
  }

  .why-box .sec-title h2 {
    min-height: 0;
  }

  .why-box .entry h2 {
    margin-bottom: 22px;
  }

  .services-box {
    padding: 40px 0;
  }

  .services-box .head-ico {
    margin-top: 0;
  }

  .services-box h2 {
    font-size: 44px;
    line-height: normal;
    padding-bottom: 25px;
  }

  .services-box .result-item {
    margin: 0;
    padding: 20px 0;
  }

  .media-list li {
    padding-bottom: 16px;
  }

  .services-box .btn {
    margin-top: 30px;
  }

  .services-box .arrow {
    font-size: 24px;
    line-height: 1.4;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .service-item .ico {
    margin-right: 15px;
  }

  .tabs-nav {
    margin: 0;
    padding: 0;
  }

  .tabs-nav li a {
    padding: 15px 0;
    letter-spacing: 1px;
    font-size: 24px;
    margin: 0;
  }

  .proc-image {
    margin: 30px 0 0;
  }

  .proc-text .num {
    font-size: 20px;
    line-height: normal;
    height: auto;
  }

  .proc-text {
    font-size: 14px;
    margin: 30px 0 0;
    line-height: 1.6;
  }

  .tabs-nav li:before {
    font-size: 40px;
    left: auto;
    right: 0;
    line-height: normal;
    top: 5px;
  }

  .page-hero.approach h1 {
    font-size: 34px;
    line-height: 1.3;
    padding: 20px 0;
  }

  .media-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .media-list article,
  .media-list article:first-child, .media-list article:nth-child(3n+2), .media-list article:nth-child(3n+3) {
    margin: 0 -20px;
    padding: 35px 20px 20px;
    width: auto;
  }

  .audio-samples a {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }

  .audio-box .entry h4:after {
    margin: 15px 0 0;
  }

  .audio-box .entry h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
  }

  .audio-box .entry h4 br {
    display: none;
  }

  .audio-samples {
    padding-top: 15px;
  }

  .approach-box h3 {
    font-size: 18px;
  }

  .approach-box .btn {
    margin: 15px 0 10px;
  }

  .approach-box h2 {
    font-size: 32px;
    line-height: normal;
    padding-bottom: 20px;
  }

  .approach-box p {
    font-size: 18px;
    padding: 30px 0 0;
    line-height: 1.6;
  }

  .approach-box, .audio-box, .cta-box, .process-box {
    padding: 40px 0;
  }

  .cta-box {
    min-height: 0;
  }

  .cta-box h2 {
    font-size: 42px;
    line-height: 1.4;
  }

  .cta-box p {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
  }

  .page-hero.approach p {
    font-size: 14px;
    line-height: 1.5;
  }

  .result-item.small .digit {
    margin-bottom: 20px;
  }

  .page-hero.approach .link-down {
    margin-top: 20px;
  }

  .page-hero .link-down {
    padding-bottom: 30px;
    font-size: 30px;
  }

  .page-hero.contacts {
    padding: 200px 0 50px;
  }

  .page-hero.contacts h1 {
    font-size: 34px;
    padding-bottom: 15px;
    line-height: 1.2;
  }

  .page-hero.contacts h1 br {
    display: none;
  }

  .page-hero.contacts h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .offices {
    padding-top: 70px;
  }

  .wpcf7-form p {
    width: 100%;
  }

  .wpcf7-form .btn {
    margin-top: 5px;
  }

  .wpcf7-form-control {
    height: 40px;
  }

  .location-items {
    max-width: 400px;
  }

  .page-hero h1.big {
    font-size: 44px;
    padding-bottom: 27px;
  }

  .location-item.active-next img {
    display: none;
  }

  .location-item .over {
    padding: 5px;
    overflow: visible;
  }

  .location-item.active-next .over {
    position: relative;
    z-index: 1;
  }

  .quotes-box.plain.v2 {
    padding: 60px 0;
  }

  .result-item {
    padding-top: 12px;
    padding-bottom: 48px;
  }
  .result-item .digit {
    margin-bottom: 0;
  }

  .watch-list article {
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-nav .main {
    font-size: 32px;
    line-height: 1.7;
  }

  .main-nav .social-inline {
    padding-top: 50px;
  }

  .quotes-box.plain {
    padding: 60px 0;
  }

  .quotes-box.plain blockquote {
    padding-bottom: 0;
  }

  .quotes-box.plain p {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

  .quotes-box cite:before {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .quotes-box cite {
    font-size: 12px;
  }

  .quotes-box cite strong {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .entry ol {
    margin-left: 20px;
  }

  .play-lib-box, .career-box, .case-box {
    padding: 40px 0;
  }

  .career-box {
    padding-bottom: 80px;
  }

  .case-box .col-lg-6 .entry p:first-child img, .case-box .col-lg-6 .entry img:first-child {
    margin-top: 30px;
  }

  .entry .links {
    padding-bottom: 20px;
  }

  .video-box {
    padding: 30px 0 40px;
  }

  .link-play:before {
    width: 40px;
    height: 40px;
  }

  .page-hero.v2 {
    padding-bottom: 60px;
  }

  .btns {
    padding: 0;
    margin: 0 -10px -10px;
  }

  .btns .btn {
    min-width: 130px;
    margin: 0 10px 10px;
  }

  .entry h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .entry h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .entry h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .entry ul, .entry ol {
    padding-bottom: 15px;
  }

  .entry h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .page-hero h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  .page-hero .logo:before {
    margin: 15px auto;
  }

  .page-hero .note {
    bottom: 0;
    padding: 15px;
    line-height: normal;
    font-size: 12px;
  }

  .page-hero .logo img {
    max-height: 44px;
    max-width: 180px;
  }

  .bg-video {
    display: none;
  }

  .bars .b-item + .b-item + .b-item + .b-item {
    display: none;
  }

  .trend-image .over p {
    display: none;
  }

  .trend-inline {
    width: auto;
    max-width: none;
    margin: 0 0 20px;
    padding: 0 20px;
    padding-bottom: 40px;
  }

  .trend-boxed {
    width: auto;
    max-width: none;
    margin: 0 0 40px;
    padding: 20px;
    padding-bottom: 40px;
  }

  .trends-box {
    padding: 40px 0;
  }

  .trends-box .more-btn {
    margin-top: -20px;
  }

  .trend-image .over {
    padding: 20px;
    padding-bottom: 0;
  }

  .quotes-box {
    padding: 60px 0;
  }

  .quotes-box blockquote {
    padding-bottom: 50px;
  }

  .quotes-box p {
    font-size: 18px;
    line-height: 1.5;
  }

  .cases-box {
    padding: 40px 0 60px;
  }

  .case-item h3 {
    font-size: 30px;
    line-height: normal;
    padding: 10px 0;
  }

  .case-item + .case-item {
    margin-top: 20px;
  }

  .logos-box .slide-item {
    height: 100px;
  }

  .logos-box .logo-slider {
    margin-bottom: 20px;
  }

  .logos-box .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .container .logo {
    width: 200px;
  }

  .about-box {
    padding: 40px 0;
  }

  .about-box .more-btn {
    padding-top: 0;
  }

  .about-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .hero-box h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .hero-box p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .menu-trigger {
    right: 15px;
    top: 7px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-title {
    display: none;
  }

  .logos-box .row img {
    max-width: 80%;
    margin: auto;
  }

  .hero-box h1 br {
    display: none;
  }

  .navigation .prev, .navigation .next {
    max-width: calc(50% - 2px);
    overflow: hidden;
  }
  .head-title {
    padding-top: 60px;
  }

  .page-hero.approach h1  {
    padding-top: 0;
    margin-bottom: -5px;
    margin-top: -15px;
    font-size: 25px;
  }

  .page-hero.approach .link-down {
    margin-top: 5px;
  }

  .tabs-nav {
    display: none;
  }

  .page-hero.approach {
    padding-bottom: 20px;
  }
  .tab-c,
.tab-m-t {
  display: block;
}


.col-md-6 {
  counter-reset: section1;
}

.tab-m-t {
  border-bottom: 1px solid #da2028;
  position: relative;
}

.tab-m-t:before {
  counter-increment: section1;
  content: '0' counter(section1);
  color: #f5f3f3;
  font-family: TrumpGothicPro;
  position: absolute;
  right: 0;
  z-index: -1;
  top: -17px;
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}

.tab-c:first-child .tab-m-t {
  margin-top: 0;
}

.tab-m-t {
  display: block;
  color: #282d31;
  padding: 10px 0;
  margin-top: 30px;
  font-family: TrumpGothicPro;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

}

@media (max-width: 666px) {
  #wp-calendar {
    width: 100%;
  }

  .comment-form textarea, .comment-form input[type=text], .comment-form input[type=url], .comment-form input[type=email], .comment-form input[type=www] {
    width: 100%;
  }

  .parent.comment .comment {
    margin-left: 5%;
  }
  .new-list .fancybox-slide--iframe .fancybox-content {
    max-width: calc(100vw - 40px);
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 575px) {
  .new-list .fancybox-slide--iframe .fancybox-content {
    max-height: 155px;
    overflow: hidden;
    max-width: calc(100vw - 40px);
  }
  .new-list .fancybox-slide--iframe .fancybox-content iframe {
    min-width: calc(100% + 20px)
  }
  .meet-team article {
    width: 100%;
  }

  .pagination {
    text-align: center;
  }

  .pagination .next, .pagination .prev {
    display: block;
    width: auto;
    max-width: none;
    text-align: center;
  }

  .navigation .prev, .navigation .next {
    max-width: calc(100%);
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    float: none;
    width: 100%;
  }

  .navigation .prev a, .navigation .next a {
    width: 100%;
  }

  .play-list-item {
    display: block;
    padding: 5px;
    margin: 0 40px 10px 0;
    overflow: hidden;
  }

  .play-list-item .image {
    float: left;
    margin-right: 15px;
    margin-left: 0;
  }

  .play-list-item .wave {
    clear: both;
    width: calc(100% - 40px);
    margin: 0;
    padding: 0;
    float: left;
  }

  .play-list-item .time {
    width: 40px;
    overflow: hidden;
    clear: right;
    float: left;
    padding: 15px 5px 0 0;
  }

  .play-list-item .text {
    width: auto;
    overflow: hidden;
  }

  .footer {
    padding: 40px 0;
    text-align: center;
  }

  .footer .copy {
    text-align: center;
  }

  .footer .social-inline {
    margin: 20px;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .promo-section {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), calc(100% - 125px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), calc(100% - 125px) 100%, 0 100%);
  }

  .blog-posts .box-holder {
    margin: 0;
    display: block;
  }

  .blog-posts .box {
    padding: 0;
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }

  .blog-posts .box:last-child {
    margin: 0;
  }

  .specialties-promo h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .specialties-promo dt {
    float: none;
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }

  .specialties-section h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .main-post .post-info {
    margin: 0 0 20px;
  }

  .main-post h2 {
    letter-spacing: normal;
    font-size: 34px;
    line-height: 38px;
  }

  .main-post .callout-block {
    display: block;
  }

  .main-post .callout-block figure {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
    float: none;
  }

  .main-post blockquote {
    width: 100%;
  }

  .blog-posts .box-holder {
    margin: 0;
    display: block;
  }

  .blog-posts .box {
    padding: 0;
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }

  .blog-posts .box:last-child {
    margin: 0;
  }

  .specialties-promo h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .specialties-promo dt {
    float: none;
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }

  .specialties-section h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .main-post .post-info {
    margin: 0 0 20px;
  }

  .main-post h2 {
    letter-spacing: normal;
    font-size: 34px;
    line-height: 38px;
  }

  .main-post .callout-block {
    display: block;
  }

  .main-post .callout-block figure {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
    float: none;
  }

  .main-post blockquote {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .navigation, .navigation-comments, .pagination {
    font-size: 12px;
  }
}

@media screen and (min-width: 1236px) and (max-width: 1335px) {
  .playlist-list .overl {
    min-width: 660px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1235px) {
  .media-list h4, .media-list ul {
    width: 190px;
    margin: auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .header .logo {
    margin-left: -5px;
  }

  .main-nav .container .social-inline, .main-nav .container .main, .main-nav .container .second {
    margin-left: 15px;
  }

  .entry .links a {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-list h4 {
    min-height: 86px;
    position: relative;
    margin-bottom: 14px;
  }

  .media-list h4:after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 578px) and (max-width: 767px) {
  .logos-box .row {
    width: calc(100% - 110px);
    margin: auto;
    max-width: 100%;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .approach-box:before {
    background-image: url(assets/images/bg-cta@2x.png);
  }

  .approach-box.lines:before {
    background-image: url(assets/images/bg-lines@2x.png);
  }

  .approach-box.round:before {
    background-image: url(assets/images/bg-about@2x.png);
  }

  .non-retina {
    display: none;
  }

  .retina {
    display: block;
  }
}

@media (max-aspect-ratio: 168 / 105) {
  .bg-video video {
    width: auto;
    height: 100%;
  }
}

@media (min-aspect-ratio: 168 / 105) {
  .bg-video video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-height: 450px) {
  .bg-video video {
    height: 100%;
    width: auto;
  }

  .case-headitem .case-ins .logo {
    height: 100px;
  }

  .audio-box .entry h2 {
    max-width: 90%;
  }
}

.playlist-list.alone {
  overflow: hidden;
  margin: 0;
  opacity: 1;
  transform: none;
}
