/* Minification failed. Returning unminified contents.
(5604,21): run-time error CSS1038: Expected hex color, found '#bbbb'
(5683,1): run-time error CSS1019: Unexpected token, found '}'
(6818,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6819,5): run-time error CSS1035: Expected colon, found '{'
(6822,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6823,5): run-time error CSS1035: Expected colon, found '{'
(6826,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6827,5): run-time error CSS1035: Expected colon, found '{'
(6830,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6831,5): run-time error CSS1035: Expected colon, found '{'
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500|Source+Sans+Pro:300,400,700');
@font-face { font-family: 'CeraPRO-Regular'; src: url('/includes/fonts/CeraPRO-Regular.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/CeraPRO-Regular.otf') format('opentype'), url('/includes/fonts/CeraPRO-Regular.woff') format('woff'), url('/includes/fonts/CeraPRO-Regular.ttf') format('truetype'), url('/includes/fonts/CeraPRO-Regular.svg#CeraPRO-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Agenor'; src: url('/includes/fonts/agenor-thin-webfont.woff2') format('woff2'), url('/includes/fonts/agenor-thin-webfont.woff') format('woff'); font-weight: 200; font-style: normal; }
@font-face { font-family: 'Agenor'; src: url('/includes/fonts/agenor-light-webfont.woff2') format('woff2'), url('/includes/fonts/agenor-light-webfont.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Agenor'; src: url('/includes/fonts/agenor-regular-webfont.woff2') format('woff2'), url('/includes/fonts/agenor-regular-webfont.woff') format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Agenor'; src: url('/includes/fonts/agenor-bold-webfont.woff2') format('woff2'), url('/includes/fonts/agenor-bold-webfont.woff') format('woff'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Agenor'; src: url('/includes/fonts/agenor-black-webfont.woff2') format('woff2'), url('/includes/fonts/agenor-black-webfont.woff') format('woff'); font-weight: 900; font-style: normal; }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -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: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.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-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* RESET */
@media screen {
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

    audio, canvas, video {
        display: inline-block;
    }

        audio:not([controls]) {
            display: none;
            height: 0;
        }

    [hidden] {
        display: none;
    }

    p {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0; /*max-width: 800px;*/
    }

    a {
        cursor: pointer;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            outline: none;
        }

        a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] {
            color: inherit !important;
            text-decoration: none !important;
            cursor: default;
        }

    abbr[title] {
        border-bottom: 1px dotted;
    }

    b, strong {
        font-weight: bold;
    }

    dfn {
        font-style: italic;
    }

    mark {
        background: #ff0;
        color: #000;
    }

    code, kbd, pre, samp {
        font-family: monospace, serif;
        font-size: 1em;
    }

    pre {
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    q {
        quotes: "\201C" "\201D" "\2018" "\2019";
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    h1, h2, h3, p {
        font-weight: normal;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 0;
    }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0;
        padding: .5em;
    }

    legend {
        border: 0;
        padding: 0;
    }

    button, input, select, textarea {
        font-family: inherit;
        font-size: 100%;
        margin: 0;
    }

    button, input {
        line-height: normal;
    }

        button, html input[type="button"], input[type="reset"], input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

            button[disabled], input[disabled] {
                cursor: default;
            }

    input, textarea {
        outline: none;
    }

        input[type="checkbox"], input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

        button::-moz-focus-inner, input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    textarea {
        overflow: auto;
        vertical-align: top;
    }

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

    input, textarea, select {
        outline: none;
    }

    .clear {
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    .center {
        position: relative; /*width: 980px;*/
        margin: 0 auto;
    }

    .centerContent {
        text-align: center;
    }

    .nowrap {
        white-space: nowrap;
    }

    .floatLeft {
        float: left;
    }

    .floatRight {
        float: right;
    }

    html {
        width: 100%;
        height: 100%;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px; /*line-height: 1.2em;*/
        color: #000;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    body {
        width: 100%;
        height: 100%;
    }

        body.contact-page .contact-bg {
            padding-bottom: 20%;
            margin-bottom: -15%;
            background: url(/images/contact-bg.jpg) bottom right no-repeat;
            background-size: cover;
        }

    .fullWrap {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
    }

        .fullWrap.adminOpen, .fullWrap.adminCollapsed {
            padding-left: 45px;
        }

    /* RAM */
    /* Table of Content
==================================================
#Site Styles
#Media Queries */
    /* #Site Styles
================================================== */
    /* ### general ### */
    * {
        margin: 0px;
        padding: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html, body {
        font-size: 100%;
        -webkit-text-size-adjust: 100%; /* Font varient */
        font-variant-ligatures: none;
        -webkit-font-variant-ligatures: none; /* Smoothing */
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-size: 16px;
        color: #464646;
        font-weight: 300;
    }

    input, select, textarea, button {
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #464646;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

    body {
        background: #fff;
    }

        body.gray-bg {
            background: #f7f7f7;
        }

    img {
        border: 0px;
        display: block;
    }

    ul, li {
        list-style: none;
    }

    :focus {
        outline: 1px dotted #929292;
    }

    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: right;
    }

    a {
        text-decoration: none;
        color: #c2c2c2;
        transition: 0.6s all ease;
    }

    .heading-bold {
        font-weight: normal;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-size: 50px;
        font-weight: 900;
        letter-spacing: 3px;
        line-height: 1.2em;
        color: #2b2b31;
    }

    .text-animation .line-cnt-1, .text-animation .line-cnt-1 span {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .text-animation .line-cnt-1 span.testimonial-logo {
            width: 133px;
            overflow: visible;
        }

    .js .text-animation .line-cnt-1 > span {
        transition: all ease-out;
        left: -100%
    }

    .js .text-animation.animate .line-cnt-1 > span {
        left: 0;
    }

    .js .text-animation .line-cnt-1:nth-child(1) > span {
        transition-delay: 0.00s;
        transition-duration: 1.00s;
    }

    .js .text-animation .line-cnt-1:nth-child(2) > span {
        transition-delay: 0.08s;
        transition-duration: 1.08s;
    }

    .js .text-animation .line-cnt-1:nth-child(3) > span {
        transition-delay: 0.16s;
        transition-duration: 1.16s;
    }

    .js .text-animation .line-cnt-1:nth-child(4) > span {
        transition-delay: 0.24s;
        transition-duration: 1.24s;
    }

    .js .text-animation .line-cnt-1:nth-child(5) > span, .js .text-animation .line-cnt-1.footer > span {
        transition-delay: 0.32s;
        transition-duration: 1.32s;
    }

    .js .text-animation .line-cnt-1:nth-child(6) > span {
        transition-delay: 0.40s;
        transition-duration: 1.40s;
    }

    .js .text-animation .line-cnt-1 > span > span {
        transition: all ease-out;
    }

    .js body .text-animation.animate .line-cnt-1 > span > span {
        left: 0;
    }

    .js .text-animation .line-cnt-1:nth-child(1) > span > span {
        transition-delay: 0.00s;
        transition-duration: 1.00s;
        left: 120%
    }

    .js .text-animation .dark .line-cnt-1:nth-child(1) > span > span {
        left: 100%;
    }

    .js .text-animation .line-cnt-1:nth-child(2) > span > span {
        transition-delay: 0.08s;
        transition-duration: 1.08s;
        left: 128%
    }

    .js .text-animation .line-cnt-1:nth-child(3) > span > span {
        transition-delay: 0.16s;
        transition-duration: 1.16s;
        left: 136%
    }

    .js .text-animation .line-cnt-1:nth-child(4) > span > span {
        transition-delay: 0.24s;
        transition-duration: 1.24s;
        left: 144%
    }

    .js .text-animation .line-cnt-1:nth-child(5) > span > span, .js .text-animation .line-cnt-1.footer > span > span {
        transition-delay: 0.32s;
        transition-duration: 1.32s;
        left: 152%
    }

    .js .text-animation .line-cnt-1:nth-child(6) > span > span {
        transition-delay: 0.40s;
        transition-duration: 1.40s;
        left: 160%
    }

    .js .wipe-up {
        position: relative;
    }

        .js .wipe-up:after {
            content: '';
            display: block;
            position: absolute;
            top: 100%;
            bottom: 0;
            background-color: white;
            width: 100%;
        }

        .js .wipe-up.animate:after {
            animation: wipeUp 1s ease-in-out;
        }

        .js .wipe-up img {
            opacity: 0;
            transition: all 0s ease-in-out 0.5s;
        }

        .js .wipe-up.animate img {
            opacity: 1;
        }

    @keyframes wipeUp {
        0% {
            top: 100%;
            bottom: 0;
        }

        50% {
            top: 0;
            bottom: 0;
        }

        100% {
            top: 0;
            bottom: 100%
        }
    }

    h5, .h5 {
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 24px;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 700;
        color: #fff;
    }

        h5 small, .h5 small {
            font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
            letter-spacing: normal;
            font-size: 18px;
            line-height: 1.25em;
            color: #c2c2c2;
            display: block;
            font-weight: 400;
        }

    address {
        font-style: normal;
    }

    .flex-center {
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        -ms-flex-flow: row wrap;
        -ms-flex-pack: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .flex-stretch {
        display: flex;
        display: -ms-flexbox;
        -ms-flex-flow: row wrap;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .flex-end {
        display: flex;
        display: -ms-flexbox;
        -ms-flex-flow: row wrap;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .flex-content-left {
        justify-content: flex-start;
    }

    .img-responsive {
        max-width: 100%;
    }

    .skip {
        transition: none;
        position: absolute;
        top: -9999px;
        z-index: 20;
        left: -9999px;
        height: 1px;
        width: 1px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        background: #464646;
    }

    p {
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-weight: 400;
    }

    .head-line {
        padding-bottom: 10px;
        position: relative;
    }

        .head-line:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -22px;
            width: 44px;
            height: 4px;
            display: block;
            bottom: 0;
            background: url(/images/head-bottom.png) center bottom no-repeat;
        }

        .head-line.dark:after {
            left: 0;
            margin-left: 0;
        }

    .light.head-line:after {
        opacity: .28;
    }

    a.skip:active, a.skip:focus, a.skip:hover {
        left: 50%;
        margin-left: -60px;
        padding: 10px;
        top: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }

    .image-fit {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%,-50%);
    }

    body.noscroll {
        overflow: hidden;
    }

    .bg-white {
        background: #fff;
    }

    .our-network .Footer-Angle {
        display: none;
    }

    .our-network .bg-white .Footer-Angle {
        display: block;
    }

    .heading-bold.white-text {
        color: #fff;
    }

    .ieMessage {
        position: relative;
        display: none;
        padding: 10px;
        margin: 0 auto;
        text-align: center;
        visibility: hidden;
    }

        .ieMessage a {
            color: #000;
            text-decoration: underline;
        }
    /* ### global classes ### */
    .clear {
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .mobile-drop .text-right {
        display: none;
    }

    .center {
        padding: 0 15px;
        margin: 0 auto;
        max-width: 1460px;
        position: relative;
    }
    /* ### wrapper ### */
    .wrapper {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        min-height: 100%;
        z-index: 1;
    }
    /* ### main container ### */
    .main-container {
        width: 100%;
    }
    /* ### banner container ### */
    .banner {
        position: relative;
    }

        .banner.serve-banner {
            min-height: 664px;
            background: #000 url(/images/who-we-are-banner.jpg) top center no-repeat;
            -webkit-background-size: cover;
            background-size: cover;
        }

    .our-client .banner.serve-banner {
        background: #000 url(/images/our-client.jpg) top center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .our-network .banner.serve-banner {
        background: #000 url(/images/our-network.jpg) center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .how-it-work .banner.serve-banner {
        background: #000 url(/images/how-it-work.jpg) top center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .contact-page .banner {
        min-height: 0;
    }

    .banner h1 {
        color: #fff;
        line-height: 66px;
        letter-spacing: 1px;
    }

    .our-network .banner h1 span span span span {
        display: block;
        font-size: 21px;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-weight: 300;
        width: 670px;
        margin: auto;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .banner.serve-banner h1 small {
        font-size: 18px;
        display: block;
        letter-spacing: 2px;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 300;
        line-height: 36px;
        padding-bottom: 5px;
    }
    .our-network .banner h1 span.line-cnt-1.h1 {
        padding-top: 9px;
    }
    .banner .top-angle {
        position: absolute;
        bottom: -2px;
        right: -2px;
    }

    .banner.home .top-angle {
        position: absolute;
        bottom: -1px;
        right: -2px;
    }
    /*.banner.home:before { content: '';  position: absolute; left: 0;  width: 100%; height: 31px; display: block; bottom:  0;   background: #fff;   }*/
    .banner.home {
        min-height: 942px;
        background: url(/images/banner-image.jpg) top right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

        .banner.home .center {
            padding-left: 22px;
        }

    .banner .center {
        padding-top: 76px;
        position: relative;
        z-index: 1;
    }

    .banner .white-bg {
        overflow: hidden;
        height: 150px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .banner .logo {
        display: inline-block;
        vertical-align: middle;
    }

    .js .banner .logo-container {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(-30px)
    }

        .js .banner .logo-container.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .banner .title {
        padding: 100px 0;
    }

    .how-it-work .banner.serve-banner .title {
        padding: 55px 0;
    }

    .banner.serve-banner .title {
        padding: 90px 0 0;
    }

        .banner.serve-banner .title h1 {
            letter-spacing: 4px;
        }

    .how-it-work .banner {
        min-height: 675px;
    }

    .our-network .banner {
        min-height: 678px;
    }

    .our-client.serve-log .banner {
        min-height: 677px;
    }

    .our-network .banner.serve-banner .title {
        padding-top: 34px;
    }

    .banner.home h1 > span:first-child {
        margin-left: -20px;
    }

    .banner h1 span {
        display: block;
    }

    .banner .footer {
        padding: 16px 0;
        display: flex;
    }

        .banner .footer .h5 {
            padding-left: 16px;
            margin-left: 20px;
            border-left: 1px solid #585858;
            display: block;
            letter-spacing: 3px;
        }

    .banner address {
        padding-top: 42px;
        padding-bottom: 42px;
        letter-spacing: 1px;
    }

    .js .banner address {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateX(30px)
    }

        .js .banner address.animate {
            opacity: 1;
            transform: translateX(0)
        }

    .banner address small {
        font-size: 20px;
        line-height: 24px;
        padding-top: 5px;
        color: #bbbaba;
    }

        .banner address small a {
            color: #bbbaba;
        }

    .banner address a:hover, .banner address a:focus {
        color: #fff;
    }

    .banner .who-we-serve {
        font-weight: 400;
        padding: 60px 0 50px;
        z-index: 10;
        cursor: pointer;
        font-size: 13px;
        color: #171717;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 0;
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 320px;
        margin-left: -160px;
        background: url(/images/dow-arow.png) center top no-repeat;
    }

    .js .banner .who-we-serve {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(-30px)
    }

        .js .banner .who-we-serve.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .podcast-effect {
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        color: #bbbaba;
        letter-spacing: 0px;
    }

        .podcast-effect:hover, .podcast-effect:focus {
            color: #ffffff;
        }
    /* ### nav bar ### */
    .nav-bar {
        position: absolute;
        right: 0;
        top: 56px;
        z-index: 3;
    }

        .nav-bar .navigation {
            display: none;
        }

        .nav-bar li {
            padding-bottom: 10px;
            letter-spacing: 1px;
            text-align: right;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 400;
        }

            .nav-bar li a {
                padding: 16px 50px;
                display: inline-block;
                vertical-align: middle;
                transition: all 0.3s ease;
                color: #c7c7c7;
                position: relative;
            }

                .nav-bar li a:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 0;
                    right: 0;
                    top: 50%;
                    margin-top: -1px;
                    transition: 0.3s all ease;
                    background: #fff;
                }

                .nav-bar li a:hover:after, .nav-bar li a:focus:after {
                    content: '';
                    width: 80px;
                    height: 2px;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -1px;
                    background: #fff;
                }

            .nav-bar li span {
                position: relative;
                background: #f7f7f7;
                float: right;
                opacity: .3;
                display: block;
                height: 3px;
                width: 52px;
                float: right;
                margin-right: 52px;
            }

    .js #navigation {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateX(30px)
    }

        .js #navigation.animate {
            opacity: 1;
            transform: translateX(0)
        }

    .nav-bar li a:hover, .nav-bar li a:focus {
        padding-right: 90px;
        color: #fff;
    }
    /* ### creative services ### */
    .creative-services {
        position: relative;
        background: url(/images/creative-services.jpg) center;
        -webkit-background-size: cover;
        background-size: cover;
    }

        .creative-services .top-angle {
            width: 103%;
            display: block;
            position: absolute;
            top: 178px;
            right: -7px;
        }

        .creative-services .Bottom-angle {
            width: 103%;
            display: block;
            position: absolute;
            bottom: 80px;
            left: -7px;
        }

        .creative-services:before {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 180px;
            display: block;
            top: 0;
            background: #f7f7f7;
        }

        .creative-services:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 85px;
            display: block;
            bottom: 0;
            background: #f7f7f7;
        }

        .creative-services h2 {
            position: relative;
            padding-bottom: 20px;
            color: #2b2b31;
        }

        .creative-services .center {
            padding-bottom: 40px;
            position: relative;
            z-index: 1;
        }

        .creative-services .row {
            max-width: 1062px;
            margin: 50px auto 0;
        }

            .creative-services .row .col-sm-4 {
                width: 33.33%;
                height: 350px;
                padding: 0 17px 30px;
            }

        .creative-services .block {
            height: 100%;
            box-shadow: 30px 20px 60px rgba(0,0,0,.1);
            background: #fff;
        }

    .js .creative-services .block {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .creative-services .block.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .creative-services .block span {
        text-align: center;
        font-size: 18px;
        color: #2b2b31;
    }

        .creative-services .block span .heading-bold {
            padding-top: 15px;
            display: block;
            line-height: 24px;
            font-size: 18px;
            letter-spacing: 1px;
            color: #2b2b31;
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-weight: 600;
        }

    .creative-services .block img {
        margin: auto;
    }
    /* ### creative services ### */
    .network-check {
        padding: 120px 0 0px;
        overflow: hidden;
        position: relative;
    }

        .network-check .block {
            max-width: 31%;
            margin: 0 auto 60px;
            min-height: 272px;
        }

            .network-check .block.inline {
                display: inline-block;
                margin: 78px auto;
                vertical-align: top;
            }
            .network-check .head-line {
                font-size: 42px;
                padding-bottom: 36px;
            }
    .js .network-check .block {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .network-check .block.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .network-check label {
        display: block;
    }

    .network-check strong {
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 600;
        letter-spacing: 3px;
        font-size: 21px;
        color: #2b2b31;
        line-height: 28px;
    }

    .network-check small {
        display: block;
        padding-top: 5px;
        margin: 0 auto;
        width: 86%;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        line-height: 26px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .network-check span {
        padding-top: 50px;
        cursor: pointer;
        position: relative;
        display: block;
    }

    .network-check .no-pad span {
        padding-top: 0;
    }
    /* Check-boxes */
    .block span.checkbox::before {
        content: '';
        width: 30px;
        height: 30px;
        border: 3px solid #cbcbcb;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 0;
        transition: .4s;
        background: #f7f7f7;
    }

    .block span.checkbox::before {
        border: 3px solid #cbcbcb;
    }

    .block span.checkbox::after {
        position: absolute;
        content: '';
        margin-left: -10px;
        left: 50%;
        top: -5px;
        color: transparent;
        transition: color .2s;
        width: 35px;
        height: 26px;
        background: url(/images/check.png) left top no-repeat;
        background-size: cover
    }

    /* Base styles for spans */
    label span::before, label span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0 auto;
    }
    /* ### creative services ### */
    .contact-section h1 {
        padding-bottom: 20px;
        color: #fff;
    }

    .contact-section {
        padding-top: 75px;
        background: #000 url(/images/banner-image.jpg) top right no-repeat;
        padding-bottom: 135px;
        background-size: cover;
    }

        .contact-section .address {
            overflow: hidden;
            clear: both;
            margin-bottom: 44px;
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
            font-weight: 300;
        }

            .contact-section .address strong {
                font-size: 12px;
                padding-bottom: 5px;
                line-height: 16px;
                font-weight: 500;
                display: block;
            }

        .contact-section address a {
            color: #fff;
        }

        .contact-section address {
            padding-bottom: 20px;
        }

        .contact-section .address div {
            width: 50%;
        }

        .contact-section .address .floatRight {
            width: 36%;
        }

        .contact-section .form-data {
            width: 552px;
        }

        .contact-section .h4 {
            color: #fff;
            display: block;
            margin-bottom: 20px;
            font-size: 14px;
            letter-spacing: 2px;
        }

        .contact-section form {
            padding: 0 5px;
        }

        .contact-section label {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            font-weight: 400;
        }

        .contact-section .form-group .label-text {
            color: #53535c;
            position: absolute;
            left: 25px;
            top: 2px;
            display: block;
            cursor: text;
            font-size: 16px;
            font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
            font-weight: 400;
            line-height: 20px;
            -moz-transform: translateY(14px);
            -ms-transform: translateY(14px);
            -webkit-transform: translateY(14px);
            transform: translateY(14px);
            transition: all 0.3s;
            z-index: 10;
        }

        .contact-section .form-group .input {
            padding: 22px 25px 10px;
            background-color: transparent;
            border: 0;
            color: #191919;
            font-size: 16px;
            font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
            font-weight: 700;
            outline: 0;
            transition: all 0.3s;
            width: 100%;
            background: #e6e6e6;
            border-radius: 0;
        }

        .contact-section .form-group.textEntered, .contact-section .form-group.inputFocused {
            width: 100%;
            font-weight: 700;
            background: #FFF;
        }

            .contact-section .form-group.textEntered input, .contact-section .form-group.inputFocused input, .contact-section .form-group.textEntered textarea, .contact-section .form-group.inputFocused textarea {
                background: #fff;
                border: 1px solid #e1e1e1;
            }

            .contact-section .form-group.textEntered .label-text, .contact-section .form-group.inputFocused .label-text, .no-js .contact-section .form-group .label-text {
                color: #191919;
                font-size: 12px;
                -moz-transform: translateY(6px);
                -ms-transform: translateY(6px);
                -webkit-transform: translateY(6px);
                transform: translateY(6px);
            }
        /*.contact-section .form-group.textEntered .label-text, .contact-section .form-group.inputFocused .label-text {  font-size: 12px; }*/
        .contact-section .text-area .label-text, .contact-section .form-group.text-area.textEntered .label-text, .contact-section .form-group.text-area.inputFocused .label-text, .no-js .contact-section .form-group.text-area .label-text {
            font-size: 0;
            width: 0;
            height: 0;
        }

        .contact-section .form-group {
            position: relative;
            display: block;
            margin-bottom: 14px;
        }

    .network-form-wrap .forminline-wrap {
        display: block;
        font-size: 0;
        position: relative;
    }

    .network-form-wrap .form-group.inline {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        width: 49.2%;
    }

        .network-form-wrap .form-group.inline:last-child {
            margin-right: 0;
        }

    .contact-section .text-area .input {
        padding-top: 16px;
        font-weight: 700;
        height: 177px;
        resize: none;
    }

        .contact-section .text-area .input:focus {
            font-weight: 700;
        }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #53535c;
        opacity: 1;
        font-weight: 400;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #53535c;
        opacity: 1;
        font-weight: 400;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #53535c;
        opacity: 1;
        font-weight: 400;
    }

    .contact-section .button, .header-cta, .default-cta {
        padding-left: 22px;
        letter-spacing: 2px;
        margin-top: 20px;
        position: relative;
        font-size: 14px;
        min-width: 240px;
        text-align: left;
        color: #fff;
        line-height: 54px;
        display: block;
        border: 2px solid #414141;
        background: #222224;
        box-shadow: 0px 8px 14.56px 1.44px rgba(0, 0, 0, 0.18);
    }

    .header-cta {
        background: transparent;
        box-shadow: 0px 23px 33.06px 4.94px rgba(0, 0, 0, 0.32);
        display: inline-block;
        vertical-align: middle;
        min-width: 256px;
        margin: 0 5px;
        overflow: hidden;
        position: relative;
        transition: all .25s ease;
    }
    .our-network .header-cta {margin-top: 2.3em; min-width: 250px;}
    .default-cta {
        margin-top: 32px;
        max-width: 224px;
        overflow: hidden;
        z-index: 100;
    }

        .header-cta:hover, .default-cta:hover {
            color: #161617;
        }

        .header-cta:before, .default-cta:before {
            content: '';
            position: absolute;
            display: block;
            background: #fff;
            height: 100%;
            width: 100%;
            top: 0;
            left: -100%;
            right: auto;
            bottom: 0;
            margin: auto;
            transition: all .25s ease;
            z-index: -1;
        }

        .header-cta:hover:before, .default-cta:hover:before {
            left: 0;
        }

        .contact-section .button:after, .header-cta:after, .default-cta:after {
            width: 8px;
            height: 14px;
            position: absolute;
            top: 50%;
            margin-top: -7px;
            right: 20px;
            display: block;
            content: '';
            background: url(/images/arrow1.png) left top no-repeat;
        }

        .contact-section .button:hover:after, .contact-section .button:focus:after, .header-cta:hover:after, .default-cta:hover:after {
            background: url(/images/arrow2.png) left top no-repeat;
        }

    .contact-section .button--rayen::before {
        padding-top: 2px;
    }

    .contact-section + .Footer-Angle {
        margin-top: -230px;
    }

    /* ### our process ### */
    .our-process .row {
        margin: 0 20px;
    }

    .our-process .col-sm-4 {
        padding: 0 20px;
        width: 33.33%;
        padding-top: 37px
    }

    .our-process .text {
        padding: 32px 28px 32px 46px;
        height: 100%;
        min-height: 420px;
        box-shadow: 0px 0px 40px rgba(0,0,0,.05);
        background: #fff;
        box-shadow: 8.619px 11.032px 39.2px 9.8px rgba(0, 0, 0, 0.13);
    }

    .js .our-process .text {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .our-process .text.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .js .our-process .dark .text {
        background: #1c1c1e;
        border: 1px solid #4a4a4b;
        color: #FFF;
        padding: 0;
    }

        .js .our-process .dark .text .block-link {
            position: relative;
            display: block;
            padding: 30px 50px 54px 50px;
            height: 100%;
            overflow: hidden;
            width: 100%;
        }

            .js .our-process .dark .text .block-link .h4 {
                position: absolute;
                bottom: 48px;
                font-size: 2em;
                line-height: 1.43em;
                color: #fff;
                max-width: 38%;
                padding-bottom: 0;
                transition: all .25s ease;
            }

            .js .our-process .dark .text .block-link:hover .h4 {
                color: #161617;
            }

            .js .our-process .dark .text .block-link .arrow {
                position: absolute;
                bottom: 53px;
                height: 40px;
                right: 50px;
                background: url(/images/cta-arrow.png) no-repeat center;
                background-size: 100% auto;
                width: 14px;
            }

            .js .our-process .dark .text .block-link::before,
            .js .partner-link.dark::before {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                background: #fff;
                top: 0;
                left: -100%;
                right: auto;
                bottom: 0;
                transition: all .25s ease;
                margin: auto;
            }

            .js .our-process .dark .text .block-link:hover::before,
            .js .partner-link.dark:hover::before {
                left: 0;
            }

    .our-process h2 {
        padding-bottom: 27px;
        font-size: 42px;
    }

    .our-process {
        padding-top: 74px;
    }

        .our-process .center {
            max-width: 1350px;
        }

        .our-process .text span.heading-bold {
            padding: 2px 0 3px;
            display: block;
            margin-bottom: 20px;
            position: relative;
            color: #cacacb;
        }

            .our-process .text span.heading-bold:after {
                width: 40px;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: #c9c9c9;
                content: '';
                display: block;
            }

        .our-process .h4 {
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-weight: 900;
            font-size: 21px;
            letter-spacing: 1px;
            padding-bottom: 5px;
            line-height: 28px;
            color: #2b2b31;
            display: block;
        }

        .our-process p {
            font-size: 18px;
            letter-spacing: 1px;
            padding-right: 15px;
            line-height: 26px;
            color: #2b2b31;
        }

        .our-process .process {
            position: relative;
            padding: 14px 0 70px;
            background: url(/images/process-bg.jpg) left top no-repeat;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .our-process .top-angle, .client-say .top-angle, .network-form .top-angle {
            position: absolute;
            width: 101%;
            right: -2px;
            top: 58px;
        }

    .client-say .top-angle, .network-form .top-angle {
        top: 0;
    }

    .our-process .bottom-angle, .client-say .bottom-angle {
        position: absolute;
        width: 102%;
        left: -10px;
        bottom: 24px;
    }

    .how-it-work .our-process .bottom-angle {
        bottom: -1px;
    }

    .client-say .bottom-angle {
        bottom: 0;
    }

    .our-process .process:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 59px;
        content: '';
        background: #f7f7f7;
    }

    .our-process .process:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px;
        content: '';
        background: #fff;
    }

    .how-it-work .our-process .process:after {
        display: none;
    }

    .our-process .search {
        padding: 147px 0 168px;
    }

        .our-process .search h3 {
            padding-bottom: 25px;
            font-size: 42px;
            letter-spacing: 3px;
            line-height: 1.4em;
            color: #fff;
        }

            .our-process .search h3 .call {
                padding-left: 50px;
                margin-right: 50px;
                color: #d7d7d7;
                font-size: 28px;
                font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
                font-weight: 300;
                display: inline-block;
                line-height: 1.5em;
                background: url(/images/phone.png) left center no-repeat;
            }

    .js .listen .text {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .listen .text.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .our-process .step-block {
        padding: 160px 0 170px;
    }

        .our-process .step-block .heading-bold.white-text {
            font-size: 42px;
        }

        .our-process .step-block .h4 {
            color: #fff;
        }

    .our-process .search h3:after {
        opacity: .3;
    }

    .our-process .head-line:after {
        opacity: 1;
    }

    .js .step-text {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .step-text.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .our-process .step-text {
        padding: 65px 30px 0 0;
        color: #fff;
    }

        .our-process .step-text .check {
            display: block;
            margin-bottom: 25px;
            width: 41px;
            height: 34px;
            background: url(/images/check-white.png) left top no-repeat;
        }

        .our-process .step-text p, .our-process .step-block__two p {
            color: #9a9a9a;
            padding-right: 0;
        }

    .our-process .step-block__two {
        width: 58%;
        margin: auto;
    }

        .our-process .step-block__two h2 {
            padding-bottom: 20px;
        }

        .our-process .step-block__two ul {
            padding: 60px 50px;
        }

        .our-process .step-block__two li {
            padding-left: 45px;
            letter-spacing: 2px;
            ;
            margin-bottom: 38px;
            width: 50%;
            font-size: 21px;
            color: #fff;
            line-height: 28px;
            background: url(/images/check-white.png) left top no-repeat;
            background-size: 30px;
        }

    .js .step-block__two li {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .step-block__two li.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .how-it-work .our-process .center {
        max-width: 1250px;
    }

    .how-it-work .our-process h3 {
        padding-bottom: 34px;
        font-size: 42px;
    }


    .how-it-work .our-process .text {
        min-height: 318px;
    }

    .how-it-work .our-process .col-sm-4 {
        padding: 0 25px;
    }

    .how-it-work .our-process .listen {
        position: relative;
        z-index: 1;
        padding-top: 57px;
    }

    .how-it-work .our-process .top-angle {
        top: 0;
    }

    .how-it-work .our-process .process {
        position: relative;
        margin-top: -115px;
        padding: 114px 0 80px;
        background: #161617 url(/images/process-how-it-work.jpg) left 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .how-it-work .our-process .process:before {
            height: 5px;
        }

        .how-it-work .our-process .process:before {
            height: 5px;
        }

    .how-it-work .our-process .search {
        padding: 90px 0 185px
    }
    /* ### network form ### */
    .network-form {
        position: relative;
        padding: 245px 0 0 0;
    }
    .network-form .heading-bold {
        font-size: 43px;
    }
    .network-form .h4 {
        font-size: 32px;
        padding-top: 9px;
        line-height: 37px;
    }

    .network-form-wrap {
        background: transparent;
        display: block;
        margin: 0 auto;
        max-width: 645px;
        padding-top: 47px;
        padding-bottom: 73px;
        position: relative;
    }
    /* ### creative services ### */
    .award-winning {
        padding: 55px 0 45px;
        overflow: hidden;
        position: relative;
    }

        .award-winning h2 {
            position: relative;
            padding-bottom: 20px;
            color: #2b2b31;
        }

        .award-winning .center {
            padding-bottom: 50px;
            position: relative;
            z-index: 1;
        }

        .award-winning .row {
            max-width: 1244px;
            margin: 38px auto 0;
            justify-content: flex-start;
        }

            .award-winning .row .col-sm-4 {
                width: 25%;
                height: 288px;
                padding: 0 4px 8px;
            }

        .award-winning .block {
            height: 100%;
            background: #ededed;
        }

    .js .award-winning .block {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .award-winning .block.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .award-winning .block span {
        text-align: center;
        font-size: 18px;
        color: #2b2b31;
    }

        .award-winning .block span strong {
            padding-top: 15px;
            display: block;
            font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 1.2em;
            color: #2b2b31;
            letter-spacing: normal;
        }

    .award-winning img {
        opacity: .6;
        margin: auto;
    }
    /*.award-winning .block:hover img { opacity: 1; }*/
    /* ### award-winning ### */
    .about-us .head {
        width: 260px;
        padding: 0 40px 0 10px;
    }

    .about-us .text {
        width: 70%;
    }

    .about-us {
        min-height: 300px;
    }

        .about-us h2 {
            padding-bottom: 10px;
            position: relative;
            color: #2b2b31;
            text-align: right;
            line-height: 1.2em;
        }

        .about-us .center {
            padding: 54px 00px 50px 18px;
            max-width: 1300px;
        }

    .js .about-us .text {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .about-us .text.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .about-us p {
        padding-right: 20px;
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        letter-spacing: 1px;
        ;
        line-height: 1.4em;
        color: #2b2b31;
    }

    .about-us strong {
        font-weight: 700;
    }

    .about-us h2:after {
        content: '';
        position: absolute;
        right: 0%;
        width: 44px;
        height: 4px;
        display: block;
        bottom: 0;
        background: url(/images/head-bottom.png) center bottom no-repeat;
    }
    /* ### network partners ### */
    .our-network .our-network-partners {
        background: #fff;
        padding-top: 198px;
    }

    .our-network .our-network-partners .center {
        max-width: 1600px;
    }
    .our-network-partners .head-line {
       font-size: 42px;
       padding-bottom: 27px;
    }
    .our-network .partner-wrap {
        font-size: 0;
        padding: 54px 0 36px 0;
        position: relative;
    }
    .our-network .partner-link {
        border: 2px solid #e6e6e6;
        display: inline-block;
        font-size: 20px;
        /*height: 15.15em;*/
        height: 55%;
        margin: 0 25px 26px 0;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        vertical-align: top;
        width: 18.6%;
    }
    .our-network .partner-link.partner-link-no-image {
        background: #1c1c1e;
        border: 1px solid #4a4a4b;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        height: 55%;
        margin: 0 0 26px 0;
        /*min-height: 303.2px;*/
        /*max-height: 303.2px;*/
        overflow: hidden;
        position: relative;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        vertical-align: top;
        width: 18.6%;
    }
    .our-network .partner-link-padding {
        display: block;
        padding: 86% 35px 54px 35px;
        position: relative;
    }
    .our-network .partner-link.partner-link-no-image .partner-link-block-txt {
        bottom: 48px;
        color: #fff;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-size: 1.2em;
        font-weight: 900;
        line-height: 1.43em;
        max-width: 43%;
        padding-bottom: 0;
        position: absolute;
        transition: all .25s ease;
    }
    .our-network .partner-link.partner-link-no-image .arrow {
        background: url(/images/cta-arrow.png) no-repeat center;
        background-size: 100% auto;
        bottom: 53px;
        height: 40px;
        position: absolute;
        right: 35px;
        width: 14px;
    }

        .our-network .partner-link:hover {
            border: 2px solid #2b2b31;
        }

        .our-network .partner-link.dark {
            background: #161617;
        }

        .our-network .partner-link:nth-child(5n + 5) {
            margin-right: 0;
        }
        .our-network-partners .col-sm-7 {
            width: 76%;
        }
        .network-filter-wrap {
            float: right;
            margin-right: 10px;
            width: 290px;
        }
    .default-select-label {
        color: #2b2b31;
        display: block;
        font-size: 12px;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 900;
        letter-spacing: .1em;
        padding-bottom: 5px;

    }
    .default-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url(/images/down-arrow.png) no-repeat 95% center;
        background-size: 16px auto;
        border: 2px solid #dedede;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2em;
        padding: 15px 11px;
        text-transform: none;
        width: 100%;
    }

    .our-network .partner-link-image {
        display: block;
        font-size: 0;
        overflow: hidden;
        padding: 65% 0 0 0;
        position: relative;
        width: 100%;
    }

        .our-network .partner-link-image::after {
            color: #fff;
            content: 'View';
            position: absolute;
            display: block;
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-size: 19px;
            font-weight: 700;
            line-height: 20px;
            width: 100%;
            height: 100%;
            background: #000;
            background: rgba(0,0,0,.4);
            top: 0;
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            transition: all .25s ease;
            text-align: center;
            padding: 90px 0 0 0;
            z-index: 25;
        }

    .our-network .partner-link:hover .partner-link-image::after {
        opacity: 1;
    }

    .our-network .partner-link.dark .partner-link-image::after {
        display: none;
        visibility: hidden;
    }

    .our-network .partner-link-image img {
        /*bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;*/
        bottom: -50em;
        display: block;
        left: -50em;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        position: absolute;
        right: -50em;
        top: -50em;
        transform-origin: center;
        transition: .25s;
    }

    .our-network .dark .partner-link-image,
    .our-network .dark .partner-link-content {
        /*background: #27272e;*/
    }

    .partner-link-content {
        display: block;
        min-height: 112px;
        padding: 15px 14px 18px 20px;
        position: relative;
        width: 100%;
    }

        .partner-link-content .partner-title {
            color: #161617;
            display: block;
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-size: 12px;
            font-weight: 900;
            position: relative;
            text-transform: uppercase;
        }

    .dark .partner-link-content .partner-title {
        bottom:28px;
        color: #fff;
        font-size: 24px;
        left: 32px;
        line-height: 1.375em;
        max-width: 38%;
        position: absolute;
        transition: all .25s ease;
    }

    .dark:hover .partner-link-content .partner-title {
        color: #161617;
    }

    .partner-link-content .partner-name {
        color: #161617;
        display: block;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-size: 14px;
        position: relative;
    }

    .partner-link-text {
        bottom: 18px;
        color: #161617;
        display: block;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-size: 14px;
        padding: 0 15px;
        position: absolute;
        right: 16px;
    }

    .dark .partner-link-text {
        bottom: 48px;
        right: 34px;
    }

    .partner-link-text::after {
        bottom: 0;
        content: '';
        background: url(/images/cta-arrow.png) no-repeat center;
        background-size: 100% auto;
        height: 9px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
    }

    .dark .partner-link-text::after {
        height: 18px;
        width: 10px;
    }
    /* ### client say ### */
    .client-say {
        background: url(/images/network-bkg.jpg) left top no-repeat;
        background-size: cover;
    }

    .client-say {
        background: #f7f7f7;
    }

    .our-network .client-say {
        background: url(/images/network-bkg.jpg) left top no-repeat;
        background-size: cover;
    }

    .client-say h2 {
        color: #2b2b31;
        font-size: 60px;
        line-height: 64px;
        letter-spacing: .06em;
    }

    .our-network .client-say h2 {
        color: #fff;
    }

    .client-say .row {
        max-width: 1390px;
        margin: auto;
        padding: 76px 15px 136px 15px;
    }

    .our-client .client-say {
        min-height: 555px;
        margin-top: -110px;
    }

    .client-say .col-sm-4 {
        width: 33.33%;
        padding: 22px;
    }

    .client-say .block {
        padding: 25px 32px;
        min-height: 435px;
        box-shadow: 30px 40px 40px rgba(0,0,0,.07);
        height: 100%;
        background: #fff;
    }

    .js .client-say .block {
        transition: all 0.25s ease-in-out 0.4s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .client-say .block.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .client-say .no-bg {
        padding-left: 45px;
        background: none;
        justify-content: flex-start;
        width: 30%;
    }

    .client-say .text {
        padding: 100px 0 0 00px;
    }

    .client-say {
        margin-top: 0;
    }

    .how-it-work .client-say {
        margin-top: -126px;
    }

    .client-say .h5 {
        padding: 20px 0 15px;
        margin-bottom: 10px;
        position: relative;
        color: #2b2b31;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2em;
        display: block;
    }

        .client-say .h5:after {
            display: block;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            content: '';
            background: #a4a4a4;
        }

        .client-say .h5 small {
            font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
            font-weight: 400;
            color: #000000;
            padding-top: 2px;
            display: block;
        }

    .client-say p {
        padding-right: 20px;
        font-style: italic;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.7em;
        letter-spacing: 1px;
        color: #131313;
    }

    .our-network .client-say .col-sm-5 {
        width: 41%;
    }

    .our-network .client-say .col-sm-7 {
        padding: 0 90px 0 140px;
        width: 59%;
        position: relative;
    }

    .our-network .client-say .no-bg {
        padding: 30px 4% 0 60px;
    }

    .js .client-say .show-container {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .client-say .show-container.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .our-network .client-say .slider {
        padding: 40px 44px;
        background: #fff;
        box-shadow: 8.619px 11.032px 39.2px 9.8px rgba(0, 0, 0, 0.13);
    }

        .our-network .client-say .slider .h5:after {
            display: none;
        }
    /*.our-network .client-say {		margin-top: -125px;	}*/
    .our-network .client-say p {
        font-size: 24px;
        padding-bottom: 15px;
        line-height: 36px;
    }

    .our-network .client-say .h5 {
        padding: 15px 0 15px;
        color: #2b2b31;
        position: relative;
        display: block;
    }

        .our-network .client-say .h5:before {
            display: block;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            content: '';
            background: #a4a4a4;
        }

    .our-network .client-say {
        position: relative;
        margin-top: 160px;
        min-height: 800px; 
        /* background: url(/images/client-bg.jpg) left bottom no-repeat;*/
    }

        .our-network .client-say small {
            color: #2b2b31;
            font-size: 18px;
            letter-spacing: 1px;
        }

        .our-network .client-say .nav-control {
            cursor: pointer;
            opacity: .68;
            position: absolute;
            margin-top: 8px;
            cursor: pointer;
            top: 46%;
            height: 28px;
            width: 40px;
            display: block;
            text-indent: -99999px;
        }

            .our-network .client-say .nav-control:hover, .our-network .client-say .nav-control:focus {
                opacity: 1;
            }

            .our-network .client-say .nav-control.prev, .client-say .nav-control.prev {
                left: 11px;
                background: url(/images/prev.png) left top no-repeat;
            }

            .our-network .client-say .nav-control.prev {
                background: url(/images/prev-w.png) left top no-repeat;
            }

            .our-network .client-say .nav-control.next, .client-say .nav-control.next {
                right: 62px;
                background: url(/images/next.png) left top no-repeat;
            }

            .our-network .client-say .nav-control.next {
                background: url(/images/next-w.png) no-repeat left center;
            }

        .our-network .client-say .nav-bullet li {
            cursor: pointer;
            margin: 0 7px;
            text-indent: -99999px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            display: inline-block;
            border: 2px solid #7e7e89;
        }

        .our-network .client-say .nav-bullet {
            padding-top: 30px;
            ;
        }

            .our-network .client-say .nav-bullet li.slick-active, .our-network .client-say .nav-bullet li:focus, .our-network .client-say .nav-bullet li:hover {
                border-color: #35353a;
                background: #35353a;
            }

    .how-it-work .client-say .text {
        padding: 0 0 108px 0;
    }

    .how-it-work .client-say .block {
        padding: 45px;
        min-height: 0
    }

    .how-it-work .client-say .big {
        width: 37%
    }

    .how-it-work .client-say .no-bg {
        width: 29%
    }

    .how-it-work .client-say .col-sm-4.small {
        width: 31%;
    }
    /* ### why-we ### */
    .why-we a .heading-bold {
        position: absolute;
        color: #fff;
        left: 47px;
        bottom: 33px;
        font-size: 24px;
        line-height: 1.5em;
        text-shadow: 1px 1px 10px rgba(0,0,0,.5);
    }

    .why-we .center {
        padding: 0;
    }

    .why-we p {
        padding: 0 40px 15px 0;
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 1.4em;
        color: #fff;
        font-style: italic;
        font-weight: 300;
    }

    .why-we strong {
        font-weight: 700;
    }

    .why-we {
        padding: 55px 0;
        min-height: 1285px;
        overflow: hidden;
        position: relative;
        background: #000 url(/images/why-bg.jpg) center no-repeat;
        background-size: cover;
    }

        .why-we .top-angle {
            width: 101%;
            display: block;
            position: absolute;
            top: 30px;
            right: -2px;
        }

        .why-we .Bottom-angle {
            width: 101%;
            display: block;
            position: absolute;
            bottom: -7px;
            left: -2px;
        }

    .our-client .why-we .Bottom-angle {
        left: auto;
        right: -2px;
        width: 102%;
    }

    .why-we:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 35px;
        display: block;
        top: 0;
        background: #f7f7f7;
    }

    .our-client .why-we:before {
        height: 1px;
    }

    .why-we .video img {
        max-width: 100%;
        box-shadow: 30px 10px 44px rgba(0,0,0,.2);
    }

    .why-we .video {
        max-width: 588px;
    }

    .why-we .play {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(/images/why-play.png) center no-repeat;
    }

    .why-we .video {
        position: relative;
    }

    .why-we .text {
        padding: 110px 40px 0 10px;
        width: 56%;
    }

    .why-we .h5 {
        margin-top: 10px;
        display: block;
    }

        .why-we .h5 small {
            padding-top: 13px;
            letter-spacing: 2px;
            text-decoration: underline;
        }

            .why-we .h5 small:hover {
                text-decoration: none;
            }

    .why-we .search {
        padding: 152px 0;
    }

        .why-we .search h3 {
            padding-bottom: 25px;
            font-size: 42px;
            letter-spacing: 3px;
            line-height: 1.4em;
            color: #fff;
        }

            .why-we .search h3 .call {
                padding-left: 50px;
                margin-right: 50px;
                color: #d7d7d7;
                font-size: 28px;
                font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
                font-weight: 300;
                display: inline-block;
                line-height: 1.5em;
                background: url(/images/phone.png) left center no-repeat;
            }

    .our-client .why-we {
        background: url(/images/market-executives.jpg) center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

        .our-client .why-we .top-angle {
            top: 0;
        }

        .our-client .why-we :before {
            display: none;
        }

    .our-client .why-we {
        padding: 235px 0 165px;
    }

        .our-client .why-we .head-line:after {
            opacity: .5
        }

        .our-client .why-we h2 {
            padding-bottom: 42px;
            margin-bottom: 70px;
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-weight: 900;
            color: #fff;
        }

        .our-client .why-we .one {
            width: 45%;
            padding-right: 10px;
        }

        .our-client .why-we .two {
            width: 10%;
        }

    .js .why-we .row {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateX(-120px)
    }

        .js .why-we .row:nth-child(even) {
            transform: translateX(120px)
        }

        .js .why-we .row.animate {
            opacity: 1;
            transform: translateX(0)
        }

    .our-client .why-we .three {
        width: 45%;
        padding-left: 10px;
    }

    .our-client .why-we .h5 {
        margin: 0;
        font-weight: 400;
        display: block;
        line-height: 30px;
        font-size: 21px;
        position: relative;
    }

    .our-client .why-we .row .number {
        font-size: 60px;
        color: #fff;
        text-align: center;
        letter-spacing: 4px;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 900;
        display: block;
        line-height: 70px;
    }

    .our-client .why-we .center {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 1240px;
    }

    .our-client .why-we .row {
        padding-bottom: 40px;
    }

    .our-client .why-we .search {
        padding: 96px 0 30px;
    }

    .video-light .close {
        cursor: pointer;
        width: 37px;
        text-indent: -9999px;
        border: 0;
        height: 37px;
        display: block;
        position: absolute;
        right: 40px;
        top: 70px;
        background: url(/images/close-icon.png) top left no-repeat;
    }
    .list-frame .close {
        cursor: pointer;
        width: 37px;
        text-indent: -9999px;
        border: 0;
        height: 37px;
        display: block;
        position: absolute;
        right: 40px;
        top: 70px;
        background: url(/images/close-icon-no-border.png) top left no-repeat;
    }
        .video-light .close:focus {
            outline: solid;
            outline-color: #1b7fcc;
        }

    .video-light {
        padding: 40px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 0;
        transition: 0.6s all ease;
        background: rgba(0,0,0,.7)
    }

        .video-light.active {
            opacity: 1;
            z-index: 10;
        }

        .video-light .video-frame {
            width: 1143px;
            height: 642px;
        }

            .video-light .video-frame iframe {
                width: 100%;
                height: 100%;
            }

        .video-light .light-video {
            max-width: 100%;
        }
    /* ### anency-search ### */
    .anency-search {
        padding: 150px 0 70px;
        background: url(/images/whait-angle.png) top center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .anency-search h3 {
            padding-bottom: 25px;
            font-size: 42px;
        }

        .anency-search .h4 {
            padding: 40px 0;
            letter-spacing: 2px;
            font-size: 36px;
            font-family: 'Montserrat', sans-serif, Arial, Tahoma, sans-serif;
            font-weight: 400;
            display: block;
        }

    .js .anency-search .h4 {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .anency-search .h4.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .anency-search .h4 strong {
        padding: 30px 0 10px;
        display: block;
        font-size: 18px;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 900;
    }
    /* ### work-info ### */
    .work-info .center {
        width: 850px;
        text-align: center;
    }

    .error-page .work-info .center {
        width: 970px;
    }

    .how-it-work .work-info .center {
        width: 750px;
    }

    .work-info h2 {
        position: relative;
        line-height: 1.2em;
        padding-bottom: 18px;
        margin-bottom: 23px;
        color: #2b2b31;
    }

    .work-info {
        position: relative;
        padding: 65px 0 65px;
        min-height: 532px;
    }

    .error-page .work-info h2 {
        margin: 80px 0;
    }

        .error-page .work-info h2 a {
            text-decoration: underline;
            color: #2b2b31;
        }

            .error-page .work-info h2 a:hover {
                text-decoration: none;
            }

    .work-info p {
        padding: 0 30px;
        letter-spacing: 1px;
        font-size: 19px;
        line-height: 1.4em;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-weight: 400;
        color: #2b2b31;
    }

    .work-info .text {
        padding: 10px 30px;
        text-align: left;
    }

    .js .work-info .text {
        transition: all 0.25s ease-in-out 0.9s;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .work-info .text.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .work-info .text p {
        padding: 0;
    }

    .how-it-work .work-info {
        min-height: 375px;
        background: #fff;
    }

        .how-it-work .work-info h2 {
            margin-bottom: 0px;
            ;
        }

        .how-it-work .work-info .h4 {
            padding-bottom: 10px;
            font-size: 21px;
            line-height: 26px;
            letter-spacing: 1px;
            display: block;
        }

        .how-it-work .work-info p {
            margin-top: 0;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif, Arial, Tahoma, sans-serif;
        }

    .our-client .work-info {
        padding: 30px 0;
        min-height: 515px;
    }

        .our-client .work-info h2 {
            line-height: 1.3em;
        }

        .our-client .work-info .h5 {
            padding: 40px 0 5px;
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-weight: 900;
            font-size: 20px;
            color: #2b2b31;
            display: block;
        }

    .js .work-info-details {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .work-info-details.animate {
            opacity: 1;
            transform: translateY(0)
        }
    /* ### serve-log ### */
    .serve-log {
        padding-top: 40px;
        position: relative;
        z-index: 1;
    }

    .our-client .serve-log {
        padding-top: 0;
    }

    .serve-log .serve-mid {
        padding: 00px 0 0px;
        min-height: 479px;
        background: #fff;
    }

    .serve-log.inner-serve .serve-mid {
        background: none;
    }

    .serve-log.inner-serve {
        background: none;
    }

        .serve-log.inner-serve:before {
            display: none;
        }

    .serve-log .serve-mid img {
        margin: 0 auto;
        opacity: .31;
        text-align: center;
    }
  

    .serve-log .serve-mid a:hover img, .serve-log .serve-mid a:focus img {
        opacity: 1;
    }

    .serve-log .logo {
        padding: 20px 15px 5px;
        width: 20%;
    }

    .js .serve-log .logo {
        transition: all 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(30px)
    }

        .js .serve-log .logo.animate {
            opacity: 1;
            transform: translateY(0)
        }

    .our-client .serve-log .logo {
        padding-bottom: 30px;
        width: 14%;
    }

    .our-client .serve-log .h3 {
        font-size: 13px;
        color: #171717;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .our-network .serve-log {
        padding-top: 127px;
        padding-bottom: 60px;
        background: #fff;
    }

        .our-network .serve-log h2 {
            padding-bottom: 50px;
            font-size: 42px;
        }

    .our-client .serve-log .serve-mid {
        padding-top: 12px;
        min-height: 300px;
    }

    .our-client .serve-log .center {
        padding: 40px;
    }

    .how-it-work .serve-log {
        padding-top: 0;
    }

    .Footer-Angle {
        width: 105%;
        margin-bottom: -2px;
        margin-left: -2px;
        display: block;
    }

    .serve-log .simple, .our-network-partners .simple {
        color: #161617;
        display: block;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 26px;
        margin-top: 50px;
        padding: 20px 0;
        position: relative;
        text-align: center;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
        z-index: 20;
    }
        .serve-log .simple {
            font-size: 20px;
            margin-top: 33px;
        }

        .our-network-partners .simple {
            margin: 10px 0 50px 0;
        }

    .simple:hover,
    .simple:focus {
        opacity: .5;
    }
    /* ### connect-us ### */
    .connect-us {
        padding: 100px 0 148px;
        position: relative;
        z-index: 2;
        background: #161617 url(/images/connect-bg.jpg) bottom center no-repeat;
    }

        .connect-us .text-top {
            padding: 0 15px;
            width: 100%;
            position: absolute;
            left: 0;
            top: -31px;
            text-align: center;
        }

        .connect-us h2 {
            padding-bottom: 70px;
            font-size: 42px;
            line-height: 50px;
            letter-spacing: 2px;
            color: #fff;
            font-family: 'Agenor', Arial, Tahoma, sans-serif;
            font-weight: 700;
        }

        .connect-us li {
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            padding: 0 10px;
            letter-spacing: 2px;
            text-align: left;
        }

            .connect-us li a {
                position: relative;
                min-width: 190px;
                color: #fff;
                line-height: 43px;
                display: block;
                margin-top: 9px;
                border: 2px solid #2f2f30;
                background: #222224;
            }
                .connect-us li:last-of-type a {
                    min-width: 226px;
                }
                .connect-us li a:after {
                    width: 8px;
                    height: 14px;
                    position: absolute;
                    top: 50%;
                    margin-top: -7px;
                    right: 20px;
                    display: block;
                    content: '';
                    background: url(/images/arrow1.png) left top no-repeat;
                }

                .connect-us li a:hover:after, .connect-us li a:focus:after {
                    background: url(/images/arrow2.png) left top no-repeat;
                }

    /* ### our network overlays ### */
    .list-frame {
        background: #0e0e10;
        border: 2px solid #404042;
        box-shadow: 0px 13px 78.85px 16.15px rgba(0, 0, 0, 0.64);
        display: block;
        top: auto;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        overflow: hidden;
        padding: 50px 45px 50px 95px;
        position: absolute;
        width: 860px;
    }

    .partner-detail .list-frame {
        max-height: 766px;
        max-width: 1552px;
        height: 80%;
        width: 80%;
    }

    .list-header {
        color: #fff;
        display: block;
        font-family: 'Agenor', Arial, Tahoma, sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 34px;
        padding: 0 0 16px 0;
        margin: 0 0 16px 0;
        position: relative;
        text-transform: uppercase;
    }

    .partner-detail .list-header {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 0;
        padding: 0;
    }
    .partner-inner.left {
        padding-right: 40px;
    }

    .list-subhead {
        color: #fff;
        font-size: 16px;
        line-height: 29px;
        padding-bottom: 3px;
    }

    .list-header:after {
        content: '';
        position: absolute;
        left: 0;
        margin-left: 0;
        width: 44px;
        height: 4px;
        display: block;
        bottom: 0;
        background: url(/images/head-bottom.png) center bottom no-repeat;
        opacity: .7;
    }

    .partner-detail .list-header:after {
        display: none;
    }

    .client-list .close, .partner-detail .close {
        top: 50px;
        z-index: 200;
    }

    .list-scroll {
        max-height: 500px;
        overflow: auto;
    }

    .client-list-item {
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 48px;
    }

    .partner-detail .list-inner {
        font-size: 0;
        position: relative;
    }

    .partner-inner {
        display: inline-block;
        font-size: 20px;
        position: relative;
        width: 50%;
        vertical-align: top;
    }

        .partner-inner.left {
            padding-right: 92px;
        }

    .partner-main-image {
        background: #53535c;
        display: block;
        height: auto;
        margin: 0 0 12px 0;
        overflow: hidden;
        padding: 95% 0 0 0;
        position: relative;
        width: 100%;
    }
        .partner-main-image img {
            display: block;
            max-height: 100%;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
        }
        .partner-image-scroll-wrap {
            display: block;
            font-size: 0;
            position: relative;
            width: 100%;
        }

        .partner-image-scroll-wrap button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #2f2f33 url(/images/arrow-white.png) no-repeat center;
            background-size: 18px auto;
            border: 1px solid #2f2f33;
            display: inline-block;
            height: 70px;
            margin: 0 1% 0 0;
            position: relative;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            transition: all .25s ease;
            width: 6.1%;
            vertical-align: top;
        }

            .partner-image-scroll-wrap button.right {
                background-image: url(/images/arrow-white-r.png);
                margin: 0 0 0 1%;
            }

            .partner-image-scroll-wrap button:hover {
                border: 1px solid #fff;
            }

    .partner-extra-image {
        background: #464646;
        display: inline-block;
        line-height: 0;
        margin: 0 1%;
        overflow: hidden;
        padding: 11.45% 0 0 0;
        position: relative;
        vertical-align: top;
        width: 10.2%;
    }

    .partner-content.scroll::-webkit-scrollbar {
        width: 12px;
    }
    .partner-content.scroll::-webkit-scrollbar-track {
        background: #404042;
        border-radius: 12px;
    }
    .partner-content.scroll::-webkit-scrollbar-thumb {
        background: #bbbb;
        border-radius: 12px;
    }

    .partner-extra-image img {
        bottom: -999px;
        display: block;
        height: 100%;
        left: -999px;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: -999px;
        top: -999px;
        width: auto;
        cursor:pointer;
    }
    .background-main-image img {
        bottom: -999px;
        display: block;
        height: 100%;
        left: -999px;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: -999px;
        top: -999px;
        width: auto;
    }
    .partner-content p {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        max-width: 85%;
        padding-top: 32px;
        
    }
        /* ### footer ### */
        .footer-page li { padding: 0 24px 0 32px; display: inline-block;  font-size: 16px; letter-spacing: 1px; position: relative; font-family: 'Source Sans Pro', sans-serif,  Arial, Tahoma, sans-serif; color: #fff; font-weight: 300; }

.footer-page li:after { content: '|'; color: #5b5b61; position: absolute; left: 0; top: 0; }
.footer-page li:first-child:after { content: ''; }
.footer-page ul { text-align: center; padding-bottom: 32px; }
.footer-page { padding-top: 40px; background: #161617; }
.footer-page li a { color: #fff; }
.footer-page .social a { display: inline-block; margin-left: 10px; width: 27px; height: 27px; position: relative; z-index: 1; -webkit-backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 22px; }
.footer-page .social a img { display: inline-block; vertical-align: middle; }
.footer-page .image a { color: #bcbcbc; }
.footer-page { padding-bottom: 30px; }
.footer-page li.social a span {position: absolute; width: 0; height: 0; font-size: 0;}

/* Sacnite */
.button.button--sacnite { width: 25px; height: 25px; border: 0; min-width: 0; background: none; font-weight: normal; padding: 2px; cursor: pointer; color: #fff; -webkit-transition: color 0.3s; transition: color 0.3s; }
.button--scanite.button--round-l { border-radius: 50%; }
.button--sacnite.button--inverted { color: #fff; }
.button--sacnite::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: inherit; z-index: -1; box-shadow: inset 0 0 0 35px #37474f; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3; transition: box-shadow 0.3s, transform 0.3s; }
.button--sacnite.button--inverted::before { box-shadow: inset 0 0 0 35px #48484a; }
.button--sacnite.button--inverted:hover, .button--sacnite.button--inverted:focus { color: #48484a; }
.button--sacnite:hover::before, .button--sacnite:focus::before { box-shadow: inset 0 0 0 2px #37474f; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
.button--sacnite.button--inverted:hover::before, .button--sacnite.button--inverted:focus::before { box-shadow: inset 0 0 0 35px #fff; }
/* Rayen */
.button--rayen { overflow: hidden; padding: 0; }
.button--rayen.button--inverted { color: #fff; }
.button--rayen::before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; color: #1a1a1b; -webkit-transform: translate3d(-101%, 0, 0); transform: translate3d(-101%, 0, 0); }
.button--rayen.button--inverted::before { background: #fff; color: #37474f; }
.button--rayen > span { display: block; vertical-align: middle; }
.button--rayen::before,
.button--rayen > span{ padding-left: 20px; padding-top: 4px; font-size: 12px; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.button--rayen:hover::before, .button--rayen:focus::before { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.button--rayen:hover > span, .button--rayen:focus > span { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

/* Effect 3: bottom line slides/fades in */
.border-effect a { position: relative; }
.border-effect a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,255.1); content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); }
.border-effect a:hover::after,
.border-effect a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1366px) {
  .our-client .serve-log.inner-serve { padding-top: 15px; }
  .center { padding: 0; max-width: 960px; }
  .banner.serve-banner .title h1 { width: auto; font-size: 30px; }
  .banner .who-we-serve { padding-bottom: 40px; }
  .heading-bold { font-size: 48px; }
  .connect-us:after { top: -15%; }
  .banner .title { padding: 50px 0; }
  .banner .title h1 { font-size: 40px; line-height: 50px; }
  .banner.home h1 > span:first-child { margin-left: -14px; }
  .banner .center { padding: 50px 0; }
  /*.banner.serve-banner .center { padding-left: 15px; padding-right: 15px; } */
  .nav-bar { top: 50px; }
  .nav-bar li { padding: 4px 0 5px 0; }
    .nav-bar li span{margin-right: 42px;}
    .banner.home {
        min-height: 684px;
        background: #000 url(/images/hero-banner.jpg) center top no-repeat
    }
  .banner address { padding-top: 20px; }
  .serve-log { padding-top: 20px; }
  .serve-log .logo  { width: 19%; margin-right: 1%;  }
  .serve-log .logos { margin: 0 -37px; }
  .our-client .serve-log .logos { margin: 0 0; }
  .our-client .serve-log .logo { margin: 0 0;   }

  .serve-log .serve-mid { min-height: 0; }
  .work-info .center { max-width: 775px; }
  .creative-services { background: #000 url(/images/creative-services1.jpg) center; -webkit-background-size: cover; background-size: cover; }
  .work-info { padding-top: 67px; }
  .work-info p { max-width: 680px; margin: 30px auto 0; font-size: 16px; line-height: 26px; }
  .heading-bold, .anency-search h3, .work-info h2, .why-we .search h3, .network-check strong,.our-process h2, .our-process h3, .our-process .search h3, .our-network .serve-log h2, .our-process .step-block .heading-bold.white-text, .how-it-work .our-process h3 { font-size: 36px; line-height: 50px }

  .connect-us h2 { padding-bottom: 58px; font-size: 32px; line-height: 40px; }
  .footer-page { padding: 15px 0; }
  .footer-page ul { padding-bottom: 20px; }
   h5, .h5, .banner address small { font-size: 15px; line-height: 1.35em; font-weight:500;  }
  .podcast-effect { font-size: 15px; letter-spacing: 0px; line-height: 1.35em; }
  .banner address small { font-size: 16px; }
  .banner address { padding-top: 37px; padding-bottom: 37px; }
  .banner .title { padding: 50px 0; }
  .how-it-work .banner.serve-banner .title { padding-top: 45px; }
  .how-it-work .banner { background-image: url(/images/how-it-work960.jpg); }
  .banner .center { padding-top: 55px; }
  .nav-bar { top: 50px; }
  .banner.home { padding-left: 20px; padding-right: 20px;  min-height: 672px; }
  .banner .logo img { width: 120px; }
  .banner .who-we-serve { padding: 58px 0 18px; }
  .banner:after { bottom: 14%; }
  .serve-log .logo { padding: 10px 0; }
  .serve-log .serve-mid { min-height: 390px; }
  .connect-us:after { top: -20%; }
  .nav-bar li { font-size: 14px; }
  .nav-bar li a { padding: 8px 40px; }
  .nav-bar li a:hover { padding-right: 70px; }
  .nav-bar li a:hover:after, .nav-bar li a:focus:after { width: 60px; }
  .banner .bg { background-position: top center; }
  .connect-us li a { min-width: 160px; }
  .connect-us li:last-of-type a {min-width: 212px;}
  .connect-us li a:last-of-type {}
  .connect-us li a span { padding-left: 10px; }
  .connect-us li a:after { right: 8px; }
  .connect-us li { padding: 0 3px; }
  .banner.serve-banner { min-height: 472px; }
  .banner.serve-banner h1 small { font-size: 15px; padding-bottom: 10px; }
  .banner.serve-banner .title { padding-top: 70px; }
  /*.work-info h2, .creative-services h2, .award-winning h2, .client-say h2 { font-size: 42px; line-height: 50px; }*/
  .our-client .serve-log .center { padding: 25px 0; }
  .our-client .serve-log .logo { padding-bottom: 10px; }
  .our-client .work-info h2, .our-client .why-we h2 { font-size: 40px; line-height: 1.2em; }
  .our-client .why-we { padding: 190px 0 180px; background-image: url(/images/market-executives1.jpg); background-color: #161617; }
  .our-client .why-we .h5 { font-size: 18px; letter-spacing: 1px; line-height: 24px; }
  .our-client .why-we .row .number { font-size: 50px; top: -10px; line-height: 56px; }
  .our-client .why-we .pull-left .h5 { padding: 0 108px 00px 20px; }
  .our-client .why-we .row { padding-bottom: 30px; min-height: 105px; }
  .our-client .why-we .search { padding: 90px 0 0; }
  .our-client .why-we { padding-bottom: 150px; }
  .our-client .work-info p { margin-top: 0; font-family: 'Montserrat', sans-serif,  Arial, Tahoma, sans-serif; }
  .work-info .text { padding: 10px 20px; margin: 0 auto; max-width: 680px; }
  .work-info p { max-width: none; }
  .about-us .center { max-width: 960px;      }
  .our-client .work-info .h5 { font-size: 18px; }
  .our-client .work-info { padding-top: 15px; padding-bottom: 70px; }
  .our-client .work-info .center { max-width: 670px; }
  .heading-bold { font-size: 36px; }
  .why-we .text { padding-top: 60px; width: 53%; }
  .why-we .text p { font-size: 18px; padding-right: 0; padding-bottom: 10px; line-height: 26px; }
  .why-we .search { padding: 90px 0; }
  .why-we .search h3 .call, .our-process .search h3 .call { font-size: 24px; letter-spacing: 2px; }
  .why-we { min-height: 952px; }
  .client-say { margin-top: -100px; }
  .our-client .client-say { margin-top: -80px; min-height: 487px }
  .client-say .col-sm-4 { width: 36.5%; }
  .client-say .col-sm-4 { width: 36.5%; }
  .client-say h2 { font-size: 36px; line-height: 50px; padding-left: 20px; }
  .client-say .no-bg { width: 27%; }
  .client-say .row { padding: 0; }
  .client-say .no-bg { padding-left: 0; }
  .why-we .h5 { font-size: 18px; line-height: 24px; margin-top: 0; }
  .why-we .h5 small { padding-top: 2px; }
  .work-info { min-height: 430px; }
  .creative-services .row { margin: 60px -15px 0; }
  .creative-services .row .col-sm-4 { height: 330px; }
  .creative-services .block img { width: 85px; }
  .connect-us { padding-top: 0; }
  .connect-us .text-top { position: static; padding-top: 0; }
  .client-say p { padding-right: 0; font-size: 16px; line-height: 24px; }
  .client-say .block { min-height: 408px; padding: 25px; }
  .our-client .client-say .block { min-height: 380px; }
  .banner.home:before { height: 51px; }
  .banner .who-we-serve { bottom: -15px; }
  .banner h1 span { vertical-align: middle; display: inline; }
  .banner .title h1 { width: 614px; font-size: 32px; line-height: 44px; letter-spacing: 1px;; }
  .banner address small { padding-top: 10px; }
  .Footer-Angle { margin-left: -1px;; }
  .award-winning { padding-top: 25px; }
  .award-winning .row .col-sm-4 { height: 222px; }
  .award-winning .block span strong { padding-top: 40px; }
  .about-us .center { padding: 0 0 50px; }
  .about-us .head { padding: 0 20px 0 15px; width: 185px; }
  .about-us p { font-size: 16px; line-height: 26px; }
  .about-us .text { width: 78%; }
  .about-us { min-height: 210px; }
  .why-we .video { width: 42%; }
  .why-we .play { -webkit-background-size: 103px; background-size: 103px;; }
  .why-we a .heading-bold { font-size: 17px; }
  .award-winning .row { margin-top: 54px; }
  .creative-services .block span .heading-bold { font-size: 17px; line-height: 22px; }
  .our-network .banner h1 span span span span { font-size: 21px; line-height: 36px; }
  .our-network .banner h1 span span span span { width: 610px; }
  .network-check { padding-top: 34px; }
  .block span.checkbox::after { width: 30px; height: 22px; top: -3px; }
  .block input[type="checkbox"]:checked + label span.checkbox::after { -webkit-background-size: cover; background-size: cover; }
  .block span.checkbox::before { width: 26px; height: 26px; }
  .network-check span { padding-top: 50px; }
  .network-check strong {font-size: 24px; line-height: 28px; }
  .network-check small { font-size: 16px; padding-top: 2px; }
  .network-check .block {margin: 35px auto; min-height: 220px; max-width: 32%; }

    .our-process {
        padding-top: 70px;
    }
  .our-process .row { margin: 0 -20px; }
  .our-process .center { padding: 0; }
  .our-process .text { padding: 25px; }
  .our-process .h4 { font-size: 18px; line-height: 26px }
    .js .our-process .dark .text .block-link { padding: 24px 40px 42px 40px;}
        .js .our-process .dark .text .block-link .h4 { font-size:1.7em; }
        .js .our-process .dark .text .block-link .arrow {
            height: 30px;
            right: 40px;
            width: 10px;
        }
    .our-network .our-network-partners {
        padding-top: 158px;
    }
    .our-process p {
        font-size: 16px;
    }
  .our-process .search { padding: 115px 0 135px; }
  .our-network .client-say .no-bg { padding: 20px 0; }
  .our-network .client-say .col-sm-5 { width: 33%; }
  .our-network .client-say { margin-top: -92px; }
  .our-network .client-say .col-sm-7 { padding-right: 72px; width: 67%; }
  .our-network .client-say { min-height: 550px; }
  .our-network .center { padding-left: 0; padding-right: 0; }
    .our-network .our-network-partners .center {max-width: 960px;}
    .our-network-partners .col-sm-7 {
        width: 60%;
    }
    .our-network .partner-link {
        min-height: 13.15em;
        height: 100%;
        margin: 0 15px 15px 0;
    }
    .our-network .partner-link-image::after {
        padding: 50px 0 0 0;
    }
    .partner-link-content {padding: 10px 12px 12px 12px;}
    .dark .partner-link-content .partner-title {font-size: 18px; bottom: 18px; left: 20px;}
    .dark .partner-link-text{bottom: 25px; right: 20px; }
    .our-network .banner.serve-banner .title {
        padding-top: 27px;
    }
  .header-cta {margin-top: 10px;}
  .our-network .serve-log { padding-top: 90px; }
  .our-network .client-say .nav-control.next { right: 0; }
  .our-network .partner-link-padding {
      padding: 100% 25px 54px 25px;
  }
  .our-network .partner-link.partner-link-no-image .partner-link-block-txt {
      bottom: 27px;
      font-size: .963em;
  }
  .our-network .partner-link.partner-link-no-image .arrow {
    bottom: 27px;
    height: 30px;
    right: 21px;
    width: 10px;
  }
  /*.our-network .serve-log, .our-network .serve-log .serve-mid { background: none; }*/
  .partner-detail .list-frame {
      padding: 35px 32px 35px 70px;; 
  }
    .partner-inner.left {
        padding-right: 70px;
    }
    .partner-extra-image {
        min-height: 40px;
        padding: 9.65% 0 0 0;
        width: 9.8%;
    }
    .partner-image-scroll-wrap button {
        background-size: 15px auto;
        height: 40px;
        width: 7.4%;
    }
    .partner-content.scroll {
        height: 390px;
        overflow-y: scroll;
    }
    /* .our-network .serve-log h2 {
        display: none;
    }*/
    .our-network .partner-wrap {
        padding: 40px 0 30px 0;
    }
    .our-network-partners .simple {
        padding: 20px 0 80px 0;
    }
    .our-network .client-say .slider {
        padding: 30px 33px;
    }
    
    .bg-white {
        background: none;
        margin-left: -2px;
        width: 100%;
    }
  .how-it-work .work-info .center { width: 654px; }
  .how-it-work .work-info { padding: 50px 0 55px; min-height: 300px }
  .how-it-work .work-info h2 { font-size: 40px; line-height: 44px }
  .how-it-work .work-info .h4 { font-size: 18px; line-height: 24px }
  .how-it-work .work-info p { font-size: 16px; line-height: 24px }
  .anency-search { padding-top: 120px; }
  .anency-search .h4 { padding: 26px 0; font-size: 32px; }
  .how-it-work .our-process { padding-top: 30px; }
  .how-it-work .our-process span.heading-bold { font-size: 41px; }
  .how-it-work .our-process .text { min-height: 270px; }
  .how-it-work .our-process .row { margin: 0 -25px; }
  .how-it-work .our-process .text p { line-height: 22px; }
  .our-process .step-block { padding: 110px 40px 160px; }
  .our-process .step-block__two { width: 77%; }
  .our-process .step-block__two h2 { padding-bottom: 9px; }
  .our-process .step-block__two li { font-size: 18px; padding-right: 20px; }
  .our-process .step-block__two ul { padding: 65px 75px; }
  .how-it-work .our-process .search { padding: 70px 0 170px; }
  .how-it-work .client-say { margin-top: -98px }
  .how-it-work .client-say .big { width: 39% }
  .how-it-work .client-say .col-sm-4.small { width: 32%; }
  .client-say .col-sm-4 { padding: 20px; }
  .how-it-work .client-say .row { margin: 0 -20px; }
  .client-say .row, .our-client .why-we .center { max-width: 960px; }
  .how-it-work .client-say .block { padding: 30px; }
  .how-it-work .our-process .center { max-width: 960px }
  .how-it-work .client-say .img-responsive { max-width: 80%; }
  .how-it-work .our-process .process { margin-top: -67px; }
  .our-process .step-block { padding-top: 64px; }
  .how-it-work .client-say .row { margin: auto; max-width: 960px; }
  .our-network .banner.serve-banner { background-size: 190%; }
  .our-network .center { max-width: 960px; }
  .video-light .video-frame { width: 840px; height: 476px;     }
  .contact-section { padding-top: 18px; background: url(/images/hero-banner.jpg) center top no-repeat; background-color: #151515; }
  .network-form-wrap {background: transparent;}
  .contact-section h1 { font-size: 50px; padding-bottom: 30px;  }
    .button--rayen::before,
    .button--rayen > span { padding-left: 10px; 
    }
}

@media only screen and (max-width: 959px) {
   body.contact-page .contact-bg { background: #202020 url(/images/contact-tab.jpg) top right no-repeat; background-size: cover; }
    .serve-log .logos { margin: 0;     }
  .our-network .banner.serve-banner { -webkit-background-size: cover; background-size: cover; }
  .our-network .center { max-width: 768px; }
  .banner.home .center { padding-left: 50px; padding-right: 50px; }
  .our-network .banner.serve-banner { background-image: url(/images/our-network.jpg); }
  .center { width: 750px; }
  .banner.serve-banner .center { padding: 55px 34px; }
  .banner.serve-banner .title h1 { font-size: 32px; letter-spacing: 2px; }
  .banner.serve-banner { min-height: 500px; }
  .banner.serve-banner .title { padding-top: 20px; }
  .banner.serve-banner h1 small { padding-bottom: 0; }
  .creative-services .row { margin: 52px 10px 0; }
  .creative-services .top-angle { top: 145px; }
  .creative-services:before { height: 146px; }
  .creative-services .row .col-sm-4 { padding: 0 12px 22px; }
  .banner.home { background-image: url(/images/hero-tab.jpg); -webkit-background-size: contain; background-size: contain; background-color: #151515; }
  .banner .logo img { width: 133px; }
  .heading-bold { line-height: 44px; }
  .banner .title { padding: 70px 0 50px; }
  .banner.home { min-height: 750px; }
  .banner .who-we-serve { padding: 58px 0 20px; bottom: -28px;; }
  .serve-log { padding-top: 53px; }
  .serve-log .serve-mid { min-height: 0; }
  .banner:after { bottom: 7%; }
  .connect-us:after { top: -12%; }
  .connect-us li { padding-bottom: 15px; }
  .connect-us { padding-bottom: 86px; }
  .footer-page li { padding: 0 16px; }
  .footer-page ul { padding-bottom: 20px; }
  .connect-us li a { min-width: 280px; }
  .banner .title h1 { padding-top: 60px; }
  .serve-log .logo { width: 20%; padding-bottom: 0; }
  .connect-us ul { padding: 0 100px; }
  .connect-us li a { min-width: 224px; }
  .connect-us h2 { padding-bottom: 40px; }
  .footer-page li { padding-right: 5px; font-size: 15px; }
  .footer-page { padding-top: 20px; }
  .serve-log .center { padding: 0; }
  .banner.serve-banner {
		background: #000 url(/images/banner-768.jpg) center top no-repeat;
		background-size: cover;
  }
  .video-light .video-frame { width: 730px; height: 350px;     }
  .work-info .center { width: 90%; }
  .our-client .work-info .center { max-width:564px;      }
  .our-client .why-we:before { height:2px;     } 
  .work-info { min-height: 450px; padding-top: 50px; }
  .work-info p { width: 90%; margin-top: 20px; }
  .creative-services img { width: 70px; }
  .creative-services .row .col-sm-4, .award-winning .row .col-sm-4 { height: 242px; width: 33.33%; }
  .creative-services .block span .heading-bold { font-size: 13px; padding-top: 11px; line-height: 16px; }
  .award-winning { padding-top: 38px; }
  .award-winning .row { margin-top: 60px; padding: 0 20px; }
  .about-us .text { width: 68%; padding-left: 10px; }
  .why-we .top-angle { top: 68px; }
  .why-we:before { height: 70px; }
  .why-we a .heading-bold { font-size: 24px; }
  .about-us { padding-top: 24px; }
  .about-us .head { width: 205px; padding-top: 10px; }
  .award-winning .row .col-sm-4 { height: 220px; }
  .creative-services .block img { width: 60px; }
  .creative-services .Bottom-angle { bottom: 80px; }
  .why-we .search { padding: 100px 0 90px; }
  .our-client .work-info p { font-family: 'Source Sans Pro', sans-serif,  Arial, Tahoma, sans-serif; }
  .our-client .work-info .text p { width: 100%; }
  .our-client .work-info .text { padding: 10px 25px; }
  .our-client .why-we .one { padding-right: 30px; padding-left: 30px; }
  .our-client .why-we .three { padding-left: 30px; }
  .our-client .work-info .h5 { letter-spacing: normal; }
  .why-we .video { width: 600px; margin: auto; float: none; }
  .why-we .text { padding-top: 40px; width: 600px; padding-right: 20px; margin: 0 auto; float: none; }
  .why-we { background: #000 url(/images/why-bg-tab.jpg) center no-repeat; background-size: cover; }
  .why-we .text p { font-size: 20px; }
  .why-we .h5 { font-size: 20px; margin-top: 12px; }
  .why-we .h5 small { padding-top: 14px; font-size: 20px; }
  .client-say { margin: 0; }
  .client-say .text { padding-left: 0; }
  .client-say h2 { width: 350px; }
  .client-say h2 br, .connect-us h2 br{ display: none; }
  .our-network .banner .text-animation > span:first-child { display: inline-block !important;}
  .client-say .col-sm-4 { width: 50%; align-items: flex-start; }
  .client-say .text { padding: 0; }
  .client-say .row { margin: 0 -17px; }
  .client-say .no-bg { width: 100%; padding-left: 20px; padding-bottom: 10px; }
  .client-say .h5 { min-height: 110px; }
  .client-say p { line-height: 26px; }
  .nav-bar li { padding-bottom: 5px; font-size: 12px; }
  .nav-bar li a { padding: 7px 40px; }
  .our-client .banner.serve-banner { background: #000 url(/images/our-client-tab.jpg) top center no-repeat; -webkit-background-size: cover; background-size: cover; }
  .our-client .serve-log .serve-mid { padding-top: 26px; }
  .our-client .serve-log .center { padding: 20px 0; }
  .our-client .work-info h2, .our-client .why-we h2, .our-client .why-we .search h3, .how-it-work .work-info h2 { font-size: 32px; line-height: 1.4em }
  .our-client .why-we .search h3 .call, .our-process .search h3 .call { font-size: 21px; }
  .our-client .serve-log .serve-mid { min-height: 220px; padding: 12px; }
  .our-client .work-info { padding: 22px 0 50px; min-height: 450px; }
  .our-client .why-we { padding: 150px 0 140px; }
  .our-client .client-say { margin-top: 0; }
  .our-client .client-say .line-cnt-1, .our-client .client-say .text-animation .line-cnt-1 span, .who-we-are .client-say .line-cnt-1, .who-we-are .client-say .text-animation .line-cnt-1 span { display:inline !important;  }
  .our-client .why-we .h5 { font-size: 15px; line-height: 26px; min-height: 78px; }
  .our-client .why-we .pull-left .h5 { padding: 0 108px 00px 50px; }
  .our-client .why-we .pull-right .h5 { padding: 0 50px 00px 108px; }
  .our-client .why-we .search { padding-top: 90px; }
  .our-client .why-we .row { padding-bottom: 30px; }
  .our-client .why-we .row .h5:after { font-size: 40px; }
  .our-client .why-we h2 { margin-bottom: 50px; }
  .our-client .why-we .row .number { font-size: 40px; line-height: 46px; }
  .our-network .banner.serve-banner { min-height: 485px; }
  .network-check .block { max-width: 32%; }
  .network-check strong {font-size: 17px; line-height: 22px;}
  .network-check small {font-size: 14px; line-height: 18px;}
  .our-network .banner h1 span span span span { width: 535px; font-size: 18px; line-height: 22px; }
  .our-network .banner .title h1 { padding-top: 30px; line-height: 36px; }
  .our-process { padding-top: 20px; }
  .our-process .col-sm-4 { width: 50%; }
  .our-process .center { padding: 0 20px; }
  .our-process .text span { padding-bottom: 10px; }
  .how-it-work .our-process .text span { padding-bottom: 0     } 
  .our-process .search { padding: 110px 0 92px; margin: 0 -30px;  }
  .client-say .slider.text .h5 { min-height: 0; margin-bottom: 0; }
  .our-network-partners .text-center {padding: 0 0 90px 0;}
    .our-network .partner-wrap {padding: 30px 0;}
    .our-network .partner-link,
    .our-network .partner-link:nth-child(5n+5) {
        margin: 0 10px 10px 0;
        width: 24%;
    }
    .our-network .partner-link:nth-child(4n+4) {
        margin-right: 0;
    }
    .our-network-partners .simple {
        margin: 0 0 20px 0;
    }
    .serve-log .logo {
        margin: 0;
    }
    
    .our-process .search h3 {
        font-size: 32px;
    }
  .our-network .client-say .row { padding-top: 100px; width: 550px; max-width: none; margin: auto; }
  .our-network .client-say .col-sm-5, .our-network .client-say .col-sm-7 { margin: 0 auto; padding: 0; width: 92%; }
  .our-network .client-say h2 { padding-bottom: 48px; width: auto; }
  .our-network .client-say h2 span,  .how-it-work  .client-say h2 span { display: inline;     }
  .our-network .client-say .nav-control.prev { left: -70px; }
  .our-network .client-say .nav-control.next { right: -70px; }
  .our-network .client-say p { padding-right: 10px; font-size: 21px; }
  .our-network .client-say .h5 { font-size: 18px; }
    .our-network-partners .col-sm-7 {
        width: 50%;
    }
    .network-filter-wrap {
        width: 260px;
    }
    .our-network .partner-link {
        min-height: 11.15em;
    }
    .our-network .partner-link.partner-link-no-image {
        min-height: 11.15em;
        width: 24%;
    }
    .our-network .partner-link-padding {
        padding: 98% 25px 54px 25px;
    }
    .our-network .partner-link.partner-link-no-image .partner-link-block-txt {
        font-size: .863em;
    }
    .list-frame {
        padding: 30px 30px 30px 30px;
        width: 90%;
    }
    .list-header {font-size: 24px;}
    .client-list-item {font-size: 18px; line-height: 38px; }
    .client-list .close, .partner-detail .close {
        top: 20px;
        height: 20px;
        background-size: 100% auto;
        right: 20px;
        width: 20px;
    }
    .partner-detail .list-frame {
        height: 90%;
        width: 90%;
    }
        .partner-detail .list-frame {
            padding: 50px 30px 30px 30px;
        }
    .partner-inner.left {
        padding-right: 40px;
    }
    .partner-image-scroll-wrap button {
        background-size: 12px auto;
    }

    .partner-content p {
        font-size: 16px;
        line-height: 24px;
    }
        
  .how-it-work .banner.serve-banner { min-height: 485px; }
  .how-it-work .work-info .h4 { letter-spacing: .06em; }
  .how-it-work .work-info { min-height: 324px }
  .anency-search { padding-top: 90px;; }
  .anency-search h3, .our-process h3, .our-process .step-block .heading-bold.white-text, .how-it-work .our-process h3 { font-size: 32px; line-height: 40px; }
  .our-process h2 { font-size: 36px; }
  .our-network.our-process h2 { font-size: 36px; }
  .how-it-work .our-process .process { padding-top: 50px; }
  .how-it-work .our-process .col-sm-4 { margin-bottom: 40px; }
  .anency-search .h4 { font-size: 21px; padding: 20px 0; letter-spacing: 1px;; }
  .how-it-work .our-process .listen { padding-top: 52px;; }
  .how-it-work .our-process .process { margin-top: -83px; }
  .our-process .step-block { padding-top: 140px; }
  .how-it-work .our-process .process { -webkit-background-size: 158%; background-size: 158%; }
  .our-process .step-block { padding-left: 22px; padding-right: 22px; padding-bottom: 127px; }
  .our-process .step-block__two .text-center { text-align: left; }
  .our-process .step-text { padding-top: 0; padding-bottom: 10px; }
  .our-process .step-block .heading-bold.white-text { margin-bottom: 65px; }
  .our-process .step-block h2 { margin-bottom: 68px; }
  .our-process .step-block__two { width: 100%; padding-left: 22px; padding-right: 22px; }
  .our-process .step-block__two ul { padding: 60px 15px; }
  .our-process .step-block__two li { padding-left: 65px; padding-bottom: 1px; width: 100%; background-size: 36px; }
  .how-it-work .our-process .search { padding: 65px 0 150px; }
  .how-it-work .client-say .no-bg { width: 100%; }
  .how-it-work .client-say .text { padding-bottom: 10px }
  .how-it-work .client-say .col-sm-4.small { width: 44%; }
  .how-it-work .client-say .img-responsive { max-width: 100%; }
  .how-it-work .client-say .big { width: 49%; }
  .how-it-work .client-say { padding-top: 110px; }
  .how-it-work .client-say .row { align-items: flex-start; }
  .client-say { padding: 50px 30px 30px; }
  .client-say .row, .connect-us .text-top { margin: auto; width: auto; max-width: 768px; }
  .contact-page .banner .center { padding-left: 39px;    }
  .contact-section .center { padding: 0 48px; }
  .contact-section { padding-top: 100px; background-image: url(/images/hero-tab.jpg); background-size: contain; }
  .network-form-wrap {background: transparent;}
  .contact-section .center { padding: 0 40px; }
  .contact-section + .Footer-Angle { margin-top: -130px; }
  .our-client .serve-log .center { width: 725px; }
}

@media only screen and (max-width: 749px) {
  .contact-page .banner .center { padding-left: 28px; }
  .center { width: 100%; }
  .banner.home .center { padding: 21px; }
  .error-page .work-info h2 {
		margin: 40px 0;
  }
	
  .banner.home {
		min-height: 0;
  }
  .banner.home .center { padding-left: 0;   padding-right: 0;           }
    .video-light .video-frame { width: 450px; height: 250px;     }
    .banner.home .title h1 { padding-top: 52px; padding-right:5px; }
    .banner.home .footer { padding: 5px 0; display:block !important; }
    .js .text-animation { transition: all 0.25s ease-in-out; opacity: 0; transform: translateY(30px) }
    .js .text-animation.animate { opacity: 1; transform: translateY(0) }
    .js .text-animation span { display: inline !important; left: 0 !important; }
    .banner.home { background: #151515 url(/images/hero-mobile.jpg) center top no-repeat; -webkit-background-size: cover; background-size: cover; }
    body.contact-page .contact-bg { background-color: #202020;    }
    .banner .title { padding-bottom: 50px; }
    .banner.home  .title { padding-bottom: 75px; }
    body.contact-page .contact-bg{ background: #151515 url(/images/contact-banner.jpg) center top no-repeat; -webkit-background-size: cover; background-size: cover; }
    .banner.serve-banner .center { padding: 30px 20px 45px; }
    .how-it-work .work-info { padding: 40px 0 48px;  }
  .banner.home h1 > span:first-child { margin-left: -10px; }
  .banner h1 span { display: inline; }
  .banner .footer img { width: 100px; }
  .banner .heading-bold { font-size: 30px; line-height: 38px; }
  h5, .h5, .banner address small, h5 small, .h5 small { font-size: 13px; }
  .podcast-effect { font-size: 13px; }
  .banner .footer .h5 { padding-left: 10px; margin-left: 10px; letter-spacing: 1PX;  }
  .banner address small, .banner h5 small { line-height: 14px; }
  .banner address small { padding: 3px 0 0 0; }
  .banner { min-height: 0; height: auto; }
  .banner .who-we-serve { padding: 18px 0 30px; background: none; }
  .serve-log .logo span { width: 170px; padding: 0 10px; display: block; }
  .serve-log .logo { width: auto; }
  .serve-log .flex-stretch { flex-wrap: nowrap; overflow-x: scroll;  -webkit-overflow-scrolling:touch; }
  .serve-log .center { margin: 0 15px; padding: 0; }
  .banner .title h1 { width: 90%; }
/*  .serve-log .flex-stretch::-webkit-scrollbar { height: 5px; }
  .serve-log .flex-stretch::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
  .serve-log .flex-stretch::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; }*/
  .connect-us { padding: 40px 0 80px; }
  .serve-log { position: relative; }
  .serve-log:after { width: 80px; height: 84%; display: block; content: ''; position: absolute; right: 0; top: 0; background: url(/images/white-bg.png) left top repeat-y; }
  .serve-log.inner-serve:after, .our-network .serve-log:after { background: url(/images/gray-bg.png) right top repeat-y; }
  .connect-us { padding-top: 30px; }
  .connect-us h2 { text-align: left; font-size: 21px; line-height: 32px; }
  .connect-us:after { top: -10%; }
  .connect-us li { width: 100%; }
  .footer-page li { padding-bottom: 20px; width: 100%; }
  .footer-page li span { display: block; padding-bottom: 5px; }
  .footer-page li.image { padding-top: 30px; }
  .footer-page li:after { content: ''; }
  .nav-bar .navigation { border: 0; width: 60px; margin-right: 10px; height: 48px; text-indent: -99999px; display: inline-block; vertical-align: middle; background: url(/images/nav.png) left top no-repeat; background-size: 50px 40px; ;  }
  .nav-bar .mobile-drop { height: 100%; overflow-x: scroll;  z-index: 200; -webkit-transform: translate(0%, -100%); transform: translate(0%, -100%); top: 0; width: 100%; position: fixed; left: 0; transition: 0.6s all ease; }
  .nav-bar .navigation { cursor: pointer; }
  .nav-bar li { width: 100%; padding: 0; border-bottom: 1px solid #dfdfdf; text-align: left; }
  .nav-bar li:first-child { border-top: 1px solid #dfdfdf; }
  .nav-bar li a { position: relative; display: block; padding: 30px; color: #3b3b3e; }
  .nav-bar li a:after { display: block; width: 10px; height: 17px; position: absolute; right: 20px; top: 50%; margin-top: -8px; content: ''; color: #3b3b3e; background: url(/images/nav-arrow.png) right center no-repeat; background-size: cover; }
  .mobile-drop.active .text-right {display: block; }
  .nav-bar .navigation.close { margin: 0; cursor: pointer; background: url(/images/close.png) left top no-repeat; background-size:cover; }
  .nav-bar .mobile-drop.active { z-index:10; -webkit-transform: translate(0, -00px); transform: translate(0, -00px); background: #f7f7f7; }
  .nav-bar .text-right { padding: 30px 20px; }
  .banner .who-we-serve { bottom: -70px; }
  
  /*.nav-bar .navigation:hover + div, .nav-bar .navigation:focus + div { -webkit-transform: translate(0, -00px);	transform: translate(0, -00px); background: #f7f7f7;  }
	.nav-bar .navigation:hover + div  li, .nav-bar .navigation:focus + div  li  { display: block;}	
	.nav-bar .navigation:hover + div .navigation.close, .nav-bar .navigation:focus + div .navigation.close    { display: inline-block; }*/
  .banner:after { bottom: 4%; }
	.our-client .work-info .text p { width: 99%;	}
    .footer-page .social a { margin: 0 5px;     }
  .connect-us li a { min-width: 0; }
  .nav-bar li a:hover { padding: 30px; background-color: #464646; }
  .nav-bar li a:hover:after { display: none; }
  .nav-bar li { font-size: 18px; }
  .banner .bg { -webkit-background-size: 150%; background-size: 150%; }
  
  .banner address { padding-top: 26px; padding-bottom: 26px; }
  .banner .center { padding-top: 30px; }
  .nav-bar { z-index: 99; top: 41px; right: -10px; }
  .js #navigation.nav-bar { transform: none; }
  .banner.serve-banner .title { width: 80%; }
  .banner.serve-banner .title h1 br { display: none; }
  .banner.serve-banner { min-height: 420px; }
  .banner.serve-banner h1 { text-align: left; }
  .banner.serve-banner h1 small { font-size: 16px; }
  .work-info h2, .creative-services h2, .award-winning h2, .client-say h2, .about-us h2, .how-it-work .our-process h3,  .our-process .step-block .heading-bold.white-text { text-align: left; font-size: 30px; line-height: 36px; letter-spacing:  .06em; }
  .work-info h2 { padding-bottom: 12px; }
  .how-it-work .work-info .h4 { padding-bottom: 3px; }
  .work-info .center { text-align: left; width: 100%; }
  .work-info p { width: 100%; padding: 0; }
  .creative-services .row .col-sm-4, .award-winning .row .col-sm-4 { height: 155px; }
  .work-info h2:after, .creative-services h2:after, .award-winning h2:after, .client-say h2:after, .about-us h2:after, .head-line:after { left: 0; margin: 0; }
  .creative-services h2 { width: 250px; }
  .creative-services .Bottom-angle { width: 104%; left: -5px; }
  .award-winning .row .col-sm-4 { height: 150px; width: 150px; }
  .award-winning img { width: 120px; }
  .award-winning .block { padding: 10px; }
  .award-winning .row { margin-top: 30px; padding: 0; }
  .award-winning .row { flex-wrap: nowrap; overflow: hidden; overflow-x: scroll; -webkit-overflow-scrolling:touch; }
  /*.award-winning .row::-webkit-scrollbar { height: 5px; }
  .award-winning .row::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
.award-winning .row::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; }
  */
  .about-us .head, .about-us .text { width: 100%; text-align: left; padding-left: 0; padding-right: 0; }
  .award-winning { padding-bottom: 30px; }
	.why-we a .heading-bold { left: 15px; }
  .award-winning .block span strong { padding-top: 10px; font-size: 16px; }
  .about-us h2 { text-align: left; margin-bottom: 22px; }
  .about-us .center { padding-bottom: 40px; }
  .why-we .top-angle { width: 102%; }
  .why-we { padding-top: 35px; }
  
  .about-us .text { width: 100%; }
  .about-us .text p { padding-right: 0; }

  .award-winning .center { padding-bottom: 0; }
  .why-we .video, .why-we .text, .why-we .search { margin: 0 auto; width: 80%; }
  .why-we .top-angle { right: -2px; top: 60px; }
  .why-we:before { height: 64px; }
  .client-say .col-sm-4 { width: 100%; }
.why-we .play { background-size: 80px; }
.why-we a .heading-bold {font-size: 12px; }
  .creative-services .center { padding-bottom: 0; }
  .creative-services .block span .heading-bold { letter-spacing: normal; font-size: 13px; }
  .creative-services .Bottom-angle { bottom: 26px; }
  .creative-services:after { height: 30px; }
  .creative-services .row .col-sm-4 { padding: 0 8px 16px; }
  .banner .who-we-serve { width: 295px; text-align: center; margin-left: -145px; font-size: 12px; }
  .creative-services .row .col-sm-4 { width: 50%; }
  .creative-services .row { margin: 26px -15px 0; padding: 0 5px; }
.creative-services:before {  height: 120px; }
.creative-services .top-angle { top:119px; }
  .why-we .text p { font-size: 18px; padding-right: 0; }
   .why-we .text { padding: 20px 0; }
  .why-we .video { padding: 0; }
  .why-we .h5 { font-size: 18px; }
  .why-we .h5 small { letter-spacing: normal; font-size: 18px; padding-top: 10px; }
  .creative-services .center, .about-us .center { padding-left: 25px; padding-right: 25px; }
  .why-we .search { padding: 50px 0; text-align: left; }
  .client-say .no-bg { padding: 30px 0; }
  .client-say h2 { width: auto; }
  .client-say .col-sm-4 { padding: 15px 0; }
  .footer-page li { padding: 0 0 20px; font-size: 15px; }
  .client-say .row { margin: 0; }
  .connect-us .text-top { padding-left: 20px; padding-right: 20px; }
  .client-say { padding: 40px 0; }
  .Footer-Angle { width: 103%; margin-bottom: -1px; display: block; margin-left: -2px; }
  .why-we .search h3 { font-size: 26px; line-height: 32px; }
  .center, .client-say .row { padding-left: 20px; padding-right: 20px; }
  .serve-log { padding: 80px 0 30px; }
  .serve-log.inner-serve { padding-top: 0; }
  .why-we .search h3 .call, .our-client .why-we .search h3 .call, .our-process .search h3 .call { font-size: 18px; padding-left: 30px; margin-right : 0; background-size: 20px; }
	.client-say p { font-size: 18px; line-height: 30px; }
    .how-it-work .client-say .block { margin-bottom: 18px; }
.client-say .h5, .client-say .h5 small { font-size: 16px; }
.client-say .h5 { min-height: 0; }
.client-say .block {  padding: 20px; }
  .our-client .serve-log .logo { width: auto; }
  .our-client .work-info .center { width: 100%; }
  .our-client .work-info .text { padding: 0; }
  .our-client .work-info .text p { font-family: 'Montserrat', sans-serif,  Arial, Tahoma, sans-serif; line-height: 25px;   }
  .our-client .work-info .h5 { font-size: 16px; line-height: 18px; }
  .our-network .partner-link, .our-network .partner-link:nth-child(5n+5), .our-network .partner-link:nth-child(4n+4) {margin: 0 10px 10px 0;width: 49%;}
  .our-network .partner-link:nth-child(even) {margin-right: 0;}
    .our-network .partner-link-image::after, .our-network .partner-link:hover .partner-link-image::after {display: none; visibility: hidden;}
    .our-network .partner-link, 
    .our-network .partner-link.partner-link-no-image {
        height: 55%;
    }
    .our-network .partner-link.partner-link-no-image {
        height: 100%;
        min-height: 100%;
        width: 49%;
    }
    .our-network .partner-link-padding {
        padding: 90.5% 25px 27px 25px;
    }
    .our-network .partner-link.partner-link-no-image .partner-link-block-txt {
        font-size: 1.2em;
        max-width: 38%;
    }
    .our-network .partner-link.partner-link-no-image .arrow {
        height: 35px;
        width: 13px;
    }
    .network-form {padding-top: 135px;}
    .network-form-wrap .form-group.inline {display: block; margin: 0 auto 14px auto; width: 100%;}
    .our-network-partners .col-sm-7 {
        margin-top: 1em;
        width: 100%;
    }
    .network-filter-wrap {
        margin-right: 0;
        width: 49%;
    }
    .contact-section h1 {
        padding-bottom: 20px;
    }
    .partner-inner {
        display: block;
        width: 100%;
    }

        .partner-inner.left {
            padding-right: 0;
            padding-bottom: 20px;
        }

    .partner-main-image {
        padding: 65% 0 0 0;
    }

    .partner-content.scroll {
        height: 220px;
    }
    .partner-detail .list-inner {
        max-height: 100%;
        overflow: auto;
    }
    .partner-image-scroll-wrap button {
        height: 30px;
    }
    .partner-extra-image {
        min-height: 30px;
        padding: 9.55% 0 0 0;
    }


    .partner-content p {
        font-size: 14px;
        line-height: 22px;
        max-width: 95%;
        padding-top: 20px;
    }

        .partner-content p:first-child {
            padding-top: 10px;
        }

    .how-it-work .banner.serve-banner .title {
        padding: 15px 0;
    }
 .contact-section .address strong { padding-bottom: 0; }
 .contact-section address { padding-bottom: 12px; }
 .contact-section .address div, .contact-section .address .floatRight { padding-bottom: 5px; width: 100%; }
 .contact-section .address { margin-bottom: 18px; }
 .contact-section .h4 { letter-spacing: 1px; margin-bottom: 16px;  }
 .contact-section label .input { padding-top: 19px; padding-left: 11px; }
 /*.contact-section .form-group { padding-bottom: 13px; }*/
 .contact-section label .label-text { left: 12px; }
 .contact-section .form-data { width: 100%; }
 .contact-section .text-area .input { padding-top: 11px;  }
 .contact-section .text-area .input { height: 173px; }
 .contact-section .button { padding-left: 15px;  margin-top: 14px; min-width: 211px;  border: 1px solid #373737;  }
.contact-section label .input:focus + .label-text  {  -moz-transform: translateY(2px);  -ms-transform: translateY(2px);  -webkit-transform: translateY(2px);  transform: translateY(2px);}
.contact-section label .input:valid + .label-text {  -moz-transform: translateY(2px);  -ms-transform: translateY(2px);  -webkit-transform: translateY(2px);  transform: translateY(2px);}
.contact-section .center { padding: 0 25px; }
  .contact-section { padding-top: 40px; }
  .our-client .work-info h2, .our-client .why-we h2, .our-client .why-we .search h3, .our-process .search h3, .how-it-work .work-info h2, .anency-search h3,.our-process h2, .our-process h3, .our-network.our-process h2, .our-process h3, .contact-section h1 { font-size: 30px; line-height: 36px; }
  .our-client .serve-log .serve-mid { min-height: 180px; }
  .our-client .work-info { padding: 0 0 42px; min-height: 0; }
  .our-client .why-we { padding: 80px 20px 86px;; }
  .our-client .client-say { padding-top: 20px; }
  .our-client .client-say .col-sm-4 { padding-bottom: 25px; }
  .our-client .why-we .search { width: 100%; }
  .work-info { min-height: 0; }
  .our-client .why-we .one { padding-right: 0; }
  .our-client .why-we h2 { text-align: left; padding-bottom: 20px; margin-bottom: 30px; }
  .our-client .why-we .row { padding-bottom: 30px; }
  .our-client .why-we .row .two { left: 0; top: 5px; width: 50px; line-height: 30px; position: absolute; }
  .our-client .why-we .Bottom-angle { bottom: -2px; right: -3px; }
  .our-client .why-we:before { height: 1px; }
  .our-client .why-we .row .number { font-size: 30px; width: 50px; line-height: 30px; }
  .our-client .why-we .row .h5 { padding: 5px 0 0 60px; line-height: 1.25em ; font-family:  'Agenor', Arial, Tahoma, sans-serif; font-weight: 700; min-height: 40px; font-size: 16px;  }
  .our-client .why-we { min-height: 0; }
  .our-client .client-say .block, .client-say .block { min-height: 0; }
  .our-client .why-we .row .h5 br, .our-process .step-block__two h2 br { display: none; }
  .our-client .why-we .search { padding-top: 40px; }
  .our-client .why-we .one, .our-client .why-we .three { text-align: left; padding-left: 60px; width: 100%; }
  .our-client .why-we .row .h5 { padding-left: 0; padding-right: 42px; }
  .our-client .why-we .search { padding-top: 60px; }
  .our-client .why-we .row { position: relative; }
  .our-client .why-we .center { padding: 0; }
  .our-network .banner.serve-banner { min-height: 392px; }
  .our-network .banner h1 span span span span { width: auto; }
  .our-network .banner.serve-banner .title h1 { padding-bottom: 64px; }
    .network-check small { width: 100%;     } 
  .our-network .banner.serve-banner .title h1 { line-height: 18px;  }
 .our-network .banner.serve-banner .title  { width: 75%; }
  .our-process p  { padding-right: 0; }
  .our-process .search  { margin: 0; }
  .our-network .banner.serve-banner .title .h1 { line-height: 36px;  }
  .our-network .banner.serve-banner { background-image: url(/images/our-network-mobile.jpg); background-color: #161617; }
  .our-network .center { text-align: left; }
  .network-check strong,.our-process h2, .our-process h3 { font-size: 30px; line-height: 36px; letter-spacing: 1px; }
  .network-check small { font-size: 16px; margin: 0; line-height: 1.25em ; }
  .network-check small br { display: none; }
  .network-check .block { min-height: 150px; margin-bottom: 40px; max-width: none; }
  .our-network .center { padding: 0 23px; }
  .our-network .serve-log .center { padding: 0 0; }
  .our-process .text-center { text-align: left; }
  .our-process { padding-top: 44px; }
  .our-process .col-sm-4 { width: 100%; padding-top: 0; padding-bottom: 30px; }
    .our-process .col-sm-4.dark {min-height: 200px;}
    .network-check strong br, .anency-search h3 br, .how-it-work .work-info h2 br {
        display: none;
    }
    .network-check .block.inline{margin: 20px 0;}
    .block span.checkbox::before {
        left: 0;
        margin-left: 0;
        width: 24px;
        height: 24px;
    }
  .block span.checkbox::after { left: 4px; margin: 0; width: 28px; height: 22px; }
  .network-check span { padding-top: 48px; }
  .our-process .text { padding: 20px; }
  .our-process .text span.heading-bold { font-size: 40px; }
    .how-it-work .client-say .block { padding: 19px 25px 34px;     }
    .how-it-work .client-say .block .h5 { padding-top:15px;  }
    
  .our-process p { font-size: 16px; line-height: 1.25em ; }
  .our-process .text { min-height: 0; }
  .our-process .search { padding: 50px 0; }
  .our-network .client-say .row { width: 100%; padding-top: 60px; }
  .our-network .client-say .slider { padding: 20px; }
  .our-network .client-say .slider p { padding-right: 0; font-size: 21px; line-height: 25px; }
  .our-network .client-say h2 { padding-bottom: 30px; }
  .our-network .client-say .nav-control.prev { left: -22px; -webkit-background-size: cover; background-size: cover; }
  .our-network .client-say .nav-control.next { right: -22px; -webkit-background-size: cover; background-size: cover; }
  .our-network .client-say .slider { margin: 0 0; }
  .our-network .client-say .nav-control { width: 20px; height: 14px; }
  .our-network .client-say .nav-bullet li { margin: 0 2px; }
  .how-it-work .banner.serve-banner .title { padding-left: 0 }
  .how-it-work .banner .title h1 { padding-top: 0; font-size: 30px; }
  .banner.serve-banner .title h1 span { display: block !important;     }
  
  .our-network .banner.serve-banner .title .h1 { display: block!important;  }
  .how-it-work .banner.serve-banner { min-height: 0; }
  .banner.serve-banner h1 small { font-size: 14px; margin-bottom: 5px; line-height: 18px }
  .how-it-work .work-info .center { width: 100%; }
  .how-it-work .work-info { min-height: 0; }
  .how-it-work .work-info p { font-size: 16px; line-height: 1.25em; }
  .how-it-work .work-info .h4 { font-size: 16px; line-height: 1.25em ; }
  .anency-search { padding: 54px 0 0; text-align: left; }
  .anency-search h3 { padding-bottom: 13px;  }
  .how-it-work .our-process .center { width: 100%; padding: 0 20px; }
  .how-it-work .our-process h3 { padding-bottom: 12px; }
  .our-process .head-line::after { background-size: 44px  4px; }
  .anency-search .h4 { font-size: 18px;; }
  .anency-search .h4 strong { padding: 15px 0 10px; font-size: 14px; }
  .how-it-work .our-process { padding-top: 50px; }
 .our-process h2, .our-process h3 { margin-bottom: 37px; }
 .our-process .text span.heading-bold { font-size: 45px; padding-bottom: 8px; margin-bottom: 30px; }
 .how-it-work .our-process .text p { line-height: 26px; }
 .how-it-work .our-process .text span { padding-bottom: 5px;  }
 .how-it-work .our-process .text { padding: 30px; }

 .our-process .process { padding-top: 0; }
  .how-it-work .our-process .text { min-height: 275px; }
    .our-process .text {box-shadow: 15px 20px 15px rgba(0,0,0,.05);       }
  .our-process .step-block { padding: 70px 8px 30px;; }
  .our-process .step-block .heading-bold.white-text:after { opacity: .3; }
  .our-process .step-block .heading-bold.white-text { margin-bottom: 42px;  }
  .head-line:after { background-size: 30px 3px; }
  .our-process .step-block h2 { margin-bottom: 30px; }
  .our-process .step-text .check { background-size: 30px; margin-bottom: 20px }
  .how-it-work .our-process .step-text .check { background-size:  41px  34px;  }
  .our-process .step-text { padding-right: 0; }
  .our-process .step-block__two { padding: 20px 10px 0; }
  .our-process .step-block__two h3 { margin-bottom: 0; padding-bottom: 5px;  }
  .our-process .step-text p, .our-process .step-block__two p { line-height: 26px;  }
  .our-process .step-block__two h2 { margin-bottom: 10px; }
  .our-process .step-block__two ul { padding: 30px 0; }
  .our-process .step-block__two li { padding-left: 45px; font-size: 18px; margin-bottom: 20px; line-height: 1.25em ; letter-spacing: .06em; background-size: 26px; }
  .how-it-work .our-process .step-block .col-sm-4 { margin-bottom: 30px;   }
  .how-it-work .our-process .search { padding: 50px 10px 34px; }
  .how-it-work .client-say { padding-top: 125px; }
  .how-it-work .client-say { padding-left: 25px; padding-right: 25px; }
  .connect-us ul { padding: 0; }
  .how-it-work .client-say .col-sm-4 { width: 100% !important; padding-bottom: 5px;  }
  .how-it-work .client-say .row { padding: 0; margin: 0; }
  .our-client .serve-log .h3 { font-size: 12px;; }
  .our-client .serve-log { padding-bottom: 0; }
  .our-client .why-we .row { min-height: 0; }
  .banner .title h1 { font-size: 25px; line-height: 30px; width: 100%; }
  .how-it-work .banner.serve-banner { background: #000 url(/images/how-it-work-small.jpg) center top no-repeat; -webkit-background-size: cover; background-size: cover; }
	.error-page .work-info {		padding-bottom: 0;	}
   .js .listen .text, .js .step-block .step-text, .js .step-block__two li, .js .client-say .block, .js .work-info .text, .js .client-say .show-container, .js .our-process .text, .js .award-winning .block, .js .about-us .text { transition-delay: 0.5s; }
.our-process .bottom-angle { width: 102%; left: -3px;      }
.how-it-work .our-process .step-block__two h3 { padding-bottom: 0; margin-bottom: 0;     }
  .banner.serve-banner .title h1 { font-size: 30px; line-height: 36px;  }
    .banner.serve-banner { min-height: 380px; }  
  .banner.home { padding-top:10px; padding-left: 25px; padding-right: 0px;   }
  .banner .logo img { width: 98px; }
  .our-client .serve-log .center { padding: 5px 0; }
  .head-line::after { background-size: 44px 4px;   }
  .our-client .serve-log .serve-mid { min-height: 160px;  padding: 0; }
  .our-client .serve-log { padding: 0; }
  .our-client .work-info p { margin-top: 16px; }
  .our-client .work-info h2 { margin-bottom: 0; }
  .our-client .work-info .text p { font-size: 16px;  }
  .banner.serve-banner .center { min-height: 465px; }
.who-we-are .banner.serve-banner .title h1 { padding-bottom: 50px;      }
.who-we-are    .work-info { padding: 42px 0 75px; }
.creative-services::before { height: 128px;  }
.creative-services .top-angle { top: 119px; }
.creative-services .row .col-sm-4{ height: 175px; }
.award-winning .row .col-sm-4  { height: 140px; }
.who-we-are .work-info p { line-height: 22px; }
.banner.home .title h1 { line-height: 26px;  }
.our-client .banner.serve-banner { background: #000 url(/images/client-small320.jpg) top center no-repeat;     -webkit-background-size: cover;    background-size: cover;     }
.video-light .video-frame { width: 300px; height: 170px;     }
  
  .text-animation .line-cnt-1 span.testimonial-logo, .banner .footer img { width: 80px; }
  .banner.serve-banner .title {  }
    .banner.serve-banner .title {  position:absolute; left: 0; bottom: 0;   width: 100%;    }
    .our-network .banner.serve-banner .title {
        position: relative;
    }
    .banner.serve-banner .title h1 {
        padding: 0 0 78px 25px;
    }
    .our-network .banner.serve-banner .title h1 {
        padding: 0 0 20px 0;
    }
    .how-it-work .banner.serve-banner .title h1 {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 562px) {
    .our-network .partner-link, 
    .our-network .partner-link.partner-link-no-image {
        width: 47.3%;
    }
}
@media only screen and (max-width: 479px) {
 .banner.home { -webkit-background-size: contain; background-size: contain; } 

}

@media only screen and (min-width: 1367px) and (max-width: 1700px) {
    .banner .who-we-serve { bottom: -40px;      }
}

@media screen {
    /*--------contact form ------------*/
    .input-imp-long { display: block !important; height: 1px !important; font-size: 0px !important; border: none !important; }
}

@media print {
    img {max-width: 100% !important;}
}

@media speech {
    .button--rayen::before {
        /*content: attr(data-text);*/
        content: "\2022" !important;
        position: absolute;
        top: 0;
        /*left: 0;
        width: 100%;
        height: 100%;*/
        background: #fff;
        color: #1a1a1b;
        -webkit-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        speak: none !important;
        visibility: hidden !important;
        display: none !important;
        width: 1px;
        height: 1px;
        left: -10000px;
    }

    .button--rayen.button--inverted::before {
        background: #fff;
        color: #37474f;
        content: "\2022";
        speak: none !important;
        visibility: hidden !important;
        display: none !important;
        width: 1px;
        height: 1px;
        left: -10000px;
    }
    .button--rayen::before,
    .button--rayen > span {
        padding-left: 20px;
        padding-top: 4px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        content: "\2022";
        speak: none !important;
        visibility: hidden !important;
        display: none !important;
        width: 1px;
        height: 1px;
        left: -10000px;
    }

    .button--rayen:hover::before, .button--rayen:focus::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        content: "\2022";
        speak: none !important;
        visibility: hidden !important;
        display: none !important;
        width: 1px;
        height: 1px;
        left: -10000px;
    }
}

.partnerScroll {
    overflow-y: scroll !important;
    overflow-wrap: break-word;
    /*height: 375px !important;*/
    height: 425px !important;
    text-align: justify;
}

#ourNetwork {
    width:100%;
}

.partner-extra-image img:hover {
    border: 3px solid lightblue;
}
.partner-extra-image img.active {
    border: 3px solid lightblue;
}
.container {
	display: none;
}

.container.show {
	display: block;
}

.pageload-overlay {
    display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
    z-index: 9999;
}

.js .pageload-overlay {
    display: block;
}

.pageload-overlay.show {
	visibility: visible;
}

.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.pageload-overlay svg path {
	fill: #fff;
}

.pageload-overlay::after,
.pageload-overlay::before {
	content: '';
	position: fixed;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	-webkit-transition: opacity 0.15s, visibility 0s 0.15s;
	transition: opacity 0.15s, visibility 0s 0.15s;
}

.pageload-overlay::after {
	background: #6cc88a;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: moveRight 0.6s linear infinite alternate;
	animation: moveRight 0.6s linear infinite alternate;
}

.pageload-overlay::before {
	background: #4fc3f7;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation: moveLeft 0.6s linear infinite alternate;
	animation: moveLeft 0.6s linear infinite alternate;
}

@-webkit-keyframes moveRight {
	to { -webkit-transform: translateX(20px); }
}

@keyframes moveRight {
	to { transform: translateX(20px); }
}

@-webkit-keyframes moveLeft {
	to { -webkit-transform: translateX(-20px); }
}

@keyframes moveLeft {
	to { transform: translateX(-20px); }
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
