/*!
+---------------------------------------------------------------------+
|        _                               _         _                  |
|       | |_  _   _  _ __    ___  _ __  | |  __ _ | |_  ___           |
|       | __|| | | || '_ \  / _ \| '_ \ | | / _` || __|/ _ \          |
|       | |_ | |_| || |_) ||  __/| |_) || || (_| || |_|  __/          |
|        \__| \__, || .__/  \___|| .__/ |_| \__,_| \__|\___|          |
|             |___/ |_|          |_|                                  |
|                                                                     |
|                                                                     |
| URL: http://typeplate.com                                           |
| VERSION: 1.0.1                                                      |
| Github: https://github.com/typePlate/typeplate.github.com           |
| AUTHORS: Zachary Kain (@zakkain) & Dennis Gaebel (@gryghostvisuals) |
| LICENSE: Creative Commmons                                          |
| http://creativecommons.org/licenses/by/3.0                          |
|                                                                     |
+---------------------------------------------------------------------+
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+270C;
}
@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}
.ampersand-placeholder {
  font-family: Verdana, sans-serif;
}
.breakword {
  word-wrap: break-word;
}
.normal-wrap {
  word-wrap: normal;
}
.inherit-wrap {
  word-wrap: auto;
}
/**
 * Dropcap Sass @include
 * Use the following Sass @include with any selector you feel necessary.
 *
  @include dropcap(@float: left, @font-size: 4em, @font-family: inherit, @text-indent: 0, @margin: inherit, @padding: inherit, @color: inherit, @lineHeight: 1, @bg: transparent);
 *
 * Extend this object into your custom stylesheet.
 *
 */
.drop-cap:first-letter {
  float: left;
  margin: inherit;
  padding: inherit;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}
.frontpagesidebar{
  display: inline;
  width:30%;
  margin-top: 0px;
}

.frontpageblog{
  display: inline-block;
  width: 70%;
}

html {
  font: normal 112.5%/1.65 serif;
}
body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  color: #444444;
}
.tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 0.25384615384615383rem;
}
.giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 0.33rem;
}
.mega {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 0.4125rem;
}
.alpha {
  font-size: 60px;
  font-size: 3.3333333333333335rem;
  margin-bottom: 0.495rem;
}
.beta {
  font-size: 48px;
  font-size: 2.6666666666666665rem;
  margin-bottom: 0.61875rem;
}
.gamma {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 0.825rem;
}
.delta {
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  margin-bottom: 1.2375rem;
}
.epsilon {
  font-size: 21px;
  font-size: 1.1666666666666667rem;
  margin-bottom: 1.4142857142857141rem;
}
.zeta {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 1.65rem;
}
h1 {
  font-size: 60px;
  font-size: 3.3333333333333335rem;
  margin-bottom: 0.495rem;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}
h2 {
  font-size: 48px;
  font-size: 2.6666666666666665rem;
  margin-bottom: 0.61875rem;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}
h3 {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 0.825rem;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}
h4 {
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  margin-bottom: 1.2375rem;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}
h5 {
  font-size: 21px;
  font-size: 1.1666666666666667rem;
  margin-bottom: 1.4142857142857141rem;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}
h6 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 1.65rem;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}
p {
  margin: 0 0 1.5em;
}
abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
pre code {
  word-wrap: normal;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}
