@import url(normalize.css);
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.0.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */ }
  .btn [class^="icon-"].icon-large,
  .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
  .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  .btn [class^="icon-"].icon-spin,
  .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
  .nav [class*=" icon-"].icon-spin {
    display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */ }
  .nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
  .nav-tabs [class*=" icon-"],
  .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
  .nav-pills [class*=" icon-"],
  .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }

li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }
  li [class^="icon-"].icon-large,
  li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
  .nav li [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em; }

ul.icons {
  list-style-type: none;
  text-indent: -.75em; }
  ul.icons li [class^="icon-"],
  ul.icons li [class*=" icon-"] {
    width: .75em; }

.icon-muted {
  color: #eeeeee; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

@-moz-document url-prefix() {
  .icon-spin {
    height: .9em; }

  .btn .icon-spin {
    height: auto; }

  .icon-spin.icon-large {
    height: 1.25em; }

  .btn .icon-spin.icon-large {
    height: .75em; } }

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

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

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

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

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

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

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

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

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

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

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

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

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

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

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

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

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

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fff; }

.no-scrolling {
  overflow: hidden; }

a {
  word-wrap: break-word; }

a {
  outline: none; }

a:focus {
  outline: none; }

.container, .slider > .nav {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .container:before, .slider > .nav:before, .container:after, .slider > .nav:after {
    content: " ";
    display: table; }
  .container:after, .slider > .nav:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .container, .slider > .nav {
      overflow: hidden; } }

@media only screen and (max-width: 767px) {
  body {
    padding-top: 80px; }

  .jumper {
    position: relative;
    height: 1px;
    display: block;
    top: -65px; } }
