/* normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*  Font Awesome 3.0
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
      http://opensource.org/licenses/mit-license.html
    • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
      "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/styles/fonts/fontawesome-webfont.eot");
  src: url("/assets/styles/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/styles/fonts/fontawesome-webfont.woff") format("woff"), url("/assets/styles/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

.icon-muted {
  color: #eeeeee; }

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }
  html:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author: Nik Sumeiko, http://manakor.org
   ========================================================================== */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, serif; }

a, a:active, a:visited, a:hover {
  color: #0095AE; }

.short {
  width: 960px; }

.shorter {
  width: 973px; }

.long {
  width: 1052px; }

.longer {
  width: 1062px; }

.wrapper {
  position: relative;
  margin: 0 auto; }

.upper {
  text-transform: uppercase; }

.separator {
  margin: 0 auto;
  width: 660px;
  border-color: #e6e6e6; }

.common-title {
  position: relative;
  top: -4px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  color: #262626;
  font-style: italic;
  font-size: 40px;
  font-weight: 400; }
  .common-title:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 80%;
    width: 16px;
    background: #ffbb03;
    content: ""; }
  .common-title.whites {
    color: #fff; }
    .common-title.whites:before {
      background: #fff; }

img[data-hd] {
  cursor: pointer; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .modal.fixed {
    text-align: left; }
    .modal.fixed .icon-spin {
      display: none; }
    .modal.fixed .wrapper {
      visibility: visible;
      background: #fff; }
  .modal .icon-spin {
    position: relative;
    top: 48%;
    color: #fff;
    font-size: 30px; }
  .modal .wrapper {
    margin: 40px auto;
    padding: 15px;
    visibility: hidden; }
    .modal .wrapper header {
      margin: 0;
      padding: 0; }
      .modal .wrapper header .close {
        display: block;
        width: 14px;
        height: 14px;
        float: right;
        margin: 0 15px 0 0;
        background: url("../images/portfolio1/cmodal-close.png") no-repeat 0 0; }
    .modal .wrapper .container {
      margin: 0;
      padding: 15px 0 0;
      text-align: center; }
      .modal .wrapper .container img {
        border: solid 1px #D9D9D9; }
    .modal .wrapper footer {
      width: 220px;
      margin: 0 auto;
      padding: 40px 0 30px; }
      .modal .wrapper footer .close {
        display: block;
        height: 50px;
        line-height: 52px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border: solid 1px #000000;
        background: #262626;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase; }

.sec-flickrs {
  padding: 52px 0 0;
  background: #262626; }
  .sec-flickrs .title {
    float: left;
    width: auto; }
    .sec-flickrs .title .common-title {
      display: block;
      padding: 0 0 0 64px;
      color: #b2b2b2; }
      .sec-flickrs .title .common-title:before {
        top: 6px;
        background: #deadfb;
        border-bottom: solid 40px #a6a9f9; }
  .sec-flickrs .shadow {
    position: absolute;
    bottom: 5px;
    right: -2px;
    width: 645px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 -40px 50px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -40px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -40px 50px rgba(0, 0, 0, 0.5); }
  .sec-flickrs .img-list {
    position: relative;
    float: right;
    width: 648px;
    height: 78px;
    margin: 0 0 49px;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .sec-flickrs .img-list.expanded {
      height: auto; }
    .sec-flickrs .img-list .item {
      float: left;
      width: auto;
      padding: 0 0 6px 6px; }
      .sec-flickrs .img-list .item.more-item {
        position: absolute;
        right: 0; }
      .sec-flickrs .img-list .item .link .thumb {
        width: 73px;
        height: 73px;
        border: solid 1px #e5e5e5; }
      .sec-flickrs .img-list .item .more-link {
        display: block;
        width: 73px;
        height: 73px;
        line-height: 60px;
        border: solid 1px #e5e5e5;
        background: #fff;
        color: #bfbfbf;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        text-indent: -26px; }
        .sec-flickrs .img-list .item .more-link:after {
          content: "\203a";
          position: relative;
          top: 4px;
          left: 13px;
          color: #C6C6C6;
          font-weight: 400;
          font-size: 35px; }
        .sec-flickrs .img-list .item .more-link:hover {
          color: #595959; }
          .sec-flickrs .img-list .item .more-link:hover:after {
            color: #595959; }

.sec-instagrams {
  padding: 70px 0 0;
  background: #f2f2f2; }
  .sec-instagrams .title {
    float: left;
    width: auto; }
    .sec-instagrams .title .common-title {
      display: block;
      padding: 0 0 0 64px;
      color: #b2b2b2; }
      .sec-instagrams .title .common-title:before {
        top: 6px; }
  .sec-instagrams .shadow {
    position: absolute;
    bottom: 5px;
    right: -2px;
    width: 599px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 -60px 70px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 -60px 70px rgba(0, 0, 0, 0.7);
    box-shadow: 0 -60px 70px rgba(0, 0, 0, 0.7); }
  .sec-instagrams .img-list {
    position: relative;
    float: right;
    width: 604px;
    height: 148px;
    margin: 0 0 66px;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .sec-instagrams .img-list.expanded {
      height: auto; }
    .sec-instagrams .img-list .item {
      float: left;
      width: auto;
      padding: 0 0 6px 6px; }
      .sec-instagrams .img-list .item.more-item {
        position: absolute;
        right: 0; }
      .sec-instagrams .img-list .item .link .thumb {
        width: 143px;
        height: 143px;
        border: solid 1px #e5e5e5; }
      .sec-instagrams .img-list .item .more-link {
        display: block;
        width: 143px;
        height: 143px;
        line-height: 136px;
        border: solid 1px #e5e5e5;
        background: #fff;
        color: #bfbfbf;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        text-indent: -10px; }
        .sec-instagrams .img-list .item .more-link:after {
          content: "\203a";
          position: relative;
          top: 2px;
          left: 13px;
          color: #C6C6C6;
          font-weight: 400;
          font-size: 35px; }
        .sec-instagrams .img-list .item .more-link:hover {
          color: #595959; }
          .sec-instagrams .img-list .item .more-link:hover:after {
            color: #595959; }

.sec-about {
  padding: 8px 0 0; }
  .sec-about .headline {
    display: block;
    padding: 30px 0 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    color: #b2b2b2; }
  .sec-about .image-container {
    position: relative;
    margin: 9px 0 0;
    padding: 0; }
    .sec-about .image-container .image {
      width: 100%;
      border: solid 1px #d9d9d9; }
    .sec-about .image-container .title {
      position: absolute;
      top: 56px;
      left: 45px; }
      .sec-about .image-container .title .common-title {
        padding: 0 0 0 47px;
        line-height: 45px; }
        .sec-about .image-container .title .common-title:before {
          background: #262626;
          height: 88%; }
    .sec-about .image-container .quote {
      position: absolute;
      top: 295px;
      left: 94px;
      width: 395px;
      color: #fff;
      font-size: 18px;
      font-style: normal;
      line-height: 22px; }
  .sec-about .brands {
    margin: 0 auto;
    padding: 70px 0 64px; }
    .sec-about .brands .logos {
      float: left;
      width: 40%;
      margin: 0;
      padding: 0; }
      .sec-about .brands .logos .logos-list {
        margin: 0;
        padding: 0 0 0 65px;
        list-style: none; }
        .sec-about .brands .logos .logos-list .logos-item {
          float: left;
          width: 138px;
          height: 47px; }
          .sec-about .brands .logos .logos-list .logos-item .logo-image {
            display: block; }
            .sec-about .brands .logos .logos-list .logos-item .logo-image:hover path[fill='#BFBFBF'], .sec-about .brands .logos .logos-list .logos-item .logo-image:hover path[fill='#bfbfbf'] {
              fill: #808080; }
            .sec-about .brands .logos .logos-list .logos-item .logo-image .fallback {
              display: block; }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-ideo {
              width: 94px;
              height: 22px; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-ideo .fallback {
                width: 94px;
                height: 22px;
                background: url("../images/svg-fallback/logo-ideo.png"); }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-microsoft {
              width: 76px;
              height: 15px;
              margin: 1px 0 0; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-microsoft .fallback {
                width: 76px;
                height: 15px;
                background: url("../images/svg-fallback/logo-microsoft.png"); }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-adweek {
              width: 97px;
              height: 27px; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-adweek .fallback {
                width: 97px;
                height: 27px;
                background: url("../images/svg-fallback/logo-adweek.png"); }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-wired {
              width: 103px;
              height: 21px;
              margin: 2px 0 0; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-wired .fallback {
                width: 103px;
                height: 21px;
                background: url("../images/svg-fallback/logo-wired.png"); }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-behance {
              width: 98px;
              height: 18px;
              margin: 4px 0 0; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-behance .fallback {
                width: 98px;
                height: 18px;
                background: url("../images/svg-fallback/logo-behance.png"); }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-carts {
              width: 68px;
              height: 26px; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-carts .fallback {
                width: 68px;
                height: 26px;
                background: url("../images/svg-fallback/logo-carts.png"); }
            .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-fastc {
              width: 100px;
              height: 14px; }
              .sec-about .brands .logos .logos-list .logos-item .logo-image.cus-fastc .fallback {
                width: 100px;
                height: 14px;
                background: url("../images/svg-fallback/logo-fastc.png"); }
    .sec-about .brands .description {
      float: right;
      width: 52%; }
      .sec-about .brands .description .title {
        margin: 0;
        padding: 0 0 25px;
        font-size: 18px;
        color: #0d0d0d;
        font-weight: 600; }
      .sec-about .brands .description .summary {
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: #595959;
        font-weight: 400; }
      .sec-about .brands .description .social {
        position: relative;
        margin: 32px 0 0;
        overflow: hidden;
        width: 100%;
        height: 50px; }
        .sec-about .brands .description .social .soc-facebook {
          position: absolute;
          left: 0;
          top: 0;
          width: auto;
          margin: 0 7px 0 0; }
          .sec-about .brands .description .social .soc-facebook > .fb_iframe_widget {
            position: absolute; }
            .sec-about .brands .description .social .soc-facebook > .fb_iframe_widget > span {
              display: block; }
        .sec-about .brands .description .social .soc-twitter {
          position: absolute;
          left: 150px;
          top: 0;
          width: auto;
          padding: 2px 0 0; }
          .sec-about .brands .description .social .soc-twitter > iframe {
            position: absolute;
            top: 0; }

.sec-stories {
  padding: 30px 0 0; }
  .sec-stories .headline {
    display: block;
    padding: 0 0 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #a6a6a6;
    text-align: center; }
  .sec-stories .st-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .sec-stories .st-list.expanded .item .container.not {
      display: block; }
    .sec-stories .st-list .item {
      float: left;
      width: 50%; }
      .sec-stories .st-list .item .container {
        margin: 0 6px 12px;
        padding: 30px 21px 25px;
        background: #f7f7f7;
        border: solid 1px #d9d9d9;
        color: #737373; }
        .sec-stories .st-list .item .container.not {
          display: none; }
        .sec-stories .st-list .item .container .title {
          padding: 0;
          margin: 0;
          font-size: 19px;
          line-height: 25px;
          overflow: hidden;
          height: 25px; }
          .sec-stories .st-list .item .container .title a {
            color: #737373;
            text-decoration: none; }
            .sec-stories .st-list .item .container .title a:hover {
              color: #595959; }
        .sec-stories .st-list .item .container .img-container {
          position: relative;
          display: block;
          margin: 32px 0 30px;
          overflow: hidden; }
          .sec-stories .st-list .item .container .img-container img {
            width: 100%; }
        .sec-stories .st-list .item .container .excerpt {
          padding: 0 0 6px;
          margin: 0;
          line-height: 22px;
          font-size: 18px;
          font-weight: 300;
          overflow: hidden;
          height: 68px; }
        .sec-stories .st-list .item .container .more {
          position: relative;
          color: #bfbfbf;
          font-size: 14px;
          font-weight: bold;
          text-decoration: none; }
          .sec-stories .st-list .item .container .more figure {
            position: relative;
            top: 2px;
            left: 8px;
            display: inline-block;
            height: 15px;
            width: 10px;
            margin: 0; }
            .sec-stories .st-list .item .container .more figure svg polygon {
              fill: #bfbfbf; }
            .sec-stories .st-list .item .container .more figure .fallback {
              display: block;
              width: 10px;
              height: 15px;
              background: url("../images/svg-fallback/arrow-right.png") no-repeat 0 0; }
          .sec-stories .st-list .item .container .more:before {
            content: "";
            position: relative;
            top: 4px;
            left: 13px;
            color: #C6C6C6;
            font-weight: 400;
            font-size: 35px; }
          .sec-stories .st-list .item .container .more:hover {
            color: #595959; }
            .sec-stories .st-list .item .container .more:hover figure svg polygon {
              fill: #595959; }
  .sec-stories .more-wrapper {
    width: 206px;
    margin: 0 auto;
    padding: 22px 0 70px; }
    .sec-stories .more-wrapper .link {
      display: block;
      height: 50px;
      line-height: 52px;
      color: #999;
      font-size: 14px;
      text-decoration: none;
      border: solid 1px #d9d9d9;
      background: #f2f2f2;
      text-align: center;
      font-weight: 600; }
      .sec-stories .more-wrapper .link:hover {
        color: #595959;
        border-color: #bfbfbf; }

.sec-behance .project-styles {
  padding: 50px 0 30px;
  width: 724px;
  margin: 20px auto 0;
  overflow: hidden; }
  .sec-behance .project-styles .socials .soc-facebook {
    float: left;
    width: auto;
    margin: 0 20px 0; }
  .sec-behance .project-styles .socials .soc-twitter {
    float: left;
    width: auto;
    margin: 0 20px 0; }
.sec-behance .project-modules {
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  .sec-behance .project-modules .text-center {
    width: 600px;
    max-width: 600px;
    margin: 0px auto;
    text-align: left; }
  .sec-behance .project-modules .main-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 12px;
    color: #3B3B3B;
    text-align: left; }
    .sec-behance .project-modules .main-text a {
      text-decoration: none; }
  .sec-behance .project-modules .main-img {
    display: block;
    margin: 0px auto;
    border: 0; }
  .sec-behance .project-modules .spacer {
    width: 600px;
    height: 0; }

.sec-behance + .sec-preview {
  padding: 0;
  margin: 0 0 100px; }
  .sec-behance + .sec-preview .wide-img {
    width: 724px;
    padding: 0;
    height: 70px; }
    .sec-behance + .sec-preview .wide-img .socials {
      left: 5px;
      top: 20px;
      bottom: auto;
      width: 724px !important;
      padding: 0; }
      .sec-behance + .sec-preview .wide-img .socials .soc-facebook, .sec-behance + .sec-preview .wide-img .socials .soc-twitter {
        position: absolute;
        top: 0; }
      .sec-behance + .sec-preview .wide-img .socials .soc-facebook {
        left: 0; }
      .sec-behance + .sec-preview .wide-img .socials .soc-twitter {
        left: 150px; }

.sec-preview {
  padding: 70px 0 0; }
  .sec-preview.expanded {
    padding-top: 214px; }
  .sec-preview .wide-img {
    position: relative;
    width: 502px;
    margin: 0 auto;
    padding: 62px 0 73px; }
    .sec-preview .wide-img .img {
      position: relative;
      margin: 0;
      border: solid 1px #d9d9d9;
      width: 502px;
      background: #f3f3f3; }
    .sec-preview .wide-img .shadow {
      position: absolute;
      bottom: 15px;
      right: 0;
      width: 100%;
      height: 10px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.6);
      box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.6); }
    .sec-preview .wide-img .socials {
      position: absolute;
      left: 502px;
      bottom: 73px;
      padding: 0 15px;
      width: 150px; }
      .sec-preview .wide-img .socials .fb-like {
        margin: 0 0 15px; }
      .sec-preview .wide-img .socials iframe {
        margin: 0; }
  .sec-preview #disqus_thread {
    width: 712px;
    margin: 0 auto;
    padding-top: 40px; }
  .sec-preview .description {
    width: 712px;
    margin: 0 auto;
    padding: 0 0 73px;
    font-size: 18px;
    color: #404040;
    font-weight: 300; }
    .sec-preview .description .babutt {
      margin: 20px auto 0;
      background: url("http://assets.behance.net/img/site/elements.png?cb=903413478") no-repeat 0 -325px;
      cursor: pointer;
      display: block;
      width: 100px;
      height: 100px;
      text-indent: -99999em;
      font-size: 0;
      line-height: 0; }
    .sec-preview .description p {
      margin: 0; }
    .sec-preview .description img {
      display: block;
      width: 502px;
      margin: 30px auto 30px;
      border: solid 1px #d9d9d9; }
    .sec-preview .description .wide-img img {
      position: relative;
      margin: 0; }
    .sec-preview .description .image-type {
      padding: 47px 0 30px; }
      .sec-preview .description .image-type img {
        width: 500px;
        margin: 0 auto; }
    .sec-preview .description .embed-type {
      text-align: center;
      padding: 30px 0; }
    .sec-preview .description .text-type {
      padding: 15px 0 0; }
      .sec-preview .description .text-type * {
        color: #666 !important;
        text-decoration: none; }
      .sec-preview .description .text-type a {
        color: #0095AE !important;
        text-decoration: underline; }
      .sec-preview .description .text-type .sub-title {
        text-align: center;
        display: block; }
    .sec-preview .description iframe {
      display: block;
      margin: 30px auto; }
  .sec-preview .headings {
    text-align: center; }
    .sec-preview .headings .moto {
      width: 80%;
      margin: 0 auto;
      padding: 7px 0 0 0;
      font-size: 20px;
      color: #666;
      font-weight: 300;
      line-height: 18px; }
      .sec-preview .headings .moto.special {
        padding: 0; }
        .sec-preview .headings .moto.special a {
          color: #666;
          text-decoration: none; }
        .sec-preview .headings .moto.special span {
          display: block;
          padding: 10px 0 0; }
  .sec-preview .more-wrapper {
    padding: 30px 0 67px;
    text-align: center; }
    .sec-preview .more-wrapper .link {
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      color: #bfbfbf; }
      .sec-preview .more-wrapper .link:hover {
        color: #595959; }
  .sec-preview .contact-form {
    position: relative;
    padding: 15px 0 50px;
    width: 636px;
    margin: 0 auto; }
    .sec-preview .contact-form input:hover, .sec-preview .contact-form input:focus, .sec-preview .contact-form textarea:hover, .sec-preview .contact-form textarea:focus {
      border-color: #a6a6a6 !important; }
    .sec-preview .contact-form form {
      margin: 0;
      padding: 0; }
    .sec-preview .contact-form.success .message {
      padding-top: 95px;
      text-align: center; }
    .sec-preview .contact-form.success .but-done {
      display: block; }
    .sec-preview .contact-form.success .details {
      position: absolute;
      bottom: 50px; }
      .sec-preview .contact-form.success .details .input {
        display: none; }
      .sec-preview .contact-form.success .details button {
        display: none; }
    .sec-preview .contact-form .error {
      background: #FFE5E5;
      cursor: pointer; }
    .sec-preview .contact-form .message {
      position: relative;
      border: solid 1px #bfbfbf;
      display: block;
      width: 584px;
      height: 200px;
      padding: 25px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, serif;
      font-size: 16px;
      resize: none;
      z-index: 1; }
    .sec-preview .contact-form button {
      width: auto;
      padding: 16px 32px;
      border: solid 1px #98a6cd;
      color: #445485;
      font-size: 14px;
      font-familty: "Open Sans", "Helvetica Neue", Helvetica, serif;
      background: #e9edf7; }
    .sec-preview .contact-form .but-done {
      display: none;
      position: absolute;
      bottom: 100px;
      width: 100%;
      z-index: 1;
      text-align: center; }
      .sec-preview .contact-form .but-done button {
        display: inline-block; }
    .sec-preview .contact-form .details {
      position: relative;
      padding: 10px 0 0;
      z-index: 0; }
      .sec-preview .contact-form .details .input {
        position: relative;
        float: left;
        width: 454px;
        padding: 20px 35px;
        border: solid 1px #bfbfbf; }
        .sec-preview .contact-form .details .input.sending {
          color: #ccc; }
      .sec-preview .contact-form .details button {
        position: relative;
        top: 4px;
        float: right; }
      .sec-preview .contact-form .details .shadow {
        position: absolute;
        bottom: -60px;
        width: 645px;
        height: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-box-shadow: 0 -60px 50px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 -60px 50px rgba(0, 0, 0, 0.5);
        box-shadow: 0 -60px 50px rgba(0, 0, 0, 0.5); }

.sec-projects {
  padding: 35px 0 0;
  background: #f2f2f2;
  border-bottom: solid 1px #e5e5e5; }
  .sec-projects.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px; }
  .sec-projects.blurred {
    overflow: hidden;
    background: #808080; }
    .sec-projects.blurred .blurred-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 485px;
      background-position: 50% 0;
      background-size: cover;
      background-repeat: no-repeat; }
      .sec-projects.blurred .blurred-background.filtered {
        width: 102%;
        left: -1%;
        -webkit-filter: blur(35px); }
        .sec-projects.blurred .blurred-background.filtered:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(38, 38, 38, 0.35); }
    .sec-projects.blurred + .sec-preview.super-wide .description {
      width: 825px; }
      .sec-projects.blurred + .sec-preview.super-wide .description .text-type {
        width: 720px;
        margin: 0 auto; }
      .sec-projects.blurred + .sec-preview.super-wide .description .image-type img {
        width: 100%; }
    .sec-projects.blurred + .sec-preview.super-wide .wrapper .wide-img {
      padding-top: 88px;
      width: 825px; }
      .sec-projects.blurred + .sec-preview.super-wide .wrapper .wide-img img {
        width: 100%; }
  .sec-projects .wrapper {
    padding: 0 0 70px; }
  .sec-projects .shadow {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.6);
    box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.6); }
  .sec-projects .projects-list {
    position: relative;
    left: -5px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 337px;
    overflow: hidden; }
    .sec-projects .projects-list.expanded {
      height: auto; }
      .sec-projects .projects-list.expanded .pr-item.not {
        display: block; }
    .sec-projects .projects-list .pr-item {
      float: left;
      width: auto;
      padding: 5px; }
      .sec-projects .projects-list .pr-item.more-item {
        position: absolute;
        top: 168px;
        right: 2px; }
      .sec-projects .projects-list .pr-item.not {
        display: none; }
      .sec-projects .projects-list .pr-item .more-link {
        display: block;
        width: 200px;
        height: 156px;
        line-height: 150px;
        border: solid 1px #d9d9d9;
        background: #fff;
        color: #c7c7c7;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        text-indent: -5px; }
        .sec-projects .projects-list .pr-item .more-link:after {
          content: "\203a";
          position: relative;
          top: 2px;
          left: 15px;
          color: #c7c7c7;
          font-weight: 400;
          font-size: 33px; }
        .sec-projects .projects-list .pr-item .more-link:hover {
          border-color: #bfbfbf;
          color: #808080; }
          .sec-projects .projects-list .pr-item .more-link:hover:after {
            color: #808080; }
      .sec-projects .projects-list .pr-item .pr-link .pr-thumb {
        border: solid 1px #fff;
        width: 200px;
        height: 156px; }
      .sec-projects .projects-list .pr-item:first-child .pr-link .pr-thumb {
        width: 412px;
        height: 324px; }
  .sec-projects .whites .top .logo-wrapper .title .link, .sec-projects .whites .top .logo-wrapper .profession .link, .sec-projects .whites .top .menu .item, .sec-projects .whites .top .menu .item:hover {
    color: #fff; }
  .sec-projects .top {
    margin: 0 auto 33px;
    padding: 0; }
    .sec-projects .top .logo-wrapper {
      position: relative;
      float: left;
      width: auto;
      padding: 32px 0 27px; }
      .sec-projects .top .logo-wrapper .logo-link {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 94px;
        height: 94px; }
        .sec-projects .top .logo-wrapper .logo-link:hover #border {
          stroke: #d9d9d9; }
        .sec-projects .top .logo-wrapper .logo-link .fallback {
          display: block;
          width: 94px;
          height: 94px;
          background: url("../images/svg-fallback/logo.png") no-repeat 0 0; }
      .sec-projects .top .logo-wrapper .indent {
        padding: 0 0 0 120px; }
      .sec-projects .top .logo-wrapper .link {
        text-decoration: none; }
      .sec-projects .top .logo-wrapper .title {
        margin: 0;
        line-height: 15px;
        font-size: 14px;
        font-weight: 700; }
        .sec-projects .top .logo-wrapper .title .link {
          color: #404040; }
      .sec-projects .top .logo-wrapper .profession {
        margin: 0;
        font-size: 12px;
        font-weight: 400; }
        .sec-projects .top .logo-wrapper .profession .link {
          color: #737373; }
      .sec-projects .top .logo-wrapper.hovered .title .link {
        color: #333; }
      .sec-projects .top .logo-wrapper.hovered .profession .link {
        color: #666; }
    .sec-projects .top .menu {
      float: right;
      width: auto;
      margin: 0;
      padding: 35px 0 0; }
      .sec-projects .top .menu .item {
        color: #999;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none; }
        .sec-projects .top .menu .item:hover {
          color: #595959; }

.foot {
  background: #0e0d0d;
  padding: 30px 0;
  font-size: 14px; }
  .foot .copy {
    float: left;
    width: auto;
    display: block;
    color: #404040; }
  .foot .menu {
    float: right;
    width: auto;
    padding: 0;
    margin: 0; }
    .foot .menu .item {
      color: #bfbfbf;
      font-weight: 600;
      text-decoration: none; }

.Opera .sec-preview .contact-form .details .shadow {
  -moz-box-shadow: 0 -120px 60px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 -120px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -120px 60px rgba(0, 0, 0, 0.6); }

.mac.Safari .shadow, .IPAD .shadow, .IPHONE .shadow {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-shadow: 0 -80px 60px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 -80px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -80px 60px rgba(0, 0, 0, 0.6); }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  /* iPhone 4 */
  .long, .longer, .short {
    width: 100%;
    overflow: hidden; }

  .sec-projects .top {
    width: 90%;
    margin-bottom: 30px; }
    .sec-projects .top .menu {
      padding-top: 38px; }
    .sec-projects .top .logo-wrapper {
      padding-top: 27px; }
      .sec-projects .top .logo-wrapper .profession {
        font-size: 23px;
        margin-top: 4px; }

  .sec-projects .top .logo-wrapper .title,
  .sec-projects .top .menu .item,
  .foot {
    font-size: 28px; }

  .sec-projects .top .menu {
    position: relative;
    top: -8px; }

  .foot .short {
    width: 886px; }

  .sec-preview .headings .moto {
    width: 57% !important;
    padding-top: 20px;
    font-size: 45px;
    line-height: 48px; }

  .sec-preview .more-wrapper .link,
  .sec-stories .headline,
  .sec-about .headline,
  .sec-stories .st-list .item .container .more,
  .sec-about .brands .description .title,
  .sec-about .brands .description .summary,
  .sec-preview .contact-form .details button,
  .sec-preview .contact-form .but-done button,
  .sec-preview .contact-form .message,
  .sec-preview .contact-form .details .input {
    font-size: 28px; }

  .sec-stories .st-list .item {
    float: none;
    width: 97%;
    margin: 0 auto; }
    .sec-stories .st-list .item .container {
      padding-bottom: 33px;
      margin-bottom: 30px; }
      .sec-stories .st-list .item .container .title {
        height: auto;
        overflow: visible;
        font-size: 46px;
        line-height: 51px; }
      .sec-stories .st-list .item .container .excerpt {
        padding-bottom: 15px;
        height: auto;
        line-height: 50px;
        font-size: 45px !important; }
      .sec-stories .st-list .item .container .more figure {
        top: 1px;
        font-size: 14px;
        width: 30px;
        height: 20px; }
  .sec-stories .more-wrapper {
    width: 330px; }
    .sec-stories .more-wrapper .link {
      height: 90px;
      line-height: 90px;
      font-size: 35px !important; }

  .sec-projects {
    zoom: 1.578; }
    .sec-projects .projects-list {
      width: 110%;
      height: auto; }
      .sec-projects .projects-list .pr-item:first-child .pr-link .pr-thumb {
        width: 410px;
        height: 322px; }
      .sec-projects .projects-list .more-item {
        top: 166px !important;
        left: 420px;
        right: auto; }

  .sec-about .brands {
    padding-bottom: 90px; }
    .sec-about .brands .description {
      width: 886px;
      float: none;
      margin: 0 auto; }
      .sec-about .brands .description .title {
        font-size: 46px;
        line-height: 51px;
        padding-bottom: 55px; }
      .sec-about .brands .description .summary {
        line-height: 50px;
        font-size: 45px; }
      .sec-about .brands .description .social {
        position: relative;
        width: 100%;
        height: 100px;
        overflow: visible; }
        .sec-about .brands .description .social .soc-facebook, .sec-about .brands .description .social .soc-twitter {
          top: 30px; }
          .sec-about .brands .description .social .soc-facebook iframe, .sec-about .brands .description .social .soc-twitter iframe {
            -webkit-transform: scale(3);
            -moz-transform: scale(3);
            -ms-transform: scale(3);
            -o-transform: scale(3);
            transform: scale(3); }
        .sec-about .brands .description .social .soc-facebook {
          left: 95px; }
          .sec-about .brands .description .social .soc-facebook .many-fb-buttons {
            position: absolute;
            top: -20px;
            left: -100px;
            width: 230px;
            height: 60px;
            background: rgba(255, 255, 0, 0.5);
            overflow: hidden;
            opacity: 0;
            /*& > .fb_iframe_widget {
                display: block;
                float: left;
                width: auto;
                margin: 0 10px 0 0;
            }*/ }
            .sec-about .brands .description .social .soc-facebook .many-fb-buttons iframe {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
        .sec-about .brands .description .social .soc-twitter {
          left: 60%; }
          .sec-about .brands .description .social .soc-twitter .many-tw-buttons {
            position: absolute;
            top: -20px;
            left: -120px;
            width: 400px;
            height: 60px;
            background: rgba(255, 255, 0, 0.5);
            overflow: hidden;
            opacity: 0; }
            .sec-about .brands .description .social .soc-twitter .many-tw-buttons iframe {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
  .sec-about .image-container {
    overflow: hidden;
    height: 550px; }
    .sec-about .image-container .image {
      position: relative;
      left: -250px;
      width: auto;
      height: 100%; }
    .sec-about .image-container .title {
      top: 55px;
      left: 0; }
      .sec-about .image-container .title h1 {
        font-size: 60px !important;
        line-height: 64px !important;
        padding-left: 48px !important; }
        .sec-about .image-container .title h1:before {
          top: 10px !important;
          height: 94% !important; }

  .sec-instagrams {
    padding-top: 60px; }
    .sec-instagrams .title .common-title:before {
      top: 19px; }
    .sec-instagrams .img-list {
      position: relative;
      top: -25px;
      width: 453px;
      margin-bottom: 11px;
      zoom: 2; }
    .sec-instagrams .shadow {
      width: 453px; }

  .sec-flickrs {
    padding-top: 70px; }
    .sec-flickrs .title .common-title:before {
      top: 4px;
      height: 75px;
      border-bottom-width: 75px; }
    .sec-flickrs .img-list {
      width: 405px;
      zoom: 2;
      margin-bottom: 31px; }
    .sec-flickrs .shadow {
      width: 405px; }

  .sec-behance .project-styles {
    zoom: 1.2;
    margin-top: 50px; }
  .sec-behance .project-modules .main-text {
    zoom: 1.0000001; }
  .sec-behance .project-modules .text-center .spacer {
    height: 0 !important; }

  .sec-behance + .sec-preview {
    padding: 50px 0;
    margin: 0; }
    .sec-behance + .sec-preview .wide-img {
      bottom: 0; }

  .sec-preview {
    margin-top: 50px; }
    .sec-preview #disqus_thread {
      padding: 50px 0 0;
      width: 886px; }
    .sec-preview .contact-form {
      width: 80%;
      padding-bottom: 150px; }
      .sec-preview .contact-form .message {
        width: 93%;
        height: 250px;
        font-size: 40px; }
      .sec-preview .contact-form .details .shadow {
        width: 100%; }
      .sec-preview .contact-form .details .input {
        width: 72%;
        font-size: 35px; }
      .sec-preview .contact-form .details button {
        right: 3px;
        height: 77px; }
    .sec-preview .wide-img {
      width: 886px;
      padding-bottom: 150px !important; }
      .sec-preview .wide-img .img {
        width: 100%;
        background: #f3f3f3; }
      .sec-preview .wide-img .socials {
        left: 5px;
        bottom: 80px;
        width: 724px !important;
        height: 20px;
        overflow: visible; }
        .sec-preview .wide-img .socials .soc-facebook, .sec-preview .wide-img .socials .soc-twitter {
          position: absolute;
          top: 0; }
          .sec-preview .wide-img .socials .soc-facebook iframe, .sec-preview .wide-img .socials .soc-twitter iframe {
            -webkit-transform: scale(3);
            -moz-transform: scale(3);
            -ms-transform: scale(3);
            -o-transform: scale(3);
            transform: scale(3); }
          .sec-preview .wide-img .socials .soc-facebook.soc-facebook, .sec-preview .wide-img .socials .soc-twitter.soc-facebook {
            left: 80px; }
            .sec-preview .wide-img .socials .soc-facebook.soc-facebook div > span, .sec-preview .wide-img .socials .soc-twitter.soc-facebook div > span {
              display: block; }
            .sec-preview .wide-img .socials .soc-facebook.soc-facebook .many-fb-buttons, .sec-preview .wide-img .socials .soc-twitter.soc-facebook .many-fb-buttons {
              position: absolute;
              top: -20px;
              left: -100px;
              width: 270px;
              height: 60px;
              background: rgba(255, 255, 0, 0.5);
              overflow: hidden;
              line-height: 12px !important;
              padding: 0 !important;
              margin: 0 !important;
              opacity: 0; }
              .sec-preview .wide-img .socials .soc-facebook.soc-facebook .many-fb-buttons iframe, .sec-preview .wide-img .socials .soc-twitter.soc-facebook .many-fb-buttons iframe {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
          .sec-preview .wide-img .socials .soc-facebook.soc-twitter, .sec-preview .wide-img .socials .soc-twitter.soc-twitter {
            left: 450px; }
            .sec-preview .wide-img .socials .soc-facebook.soc-twitter .many-tw-buttons, .sec-preview .wide-img .socials .soc-twitter.soc-twitter .many-tw-buttons {
              position: absolute;
              top: -20px;
              left: -120px;
              width: 300px;
              height: 60px;
              background: rgba(255, 255, 0, 0.5);
              overflow: hidden;
              line-height: 12px !important;
              padding: 0 !important;
              margin: 0 !important;
              opacity: 0; }
              .sec-preview .wide-img .socials .soc-facebook.soc-twitter .many-tw-buttons iframe, .sec-preview .wide-img .socials .soc-twitter.soc-twitter .many-tw-buttons iframe {
                width: 60px !important;
                display: inline;
                padding: 0;
                margin: 0;
                overflow: hidden;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
      .sec-preview .wide-img .shadow {
        -moz-box-shadow: 0 -130px 50px rgba(0, 0, 0, 0.6) !important;
        -webkit-box-shadow: 0 -130px 50px rgba(0, 0, 0, 0.6) !important;
        box-shadow: 0 -130px 50px rgba(0, 0, 0, 0.6) !important; }
    .sec-preview .headings .moto {
      width: 80%; }
    .sec-preview .description {
      width: 886px;
      line-height: 53px;
      font-size: 45px !important; }
      .sec-preview .description iframe[src*='vimeo'], .sec-preview .description iframe[src*='youtube'] {
        width: 100% !important;
        height: 500px !important;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .sec-preview .description img {
        width: 100%; }
      .sec-preview .description .wide-img {
        width: 100%; }
      .sec-preview .description .image-type img {
        width: 100%; }
      .sec-preview .description .embed-type iframe {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }

  .more-link {
    font-size: 40px !important; }
    .more-link:after {
      font-size: 60px !important; }

  .common-title {
    font-size: 60px;
    padding: 0 30px;
    line-height: 65px; }
    .common-title:before {
      top: 0;
      height: 120%; }

  .separator {
    width: 80%; } }
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  /* iPhone 4: landscape */ }
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  /* iPhone 4: portrait */ }
@media only screen and (min-width: 560px) and (max-device-width: 1136px) and (orientation: landscape) {
  /* iPhone 5 CSS */ }
@media only screen and (min-width: 560px) and (max-device-width: 1136px) and (orientation: portrait) {
  /* iPhone 5 CSS */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .long, .longer {
    width: 100%;
    overflow: hidden; }

  .short {
    width: 95%; }

  .sec-stories .st-list .item .container .more figure {
    top: 3px; }

  .sec-projects {
    zoom: 0.94;
    overflow: hidden; }
    .sec-projects .projects-list {
      width: 110%; }
      .sec-projects .projects-list .pr-item:first-child .pr-link .pr-thumb {
        width: 410px;
        height: 321px; }
      .sec-projects .projects-list .more-item {
        top: 167px !important;
        left: 842px;
        right: auto; }

  .sec-preview #disqus_thread {
    width: 500px; }
  .sec-preview .wide-img {
    width: 500px; }
    .sec-preview .wide-img .img {
      width: 100%;
      background: #f3f3f3; }
    .sec-preview .wide-img .socials {
      left: 0;
      bottom: 18px;
      width: 100%;
      height: 35px; }
      .sec-preview .wide-img .socials .soc-facebook, .sec-preview .wide-img .socials .soc-twitter {
        position: absolute;
        top: 0; }
        .sec-preview .wide-img .socials .soc-facebook.soc-facebook, .sec-preview .wide-img .socials .soc-twitter.soc-facebook {
          left: 11px; }
          .sec-preview .wide-img .socials .soc-facebook.soc-facebook div > span, .sec-preview .wide-img .socials .soc-twitter.soc-facebook div > span {
            display: block; }
        .sec-preview .wide-img .socials .soc-facebook.soc-twitter, .sec-preview .wide-img .socials .soc-twitter.soc-twitter {
          left: 200px; }
        .sec-preview .wide-img .socials .soc-facebook iframe, .sec-preview .wide-img .socials .soc-twitter iframe {
          -webkit-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25); }
    .sec-preview .wide-img .shadow {
      -moz-box-shadow: 0 -130px 50px rgba(0, 0, 0, 0.6) !important;
      -webkit-box-shadow: 0 -130px 50px rgba(0, 0, 0, 0.6) !important;
      box-shadow: 0 -130px 50px rgba(0, 0, 0, 0.6) !important; }
  .sec-preview .description .wide-img .socials.soc-twitter {
    top: -20px !important; }

  .sec-about .brands .description .social .soc-facebook {
    margin-right: 120px;
    margin-left: 12px; }
  .sec-about .brands .description .social .soc-facebook, .sec-about .brands .description .social .soc-twitter {
    margin-top: 5px; }
    .sec-about .brands .description .social .soc-facebook iframe, .sec-about .brands .description .social .soc-twitter iframe {
      -webkit-transform: scale(1.25);
      -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
      -o-transform: scale(1.25);
      transform: scale(1.25); }
  .sec-about .image-container .quote {
    width: 450px; } }
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */ }

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