pre {
  white-space: pre;
}
code {
  white-space: pre;
  font-family: monospace;
}
/**
 * Abbreviations Markup
 *
  <abbr title="hyper text markup language">HMTL</abbr>
 *
 * Extend this object into your markup.
 *
 */
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: #808080;
}
abbr:hover {
  cursor: help;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
/**
 * Lining Definition Style Markup
 *
  <dl class="lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}
/**
 * Dictionary Definition Style Markup
 *
  <dl class="dictionary-style">
    <dt><b></b></dt>
      <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}
/**
 * Stats Tab Markup
 *
  <ul class="stats-tabs">
    <li><a href="#">[value]<b>[name]</b></a></li>
  </ul>
 *
 * Extend this object into your markup.
 *
 */
.stats-tabs {
  padding: 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 0.625rem 0 0;
  padding: 0 0.625rem 0 0;
  border-right: 0.125rem solid #cccccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
.stats-tabs li a b {
  display: block;
  margin: 0.125rem 0 0 0;
  font-size: 0.875rem;
  font-weight: normal;
}
/**
 * Blockquote Markup
 *
  <blockquote cite="">
    <p>&Prime;&Prime;</p>
    <cite>
      <small><a href=""></a></small>
    </cite>
  </blockquote>
 *
 * Extend this object into your markup.
 *
 */
.cite {
  display: block;
  font-size: 0.875em;
  text-align: right;
}
/**
 * Pull Quotes Markup
 *
  <aside class="pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.pull-quote {
  position: relative;
  padding: 1em;
}
.pull-quote:before,
.pull-quote:after {
  height: 1em;
  opacity: 0.15;
  position: absolute;
  font-size: 4em;
}
.pull-quote:before {
  content: '“';
  top: 0;
  left: 0;
}
.pull-quote:after {
  content: '”';
  bottom: 0;
  right: 0;
}
/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="https://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
.headline {
  font-family: 'quatro-slab', 'marvel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sans {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.serif {
  font-family: 'quatro-slab', 'marvel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@charset 'UTF-8';
@font-face {
  font-family: 'entypo';
  src: url('fonts/entypo.eot');
  /*src: url('http://www.moka5.com/assets/css/fonts/entypo-webfont.eot');*/
  src: url('fonts/entypo.eot#iefix') format('embedded-opentype'), url('fonts/entypo.woff') format('woff'), url('fonts/entypo.ttf') format('truetype'), url('fonts/entypo.svg') format('svg');
  /*src: url('http://www.moka5.com/assets/css/fonts/entypo-webfont.eot#iefix') format('embedded-opentype'), url('http://www.moka5.com/assets/css/fonts/entypo-webfont.woff') format('woff'), url('http://www.moka5.com/assets/css/fonts/entypo-webfont.ttf') format('truetype'), url('http://www.moka5.com/assets/css/fonts/entypo-webfont.svg#entypo') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
/* entypo icons set-up */

[class*="entypo-"]:before {
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-family: 'entypo', sans-serif;
  font-style: normal;
  vertical-align: text-top;
}
.entypo-note:before {
  content: "\266a";
}
.entypo-note-beamed:before {
  content: "\266b";
}
.entypo-music:before {
  content: "\1f3b5";
}
.entypo-search:before {
  content: "\1f50d";
}
.entypo-flashlight:before {
  content: "\1f526";
}
.entypo-mail:before {
  content: "\2709";
}
.entypo-heart:before {
  content: "\2665";
}
.entypo-heart-empty:before {
  content: "\2661";
}
.entypo-star:before {
  content: "\2605";
}
.entypo-star-empty:before {
  content: "\2606";
}
.entypo-user:before {
  content: "\1f464";
}
.entypo-users:before {
  content: "\1f465";
}
.entypo-user-add:before {
  content: "\e700";
}
.entypo-video:before {
  content: "\1f3ac";
}
.entypo-picture:before {
  content: "\1f304";
}
.entypo-camera:before {
  content: "\1f4f7";
}
.entypo-layout:before {
  content: "\268f";
}
.entypo-menu:before {
  content: "\2630";
}
.entypo-check:before {
  content: "\2713";
}
.entypo-cancel:before {
  content: "\2715";
}
.entypo-cancel-circled:before {
  content: "\2716";
}
.entypo-cancel-squared:before {
  content: "\274e";
}
.entypo-plus:before {
  content: "\2b";
}
.entypo-plus-circled:before {
  content: "\2795";
}
.entypo-plus-squared:before {
  content: "\229e";
}
.entypo-minus:before {
  content: "\2d";
}
.entypo-minus-circled:before {
  content: "\2796";
}
.entypo-minus-squared:before {
  content: "\229f";
}
.entypo-help:before {
  content: "\2753";
}
.entypo-help-circled:before {
  content: "\e704";
}
.entypo-info:before {
  content: "\2139";
}
.entypo-info-circled:before {
  content: "\e705";
}
.entypo-back:before {
  content: "\1f519";
}
.entypo-home:before {
  content: "\2302";
}
.entypo-link:before {
  content: "\1f517";
}
.entypo-attach:before {
  content: "\1f4ce";
}
.entypo-lock:before {
  content: "\1f512";
}
.entypo-lock-open:before {
  content: "\1f513";
}
.entypo-eye:before {
  content: "\e70a";
}
.entypo-tag:before {
  content: "\e70c";
}
.entypo-bookmark:before {
  content: "\1f516";
}
.entypo-bookmarks:before {
  content: "\1f4d1";
}
.entypo-flag:before {
  content: "\2691";
}
.entypo-thumbs-up:before {
  content: "\1f44d";
}
.entypo-thumbs-down:before {
  content: "\1f44e";
}
.entypo-download:before {
  content: "\1f4e5";
}
.entypo-upload:before {
  content: "\1f4e4";
}
.entypo-upload-cloud:before {
  content: "\e711";
}
.entypo-reply:before {
  content: "\e712";
}
.entypo-reply-all:before {
  content: "\e713";
}
.entypo-forward:before {
  content: "\27a6";
}
.entypo-quote:before {
  content: "\275e";
}
.entypo-code:before {
  content: "\e714";
}
.entypo-export:before {
  content: "\e715";
}
.entypo-pencil:before {
  content: "\270e";
}
.entypo-feather:before {
  content: "\2712";
}
.entypo-print:before {
  content: "\e716";
}
.entypo-retweet:before {
  content: "\e717";
}
.entypo-keyboard:before {
  content: "\2328";
}
.entypo-comment:before {
  content: "\e718";
}
.entypo-chat:before {
  content: "\e720";
}
.entypo-bell:before {
  content: "\1f514";
}
.entypo-attention:before {
  content: "\26a0";
}
.entypo-alert:before {
  content: "\1f4a5'";
}
.entypo-vcard:before {
  content: "\e722";
}
.entypo-address:before {
  content: "\e723";
}
.entypo-location:before {
  content: "\e724";
}
.entypo-map:before {
  content: "\e727";
}
.entypo-direction:before {
  content: "\27a2";
}
.entypo-compass:before {
  content: "\e728";
}
.entypo-cup:before {
  content: "\2615";
}
.entypo-trash:before {
  content: "\e729";
}
.entypo-doc:before {
  content: "\e730";
}
.entypo-docs:before {
  content: "\e736";
}
.entypo-doc-landscape:before {
  content: "\e737";
}
.entypo-doc-text:before {
  content: "\1f4c4";
}
.entypo-doc-text-inv:before {
  content: "\e731";
}
.entypo-newspaper:before {
  content: "\1f4f0";
}
.entypo-book-open:before {
  content: "\1f4d6";
}
.entypo-book:before {
  content: "\1f4d5";
}
.entypo-folder:before {
  content: "\1f4c1";
}
.entypo-archive:before {
  content: "\e738";
}
.entypo-box:before {
  content: "\1f4e6";
}
.entypo-rss:before {
  content: "\e73a";
}
.entypo-phone:before {
  content: "\e73a";
}
.entypo-cog:before {
  content: "\2699";
}
.entypo-tools:before {
  content: "\2692";
}
.entypo-share:before {
  content: "\e73c";
}
.entypo-shareable:before {
  content: "\e73e";
}
.entypo-basket:before {
  content: "\e73d";
}
.entypo-bag:before {
  content: "\1f45c'";
}
.entypo-calendar:before {
  content: "\1f4c5";
}
.entypo-login:before {
  content: "\e740";
}
.entypo-logout:before {
  content: "\e741";
}
.entypo-mic:before {
  content: "\1f3a4";
}
.entypo-mute:before {
  content: "\1f507";
}
.entypo-sound:before {
  content: "\1f50a";
}
.entypo-volume:before {
  content: "\e742";
}
.entypo-clock:before {
  content: "\1f554";
}
.entypo-hourglass:before {
  content: "\23f3";
}
.entypo-lamp:before {
  content: "\1f4a1";
}
.entypo-light-down:before {
  content: "\1f505";
}
.entypo-light-up:before {
  content: "\1f506";
}
.entypo-adjust:before {
  content: "\25d1";
}
.entypo-block:before {
  content: "\1f6ab";
}
.entypo-resize-full:before {
  content: "\e744";
}
.entypo-resize-small:before {
  content: "\e746";
}
.entypo-popup:before {
  content: "\e74c";
}
.entypo-publish:before {
  content: "\e74d";
}
.entypo-window:before {
  content: "\e74e";
}
.entypo-arrow-combo:before {
  content: "\e74f";
}
.entypo-down-circled:before {
  content: "\e758";
}
.entypo-left-circled:before {
  content: "\e759";
}
.entypo-right-circled:before {
  content: "\e75a";
}
.entypo-up-circled:before {
  content: "\e75b";
}
.entypo-down-open:before {
  content: "\e75c";
}
.entypo-left-open:before {
  content: "\e75d";
}
.entypo-right-open:before {
  content: "\e75e";
}
.entypo-up-open:before {
  content: "\e75f";
}
.entypo-down-open-mini:before {
  content: "\e760";
}
.entypo-left-open-mini:before {
  content: "\e761";
}
.entypo-right-open-mini:before {
  content: "\e762";
}
.entypo-up-open-mini:before {
  content: "\e763";
}
.entypo-down-open-big:before {
  content: "\e764";
}
.entypo-left-open-big:before {
  content: "\e765";
}
.entypo-right-open-big:before {
  content: "\e766";
}
.entypo-up-open-big:before {
  content: "\e767";
}
.entypo-down:before {
  content: "\2b07";
}
.entypo-left:before {
  content: "\2b05";
}
.entypo-right:before {
  content: "\27a1";
}
.entypo-up:before {
  content: "\2b06";
}
.entypo-down-dir:before {
  content: "\25be";
}
.entypo-left-dir:before {
  content: "\25c2";
}
.entypo-right-dir:before {
  content: "\25b8";
}
.entypo-up-dir:before {
  content: "\25b4";
}
.entypo-down-bold:before {
  content: "\e4b0";
}
.entypo-left-bold:before {
  content: "\e4ad";
}
.entypo-right-bold:before {
  content: "\e4ae";
}
.entypo-up-bold:before {
  content: "\e4af";
}
.entypo-down-thin:before {
  content: "\2193";
}
.entypo-left-thin:before {
  content: "\2190";
}
.entypo-right-thin:before {
  content: "\2192";
}
.entypo-up-thin:before {
  content: "\2191";
}
.entypo-ccw:before {
  content: "\27f2";
}
.entypo-cw:before {
  content: "\27f3";
}
.entypo-arrows-ccw:before {
  content: "\1f504";
}
.entypo-level-down:before {
  content: "\21b3";
}
.entypo-level-up:before {
  content: "\21b0";
}
.entypo-shuffle:before {
  content: "\1f500";
}
.entypo-loop:before {
  content: "\1f501";
}
.entypo-switch:before {
  content: "\21c6";
}
.entypo-play:before {
  content: "\25b6";
}
.entypo-stop:before {
  content: "\25a0";
}
.entypo-pause:before {
  content: "\2389";
}
.entypo-record:before {
  content: "\26ab";
}
.entypo-to-end:before {
  content: "\23ed";
}
.entypo-to-start:before {
  content: "\23ee";
}
.entypo-fast-forward:before {
  content: "\23e9";
}
.entypo-fast-backward:before {
  content: "\23ea";
}
.entypo-progress-0:before {
  content: "\e768";
}
.entypo-progress-1:before {
  content: "\e769";
}
.entypo-progress-2:before {
  content: "\e76a";
}
.entypo-progress-3:before {
  content: "\e76b";
}
.entypo-target:before {
  content: "\1f3af";
}
.entypo-palette:before {
  content: "\1f3a8";
}
.entypo-list:before {
  content: "\e005";
}
.entypo-list-add:before {
  content: "\e003";
}
.entypo-signal:before {
  content: "\1f4f6";
}
.entypo-trophy:before {
  content: "\1f3c6";
}
.entypo-battery:before {
  content: "\1f50b";
}
.entypo-back-in-time:before {
  content: "\e771";
}
.entypo-monitor:before {
  content: "\1f4bb";
}
.entypo-mobile:before {
  content: "\1f4f1";
}
.entypo-network:before {
  content: "\e776";
}
.entypo-cd:before {
  content: "\1f4bf";
}
.entypo-inbox:before {
  content: "\e777";
}
.entypo-install:before {
  content: "\e778";
}
.entypo-globe:before {
  content: "\1f30e";
}
.entypo-cloud:before {
  content: "\2601";
}
.entypo-cloud-thunder:before {
  content: "\26c8";
}
.entypo-flash:before {
  content: "\26a1";
}
.entypo-moon:before {
  content: "\263d";
}
.entypo-flight:before {
  content: "\2708";
}
.entypo-paper-plane:before {
  content: "\e79b";
}
.entypo-leaf:before {
  content: "\1f342";
}
.entypo-lifebuoy:before {
  content: "\e788";
}
.entypo-mouse:before {
  content: "\e789";
}
.entypo-briefcase:before {
  content: "\1f4bc";
}
.entypo-suitcase:before {
  content: "\e78e";
}
.entypo-dot:before {
  content: "\e78b";
}
.entypo-dot-2:before {
  content: "\e78c";
}
.entypo-dot-3:before {
  content: "\e78d";
}
.entypo-brush:before {
  content: "\e79a";
}
.entypo-magnet:before {
  content: "\e7a1";
}
.entypo-infinity:before {
  content: "\221e";
}
.entypo-erase:before {
  content: "\232b";
}
.entypo-chart-pie:before {
  content: "\e751";
}
.entypo-chart-line:before {
  content: "\1f4c8";
}
.entypo-chart-bar:before {
  content: "\1f4ca";
}
.entypo-chart-area:before {
  content: "\1f53e";
}
.entypo-tape:before {
  content: "\2707";
}
.entypo-graduation-cap:before {
  content: "\1f393";
}
.entypo-language:before {
  content: "\e752";
}
.entypo-ticket:before {
  content: "\1f3ab";
}
.entypo-water:before {
  content: "\1f4a6";
}
.entypo-droplet:before {
  content: "\1f4a7";
}
.entypo-air:before {
  content: "\e753";
}
.entypo-credit-card:before {
  content: "\1f4b3";
}
.entypo-floppy:before {
  content: "\1f4be";
}
.entypo-clipboard:before {
  content: "\1f4cb";
}
.entypo-megaphone:before {
  content: "\1f4e3";
}
.entypo-database:before {
  content: "\e754";
}
.entypo-drive:before {
  content: "\e755";
}
.entypo-bucket:before {
  content: "\e756";
}
.entypo-thermometer:before {
  content: "\e757";
}
.entypo-key:before {
  content: "\1f511";
}
.entypo-flow-cascade:before {
  content: "\e790";
}
.entypo-flow-branch:before {
  content: "\e791";
}
.entypo-flow-tree:before {
  content: "\e792";
}
.entypo-flow-line:before {
  content: "\e793";
}
.entypo-flow-parallel:before {
  content: "\e794";
}
.entypo-rocket:before {
  content: "\1f680";
}
.entypo-gauge:before {
  content: "\e7a2";
}
.entypo-traffic-cone:before {
  content: "\e7a3";
}
.entypo-cc:before {
  content: "\e7a5";
}
.entypo-cc-by:before {
  content: "\e7a6";
}
.entypo-cc-nc:before {
  content: "\e7a7";
}
.entypo-cc-nc-eu:before {
  content: "\e7a8";
}
.entypo-cc-nc-jp:before {
  content: "\e7a9";
}
.entypo-cc-sa:before {
  content: "\e7aa";
}
.entypo-cc-nd:before {
  content: "\e7ab";
}
.entypo-cc-pd:before {
  content: "\e7ac";
}
.entypo-cc-zero:before {
  content: "\e7ad";
}
.entypo-cc-share:before {
  content: "\e7ae";
}
.entypo-cc-remix:before {
  content: "\e7af";
}
.entypo-github:before {
  content: "\f300";
}
.entypo-github-circled:before {
  content: "\f301";
}
.entypo-flickr:before {
  content: "\f303";
}
.entypo-flickr-circled:before {
  content: "\f304";
}
.entypo-vimeo:before {
  content: "\f306";
}
.entypo-vimeo-circled:before {
  content: "\f307";
}
.entypo-twitter:before {
  content: "\f309";
}
.entypo-twitter-circled:before {
  content: "\f30a";
}
.entypo-facebook:before {
  content: "\f30c";
}
.entypo-facebook-circled:before {
  content: "\f30d";
}
.entypo-facebook-squared:before {
  content: "\f30e";
}
.entypo-gplus:before {
  content: "\f30f";
}
.entypo-gplus-circled:before {
  content: "\f310";
}
.entypo-pinterest:before {
  content: "\f312";
}
.entypo-pinterest-circled:before {
  content: "\f313";
}
.entypo-tumblr:before {
  content: "\f315";
}
.entypo-tumblr-circled:before {
  content: "\f316";
}
.entypo-linkedin:before {
  content: "\f318";
}
.entypo-linkedin-circled:before {
  content: "\f319";
}
.entypo-dribbble:before {
  content: "\f31b";
}
.entypo-dribbble-circled:before {
  content: "\f31c";
}
.entypo-stumbleupon:before {
  content: "\f31e";
}
.entypo-stumbleupon-circled:before {
  content: "\f31f";
}
.entypo-lastfm:before {
  content: "\f321";
}
.entypo-lastfm-circled:before {
  content: "\f322";
}
.entypo-rdio:before {
  content: "\f324";
}
.entypo-rdio-circled:before {
  content: "\f325";
}
.entypo-spotify:before {
  content: "\f327";
}
.entypo-spotify-circled:before {
  content: "\f328";
}
.entypo-qq:before {
  content: "\f32a";
}
.entypo-instagrem:before {
  content: "\f32d";
}
.entypo-dropbox:before {
  content: "\f330";
}
.entypo-evernote:before {
  content: "\f333";
}
.entypo-flattr:before {
  content: "\f336";
}
.entypo-skype:before {
  content: "\f339";
}
.entypo-skype-circled:before {
  content: "\f33a";
}
.entypo-renren:before {
  content: "\f33c";
}
.entypo-sina-weibo:before {
  content: "\f33f";
}
.entypo-paypal:before {
  content: "\f342";
}
.entypo-picasa:before {
  content: "\f345";
}
.entypo-soundcloud:before {
  content: "\f348";
}
.entypo-mixi:before {
  content: "\f34b";
}
.entypo-behance:before {
  content: "\f34e";
}
.entypo-google-circles:before {
  content: "\f351";
}
.entypo-vkontakte:before {
  content: "\f354";
}
.entypo-smashing:before {
  content: "\f357";
}
.entypo-sweden:before {
  content: "\f601";
}
.entypo-db-shape:before {
  content: "\f600";
}
.entypo-logo-db:before {
  content: "\f603";
}
/*
## Buttons
*/
/*
## Basic button
```
<a class="button" href="#" title="A button">A Button</a>

<div class="actions button-container">
    <a href="#" class="button primary">Compose new</a>

    <div class="button-group">
        <a href="#" class="button primary">Archive</a>
        <a href="#" class="button">Report spam</a>
        <a href="#" class="button danger">Delete</a>
    </div>

    <div class="button-group minor-group">
        <a href="#" class="button">Move to</a>
        <a href="#" class="button">Labels</a>
    </div>
</div>

```
*/
.btn {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *margin-left: .3em;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 12px 10px 13px;
  vertical-align: middle;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 0;
  background: #09bad6;
  color: white;
  font-size: 16.5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus {
  background-color: #eb513f;
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn.active {
  background-color: #e02c17;
  color: rgba(255, 255, 255, 0.75);
}
.btn.disabled,
.btn[disabled] {
  background-color: #e0e9ed;
  color: #a4aeb3;
}
.btn.btn-large {
  padding: 15px 30px;
}
.btn.btn-primary {
  background-color: #67b899;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #eb513f;
  color: #ffffff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #8ac8b0;
}
.btn.btn-alt {
  background-color: #e0e9ed;
  color: #4f7399;
}
.btn.btn-alt:hover,
.btn.btn-alt:focus {
  background-color: #eb513f;
  color: #ffffff;
}
.btn.btn-alt:active,
.btn.btn-alt.active {
  background-color: #ffffff;
}
.btn.btn-info {
  background-color: #4f7399;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #eb513f;
  color: #ffffff;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #698db2;
}
.btn.btn-danger {
  background-color: #eb513f;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #c92815;
  color: #ffffff;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #f07b6d;
}
.btn.btn-success {
  background-color: #67b899;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #eb513f;
  color: #ffffff;
}
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #8ac8b0;
}
.btn.btn-warning {
  background-color: #f3e548;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #eb513f;
  color: #ffffff;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #f6ec78;
}
.btn-toolbar .btn {
  font-size: 18px;
  padding: 10px 14px 9px;
}
.btn-toolbar .btn:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn.active {
  color: white;
}
.btn.btn-large.hero {
  position: relative;
  /*padding-left: 60px;*/
  padding-left: 39px;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  z-index: 10;
  background: #4f7399;
}
.btn.btn-large.hero span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  font-size: 23px;
  line-height: 14px;
  padding: 18px;
  margin: 0;
  background: #09bad6;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
 /* line-height: 11px;
  font-size: 22px;*/
}
.btn.btn-large.hero span::before {
  z-index: -1;
}
.btn.btn-large.hero:hover {
  background: #eb513f;
}
.btn.btn-partner.hero {
  position: relative;
  padding-left: 60px;
  width: 250px;
  height: 50px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  z-index: 10;
  background: #4f7399;
  margin-right: 62px;
  float: left;
}
.btn.btn-partner.hero span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  padding: 18px;
  margin: 0;
  background: #09bad6;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.btn.btn-partner.hero span::before {
  z-index: -1;
}
.btn.btn-partner.hero:hover {
  background: #eb513f;
}
.btn.btn-partner.hero.lastnmr {
  margin-right: 0px;
}
/*
## Forms

Various form elements.
*/
/*
## Switch
```
<div class="control-group">
    <div class="controls">
        <label>Do you need this product?</label>
        <input type="radio" name="s1" id="s1On" value="1" hidden="" checked="">
        <label for="s1On" class="switch switch--on">Yes</label>
        <input type="radio" name="s1" id="s1Off" value="0" hidden="">
        <label for="s1Off" class="switch switch--off">No</label>
    </div>
</div>
<div class="control-group">
    <div class="controls">
        <label>Enable?</label>
        <input type="radio" name="s2" id="s2On" value="1" hidden="">
        <label for="s2On" class="switch switch--on">✓</label>
        <input type="radio" name="s2" id="s2Off" value="0" hidden="" checked="">
        <label for="s2Off" class="switch switch--off">✗</label>
    </div>
</div>
<div class="control-group">
    <div class="controls">
        <label>What do you think?</label>
        <input type="radio" name="s3" id="s3On" value="1" hidden="" checked="">
        <label for="s3On" class="switch switch--on">Sure</label>
        <input type="radio" name="s3" id="s3Off" value="0" hidden="">
        <label for="s3Off" class="switch switch--off">I dunno</label>
    </div>
</div>
```
*/
.switch {
  color: #a4aeb3;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5em;
  border-radius: 3px;
  padding: .125em .5em;
  display: inline-block;
  background-color: #e0e9ed;
  -webkit-transition: .15s ease;
  -moz-transition: .15s ease;
  -ms-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}
input[type="radio"]:checked + .switch {
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}
input[type="radio"]:checked + .switch--on {
  background-color: #67b899;
}
input[type="radio"]:checked + .switch--off {
  background-color: #eb513f;
}
/*
## Radio buttons
```
<label>Is this cool?</label>
<input type="radio" name="rate" id="r1" value="oh yeah" checked="" hidden="">
<label for="r1" class="radio"><span></span>Oh yeah</label>
<input type="radio" name="rate" id="r2" value="a little" hidden="">
<label for="r2" class="radio"><span></span>a little</label>
<input type="radio" name="rate" id="r3" value="nope" hidden="">
<label for="r3" class="radio"><span></span>nope</label>
```
*/
@-webkit-keyframes pulse {
  0% {
    width: .7em;
    height: .7em;
    margin: .4em;
  }
  50% {
    width: 1.1em;
    height: 1.1em;
    margin: .2em;
  }
  100% {
    width: .9em;
    height: .9em;
    margin: .3em;
  }
}
@-moz-keyframes pulse {
  0% {
    width: .7em;
    height: .7em;
    margin: .4em;
  }
  50% {
    width: 1.1em;
    height: 1.1em;
    margin: .2em;
  }
  100% {
    width: .9em;
    height: .9em;
    margin: .3em;
  }
}
@-o-keyframes pulse {
  0% {
    width: .7em;
    height: .7em;
    margin: .4em;
  }
  50% {
    width: 1.1em;
    height: 1.1em;
    margin: .2em;
  }
  100% {
    width: .9em;
    height: .9em;
    margin: .3em;
  }
}
@keyframes pulse {
  0% {
    width: .7em;
    height: .7em;
    margin: .4em;
  }
  50% {
    width: 1.1em;
    height: 1.1em;
    margin: .2em;
  }
  100% {
    width: .9em;
    height: .9em;
    margin: .3em;
  }
}
.radio {
  color: #a4aeb3;
  cursor: pointer;
  margin-left: .5em;
  display: inline-block;
}
.radio,
.radio span:before {
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  -ms-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}
.radio span {
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
  border-radius: 3em;
  background: #e0e9ed;
  vertical-align: top;
  display: inline-block;
}
.radio span:before {
  content: '';
  width: .7em;
  height: .7em;
  margin: .4em;
  border-radius: 3em;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
}
.radio:hover span:before {
  background-color: rgba(255, 255, 255, 0.9);
}
input[type="radio"]:checked + .radio {
  color: #444;
}
input[type="radio"]:checked + .radio span:before {
  background-color: #67b899;
  width: .9em;
  height: .9em;
  margin: .3em;
  -webkit-animation: pulse .25s;
  -moz-animation: pulse .25s;
  -o-animation: pulse .25s;
  animation: pulse .25s;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 0;
  color: #444;
  background: #e0e9ed;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 8px 0 9px 10px;
  text-indent: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: #acb6c0;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #acb6c0;
}
textarea.placeholder,
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="date"].placeholder,
input[type="month"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="number"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="color"].placeholder,
.uneditable-input.placeholder {
  color: #acb6c0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #67b899;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error textarea,
.control-group.error input[type="text"],
.control-group.error input[type="password"],
.control-group.error input[type="datetime"],
.control-group.error input[type="datetime-local"],
.control-group.error input[type="date"],
.control-group.error input[type="month"],
.control-group.error input[type="time"],
.control-group.error input[type="week"],
.control-group.error input[type="number"],
.control-group.error input[type="email"],
.control-group.error input[type="url"],
.control-group.error input[type="search"],
.control-group.error input[type="tel"],
.control-group.error input[type="color"],
.control-group.error .uneditable-input {
  border-color: #e74c3c;
  color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error textarea:focus,
.control-group.error input[type="text"]:focus,
.control-group.error input[type="password"]:focus,
.control-group.error input[type="datetime"]:focus,
.control-group.error input[type="datetime-local"]:focus,
.control-group.error input[type="date"]:focus,
.control-group.error input[type="month"]:focus,
.control-group.error input[type="time"]:focus,
.control-group.error input[type="week"]:focus,
.control-group.error input[type="number"]:focus,
.control-group.error input[type="email"]:focus,
.control-group.error input[type="url"]:focus,
.control-group.error input[type="search"]:focus,
.control-group.error input[type="tel"]:focus,
.control-group.error input[type="color"]:focus,
.control-group.error .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.success textarea,
.control-group.success input[type="text"],
.control-group.success input[type="password"],
.control-group.success input[type="datetime"],
.control-group.success input[type="datetime-local"],
.control-group.success input[type="date"],
.control-group.success input[type="month"],
.control-group.success input[type="time"],
.control-group.success input[type="week"],
.control-group.success input[type="number"],
.control-group.success input[type="email"],
.control-group.success input[type="url"],
.control-group.success input[type="search"],
.control-group.success input[type="tel"],
.control-group.success input[type="color"],
.control-group.success .uneditable-input {
  border-color: #2ecc71;
  color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.success textarea:focus,
.control-group.success input[type="text"]:focus,
.control-group.success input[type="password"]:focus,
.control-group.success input[type="datetime"]:focus,
.control-group.success input[type="datetime-local"]:focus,
.control-group.success input[type="date"]:focus,
.control-group.success input[type="month"]:focus,
.control-group.success input[type="time"]:focus,
.control-group.success input[type="week"]:focus,
.control-group.success input[type="number"]:focus,
.control-group.success input[type="email"]:focus,
.control-group.success input[type="url"]:focus,
.control-group.success input[type="search"]:focus,
.control-group.success input[type="tel"]:focus,
.control-group.success input[type="color"]:focus,
.control-group.success .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.warning textarea,
.control-group.warning input[type="text"],
.control-group.warning input[type="password"],
.control-group.warning input[type="datetime"],
.control-group.warning input[type="datetime-local"],
.control-group.warning input[type="date"],
.control-group.warning input[type="month"],
.control-group.warning input[type="time"],
.control-group.warning input[type="week"],
.control-group.warning input[type="number"],
.control-group.warning input[type="email"],
.control-group.warning input[type="url"],
.control-group.warning input[type="search"],
.control-group.warning input[type="tel"],
.control-group.warning input[type="color"],
.control-group.warning .uneditable-input {
  border-color: #f1c40f;
  color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.warning textarea:focus,
.control-group.warning input[type="text"]:focus,
.control-group.warning input[type="password"]:focus,
.control-group.warning input[type="datetime"]:focus,
.control-group.warning input[type="datetime-local"]:focus,
.control-group.warning input[type="date"]:focus,
.control-group.warning input[type="month"]:focus,
.control-group.warning input[type="time"]:focus,
.control-group.warning input[type="week"]:focus,
.control-group.warning input[type="number"]:focus,
.control-group.warning input[type="email"]:focus,
.control-group.warning input[type="url"]:focus,
.control-group.warning input[type="search"]:focus,
.control-group.warning input[type="tel"]:focus,
.control-group.warning input[type="color"]:focus,
.control-group.warning .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.info textarea,
.control-group.info input[type="text"],
.control-group.info input[type="password"],
.control-group.info input[type="datetime"],
.control-group.info input[type="datetime-local"],
.control-group.info input[type="date"],
.control-group.info input[type="month"],
.control-group.info input[type="time"],
.control-group.info input[type="week"],
.control-group.info input[type="number"],
.control-group.info input[type="email"],
.control-group.info input[type="url"],
.control-group.info input[type="search"],
.control-group.info input[type="tel"],
.control-group.info input[type="color"],
.control-group.info .uneditable-input {
  border-color: #3498db;
  color: #3498db;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.info textarea:focus,
.control-group.info input[type="text"]:focus,
.control-group.info input[type="password"]:focus,
.control-group.info input[type="datetime"]:focus,
.control-group.info input[type="datetime-local"]:focus,
.control-group.info input[type="date"]:focus,
.control-group.info input[type="month"]:focus,
.control-group.info input[type="time"]:focus,
.control-group.info input[type="week"]:focus,
.control-group.info input[type="number"]:focus,
.control-group.info input[type="email"]:focus,
.control-group.info input[type="url"]:focus,
.control-group.info input[type="search"]:focus,
.control-group.info input[type="tel"]:focus,
.control-group.info input[type="color"]:focus,
.control-group.info .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: #eaeded;
  border-color: transparent;
  color: #cad2d3;
  cursor: default;
}
input,
textarea,
.uneditable-input {
  width: 192px;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.checkbox:hover,
.radio:hover {
  color: #67b899;
}
.checkbox input,
.radio input {
  outline: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.checkbox.checked .icon,
.radio.checked .icon {
  background-position: -60px -30px;
  opacity: 1;
  display: block\9;
}
.checkbox.checked .icon-to-fade,
.radio.checked .icon-to-fade {
  opacity: 0;
  display: none\9;
}
.checkbox.disabled,
.radio.disabled {
  color: #d7dddd;
  cursor: default;
}
.checkbox.disabled .icon,
.radio.disabled .icon {
  opacity: 0;
  display: none\9;
}
.checkbox.disabled .icon-to-fade,
.radio.disabled .icon-to-fade {
  background-position: -30px -60px;
  opacity: 1;
  display: block\9;
}
.checkbox.disabled.checked .icon,
.radio.disabled.checked .icon {
  background-position: 0 -90px;
  opacity: 1;
  display: block\9;
}
.checkbox.disabled.checked .icon-to-fade,
.radio.disabled.checked .icon-to-fade {
  opacity: 0;
  display: none\9;
}
.checkbox .icon,
.checkbox .icon-to-fade,
.radio .icon,
.radio .icon-to-fade {
  background: url("../img/checkbox.png") -90px 0 no-repeat;
  display: block;
  height: 20px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -1px;
  width: 20px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox .icon,
.radio .icon {
  opacity: 0;
  top: 0;
  z-index: 2;
  display: none\9;
}
.radio .icon,
.radio .icon-to-fade {
  background-image: url("../img/radio.png");
}
@media only screen and (min-device-pixel-ratio: 2) {
  .checkbox .icon {
    background-image: url("../img/checkbox-2x.png");
    background-size: 110px 110px;
  }
  .radio .icon {
    background-image: url("../img/radio-2x.png");
    background-size: 110px 110px;
  }
}
.toggle {
  background-color: #34495e;
  border-radius: 60px;
  color: white;
  height: 29px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.toggle:before,
.toggle:after {
  display: table;
  content: "";
}
.toggle:after {
  clear: both;
}
.toggle.toggle-off {
  background-color: #cbd2d8;
}
.toggle.toggle-off .toggle-radio {
  background-image: url("../img/icon-off.png");
  background-position: 0 0;
  color: white;
  left: 0;
  margin-left: 0.5px;
  margin-right: -13px;
  z-index: 1;
}
.toggle.toggle-off .toggle-radio:first-child {
  left: -120%;
}
.toggle .toggle-radio {
  background: url("../img/icon-on.png") right top no-repeat;
  color: #67b899;
  display: block;
  font-weight: 700;
  height: 21px;
  left: 120%;
  margin-left: -13px;
  padding: 5px 32px 3px;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.toggle .toggle-radio:first-child {
  margin-bottom: -29px;
  left: 0;
}
.toggle input {
  display: none;
  position: absolute;
  outline: none !important;
  display: block\9;
  opacity: 0.01;
  filter: alpha(opacity=1);
  zoom: 1;
}
.toggle.toggle-icon {
  border-radius: 6px 7px 7px 6px;
}
.toggle.toggle-icon.toggle-off {
  border-radius: 7px 6px 6px 7px;
}
.toggle.toggle-icon.toggle-off .toggle-radio {
  background-image: url("../img/block-off.png");
  background-position: 0 0;
}
.toggle.toggle-icon .toggle-radio {
  background-image: url("../img/block-on.png");
  background-position: 62px 0;
  border-radius: 6px;
  min-width: 27px;
  text-align: right;
}
.toggle.toggle-icon .toggle-radio:first-child {
  text-align: left;
}
@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .toggle.toggle-off .toggle-radio {
    background-image: url("../img/icon-off-2x.png");
    background-size: 30px 29px;
  }
  .toggle .toggle-radio {
    background-image: url("http://www.moka5.com/assets/img/icon-on-2x.png");
    background-size: 30px 29px;
  }
}
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* ::HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) ============ */
html,
button,
input,
select,
textarea {
  color: #2c3d3b;
}
body {
  font-size: .9em;
  line-height: 1.4;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a {
  text-decoration: none;
  color: #09bad6;
}
a:hover,
a:active {
  color: #eb513f;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'quatro-slab', 'marvel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4f7399;
  font-weight: normal;
  line-height: 1.3em;
}
h1 {
  font-size: 2.6rem;
  color: #564070;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a4aeb3;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #a4aeb3;
  color: #2c3d3b;
  padding: 0.2em 0;
}
/*
## Layout Styles
*/
.wrapper {
  max-width: 1280px;
  zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
/*
## MOBILE: Main
*/
.header-container {
  border-bottom: solid #e0e9ed 1px;
  background: #ffffff;
  padding: 0;
  zoom: 1;
}
.header-container:before,
.header-container:after {
  content: "";
  display: table;
}
.header-container:after {
  clear: both;
}
.header-container .top-bar {
  width: auto;
  height: 20px;
  background: #e0e9ed;
  padding: 5px 20px;
  zoom: 1;
  font-size: .8em;
}
.header-container .top-bar:before,
.header-container .top-bar:after {
  content: "";
  display: table;
}
.header-container .top-bar:after {
  clear: both;
}
.header-container .top-bar .wrap {
  max-width: 1280px;
  margin: 0 auto;
  height: 20px;
}
.header-container .top-bar .top-links {
  float: right;
  font-weight: bold;
}
.header-container .top-bar ul {
  margin: 0;
  list-style: none;
}
.header-container .top-bar .social-links {
  float: left;
}
.header-container .top-bar .social-links li {
  float: left;
  margin-right: .25em;
}
.header-container .top-bar .social-links li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #a4aeb3;
  border-radius: 100%;
  color: #ffffff;
  font-style: normal;
}
.header-container .top-bar .social-links li a:hover {
  background: #eb513f;
  text-decoration: none;
}
.header-container .top-bar .social-links li a i {
  display: block;
  margin: 0;
  text-align: center;
}
.header-container .top-bar .social-links li a i:before {
  font-size: 12px;
  line-height: 16px;
}
.header-container .top-bar .phone-bug {
  color: #4f7399;
}
.header-container .top-bar .phone-bug span {
  font-size: .8em;
  color: #a4aeb3;
}
.header-container .top-bar .login-links {
  float: left;
}
.header-container .top-bar .login-links ul li {
  display: inline;
  color: #a4aeb3;
}
.header-container .top-bar .login-links ul li a {
  color: #4f7399;
}
.header-container .top-bar .login-links ul li a:hover {
  color: #eb513f;
  text-decoration: underline;
}
.header-container header {
  position: relative;
  padding: 20px 0;
  z-index: 10;
}
.header-container header a.brand {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 50px;
  margin-left: 20px;
  text-align: center;
  font-size: 2em;
  text-indent: -9999px;
  background: url(../img/m5-logo.png) -10px 0 no-repeat;
}
.header-container header a.brand:hover:before {
  position: absolute;
  display: block;
  font: 2.5em/1.9em 'entypo', sans-serif;
  content: "\2302";
  width: 24px;
  height: 24px;
  color: #eb513f;
  top: -24px;
  left: 50%;
  margin-left: -11px;
  z-index: 1;
}
.header-container header #searchform-tablet {
  display: none;
}
.header-container header .navbar {
  border: 0;
  margin-bottom: 0;
}
.header-container header .navbar .navbar-inner {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: none;
  min-height: 44px;
}
.header-container header .navbar .btn-navbar {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  height: 44px;
  width: 44px;
  margin: 0;
  background: #c0d2da;
  padding: 14px 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.header-container header .navbar .btn-navbar:hover {
  background: #eb513f;
}
.header-container header .navbar .btn-navbar .icon-bar {
  width: 20px;
  margin: 3px auto;
}
.header-container header nav {
  zoom: 1;
  padding-top: 20px;
  margin-bottom: 1em;
}
.header-container header nav:before,
.header-container header nav:after {
  content: "";
  display: table;
}
.header-container header nav:after {
  clear: both;
}
.header-container header nav > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.header-container header nav > ul > li {
  padding: 0;
  margin: 0;
  border-bottom: solid #e0e9ed 1px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.header-container header nav > ul > li.active a {
  color: #eb513f;
}
.header-container header nav > ul > li:hover {
  border-bottom: transparent solid 1px;
}
.header-container header nav > ul > li > a {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
}
.header-container header nav > ul > li > a:hover,
.header-container header nav > ul > li > a:active {
  background: #e0e9ed;
}
.header-container header nav > ul > li > a .caret {
  display: none;
}
.header-container header nav > ul > li ul {
  display: none;
}
.header-container header nav .nav-pills > .active > a,
.header-container header nav .nav-pills > .active > a:hover,
.header-container header nav .nav-pills > .active > a:focus {
  color: #09bad6;
  background-color: #e0e9ed;
}
form.form-search {
  z-index: 1;
  width: auto;
  margin-bottom: 1em;
}
form.form-search.pull-right {
  float: none;
}
form.form-search .input-append {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
form.form-search input {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  height: 44px;
  width: 100%;
  padding: 8px 40px 8px 10px;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  background: #e0e9ed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form.form-search .input-append button.btn {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  position: relative;
  height: 44px;
  width: 44px;
  margin-left: -44px;
  background: none;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  border: 0;
  border-left: solid 1px #cddbe2;
  z-index: 500;
}
form.form-search .input-append button.btn i {
  margin-top: 3px;
  color: #a4aeb3;
  line-height: 20px;
}
form.form-search .input-append button.btn i:before {
  line-height: 20px;
}
form.form-search .input-append button.btn:hover {
  background: #eb513f;
}
form.form-search .input-append button.btn:hover i {
  color: #ffffff;
}
.ie7 .title {
  padding-top: 20px;
}
.main-container {
  zoom: 1;
}
.main-container:before,
.main-container:after {
  content: "";
  display: table;
}
.main-container:after {
  clear: both;
}
.post-banner {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 40px;
  zoom: 1;
}
.post-banner:before,
.post-banner:after {
  content: "";
  display: table;
}
.post-banner:after {
  clear: both;
}
.post-banner img {
  width: 100%;
  height: auto;
}
.billboard {
  width: 100%;
  height: 200px;
  max-height: 350px;
  overflow: hidden;
  zoom: 1;
  color: #ffffff;
}
.billboard:before,
.billboard:after {
  content: "";
  display: table;
}
.billboard:after {
  clear: both;
}
.billboard img {
  width: 100%;
  height: auto;
}
.billboard .headline {
  margin: auto;
}
.billboard .headline h1 {
  font-size: 2em;
  color: #ffffff;
  margin-bottom: 1em;
}
.page-template-templatessecondary-php .main {
  padding: 0 20px;
}
section.masthead {
  width: 100%;
  min-height: 200px;
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  /*background: url(http://www.moka5.com/assets/img/banner-vanguard.jpg) no-repeat center center;*/ 
  /*background: url(../warlord-intro-banner.jpg) no-repeat center center;*/
  background: url(../banner-security.jpg) no-repeat center center;
  /*background: url(../bannerimg1.gif) no-repeat center center; */
  background-size: cover;
}
section.masthead .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}
section.masthead .headline {
  min-height: 200px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  padding: 40px 0;
}
section.masthead .headline h1 {
  color: #ffffff;
  line-height: 1.3em;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
section.masthead .headline h1 span {
  color: #1dd8f5;
  /*font-size: .55em;*/
  font-size: 1em;
}
section.masthead .headline .btn {
 /* display: block;*/
 display: inline; 
  clear: both;
  width: 200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.main {
  position: relative;
  /* end home page article grid tiles styles */

  /* section.our-team {
        padding: 0;
    } */

}
.main .breadcrumb {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  background: none;
  padding: 0 20px;
}
.main section.category {
  margin-bottom: 2em;
  clear: left;
  zoom: 1;
}
.main section.category:before,
.main section.category:after {
  content: "";
  display: table;
}
.main section.category:after {
  clear: both;
}
.main section.category > h1 {
  border-bottom: solid #a4aeb3 1px;
  color: #a4aeb3;
}
.main section.category .articles {
  position: relative;
}
.main article {
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.main article h1 {
  font-size: 1.75em;
  line-height: 1em;
  font-family: 'quatro-slab', 'marvel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.main article p {
  line-height: 1.3em;
  font-size: 1em;
}
.main article ul,
.main article ol {
  margin-bottom: 2em;
}
.main article.post {
  width: 100%;
}
.main h2 + .featured-articles {
  margin-top: 2em;
}
.main .featured-articles {
  width: 100.05%;
  margin-bottom: 60px;
  background: #a4aeb3;
}
.main article.tile {
  /* Home page article grid tiles */

  width: 100%;
  height: 120px;
  margin: 0;
  background: #4f7399;
  border: solid #4f7399 0;
  overflow: hidden;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  z-index: 1;
}
.main article.tile a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
}
.main article.tile a .tile-image {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 105%;
  height: 105%;
  top: -5px;
  left: -5px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
}
.main article.tile a .tile-image img {
  position: relative;
  min-width: 100%;
}
.main article.tile a:hover .tile-image {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.main article.tile a .meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 25px;
  overflow: hidden;
  z-index: 2;
}
.main article.tile a .meta h1 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.25em;
  text-shadow: -1px 1px 0 rgba(43, 99, 127, 0.5);
}
.main article.tile a .meta p {
  text-shadow: -1px 1px 0 rgba(43, 99, 127, 0.5);
}
.main article.tile a .meta h1:hover,
.main article.tile a .meta p:hover {
  text-shadow: -1px 1px 0 rgba(43, 99, 127, 0.5);
}
.main article.tile a .meta .author {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: .85em;
}
.main article.tile:hover {
  -webkit-box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
  color: 10px 10px 0 rgba(0,0,0,0.2);
  margin-top: -5px;
  margin-left: -5px;
  padding: 5px;
  z-index: 100;
}
.main article.tile.small {
  height: 120px;
}
.main article.tile.med {
  height: 200px;
}
.main article.tile.med .meta h1 {
  font-size: 1.6em;
}
.main article.tile.big {
  height: 300px;
}
.main article.tile.big .meta h1 {
  font-size: 2em;
}
.main article.tile.giant {
  width: 100%;
  height: 400px;
}
.main article.tile.giant .meta h1 {
  font-size: 3em;
}
.main article.tile.tile1,
.main article.tile.tile7,
.main article.tile.tile13 {
  background: #4f7399;
}
.main article.tile.tile2,
.main article.tile.tile6,
.main article.tile.tile8 {
  background: #67b899;
}
.main article.tile.tile4,
.main article.tile.tile13 {
  background: #564070;
}
.main article.tile.tile9,
.main article.tile.tile11 {
  background: #bde87e;
}
.main article.tile.tile3 {
  background: #eb513f;
}
.main .tile h1 {
  border-bottom: none !important;
}
.main article.post-content,
.main section.our-team {
  position: relative;
  padding: 20px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  zoom: 1;
}
.main article.post-content:before,
.main section.our-team:before,
.main article.post-content:after,
.main section.our-team:after {
  content: "";
  display: table;
}
.main article.post-content:after,
.main section.our-team:after {
  clear: both;
}
.main article.post-content .page-header,
.main section.our-team .page-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main article.post-content h1,
.main section.our-team h1 {
  font-size: 2.6em;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: .4em;
}
.main article.post-content p.intro,
.main section.our-team p.intro {
  font-family: 'quatro-slab', 'marvel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 2em;
}
.main article.post-content p,
.main section.our-team p {
  font-size: 1em;
  margin-bottom: 1.5em;
  color: #555;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.main article.post-content.team-member img,
.main section.our-team.team-member img {
  float: left;
  margin: 0 1em 1em 0;
  width: 240px;
  height: 240px;
}
.main .story-image {
  margin-bottom: 2em;
  text-align: center;
}
.main .story-image img {
  height: auto;
}
.main .post-meta {
  padding: .5em 0;
  border-top: solid #e0e9ed 1px;
  border-bottom: solid #e0e9ed 1px;
  margin-bottom: 2em;
  text-align: center;
  color: #a4aeb3;
  zoom: 1;
}
.main .post-meta:before,
.main .post-meta:after {
  content: "";
  display: table;
}
.main .post-meta:after {
  clear: both;
}
.main .post-meta div {
  position: relative;
  display: block;
  margin-right: 20px;
  float: left;
}
.main .post-meta div:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  right: -14px;
  top: 50%;
  margin-top: -2px;
  content: "";
  border-radius: 100%;
  background: #a4aeb3;
}
.main .post-meta div:last-of-type:after {
  display: none;
}
.main .post-meta div.comment-count {
  float: right;
  margin-right: 0;
  width: 30px;
  height: 29px;
  background: url(../img/bg-comment-count.png) no-repeat;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.main .post-meta div.comment-count a {
  color: #ffffff;
}
.main .post-meta div.comment-count a:hover {
  text-decoration: none;
}
.main .post-meta div.comment-count:after {
  display: none;
}
.main .sidebar {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  margin-bottom: 25px;
}
.main .sidebar aside {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  zoom: 1;
}
.main .sidebar aside:before,
.main .sidebar aside:after {
  content: "";
  display: table;
}
.main .sidebar aside:after {
  clear: both;
}
.main .sidebar aside [class*="entypo-"]:before {
  display: block;
  float: left;
  line-height: 20px;
  width: 35px;
}
.main .sidebar aside > aside {
  padding: 0;
}
.main .sidebar.primary {
  width: 100%;
}
.main .sidebar.primary aside {
  padding: 20px;
  background: #f5f9fb;
}
.main .sidebar.primary aside + aside {
  margin-top: 25px;
}
.main .sidebar.primary aside > .textwidget aside {
  padding: 0;
}
.main .sidebar.primary h3 {
  font-size: 1.3em;
  font-weight: normal;
  color: #564070;
}
.main .sidebar.primary ul {
  color: #67b899;
  list-style: none;
  margin: 0 0 1em;
}
.main .sidebar.primary ul li {
  padding: .5em 0;
  border-bottom: solid #e0e9ed 1px;
}
.main .sidebar.primary .btn.hero {
  width: 100%;
  font-size: 17px;
  padding-left: 78px;
  text-align: left;
  text-shadow: none;
}
.main .sidebar.secondary aside {
  padding: 20px;
}
.main .sidebar.secondary aside + aside {
  clear: left;
  margin-top: 25px;
}
.main .sidebar.secondary h3 {
  font-size: 1.3em;
  font-weight: normal;
  color: #564070;
}
.main .sidebar.secondary ul {
  color: #67b899;
  list-style: disc outside;
}
.main .sidebar.secondary ul li {
  padding: .5em 0;
  border-bottom: solid #e0e9ed 1px;
}
.main .sidebar.secondary ul.tweet-list {
  list-style: none;
  color: #555555;
  margin: 0;
}
.main .sidebar.secondary ul.tweet-list li p {
  margin: 0;
}
.main .sidebar.secondary ul.tweet-list li .timestamp {
  display: block;
  font-size: 85%;
  font-style: italic;
  color: #a4aeb3;
}
.main .sidebar.secondary ul.link-list {
  list-style: none;
  margin: 0;
}
.main .sidebar .children {
  display: none;
}
.main .features {
  margin-bottom: 4em;
}
.main .features .feature {
  position: relative;
  padding: 3em 0;
  border-bottom: solid #e0e9ed 1px;
}
.main .features .feature img {
  display: block;
  margin: 0 auto 2em;
  background: #e0e9ed;
  padding: 5px;
}
.main .features .feature .caption .btn-block {
  width: 75%;
  margin: 0 auto;
  display: block;
}
.main .block {
  position: relative;
  padding: 30px 0;
  border-bottom: solid #e0e9ed 1px;
  margin-bottom: 30px;
  zoom: 1;
}
.main .block:before,
.main .block:after {
  content: "";
  display: table;
}
.main .block:after {
  clear: both;
}
.main .widget_subpages h3:before {
  content: "More ";
}

.our-team .main .tile,
.our-team .main .wpmtp-testimonial {
  background: #eaf0f3;
  width: 100%;
  height: 450px;
  margin: 0;
}
.our-team .main .tile:hover,
.our-team .main .wpmtp-testimonial:hover {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.our-team .main .tile:nth-child(2n+1),
.our-team .main .wpmtp-testimonial:nth-child(2n+1) {
  background: #f0f4f6;
}
.our-team .main .tile .member-image,
.our-team .main .wpmtp-testimonial .member-image {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.our-team .main .tile .member-image img,
.our-team .main .wpmtp-testimonial .member-image img {
  min-width: 100%;
  margin-top: 0%;
  height: auto;
}
.our-team .main .tile .attachment-wpmtp-thumb,
.our-team .main .wpmtp-testimonial .attachment-wpmtp-thumb {
  float: left;
  margin: 20px;
}
.our-team .main .tile .member-info,
.our-team .main .wpmtp-testimonial .member-info {
  padding: 20px;
}
.our-team .main .tile .member-info h2,
.our-team .main .wpmtp-testimonial .member-info h2 {
  width: auto;
  margin-bottom: .5em;
  font-size: 1.5em;
}
.our-team .main .tile .member-info h2 .job-title,
.our-team .main .wpmtp-testimonial .member-info h2 .job-title {
  font-size: .6em;
  line-height: 1.25em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.our-team .main .tile .member-info p,
.our-team .main .wpmtp-testimonial .member-info p {
  width: auto;
}
.our-team .main .tile .member-info a.more,
.our-team .main .wpmtp-testimonial .member-info a.more {
  display: block;
  margin-top: .5em;
  text-align: right;
}
.team-member .main .wpmtp-testimonial {
  width: 100%;
}
.team-member .main .wpmtp-testimonial:hover {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.team-member .main .wpmtp-testimonial:nth-child(2n+1) {
  background: #f0f4f6;
}
.team-member .main .wpmtp-testimonial .member-image {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.team-member .main .wpmtp-testimonial .member-image img {
  min-width: 100%;
  margin-top: 0%;
  height: auto;
}
.team-member .main .wpmtp-testimonial .attachment-wpmtp-thumb {
  float: left;
  margin: 20px;
}
.team-member .main .wpmtp-testimonial .member-info {
  padding: 20px;
}
.team-member .main .wpmtp-testimonial .member-info h2 {
  width: auto;
  margin-bottom: .5em;
  font-size: 1.5em;
}
.team-member .main .wpmtp-testimonial .member-info h2 .job-title {
  font-size: .6em;
  line-height: 1.25em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.team-member .main .wpmtp-testimonial .member-info p {
  width: auto;
}
.team-member .main .wpmtp-testimonial .member-info a.more {
  display: block;
  margin-top: .5em;
  text-align: right;
}
footer {
  padding: 40px 0;
  background: #e0e9ed;
}
footer > .row-fluid {
  max-width: 1280px;
  color: white;
  padding: 20px 0;
  zoom: 1;
  margin: 0 auto;
}
footer > .row-fluid:before,
footer > .row-fluid:after {
  content: "";
  display: table;
}
footer > .row-fluid:after {
  clear: both;
}
footer ul {
  color: #a4aeb3;
}
footer ul li {
  line-height: 24px;
  padding: 5px 0;
  border-bottom: 1px solid #D0DEE4;
}
footer ul li h5 {
  font-size: 1rem;
}
footer ul li a {
  color: #4f7399;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}
footer ul li a:hover {
  text-decoration: none;
  color: #F05142;
}
footer ul li a:visited {
  color: #4f7399;
}
footer .contact-us p {
  margin-bottom: 10px;
  color: #4f7399;
}
footer .contact-us a.btn.btn-large.hero {
  margin-bottom: 25px;
  width: 100%;
  max-width: 200px;
}
footer .address h5 {
  margin-bottom: 10px;
}
footer .address li {
  font-size: .9em;
}
footer .social-links {
  float: left;
}
footer .social-links li {
  float: left;
  margin-right: .25em;
}
footer .social-links li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #a4aeb3;
  border-radius: 100%;
  color: #ffffff;
  font-style: normal;
}
footer .social-links li a:hover {
  background: #eb513f;
  text-decoration: none;
}
footer .social-links li a i {
  display: block;
  margin: 0;
  text-align: center;
}
footer .social-links li a i:before {
  font-size: 12px;
  line-height: 16px;
}
footer .row-fluid .span3 {
  width: 14.5%;
}
/*
## Static content page styles
*/
.page .main article h1,
.single .main article h1 {
  border-bottom: solid 1px #e0e9ed;
  margin-bottom: .5em;
}
.page .main article h2,
.single .main article h2 {
  font-size: 1.8em;
  margin-bottom: .3em;
}
.page .main article h3,
.single .main article h3 {
  font-size: 1.5em;
  margin-bottom: .3em;
}
.page .main article h4,
.single .main article h4 {
  font-size: 1.3em;
  margin-bottom: .3em;
}
.page .main article h5,
.single .main article h5 {
  font-size: 1em;
  margin-bottom: .3em;
}
.page .main article li,
.single .main article li {
  line-height: 1.5em;
}
.page .main article img.alignleft,
.single .main article img.alignleft {
  float: left;
  padding: 0 20px 20px 0;
}
.page .main article img.alignright,
.single .main article img.alignright {
  float: right;
  padding: 0 0 20px 20px;
}
.page .main article img.aligncenter,
.single .main article img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single .main article h1 {
  border-bottom: none;
  margin-bottom: 0;
}
.single .widget_recent_entries,
.single .widget_categories,
.single .widget_archive {
  display: block;
}
body.customer .widget.sub-page-menu,
body.partner .widget.sub-page-menu,
body.events .widget.sub-page-menu,
body.news .widget.sub-page-menu,
body.about-us .widget.sub-page-menu,
body.in-the-news .widget.sub-page-menu,
body#parent16 .widget.sub-page-menu {
  display: none;
}
#partnerlist li {
  font-size: 1.3em;
  list-style-type: none;
  line-height: 2em;
}
#partnerlist [class*="entypo-"]:before {
  line-height: 25px;
  padding-right: 25px;
}
body.our-team .team-member .member-image {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
body.our-team section.our-team {
  padding-left: 0px;
}
.chive_wrap,
.search_wrap {
  width: 75%;
  float: left;
  margin-top: -165px;
}
.chive_wrap article,
.search_wrap article {
  width: 100% !important;
}
.chive_wrap article h1,
.search_wrap article h1 {
  font-size: 1.6em !important;
}
.post-banner + .main-container .main .chive_wrap .post-content,
.post-banner + .main-container .main .search_wrap .post-content {
  margin-top: 0px;
}
.main .search_wrap .post-content {
  padding: 0 30px 30px;
  border-bottom: solid #e0e9ed 1px;
  margin-bottom: 30px;
}
.main .search_wrap .post-content .page-header h1 {
  font-size: 1.5em;
  padding-bottom: 0;
}
.main .search_wrap .post-content .page-header .post-meta {
  border: 0;
  padding: 0;
  margin: 0 0 .5em;
}
.main .search_wrap .post-content .page-header .post-meta div {
  display: inline;
}
.main .search_wrap .post-content .page-header .post-meta .comment-count {
  display: inline-block;
  background: url(../img/bg-comment-count-small.png) no-repeat;
  width: 21px;
  height: 20px;
  float: left;
  margin-left: 4px;
  line-height: 16px;
  font-size: 12px;
}
.main article.post-content .whitepaper {
  border-top: 0;
}
.main article.post-content .whitepaper .span6 {
  display: block;
  padding: 30px 10px;
  margin: 0;
  border-top: solid #e0e9ed 1px;
  zoom: 1;
}
.main article.post-content .whitepaper .span6:before,
.main article.post-content .whitepaper .span6:after {
  content: "";
  display: table;
}
.main article.post-content .whitepaper .span6:after {
  clear: both;
}
.main article.post-content .whitepaper .span6:first-of-type {
  border-top: 0;
}
.main article.post-content .whitepaper .span6 img {
  display: block;
  border: 1px solid #a4aeb3;
  padding: 0;
  margin-right: 20px;
}
.main article.post-content .whitepaper .span6 em {
  margin: 0 20px 0 0;
}
.main article.post-content .whitepaper .span6 h4 {
  margin: 0 20px 1.3em 0;
}
.main article.post-content .whitepaper .span6 p {
  margin: 0 20px 1.5em 0;
}
.in-the-news .main article.post-content {
  border-top: 0;
}
.in-the-news .main article.post-content .span6 {
  display: block;
  padding: 30px 10px;
  margin: 0;
  border-top: solid #e0e9ed 1px;
  zoom: 1;
}
.in-the-news .main article.post-content .span6:before,
.in-the-news .main article.post-content .span6:after {
  content: "";
  display: table;
}
.in-the-news .main article.post-content .span6:after {
  clear: both;
}
.in-the-news .main article.post-content .span6:first-of-type {
  border-top: 0;
}
.in-the-news .main article.post-content .span6 img {
  display: block;
  margin: 0 auto 1em;
  padding: 0;
}
.in-the-news .main article.post-content .span6 em {
  margin: 0 20px 0 0;
}
.in-the-news .main article.post-content .span6 h4 {
  margin: 0 20px 1.3em 0;
}
.in-the-news .main article.post-content .span6 p {
  margin: 0 20px 1.5em 0;
}
.wpmtp-testimonial h2 {
  font-size: 2em;
}
.wpmtp-testimonial h2 span {
  display: block;
  font-size: .5em;
  color: #88959c;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.wpmtp-testimonial h2 span.separator {
  display: none !important;
}
.wpmtp-testimonial h2 span {
  font-weight: normal;
}
#parent72 .widget_subpages {
  display: none;
  margin-bottom: 20px;
}
#parent72 .widget-first {
  margin-top: 130px !important;
}

.page-id-72 .sub-page-menu {
  display: none;
}

/*  COMMENT STYLES  */
.commentlist {
  list-style-type: none;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #E0E9ED;
  margin-left: 0px;
}
.commentlist .avatar {
  margin: 0 20px 0 0;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.comment-body {
  margin-bottom: 35px;
}
#respond textarea {
  width: 80%;
}
.comment p {
  padding-left: 59px;
}
.comment-meta, .comment-author {
  float: left;
}
.comment-author {
  margin-right: 20px;
}
.comment-author {
  clear: both;
}
.reply {
  margin-top: -15px;
  padding-left: 59px;
}
.reply a {
  padding-left: 30px;
}
.reply:before {
  background: url(../img/arrow.png) left top no-repeat;
  content: "";
  width: 24px;
  height: 24px;
    position: absolute;
}
.children {
  list-style-type: none;
  margin-left: 57px;
  margin-top: -20px;
}
.children .children .reply {
  display: none;
}
h3#comments {
    border-bottom: 1px solid #E0E9ED;
    margin-bottom: 25px;
    margin-top: 70px;
    padding-bottom: 20px;
}
#commentform small {
  font-size: 100%;
}
#commentform input[type="submit"] {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *margin-left: .3em;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 12px 10px 13px;
  vertical-align: middle;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: 0;
  background: #09bad6;
  color: white;
  font-size: 16.5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:focus {
  background-color: #eb513f;
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
p.nocomments, #respond h3 { display: none; }

/*  CONTACT PAGE STYLES  */

.location {
  width: 32%;
  margin-right: 10px;
  position: relative;
  float: left;
}

.lastloc {
  margin-right: 0px;
}

.location ul {
  padding-left: 0px;
  margin-left: 0px;
}

.location ul li {
  list-style-type: none;
}

.location p {
/*  display: none; */
  margin: 10px 0 0 0 !important;
}

.btn.btn-large.demos {
  background: #09BAD6;
}

.btn.btn-large.demos:hover {
  background:#EB513F;
}

.btn.btn-large.demos span {
    background: url(http://www.moka5.com/assets/img/camera_icon.png) 10px 10px no-repeat #4F7399;
    border-radius: 4px 0 0 4px;
    display: block;
    font-size: 14px;
    height: 14px;
    left: 0;
    line-height: 14px;
    margin: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 14px;
}

 /* benefit list */

.benefits span {
  float: right;
  padding-right: 12px;
}
ul#benefitlist li > p {
  padding-left: 2px;
  font-size: 20px;
  color: #09bad6;
  margin: 0;
  cursor: pointer;
}
ul#benefitlist li > p:hover {
  color: #eb513f;
}
ul#benefitlist li ul li p{
  /* for benefits on career page */
  padding: 7px 22px 0px 22px;
  margin-bottom: 8px;
  color: #616161;
  cursor: text;
  font-size: 16px;
}
ul#benefitlist li ul li p:hover {
  color: #616161;
  cursor: text;
  font-size: 16px;
}
ul#benefitlist, ul#benefitlist ul {
  margin-bottom: 0px !important;
}

.dropInfo {
  display: none !important;
}

#short-term ul { display: block;}

ul#benefitlist li {
  border-bottom: none !important;
}

.hovered {
  display: block !important;
  background: #fff !important;
  text-align: center !important;
}

ul#benefitlist li:hover ul li {
  border-bottom: 1px solid #E0E9ED !important;
}
/*END benefit list*/

ul#demosul, ul#demosul ul {
  margin-bottom: 0px !important;
}

ul#demosul ul {
  display: none !important;
}

ul#demosul li {
  border-bottom: none !important;
}

ul#demosul li:hover ul {
  display: block !important;
  background: #fff !important;
  text-align: center !important;
}

ul#demosul li:hover ul li {
  border-bottom: 1px solid #E0E9ED !important;
}