.global_header {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1000;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .global_header .container, .global_header .slider > .nav {
    height: 100px; }
    @media only screen and (max-width: 1023px) {
      .global_header .container, .global_header .slider > .nav {
        height: auto; } }
  @media only screen and (max-width: 767px) {
    .global_header {
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      height: 80px; } }
  .global_header .logo {
    float: left;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .global_header .logo {
        height: 65px; } }
    .global_header .logo img {
      max-width: 300px;
      width: 100%;
      display: inline-block;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .global_header .logo img {
          max-width: 150px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: 0;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    @media only screen and (max-width: 1023px) {
      .global_header .logo {
        float: none;
        text-align: center; } }
  .global_header nav {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "NewBaskervilleW01-Itali";
    width: 69.38776%;
    text-align: right; }
    @media only screen and (max-width: 1023px) {
      .global_header nav {
        position: static;
        width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .global_header nav {
        display: none; } }
    .global_header nav > ul {
      padding: 0;
      margin: 0; }
      .global_header nav > ul > li > a {
        text-decoration: none;
        color: #778590;
        -webkit-transition: color 0.6s ease; }
      @media only screen and (min-width: 768px) {
        .global_header nav > ul > li {
          display: inline-block;
          font-size: 18px;
          position: relative;
          z-index: 99;
          padding: 10px 0;
          line-height: 1; }
          .global_header nav > ul > li > ul {
            text-align: left;
            display: none;
            position: absolute;
            z-index: 999;
            background: #000;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            width: 300px;
            font-size: 16px;
            padding: 10px;
            margin: 0;
            top: 58px; }
            .global_header nav > ul > li > ul li {
              display: block; }
            .global_header nav > ul > li > ul a {
              text-decoration: none;
              color: #fff;
              display: block; } }
      .global_header nav > ul > li:hover ul {
        display: block; }
      @media only screen and (min-width: 768px) {
        .global_header nav > ul li.nav-item + li.nav-item:before {
          content: '/';
          display: inline-block;
          padding: 10px 0;
          color: #778590; } }
      .global_header nav > ul li.back {
        pointer-events: none;
        -webkit-transition: border-color 0.6s ease;
        border-bottom: 7px solid #6c0c33;
        z-index: 8;
        position: absolute;
        margin-left: 10px;
        bottom: 0; }
        .global_header nav > ul li.back.red-purple {
          border-color: #6c0c33; }
        .global_header nav > ul li.back.red {
          border-color: #ca1d37; }
        .global_header nav > ul li.back.pink {
          border-color: #af3e72; }
        .global_header nav > ul li.back.purple {
          border-color: #82498f; }
        .global_header nav > ul li.back.blue {
          border-color: #00a1ca; }
        .global_header nav > ul li.back.green {
          border-color: #b7d331; }
        @media only screen and (max-width: 767px) {
          .global_header nav > ul li.back {
            display: none; } }
      .no-touch .global_header nav > ul .current > a, .no-touch .global_header nav > ul > a:hover {
        color: #6c0c33; }
      .no-touch .global_header nav > ul li.red-purple.current > a, .no-touch .global_header nav > ul li.red-purple a:hover {
        color: #6c0c33 !important; }
      .no-touch .global_header nav > ul li.red.current > a, .no-touch .global_header nav > ul li.red a:hover {
        color: #ca1d37 !important; }
      .no-touch .global_header nav > ul li.pink.current > a, .no-touch .global_header nav > ul li.pink a:hover {
        color: #af3e72 !important; }
      .no-touch .global_header nav > ul li.purple.current > a, .no-touch .global_header nav > ul li.purple a:hover {
        color: #82498f !important; }
      .no-touch .global_header nav > ul li.blue.current > a, .no-touch .global_header nav > ul li.blue a:hover {
        color: #00a1ca !important; }
      .no-touch .global_header nav > ul li.green.current > a, .no-touch .global_header nav > ul li.green a:hover {
        color: #b7d331 !important; }
      @media only screen and (max-width: 767px) {
        .global_header nav > ul > li > a {
          font-size: 18px;
          line-height: 40px; }
        .global_header nav > ul > li > ul {
          background: #eee;
          margin: 5px -999em;
          padding: 15px 999em;
          line-height: 34px;
          color: #778590; }
          .global_header nav > ul > li > ul a {
            text-decoration: none; } }
  .no-touch .home .global_header {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .no-touch.html-is-loaded .home .global_header {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }

@media only screen and (max-width: 767px) {
  .global_header.is-open {
    height: auto;
    height: 100%;
    overflow: scroll; }
    .global_header.is-open nav {
      display: block; } }
.burger {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center; }
  .burger span {
    background-color: #778591;
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .burger span:nth-child(1) {
      top: 0px; }
    .burger span:nth-child(2), .burger span:nth-child(3) {
      top: 50%;
      margin-top: -1px; }
    .burger span:nth-child(4) {
      bottom: 0px; }
  .is-open .burger span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .is-open .burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .is-open .burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .is-open .burger span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.global_header__burger {
  display: none;
  position: absolute;
  font-size: 0;
  height: 65px;
  width: 65px;
  top: 0;
  bottom: 0;
  right: 0;
  outline: 0 !important;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .global_header__burger {
      display: block; } }

.global_footer {
  color: #fff;
  text-align: center;
  height: 150px;
  padding: 40px 0;
  position: relative;
  z-index: 999;
  background-color: #6c0c33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #6c0c33), color-stop(100%, #ca1d37));
  background-image: -webkit-linear-gradient(top, #6c0c33 40%, #ca1d37 100%);
  background-image: -moz-linear-gradient(top, #6c0c33 40%, #ca1d37 100%);
  background-image: -ms-linear-gradient(top, #6c0c33 40%, #ca1d37 100%);
  background-image: -o-linear-gradient(top, #6c0c33 40%, #ca1d37 100%);
  background-image: linear-gradient(top, #6c0c33 40%, #ca1d37 100%); }
  .global_footer .circ-tab {
    background: #6c0c33; }
    .global_footer .circ-tab:after {
      color: #fff;
      content: "\f0d7"; }
    .portfolio .global_footer .circ-tab:after {
      content: "\f0d8"; }
  .global_footer h2, .global_footer a {
    color: inherit; }
  .news .global_footer {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #dddddd), color-stop(100%, white));
    background-image: -webkit-linear-gradient(top, #dddddd 40%, white 100%);
    background-image: -moz-linear-gradient(top, #dddddd 40%, white 100%);
    background-image: -ms-linear-gradient(top, #dddddd 40%, white 100%);
    background-image: -o-linear-gradient(top, #dddddd 40%, white 100%);
    background-image: linear-gradient(top, #dddddd 40%, white 100%);
    color: #778590; }
    .news .global_footer .circ-tab {
      background: #ddd; }
    .news .global_footer .horizontal-option-list li.tel:before {
      background-position: -1px -56px; }
    .news .global_footer .horizontal-option-list li.email:before {
      background-position: -1px -111px; }
    .news .global_footer .horizontal-option-list li.tweet:before {
      background-position: 0 -165px; }
  .startups .global_footer {
    background-color: #3887c7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #3887c7), color-stop(100%, #00acda));
    background-image: -webkit-linear-gradient(top, #3887c7 40%, #00acda 100%);
    background-image: -moz-linear-gradient(top, #3887c7 40%, #00acda 100%);
    background-image: -ms-linear-gradient(top, #3887c7 40%, #00acda 100%);
    background-image: -o-linear-gradient(top, #3887c7 40%, #00acda 100%);
    background-image: linear-gradient(top, #3887c7 40%, #00acda 100%); }
    .startups .global_footer .circ-tab {
      background: #3887c7; }
      .startups .global_footer .circ-tab:after {
        color: white !important; }
  .contact .global_footer {
    background-color: #87a10a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #87a10a), color-stop(100%, #b7d331));
    background-image: -webkit-linear-gradient(top, #87a10a 40%, #b7d331 100%);
    background-image: -moz-linear-gradient(top, #87a10a 40%, #b7d331 100%);
    background-image: -ms-linear-gradient(top, #87a10a 40%, #b7d331 100%);
    background-image: -o-linear-gradient(top, #87a10a 40%, #b7d331 100%);
    background-image: linear-gradient(top, #87a10a 40%, #b7d331 100%); }
    .contact .global_footer .circ-tab {
      background: #87a10a; }
      .contact .global_footer .circ-tab:after {
        color: white !important; }
  .portfolio .global_footer {
    background-color: #642073;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #642073), color-stop(100%, #82498f));
    background-image: -webkit-linear-gradient(top, #642073 40%, #82498f 100%);
    background-image: -moz-linear-gradient(top, #642073 40%, #82498f 100%);
    background-image: -ms-linear-gradient(top, #642073 40%, #82498f 100%);
    background-image: -o-linear-gradient(top, #642073 40%, #82498f 100%);
    background-image: linear-gradient(top, #642073 40%, #82498f 100%); }
    .portfolio .global_footer .circ-tab {
      background: #642073; }
      .portfolio .global_footer .circ-tab:after {
        color: white !important; }
  .global_footer a {
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .global_footer {
      height: auto; } }

.horizontal-option-list {
  text-align: center;
  margin-top: -15px;
  margin-left: -30px; }
  .horizontal-option-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    padding-top: 30px;
    padding-left: 30px; }
    .horizontal-option-list li:before {
      content: '';
      width: 50px;
      height: 50px;
      display: block;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../img/contact-symbols.png"); }
    .horizontal-option-list li.tel:before {
      background-position: -1px -221px; }
    .horizontal-option-list li.email:before {
      background-position: -1px -276px; }
    .horizontal-option-list li.tweet:before {
      background-position: -1px -331px; }
    .horizontal-option-list li span {
      display: inline-block;
      vertical-align: middle; }
    .horizontal-option-list li a, .horizontal-option-list li strong {
      display: block; }
    @media only screen and (max-width: 767px) {
      .horizontal-option-list li {
        width: 100%;
        text-align: center; }
        .horizontal-option-list li span {
          padding-top: 10px;
          display: block; } }
    .no-touch .horizontal-option-list li {
      opacity: 0;
      -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px); }
      .no-touch .horizontal-option-list li.is-loaded {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0); }

.slider {
  max-height: 600px;
  background: #eee;
  overflow: hidden;
  position: relative;
  z-index: 400; }
  .slider ul {
    padding: 0;
    height: 0;
    padding-bottom: 61.22449%;
    text-align: center;
    margin: 0 auto;
    list-style: none;
    position: static !important; }
    .slider ul li {
      position: absolute;
      width: 100%;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      text-indent: -999em; }
  .slider .slider__image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%; }
  .slider > .nav {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    left: 0;
    right: 0;
    z-index: 9999; }
    .slider > .nav a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      text-align: center;
      line-height: 50px;
      text-decoration: none;
      font-size: 28px; }
      .slider > .nav a span {
        display: none; }
      .slider > .nav a:before {
        font-family: 'FontAwesome';
        font-style: normal; }
      .slider > .nav a.prev {
        float: left; }
        .slider > .nav a.prev:before {
          content: "\f0d9";
          margin-left: -6px; }
      .slider > .nav a.next {
        float: right; }
        .slider > .nav a.next:before {
          content: "\f0da";
          margin-right: -4px; }
  .home .slider {
    opacity: 0;
    -webkit-transition: opacity 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
    .html-is-loaded .home .slider {
      opacity: 1; }

.no-touch .slider .nav {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.no-touch .slider:hover .nav {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.content {
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 500;
  color: #778590; }
  .content .circ-tab {
    background: #fff;
    color: #778590; }
  .news .content {
    background: #6c0c33;
    color: #fff; }
  .portfolio .content {
    background: #f9f9f9; }
    .portfolio .content .circ-tab {
      background: #f9f9f9; }
  .contact .content .circ-tab:after {
    content: "\f0d7"; }

.content--home {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .html-is-loaded .content--home {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .content--home p a {
      font-size: 11px;
      display: inline-block; } }

.news-header {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px; }
  .news-header:before, .news-header:after {
    content: " ";
    display: table; }
  .news-header:after {
    clear: both; }
  .news-header h1, .news-header h2 {
    margin-top: 0;
    float: left;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .news-header h1, .news-header h2 {
        float: none;
        width: 100%; } }
  .news-header h2 {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .news-header h2 {
        text-align: left; } }

.news-aux {
  float: right;
  width: 30.61224%; }
  @media only screen and (max-width: 767px) {
    .news-aux {
      width: 100%;
      float: none;
      margin-top: 20px; } }

.aux-box {
  padding: 20px 20px 10px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 30px; }
  .aux-box:first-child {
    margin-top: 0; }
  .aux-box h3 {
    font-family: "NewBaskervilleW01-Itali";
    color: #ca1d37; }
  .aux-box ul li a {
    display: block;
    padding: 10px 30px 10px 0;
    border-top: 1px solid #fff;
    position: relative; }
    .aux-box ul li a:after {
      display: block;
      position: absolute;
      color: #ca1d37;
      font-family: 'FontAwesome';
      font-size: 22px;
      content: "\f0da";
      right: 0;
      top: 50%;
      margin-top: -16px; }
  .aux-box a {
    text-decoration: none; }

.article-list {
  float: left;
  width: 65.30612%; }
  @media only screen and (max-width: 767px) {
    .article-list {
      width: 100%;
      float: none; } }
  .article-list article {
    padding-left: 130px; }
    @media only screen and (max-width: 767px) {
      .article-list article {
        padding-left: 0; } }
    .article-list article img {
      width: 100%; }
    .article-list article > h1:first-child {
      float: left;
      margin-left: -130px;
      line-height: 1; }
      .article-list article > h1:first-child span {
        display: block; }
      @media only screen and (max-width: 767px) {
        .article-list article > h1:first-child {
          float: none;
          margin-left: 0;
          margin-bottom: 20px; }
          .article-list article > h1:first-child span {
            display: inline-block; } }
    .article-list article a {
      color: #ca1d37; }
    .article-list article + article {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 2px solid #fff; }
    .article-list article .akjsdhkasjdhk.akjsdhkasjdhk {
      margin-top: 20px; }
      .article-list article .akjsdhkasjdhk.akjsdhkasjdhk h1, .article-list article .akjsdhkasjdhk.akjsdhkasjdhk h2, .article-list article .akjsdhkasjdhk.akjsdhkasjdhk h3, .article-list article .akjsdhkasjdhk.akjsdhkasjdhk h4, .article-list article .akjsdhkasjdhk.akjsdhkasjdhk h5 {
        font-weight: bold;
        font-size: 15px;
        font-family: sans-serif;
        letter-spacing: 0;
        line-height: 1.5; }

hr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px; }

.meta-list strong {
  font-family: "NewBaskervilleW01-Bold";
  font-weight: normal;
  font-size: 18px; }
  .meta-list strong span {
    color: #ca1d37; }
.meta-list li {
  border-bottom: 1px solid #bbb;
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
  overflow: hidden; }
  .meta-list li:after {
    content: "\0020";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    /* when 0 no shadow is displayed*/
    box-shadow: 0 0 12px 0 #aaa;
    bottom: -1px; }
  .meta-list li + li {
    border-top: 1px solid #fff; }
  .meta-list li a {
    text-decoration: none; }
    .meta-list li a + a {
      margin-left: 10px; }

.study {
  margin-top: 30px; }
  .study:before, .study:after {
    content: " ";
    display: table; }
  .study:after {
    clear: both; }
  .study .description {
    float: left;
    width: 48.46939%; }
  .study .supporting_images {
    float: right;
    width: 48.46939%; }
    .study .supporting_images img {
      max-width: 100%; }
  @media only screen and (max-width: 1023px) {
    .study .description,
    .study .supporting_images {
      float: none;
      width: 100%; }
    .study .supporting_images {
      margin-top: 20px; } }

.stack {
  margin-top: 30px; }

.portfolio-header:before, .portfolio-header:after {
  content: " ";
  display: table; }
.portfolio-header:after {
  clear: both; }
.portfolio-header .meta-list {
  float: left;
  width: 48.46939%; }
  @media only screen and (max-width: 767px) {
    .portfolio-header .meta-list {
      width: 100%;
      float: none; } }
.portfolio-header img {
  float: right;
  width: 48.46939%; }
  @media only screen and (max-width: 767px) {
    .portfolio-header img {
      margin-top: 20px;
      max-width: 100%;
      width: auto; } }

.portfolio-image {
  text-align: center;
  margin-top: 30px; }
  .portfolio-image img {
    display: inline-block;
    max-width: 100%; }

.circ-tab {
  -webkit-box-shadow: 0px -3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 999px;
  border-radius: 999px;
  width: 110px;
  height: 90px;
  position: absolute;
  top: -55px;
  left: 50%;
  padding-top: 20px;
  margin-left: -55px;
  text-align: center;
  font-family: "NewBaskervilleW01-Itali";
  font-size: 18px;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .circ-tab a {
    cursor: pointer; }
  .circ-tab:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-style: normal;
    display: block;
    font-size: 22px;
    margin-top: 5px;
    color: #ce1443 !important; }
    .startups .circ-tab:after {
      color: #00a1ca !important; }
    .contact .circ-tab:after {
      color: #b7d331 !important; }
    .portfolio .circ-tab:after {
      color: #82498f !important; }
    .services .circ-tab:after {
      color: #ca1d37 !important; }
  .html-is-loaded .circ-tab.circ-tab--loaded {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }

.grad {
  height: 15px;
  clear: both;
  background: url("../img/grad.png") top center no-repeat #6c0c33; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
  margin-top: 0; }

h1, h2, h3, h4, h5 {
  font-family: "NewBaskervilleW01-Roman";
  font-weight: normal; }
  h1 span, h2 span, h3 span, h4 span, h5 span {
    color: #ca1d37; }
  .startups .content h1, .startups .content h2, .startups .content h3, .startups .content h4, .startups .content h5 {
    color: #00a1ca; }

h1 {
  font-size: 56px; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-top: 30px; }
  h2 span {
    color: #ca1d37; }
  h1 + h2 {
    line-height: 2; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 28px;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 24px;
  margin-top: 20px; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 0 0; }

ul {
  list-style: none;
  padding: 0;
  line-height: 1.5;
  margin: 15px 0 0 0; }

a {
  color: inherit; }

blockquote {
  margin: 0;
  padding: 20px;
  background: #eee;
  color: #ca1d37;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: "NewBaskervilleW01-Itali"; }
  blockquote p {
    font-size: 22px; }
  blockquote cite {
    display: block;
    font-style: normal;
    font-family: "NewBaskervilleW01-Itali";
    margin-top: 10px;
    font-size: 18px; }

.services-tab-nav {
  min-height: 600px;
  padding-bottom: 80px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #e7e8e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e8e5), color-stop(100%, #f5f6f5));
  /* Chrome,Safari4+ */
  background-color: #e7e8e5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e8e5), color-stop(100%, #f5f6f5));
  background-image: -webkit-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  background-image: -moz-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  background-image: -ms-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  background-image: -o-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  background-image: linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7e8e5 0%, #f5f6f5 100%);
  /* IE10+ */
  background: linear, to bottom, #e7e8e5 0%, #f5f6f5 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e8e5', endColorstr='#f5f6f5',GradientType=0 );
  /* IE6-9 */ }
  .services-tab-nav h2 {
    color: #778590;
    margin-bottom: 30px;
    padding-top: 150px; }
    @media only screen and (max-width: 1023px) {
      .services-tab-nav h2 {
        padding-top: 30px; } }
    .services-tab-nav h2:after {
      display: block;
      font-family: 'FontAwesome';
      font-size: 22px;
      content: "\f0d7"; }
  .services-tab-nav .red {
    color: #c31432; }
  .services-tab-nav .red-bg {
    background-color: #c31432; }
  .services-tab-nav .prple {
    color: #9e4593; }
  .services-tab-nav .prple-bg {
    background-color: #9e4593; }
  .services-tab-nav .lylc {
    color: #7573b4; }
  .services-tab-nav .lylc-bg {
    background-color: #7573b4; }
  .services-tab-nav .grn {
    color: #97c21e; }
  .services-tab-nav .grn-bg {
    background-color: #97c21e; }
  .services-tab-nav .orng {
    color: #ec7e17; }
  .services-tab-nav .orng-bg {
    background-color: #ec7e17; }
  .services-tab-nav .dp-red {
    color: #8c1c40; }
  .services-tab-nav .dp-red-bg background- {
    color: #8c1c40; }

.marketing h1 span, .marketing h2 span, .marketing h3 span, .marketing h4 span, .marketing h5 span {
  color: #c31432; }
.creative h1 span, .creative h2 span, .creative h3 span, .creative h4 span, .creative h5 span {
  color: #9e4593; }
.branding h1 span, .branding h2 span, .branding h3 span, .branding h4 span, .branding h5 span {
  color: #7573b4; }
.multi-media h1 span, .multi-media h2 span, .multi-media h3 span, .multi-media h4 span, .multi-media h5 span {
  color: #97c21e; }
.advertising h1 span, .advertising h2 span, .advertising h3 span, .advertising h4 span, .advertising h5 span {
  color: #ec7e17; }
.pr h1 span, .pr h2 span, .pr h3 span, .pr h4 span, .pr h5 span {
  color: #8c1c40; }
.strategy h1 span, .strategy h2 span, .strategy h3 span, .strategy h4 span, .strategy h5 span {
  color: #00a1ca; }

.services-nav {
  margin: 0;
  padding: 0;
  text-align: center; }
  .services-nav li {
    display: inline-block; }
  .services-nav a {
    display: block;
    width: 135px;
    height: 135px;
    position: relative; }
    .services-nav a span {
      background-image: url("../img/services-sprite.png");
      text-indent: -999em;
      width: 135px;
      height: 135px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .services-nav .marketing .flip-3d__front {
    background-position: 0 -136px; }
  .services-nav .creative .flip-3d__front {
    background-position: -144px -136px; }
  .services-nav .branding .flip-3d__front {
    background-position: -287px -136px; }
  .services-nav .multi-media .flip-3d__front {
    background-position: -431px -136px; }
  .services-nav .advertising .flip-3d__front {
    background-position: -574px -136px; }
  .services-nav .pr .flip-3d__front {
    background-position: -718px -136px; }
  .services-nav .strategy .flip-3d__front {
    background-position: -862px -136px; }
  .services-nav .marketing .flip-3d__rear {
    background-position: 0 0; }
  .services-nav .creative .flip-3d__rear {
    background-position: -144px 0; }
  .services-nav .branding .flip-3d__rear {
    background-position: -287px 0; }
  .services-nav .multi-media .flip-3d__rear {
    background-position: -431px 0; }
  .services-nav .advertising .flip-3d__rear {
    background-position: -574px 0; }
  .services-nav .pr .flip-3d__rear {
    background-position: -718px 0; }
  .services-nav .strategy .flip-3d__rear {
    background-position: -862px 0; }

.twitter-banner {
  background: #778590;
  border-top: 10px solid #e8e9e7;
  border-bottom: 10px solid #e8e9e7;
  z-index: 999;
  position: relative;
  text-align: center;
  padding: 30px 0;
  color: #fff; }
  .twitter-banner i {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/contact-symbols.png") no-repeat -1px -331px;
    width: 50px;
    height: 50px; }
  .twitter-banner a {
    color: #b7d331; }
  .twitter-banner h3 {
    margin-top: 10px; }

.contact_block {
  background: #f2f3f1;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0; }
  .contact_block li {
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0 29px;
    margin: 30px 0;
    width: 33.333%;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .contact_block li {
        width: 100%; } }
    .contact_block li + li {
      border-left: 1px solid #c4cdd3; }
      @media only screen and (max-width: 767px) {
        .contact_block li + li {
          border-left: none; } }
  .contact_block .red {
    color: #ca1d37; }
  .contact_block .purple {
    color: #82498f; }
  .contact_block .green {
    color: #b7d331; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_block--alt li {
    width: 50%; }
    .contact_block--alt li:last-child {
      width: 100%;
      border-left: none;
      text-align: center; } }

.contact_header {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  text-align: center; }

.flip-3d {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  position: relative;
  width: 100%;
  height: 100%; }

.flip-3d__front,
.flip-3d__rear {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-3d__front {
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
  -moz-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
  -ms-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
  -o-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
  transform: rotateX(0deg) rotateY(0deg) perspective(600px); }
  .no-csstransforms .flip-3d__front {
    display: block; }
  .flip-3d:hover .flip-3d__front, .flip-3d.current .flip-3d__front {
    -webkit-transform: rotateY(180deg) rotateX(0) perspective(600px);
    -moz-transform: rotateY(180deg) rotateX(0) perspective(600px);
    -ms-transform: rotateY(180deg) rotateX(0) perspective(600px);
    -o-transform: rotateY(180deg) rotateX(0) perspective(600px);
    transform: rotateY(180deg) rotateX(0) perspective(600px); }
    .no-csstransforms .flip-3d:hover .flip-3d__front, .no-csstransforms .flip-3d.current .flip-3d__front {
      display: none; }

.flip-3d__rear {
  z-index: 800;
  -webkit-transform: rotateY(-180deg) rotateX(0) perspective(600px);
  -moz-transform: rotateY(-180deg) rotateX(0) perspective(600px);
  -ms-transform: rotateY(-180deg) rotateX(0) perspective(600px);
  -o-transform: rotateY(-180deg) rotateX(0) perspective(600px);
  transform: rotateY(-180deg) rotateX(0) perspective(600px); }
  .no-csstransforms .flip-3d__rear {
    display: none; }
  .flip-3d:hover .flip-3d__rear, .flip-3d.current .flip-3d__rear {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
    -moz-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
    -ms-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
    -o-transform: rotateX(0deg) rotateY(0deg) perspective(600px);
    transform: rotateX(0deg) rotateY(0deg) perspective(600px); }
    .no-csstransforms .flip-3d:hover .flip-3d__rear, .no-csstransforms .flip-3d.current .flip-3d__rear {
      display: block; }

.contact-form {
  margin-top: 15px;
  position: relative; }
  .contact-form:before, .contact-form:after {
    content: " ";
    display: table; }
  .contact-form:after {
    clear: both; }
  .contact-form textarea {
    background: #f2f3f1;
    padding: 10px;
    float: right;
    width: 65.30612%;
    height: 250px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 1023px) {
      .contact-form textarea {
        width: 100%;
        float: none; } }
  .contact-form ul {
    float: left;
    width: 31.63265%;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .contact-form ul {
        float: none;
        width: 100%;
        margin-bottom: 5px; } }
    .contact-form ul li {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #f2f3f1;
      padding: 5px;
      line-height: 20px; }
      .contact-form ul li div {
        display: table-row; }
      .contact-form ul li span {
        white-space: nowrap;
        font-weight: bold;
        padding-left: 25px;
        display: table-cell;
        padding-right: 10px;
        background: url("../img/contact-symbols-small.png") no-repeat 0 0; }
        .contact-form ul li span.email {
          background-position: 0 -43px; }
        .contact-form ul li span.tel {
          background-position: 0 -21px; }
      .contact-form ul li .req {
        color: #ca1d37; }
      .contact-form ul li input {
        width: 100%;
        display: table-cell;
        background: none;
        border: 0;
        outline: none; }
        .contact-form ul li input:focus {
          outline: none; }
      .contact-form ul li + li {
        margin-top: 5px; }
  .contact-form button {
    position: absolute;
    bottom: -30px;
    right: -30px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    width: 90px;
    height: 90px;
    position: absolute;
    padding-top: 20px;
    margin-left: -45px;
    color: #fff;
    text-align: center;
    font-family: "NewBaskervilleW01-Itali";
    font-size: 18px;
    text-decoration: none;
    background: #b7d331;
    border: 0; }
    .contact-form button:after {
      font-family: 'FontAwesome';
      content: "\f0da";
      font-style: normal;
      display: block;
      font-size: 22px;
      margin-top: 5px;
      color: #fff; }
    @media only screen and (max-width: 1023px) {
      .contact-form button {
        position: static;
        display: block;
        margin: 20px auto; } }

.other-casestudies {
  border-top: 1px solid #c4cdd3;
  padding-top: 10px;
  font-family: "NewBaskervilleW01-Itali"; }
  .other-casestudies a {
    color: #ca1d37;
    text-decoration: none; }

.bubble-link {
  cursor: pointer; }

.flashMessage {
  padding: 10px;
  margin-top: 10px;
  color: #fff; }
  .flashMessage.success {
    background: #87a10a; }
  .flashMessage.fail {
    background: #ca1d37; }

.unsubscribe-page {
  text-align: center;
  color: #768790;
  padding-top: 60px;
  padding-bottom: 60px; }

.unsubscribe-form {
  margin: 40px 0; }
  .unsubscribe-form input {
    display: block;
    margin: 20px auto;
    background-color: #f6f6f6;
    border: 1px solid #b1b2b6;
    text-align: center;
    font-family: inherit;
    line-height: 44px;
    max-width: 500px;
    width: 100%;
    height: 44px; }
  .unsubscribe-form button {
    display: block;
    background-color: #75868f;
    color: #fff;
    margin: 20px auto;
    line-height: 30px;
    padding: 0 20px;
    outline: none; }