footer ul#demosul {
  margin-left: 0px;
}

footer ul#demosul li {
  list-style-type: none;
  line-height: 30px;
}

footer a.demos {
  color: #fff !important;
}

footer ul#demosul li:hover ul {
  float: left;
  margin-left: 0;
  margin-top: -25px;
  position: absolute;
  width: 200px;
}

#lang_sel {
  float: left;
  margin-top: -1px;
  left: -13px;
  z-index: 1000;
}

#lang_sel a, #lang_sel a:visited {
  line-height: 20px;
}

.icl-zh-hans, .icl-en {
  top: -4px;
}

/*
## Responsive styles
*/
@media only screen and (min-width: 480px) {
  /*
  ## Intermediate screen size
  */
  .header-container .top-bar .social-links li {
    float: left;
    margin-right: .25em;
  }
  .header-container .top-bar .phone-bug {
    text-align: center;
  }
  .header-container .top-bar .login-links ul {
    float: right;
    margin-right: 20px;
  }
  .oldie nav a {
    margin: 0 0.7%;
  }
  .team-member .member-image {
    float: right;
    width: 50%;
    margin: 0 0 1em 1em;
  }
  .main article.tile.small {
    height: 200px;
  }
  .main article.tile.med {
    height: 200px;
  }
  .main article.tile.med .meta h1 {
    font-size: 1.6em;
  }
  .main article.tile.big {
    height: 400px;
  }
  .main article.tile.big .meta h1 {
    font-size: 2em;
  }
  .main article.tile.giant {
    width: 100%;
    height: 400px;
  }
  .main article.tile.giant .meta h1 {
    font-size: 3em;
  }
}
.titlelink:hover h2,
.titlelink:hover span {
  color: #eb513f;
  text-decoration: none;
}
.blogex {
  border-bottom: 1px solid #E0E9ED;
  margin-bottom: 20px;
}
.thetags {
  margin-bottom: 20px;
}
@media only screen and (max-width: 444px) {
  section.masthead {
    background-position-x: -609px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding: 0;
    width: 100%;
  }
  body > .container-fluid,
  body > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > .container-fluid.header-container {
    padding: 0;
  }
  footer .span12 > .row-fluid > .span3 {
    float: left !important;
    /* width: 50% !important; */
    width: 47% !important;
  }
  footer .span12 > .row-fluid > .span3:nth-child(odd) {
    clear: left;
  }
  footer ul {
    margin-bottom: 20px;
  }
  footer ul li {
    line-height: 24px;
  }
  footer ul li h5 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  footer ul li a {
    color: #4f7399;
    display: block;
    padding: .25em .5em;
  }
  footer ul li a:hover {
    text-decoration: none;
    background: #c0d2da;
  }
  footer ul li a:visited {
    color: #4f7399;
  }
  footer ul:nth-child(odd) li {
    padding-right: 10px;
  }
  footer ul:nth-child(even) li {
    padding-left: 10px;
  }
  footer .contact-us p {
    margin-bottom: 10px;
    color: #4f7399;
  }
  footer .contact-us a.btn.btn-large.hero {
    margin-bottom: 25px;
    width: 100%;
  }
  footer .address h5 {
    margin-bottom: 10px;
  }
  footer .address li {
    font-size: .9em;
  }
  .location {
    width: 100%;
  }

  footer ul#demosul {
    margin-left: -10px;
  }

  footer ul#demosul li:hover ul {
    float: left;
    margin-left: 0;
    position: relative;
    top: 0px;
    width: 200px;
  }

  .header-container header a.brand {
    width: 212px !important;
    height: 53px !important;
    background-size: 100% !important;
  }

  .infratrucure {
    margin: 4px 22px 30px 22px !important;
    font-size: 19px !important;
    text-align: center;
  }

  .hero {
    display: block !important;
    margin-bottom: 3px !important;
  }
  .hero2 {
    padding: 5px 38px !important;
    text-align: left;
    padding-left: 75px !important;
  }

}
@media only screen and (max-width: 1024px) {
  .main .sidebar.primary ul#demosul, .main .sidebar.primary ul#demosul ul {
    margin-bottom: 0px;
  }

  .main .sidebar.primary ul#demosul li {
    border-bottom: none;
  }

  .main .sidebar.primary ul#demosul li ul {
    display: block;
    background: #fff;
    text-align: center;
  }

  .main .sidebar.primary ul#demosul li ul li {
    border-bottom: 1px solid #E0E9ED;
  }

  .btn.btn-large.demos {
    background: #09BAD6;
    font-size: 13px !important;
  }
}
section.masthead .headline h1 span {
    font-size: 1em;
  }
  section.masthead .headline sup{
    top: -2em;
    font-size: 12px;
  }
  section.masthead .headline #infratrucure{
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #acc9c4;
    font-size: 25px;
  }
  section.masthead .headline #cloudsupport{
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #98e2ee;
    margin-top: -35px;
    font-style: italic;
    font-size: 25px;
  }
section.masthead .headline sup{
    top: -2em;
  font-size: 12px;
  }

/*  HERO BANNER STYLES  */
#security-banner-h1 {
  color: #34617F;
}
#security-banner-p {
  color: #3CB9D6;
  font-size: 22px;
}
#next-gen-banner-h1 {
  color: #34617F;
  margin: 12px 0 0 0;
}
#next-gen-banner-h2 {
  color: #135683;
  font-size: 32px;
}
#next-gen-banner-p {
  color: #fff;
  font-size: 30px;
}
#windows-banner-p {
  color: #fff;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 1.2em;
}
#windows-banner-h1 {
  color: #354d66;
  margin: -7px 0 12px 0;
  font-size: 35px;
  padding: 0 0 0px 0px;
}

/*   CAROUSEL STYLES   */
.carousel-indicators {
  top: 78%;
  right: 50%;
}
.right-text-block {
  position: absolute;
  top: 14%;
  right: 5%;
}
.center-text-block {
  position: absolute;
  top: 14%;
  left: 40%;
  right: inherit;
}
.right-carousel-img, .center-carousel-img {
  width: 100%;
}
.right-text, .center-text {
  width: 621px;
}
.carousel-control {
  background: none; 
  border: 0px; 
}
.third-center-btn {
  padding: 15px 30px;
  margin: 0 12px;
  padding: 6px 38px;
  text-align: left;
  padding-left: 75px !important;
}
.second-center-btn {
  padding: 15px 30px;
  margin: 0 12px;
  padding: 6px 38px;
  text-align: left;
  padding-left: 75px !important;
  padding-top: 6px !important;
}

/*   RESPONSIVE CAROUSEL STYLES  */
@media only screen and (max-width: 1300px) {
  .right-carousel-img {
    margin-left: 0px;
    width: inherit;
  }
  .center-carousel-img {
    margin-left: 0;
    width: inherit;
  }
  .right-text-block {
    top: -6px;
    right: 0px;
  }
  .center-text-block {
    top: 27px;
    left: 0px;
    width: 100%;
    padding: 0px;
  }
  .right-text {
    width: 461px;
  }
  .center-text {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #next-gen-banner-h1 {
    font-size: 27px;
    margin: 10% 0 0 0;
  }
  #next-gen-banner-h2 {
    font-size: 26px;
  }
  #next-gen-banner-p {
    font-size: 20px;
  }
  #windows-banner-p{
    font-size: 20px;
    margin: 12% 0 28px 0 !important;
  }
  #windows-banner-h1{
    font-size: 25px;
    margin: -24px 0 18px 0;
  }
}
@media only screen and (max-width: 1024px) {
   #next-gen-banner-h1 {
    font-size: 32px;
    margin: 15px 0 0 0;
  }
  #windows-banner-p{
    font-size: 20px;
    margin: 21px 0 28px 0 !important;
  }
  #windows-banner-h1{
    font-size: 25px;
    margin: -24px 0 18px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .center-carousel-img {
    max-width: 1200px;
    margin-left: -13%;
    width: inherit;
  }
}
@media only screen and (max-width: 970px) {
  .right-text-block {
    top: 0;
    left: 0px;
    width: 100%;
    padding: 0px;
  }
  #next-gen-banner-h1 {
    font-size: 32px;
    margin: 15px 0 0 0;
  }
  #windows-banner-p{
    margin: 21px 0 28px 0 !important;
  }
  #windows-banner-h1{
    font-size: 25px;
    margin: -24px 0 18px 0;
  }
  .right-text, .center-text {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .right-carousel-img {
    margin-left: -243px;
    max-width: 1197px;
  }
  .center-carousel-img {
    margin-left: -243px;
    max-width: 1197px;
  }
  .btn.btn-large {
    padding: 15px 30px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  h1, h2 {
    font-size: 32px;
  }
  p {
    font-size: 20px;
  }
  .right-carousel-img {
    margin-left: -393px;
    max-width: 1197px;
  }
  .center-carousel-img {
    margin-left: -393px;
    max-width: 1197px;
  }
  .second-center-btn {
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 320px) {
  .carousel-indicators {
    display: none;
  }
  .right-text-block, .center-text-block {
    right: 0px;
  }
  #next-gen-banner-h1 {
    font-size: 32px;
  }
  #next-gen-banner-h2 {
    font-size: 27px;
  }
  #windows-banner-p{
    margin: 15px 0 0 0;
  }
  #windows-banner-h1{
    font-size: 25px;
    margin: 0px 0 0 0;
  }
  .right-carousel-img {
    margin-left: -562px;
    max-width: 1200px;
  }
  .second-center-btn {
    margin: 0 auto !important;
  }
}

/*  ------- END CAROUSEL STYLES -------- */

@media only screen and (min-width: 768px) {
  /*
  ## Wide screen size
  */
  .billboard {
    margin-bottom: 4em;
    height: 200px;
  }
  .billboard .headline {
    width: 50%;
  }
  .billboard .headline h1 {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 1em;
    margin-top: 5px;
  }
  .billboard .headline a.btn {
    float: right;
  }
  section.masthead {
    min-height: 400px;
  }
  section.masthead .headline {
    zoom: 1;
    padding: 60px 0;
    position: relative;
  }
  section.masthead .headline:before,
  section.masthead .headline:after {
    content: "";
    display: table;
  }
  section.masthead .headline:after {
    clear: both;
  }
  section.masthead .headline h1 {
    text-align: left;
    font-size: 2.2em;
    margin-bottom: 40px;
    text-shadow: none;
  }
  section.masthead .headline h1 span {
    font-size: 1em;
  }
  section.masthead .headline sup{
    top: -2em;
    font-size: 12px;
  }
  section.masthead .headline #infratrucure{
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #acc9c4;
    font-size: 25px;
  }
  section.masthead .headline #cloudsupport{
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #98e2ee;
    margin-top: -35px;
    font-style: italic;
    font-size: 25px;
  }
  section.masthead .headline img {
    position: absolute;
  }
  section.masthead .headline .btn {
    float: none;
    margin: 0;
    width: 300px;
    z-index: 0;
  }
  .page-template-templatesarticlesarchives-php .post-banner {
    margin-bottom: 0;
  }
  .page .billboard + .main-container .main {
    margin-top: -165px;
  }
  .page .archive.main {
    margin-top: 0px;
  }
  .single .billboard + .main-container .main,
  .post .billboard + .main-container .main {
    margin-top: -165px;
  }
  .main .sidebar.primary.twiget-widget aside {
    background: none;
  }
  .main .sidebar.primary.twiget-widget ul {
    color: #555555;
  }
  .home .main {
    padding: 20px 20px;
    margin-top: -60px;
    background: #ffffff;
  }
  article.tile {
    /* Home page article grid tiles for wide screen on up */

  }
  article.tile a .tile-image {
    min-width: 110%;
    min-height: 110%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    background-size: cover;
  }
  article.tile a .tile-image img {
    position: relative;
    min-height: 100%;
  }
  .main,
  .team .main {
    margin: 0px auto;
  }
  .main .breadcrumb,
  .team .main .breadcrumb {
    width: 73%;
    display: none;
  }
  .main article,
  .team .main article,
  .main section.page-links,
  .team .main section.page-links,
  .main section.article-grid,
  .team .main section.article-grid,
  .main section.our-team,
  .team .main section.our-team {
    float: left;
    width: 73%;
    margin-right: 2%;
  }
  .main section.page-links,
  .team .main section.page-links {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

  }
  .main article.tile,
  .team .main article.tile {
    width: 25%;
    height: 200px;
  }
  .main article.tile.med,
  .team .main article.tile.med {
    width: 50%;
  }
  .main article.tile.big,
  .team .main article.tile.big {
    width: 50%;
    height: 400px;
  }
  .main article.tile.giant,
  .team .main article.tile.giant {
    height: 400px;
  }
  .main article.post-content,
  .team .main article.post-content {
    padding: 0px 30px 30px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

  }
  .main article.post-content .page-header,
  .team .main article.post-content .page-header {
    border: none;
  }
  .main .sidebar,
  .team .main .sidebar {
    float: right;
    clear: right;
    width: auto;
  }
/*  .main .sidebar:first-of-type,
  .team .main .sidebar:first-of-type {
    margin-top: 130px;
  }*/
  .main .sidebar.primary,
  .team .main .sidebar.primary {
    width: 25%;
  }
  .main .sidebar.secondary,
  .team .main .sidebar.secondary {
    width: 25%;
  }
  .main .sidebar aside .form-search,
  .team .main .sidebar aside .form-search {
    float: none;
    margin: 0;
  }
  .main .sidebar aside [class*="entypo-"]:before,
  .team .main .sidebar aside [class*="entypo-"]:before {
    line-height: 20px;
  }
  .main .sidebar aside a.btn [class*="entypo-"]:before,
  .team .main .sidebar aside a.btn [class*="entypo-"]:before {
    width: 14px;
  }
  .main .sidebar aside ul a [class*="entypo-"]:before,
  .team .main .sidebar aside ul a [class*="entypo-"]:before {
    color: #c0d2da;
  }
  .main .sidebar aside ul a:hover [class*="entypo-"]:before,
  .team .main .sidebar aside ul a:hover [class*="entypo-"]:before {
    color: #eb513f;
  }
  .single .main .sidebar {
    margin-top: 0;
  }
  .archive .sidebar:first-of-type,
  .search .sidebar:first-of-type {
    margin-top: 30px;
  }
  .our-team .main .tile.team-member {
    width: 32%;
  }
  .main article.post-content .whitepaper .span6:nth-child(odd) {
    clear: left;
  }
  .main article.post-content .whitepaper .span6:nth-child(1),
  .main article.post-content .whitepaper .span6:nth-child(2) {
    border-top: 0;
    padding-top: 10px;
  }
  .in-the-news .main article.post-content .span6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

  }
  .in-the-news .main article.post-content .span6:nth-child(odd) {
    clear: left;
  }
  .in-the-news .main article.post-content .span6:nth-child(1),
  .in-the-news .main article.post-content .span6:nth-child(2) {
    border-top: 0;
    padding-top: 10px;
  }
  .hero2 {
    margin: 32px 0px !important;
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .main .sidebar:first-of-type, .team .main .sidebar:first-of-type {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 945px) {
  .location {
    width: 100%;
  }
  #lang_sel li {
    width: 100px;
  }
}

@media only screen and (min-width: 850px) {
  .header-container header {
    margin: 0 auto;
    padding: 40px 20px 20px;
  }
  .header-container header a.brand {
    float: left;
    margin-left: 0;
  }
  .header-container header a.brand {
    display: block;
    position: relative;
    float: left;
    width: 240px;
    height: 70px;
    text-align: center;
    font-size: 2em;
    text-indent: -9999px;
    background: url(../m5-2x.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .header-container header #searchform-tablet {
    display: inherit;
  }
  .header-container header #searchform {
    display: none;
  }
  .header-container header .navbar {
    float: right;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid #e0e9ed 1px;
  }
  .header-container header .navbar .navbar-inner {
    padding: 0;
  }
  .header-container header .navbar .navbar-inner nav {
    width: 100%;
    height: 50px;
    float: left;
    padding-top: 0;
    margin: 0 20px 0 0;
    zoom: 1;
  }
  .header-container header .navbar .navbar-inner nav:before,
  .header-container header .navbar .navbar-inner nav:after {
    content: "";
    display: table;
  }
  .header-container header .navbar .navbar-inner nav:after {
    clear: both;
  }
  .header-container header .navbar .navbar-inner nav > ul {
    width: 100%;
    float: right;
    clear: none;
    zoom: 1;
  }
  .header-container header .navbar .navbar-inner nav > ul:before,
  .header-container header .navbar .navbar-inner nav > ul:after {
    content: "";
    display: table;
  }
  .header-container header .navbar .navbar-inner nav > ul:after {
    clear: both;
  }
  .header-container header .navbar .navbar-inner nav > ul > li {
    position: relative;
    width: 14.2%;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

    zoom: 1;
    z-index: 1;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:before,
  .header-container header .navbar .navbar-inner nav > ul > li:after {
    content: "";
    display: table;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:after {
    clear: both;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:after {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    right: -5px;
    top: 100%;
    margin-top: -12px;
    content: " ";
    border-radius: 100%;
    background: #a4aeb3;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:last-of-type:after {
    display: none;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:hover > a {
    color: #eb513f;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:hover > a:before {
    color: #eb513f;
  }
  .header-container header .navbar .navbar-inner nav > ul > li.active > .dropdown-toggle {
    background: transparent;
    color: #eb513f;
  }
  .header-container header .navbar .navbar-inner nav > ul > li > a {
    display: block;
    position: relative;
    background: transparent;
    padding: 30px 10px 0;
    z-index: 5;
    font-weight: 500;
    font-size: 16px;
  }
  .header-container header .navbar .navbar-inner nav > ul > li > a:hover,
  .header-container header .navbar .navbar-inner nav > ul > li > a:active {
    background: none;
  }
  .header-container header .navbar .navbar-inner nav > ul > li > a:before {
    position: absolute;
    display: block;
    font: 2.5em/1.9em 'entypo', sans-serif;
    width: 24px;
    height: 24px;
    font-size: 22px;
    color: #e0e9ed;
    top: -8px;
    left: 50%;
    margin-left: -11px;
    z-index: 1;
  }
  .header-container header .navbar .navbar-inner nav > ul > li > a:hover:before {
    color: #eb513f;
  }
  .header-container header .navbar .navbar-inner nav > ul > li.active > a:before {
    color: #eb513f;
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-technology > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-products > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-technology > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-products > a:before {
    content: "\e776";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-solutions > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-solutions > a:before {
    content: "\e74e";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.menu-use-cases > a:before {
    content: "\1f4bc";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-industries > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-industries > a:before {
    content: "\2692";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-resources > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-why-moka5 > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-resources > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-why-moka5 > a:before {
    content: "\2139";
    left: 61%;
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-about-us > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-about-us > a:before {
    content: "\e704";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-contact-us > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-contact-us > a:before {
    content: "\2709";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-test-flight > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-test-flight > a:before {
    content: "\e79b";
  }
  .header-container header .navbar .navbar-inner nav > ul > li.zh-hans-test-drive > a:before,
  .header-container header .navbar .navbar-inner nav > ul > li.menu-test-drive > a:before {
    content: "\e7a2";
  }
  .header-container header .navbar .navbar-inner nav > ul > li ul {
    position: absolute;
    left: 50%;
    width: 240px;
    margin: 5px 0 0 -120px;
    padding: 0;
    background: #5a6165;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 8px rgba(20, 20, 20, 0.4);
    -moz-box-shadow: 0 3px 8px rgba(20, 20, 20, 0.4);
    box-shadow: 0 3px 8px rgba(20, 20, 20, 0.4);
    color: 0 3px 8px rgba(20, 20, 20, 0.4);
    z-index: 5;
  }
  .header-container header .navbar .navbar-inner nav > ul > li ul li {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .header-container header .navbar .navbar-inner nav > ul > li ul li a {
    display: block;
    width: auto;
    margin: 0;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px #4e5458 solid;
    color: #e0e9ed;
    font-size: 85%;
    text-transform: none;
  }
  .header-container header .navbar .navbar-inner nav > ul > li ul li a:hover {
    color: #1dd8f5;
    background: #4e5458;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:hover ul {
    display: none;
  }
  .header-container header .navbar .navbar-inner nav > ul > li:hover ul:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: -14px;
    left: 50%;
    margin-left: -20px;
    border-left: solid transparent 20px;
    border-right: solid transparent 20px;
    border-bottom: solid #5a6165 15px;
    z-index: 10;
  }
  .header-container form.form-search {
    float: right;
    height: 44px;
    margin-top: 4px;
    margin-bottom: 2px;
  }
  .header-container form.form-search .input-append {
    height: 44px;
  }
  .main .sidebar.primary .btn.hero {
    font-size: 17px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 940px) {
  footer ul li h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1140px) {
  /*
  ## Maximal Width screen size
  */
  .billboard {
    height: 300px;
  }
  .post-banner + .main-container .main .post-content {
    margin-top: -140px;
  }
  .post-banner + .main-container .main .search_wrap .post-content {
    margin-top: 0;
  }
  .page .billboard + .main-container .main {
    margin: -165px auto 40px;
  }
  .single .billboard + .main-container .main,
  .post .billboard + .main-container .main {
    margin: -140px auto 40px;
  }
  .our-team .main,
  .defaultTemplate .main {
    margin: 40px auto;
  }
  .archive.main {
    margin: 0px auto !important;
  }
  .main {
    margin: 0px auto;
  }
  .main article.tile {
    width: 16.666666667%;
  }
  .main article.tile.med {
    width: 33.333333330%;
  }
  .main article.tile.big {
    width: 33.333333330%;
    height: 400px;
  }
  .main article.tile.giant {
    width: 66.666666660%;
    height: 400px;
  }
  .main .page-links .tile.med {
    width: 33.33332%;
  }
}
@media only screen and (min-width: 1235px) {
  .header-container header {
    padding-bottom: 40px;
  }
  .header-container header #searchform-tablet {
    display: none;
  }
  .header-container header #searchform {
    display: inherit;
  }
  .header-container header .navbar {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    float: right;
    width: auto;
  }
  .header-container header .navbar .navbar-inner nav {
    width: auto;
  }
  .header-container header .navbar .navbar-inner nav > ul {
    width: auto;
  }
  .header-container header .navbar .navbar-inner nav > ul > li {
    text-align: left;
    width: auto;
    margin-left: 6px;
  }
  .header-container header .navbar .navbar-inner nav > ul > li a {
    font-size: 16px;
  }
}
/*
## Helper classes
*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Style guide styles */
.element {
  margin: 40px 0;
  padding: 60px;
  border: solid #e0e9ed 1px;
  border-bottom: solid #e0e9ed 1px;
  zoom: 1;
}
.element:before,
.element:after {
  content: "";
  display: table;
}
.element:after {
  clear: both;
}
.element > h3 {
  font-size: 18px;
  margin: -60px -60px 60px -60px;
  background: #f7f9fa;
  padding: .5em 1em;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #88959c;
  border-bottom: solid #e0e9ed 1px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/*
## Print styles
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


.title_styles {
    float: left;
    font-size: 24px;
    padding-left: 23px;
    text-indent: -24px;
}

.product_table td {
  border: 1px solid #E0E9ED;
  padding: 10px;
  width: auto;
}

.no_ul {
  border-bottom: none;
}


/*  Partners page styles  */
@media only screen and (min-width: 850px) {
  .header-container header .navbar .navbar-inner nav > ul > li.menu-partners > a:before {
    content: "\1f465";
  }
}

.partners .main article.post-content .span6,
.page-id-3245 .main article.post-content .span6 {
  display: block;
  padding: 30px 10px;
  margin: 0;
  zoom: 1;
}

.partners__clear {
  clear:both;
  width: 100%;
  height: 0;
  border-top: 1px solid #a4aeb3;

}

.partners__btn-wrap {
  text-align: center;
}
.partners__btn-wrap .partners {
  display: inline-block;
  margin:0 10px;
  width:280px !important;
}
.partners .main article.post-content .span6 img,
.page-id-3245 .main article.post-content .span6 img {
  width: auto !important;
  max-height: 80px;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .partners .main article.post-content .span6,
  .page-id-3245 .main article.post-content .span6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) {
  .partners .main article.post-content .span6:nth-child(even),
  .page-id-3245 .main article.post-content .span6:nth-child(even) {

}
}