/* Mixin */
/*
*
* Html
*
* <li class="summary">
* <a href="/" class="summary__profile">Mathie Macabre
*   <img src="/" class="avatar"/>
* </a>
* Content...
*
*/
/* Beginning of actual content */
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900");
* {
  box-sizing: border-box; }

.wrap {
  width: 100%;
  max-width: 800px;
  margin: 50px auto; }

.clean-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.core-summary {
  position: relative;
  display: block;
  min-height: 70px;
  padding: 15px 15px 15px 50px; }
  .core-summary__heading {
    display: block;
    margin: 0; }
    .core-summary__heading .avatar {
      position: absolute;
      left: 0px;
      top: 15px;
      width: 40px;
      height: 40px; }

/*!
 *  Font Awesome 4.0.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    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://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571428572em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-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); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

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

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

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

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

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

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

.fa-star-o:before {
  content: "\f006"; }

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

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

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

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

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

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

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

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

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

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

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

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

.fa-clock-o:before {
  content: "\f017"; }

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

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

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

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

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

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

.fa-video-camera:before {
  content: "\f03d"; }

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

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

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

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

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

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

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

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

.fa-exclamation-circle:before {
  content: "\f06a"; }

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

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

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

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

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

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

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

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

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

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

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

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

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

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

.fa-sign-in:before {
  content: "\f090"; }

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

.fa-github-square:before {
  content: "\f092"; }

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

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

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

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

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

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

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

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

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

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

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

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

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

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

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

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

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

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

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

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

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

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

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

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

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

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

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

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

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

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

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

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

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

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

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

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-o:before {
  content: "\f10c"; }

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

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

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

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

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

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-expand-o:before {
  content: "\f116"; }

.fa-collapse-o:before {
  content: "\f117"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-o:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-horizontal:before {
  content: "\f141"; }

.fa-ellipsis-vertical:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-wnfdi6");
  src: url("../fonts/icomoon.eot?#iefix-wnfdi6") format("embedded-opentype"), url("../fonts/icomoon.woff?-wnfdi6") format("woff"), url("../fonts/icomoon.ttf?-wnfdi6") format("truetype"), url("../fonts/icomoon.svg?-wnfdi6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ico-"], [class*=" ico-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-link:before {
  content: "\e607"; }

.ico-tag:before {
  content: "\e600"; }

.ico-search:before {
  content: "\e601"; }

.ico-menu-dots:before {
  content: "\e602"; }

.ico-list:before {
  content: "\e603"; }

.ico-list-alt:before {
  content: "\e604"; }

.ico-controller:before {
  content: "\e605"; }

.ico-controller-line:before {
  content: "\e606"; }

/* 404 */
.four0four {
  text-align: center;
  padding: 100px 0px 80px 0px; }

/* Portfolio
.portfolio .row .span8 {
	position:relative;
}
.portfolio .row .span8 img{
	width:100%;
}
.portfolio .row .span8 .plove{
	position:absolute;
	top:15px;
	right:15px;
	padding:5px 10px 5px 10px;
	z-index:999;
}
.portfolio .row .span8 .plove a{
	color:#666;
	font-weight: normal;
}
.portfolio .pinfo{
	margin-bottom:20px;
	color:#000;
	font-weight:bold;
}
.portfolio .pinfo p{
	margin-bottom:10px;
}
.portfolio .psummary{
	margin-bottom:20px;
}
.portfolio .pview{
	margin-top:20px;
	margin-bottom:30px;
}
.portfolio .pview .button-medium{
	float:left;
}
.portfolio .pview .social-share{
	float: right;
	 height: 20px;
	width:50%;
	padding: 15px;
}
.portfolio .pview .social-share a{
	float:right;
}
.similar-projects h2{
	width:100%;
	border-bottom:8px solid #dddddd;
	font-size:20px;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
	padding-bottom: 5px;
}
 .portfolio-block h3{
	margin-bottom:10px !important;
	line-height:30px !important;
 }
.similar-projects ul, .portfolio-block{
	padding:0px;
	margin:0px;
	height:100%;
}
.portfolio-block .portfolio-block{
	margin-left:0px !important;
}
.similar-projects ul li, .portfolio-block .iso .isotope-item {
	position:relative;
	padding:0px;
	margin:0px 4px 10px 6px;
	list-style:none;
	display:inline;
	width:281px;
}
.similar-projects ul li:last-child {
	margin-right:0px;
}
.similar-projects ul li .ptitle, .iso .isotope-item .ptitle{
	width:60%;
	margin:15px 0px 15px 20px;
	float:left;
}
.similar-projects ul li h4, .iso li h4{
	font-size:16px;
	line-height:25px;
	margin:0px 0px 5px 0px;
	text-transform:none;
}

.portfolio-block li h4 a{
	font-weight:bold;
}
.similar-projects ul li .ptitle span, .iso div .ptitle span{
	font-size:12px;
	color:#999999;
}
.similar-projects .plove, .portfolio-block .plove{
	float:right;
	width:23%;
	margin-top: 32px;
}
.similar-projects .plove a, .portfolio-block .plove a{
	color:#666;
	font-weight: normal;
}


/* Horizontal */
.newsbv {
  margin: 0;
  padding: 0;
  min-width: auto;
  min-height: auto; }

.newsbv-item-first {
  width: 100%; }

.newsbv-item-first .newsb-title {
  margin-top: 15px !important; }

.newsbv li:nth-child(2) {
  border-top: 1px solid #ddd !important; }

.newsbv-item {
  padding: 27px !important;
  margin-left: 0px;
  margin-right: 0px;
  background: #eee;
  border: 1px solid #ddd;
  float: left;
  list-style: none;
  border-top: 1px solid #fff !important;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.newsbv-item:hover {
  background: #fff;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.newsbv-item img {
  height: 75px;
  width: 75px;
  float: left;
  margin-right: 10px; }

.newsbv .newsb-title {
  margin-top: 0px; }

.span7 .newsbv-item, .span8 .newsbv-item, .span9 .newsbv-item, .span10 .newsbv-item, .span11 .newsbv-item, .span12 .newsbv-item {
  float: right;
  width: 56%;
  margin-left: 0px;
  padding: 17px !important; }

.span7 .newsbv li:nth-child(2), .span8 .newsbv li:nth-child(2), .span9 .newsbv li:nth-child(2), .span10 .newsbv li:nth-child(2), .span11 .newsbv li:nth-child(2), .span12 .newsbv li:nth-child(2) {
  /* margin-top: -20px; */ }

.span7 .newsbv li:first-child, .span8 .newsbv li:first-child, .span9 .newsbv li:first-child, .span10 .newsbv li:first-child, .span11 .newsbv li:first-child, .span12 .newsbv li:first-child {
  float: left;
  width: 34%;
  padding: 0px !important; }

.span5 .newsbv li:first-child, .span6 .newsbv li:first-child {
  margin-left: 0; }

.newsbv li:first-child img {
  min-width: 100%; }

.span7 .newsbv li:last-child, .span8 .newsbv li:last-child, .span9 .newsbv li:last-child, .span10 .newsbv li:last-child, .span11 .newsbv li:last-child, .span12 .newsbv li:last-child {
  margin-bottom: -20px; }

.span1 .newsbv-item, .span2 .newsbv-item, .span3 .newsbv-item, .span4 .newsbv-item {
  margin-top: 0px !important;
  padding: 9% !important;
  float: left;
  width: 81%;
  margin-left: 0px; }

.span1 .newsbv li:first-child, .span2 .newsbv li:first-child, .span3 .newsbv li:first-child, .span4 .newsbv li:first-child {
  width: 100%;
  margin-left: 0px; }

/* portfolio block */
.splitter {
  position: absolute;
  top: 16px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  float: right; }

.splitter li {
  display: inline-block;
  float: left;
  margin-right: 3px; }

.splitter li:last-child {
  margin-right: 0px; }

.portfolio-block {
  position: relative; }

.pimage {
  overflow: hidden;
  position: relative; }

.pimage img {
  width: 100%; }

.pbg, .pdisplay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.pbg:hover, .pimage:hover > .pbg {
  opacity: 0.6;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.pimage:hover > .pdisplay, .pbg:hover > .pdisplay {
  opacity: 1;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.pdisplay a {
  display: block;
  position: absolute;
  top: 45%;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  background-color: #333;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.pdisplay a:hover {
  opacity: 0.85; }

.pdisplay a.minfo {
  left: 20%; }

.pdisplay a.vimage {
  right: 20%; }

/* Blog */
.blog-post {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

.blog-image {
  position: relative; }

.blog-image img {
  width: 100%; }

.blog-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff; }

.blog-date-noimg {
  background: #fff;
  float: left;
  margin: 28px 20px 15px 25px; }

.blog-date a, .blog-date span, .blog-date-noimg a, .blog-date-noimg span {
  padding: 5px 5px 5px 5px;
  display: block;
  text-align: center; }

.blog-date span.date, .blog-date-noimg span.date {
  padding: 15px;
  font-size: 16px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s;
  font-weight: bold;
  color: #fff; }

.blog-date-noimg .plove {
  border: 1px solid #eee; }

.blog-date a, .blog-date span {
  padding: 5px 5px 5px 5px;
  display: block;
  text-align: center; }

.blog-date span.date {
  padding: 15px;
  font-size: 16px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s;
  font-weight: bold;
  color: #fff; }

.blog-ind .blog-content {
  padding-bottom: 25px; }

.blog-content {
  padding: 20px 20px 15px 20px;
  line-height: 21px; }

.blog-content-no-img {
  min-height: 125px; }

.blog-content h2 {
  margin-top: -5px;
  line-height: 30px;
  margin-bottom: 15px; }

.blog-content ul {
  margin: 25px 0px 25px 25px; }

.blog-ind .blog-post h2 {
  padding: 5px 0px 1px 20px; }

.blog-ind .blog-post-noimg h2 {
  padding-left: 0px;
  float: left; }

.blog-post-noimg .blog-info {
  float: left;
  width: 80%; }

.blog-ind .blog-info {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.blog-info {
  padding: 10px 10px 10px 20px;
  border-top-width: 1px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-color: #ddd; }

.post-pinfo {
  float: left;
  margin-top: 14px;
  width: 75%; }

.blog-ind .post-pinfo {
  margin: 5px 0px 5px 0px; }

.blog-info .button-small {
  float: right; }

.blog-rating {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  right: 10px;
  position: absolute;
  top: 10px; }

.blog-rating .overall-score {
  margin: 0;
  padding: 0px 7px 3px 7px; }

.blog-rating .overall-score .rating {
  font-size: 15px;
  text-shadow: none; }

.navigation {
  width: 100%;
  min-height: 5px; }

.navigation a {
  float: left;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  border-left-width: 0;
  color: #fff; }

#cancel-comment-reply {
  margin-bottom: 10px; }

#searchform input {
  width: 79% !important;
  color: #333 !important;
  cursor: text !important;
  padding: 15px 15px 15px 45px;
  background-image: url("../img/search-widget.png");
  background-position: center left;
  background-repeat: no-repeat;
  margin-top: 17px; }

#searchsubmit {
  display: none; }

footer #searchform input {
  width: 77% !important;
  margin-top: 17px; }

#searchform h3 {
  display: none; }

.account {
  float: right;
  display: block;
  margin: 23px 20px 0px 0px; }

/* Gallery page */
.isotopeMenu {
  float: right; }

.isotopeMenu > li {
  margin: 0px !important; }

.isotopeMenu > li > a {
  padding: 10px 20px 10px 20px !important;
  font-weight: normal;
  display: block;
  font-size: 12px;
  text-transform: capitalize !important; }

.isotope_top_space {
  clear: both; }

#sk_igallery_lightbox {
  z-index: 999999999 !important; }

/* Project page */
.p_main_info, .p_info_wrapper, .w_container {
  box-shadow: 0px 1px 5px #666666;
  background: #fff;
  margin-bottom: 30px; }

.p_info_wrapper {
  background: #1f282d;
  border-radius: 5px 5px 0px 0px;
  color: #999; }

.pmi_title, .pmi_main, .pmi_share {
  padding: 30px; }

.pmi_blurb {
  padding: 0px 40px 30px 40px;
  background: #1f282d;
  color: #999;
  text-align: center; }

.pmi_blurb a {
  font-weight: bold;
  margin-right: 5px;
  text-decoration: underline; }

.pmi_blurb p {
  margin-bottom: 15px; }

.pmi_title {
  padding: 15px 30px 15px 30px; }

.pmi_title h1 {
  font-size: 20px;
  margin: 0px; }

.pmi_title h1 span {
  font-size: 16px; }

.p_main_info {
  border-radius: 5px 5px 0px 0px; }

.pmi_main h2 {
  font-size: 24px;
  color: #fff;
  margin: 0px;
  font-style: italic; }

.pmi_main h2 a {
  color: #333; }

.pmi_share {
  background: #1f282d;
  padding-bottom: 20px;
  position: relative; }

.pmi_share h2 {
  text-align: center;
  font-size: 30px; }

.tri-img {
  position: absolute;
  top: 0px;
  right: 60px;
  width: 0;
  height: 0;
  /* text-indent: -9999px; */
  border-top-width: 20px;
  border-top-style: solid;
  border-right: 24px solid transparent; }

.p_category, .p_category:hover {
  float: left;
  display: block;
  padding: 10px;
  color: #ffffff;
  left: 20px;
  color: white;
  position: relative; }

.p_info_wrapper h3 {
  font-size: 28px; }

.p_info_wrapper h3:first-child {
  margin-top: 0px; }

.campaign-info .pi-block {
  border-bottom: 1px solid #33393d;
  padding: 20px; }

.w_container, .campaign_page .tab-content {
  padding: 25px; }

.p_author img {
  width: 70px;
  float: left;
  margin: 0px 10px 5px 0px; }

.p_top_supporters .author-info img {
  width: 70px; }

.sup-wrap {
  float: left;
  width: 100%; }

.sup-wrap * {
  float: left; }

.author-info .sup-wrap img {
  margin-right: 8px; }

.sup-name {
  font-weight: bold;
  color: #ccc; }

.sup-reach {
  color: #666; }

.author-info img {
  margin: 4px 0px 4px 0px; }

.author-info img:first-child {
  margin-left: 0px !important; }

.author-info img {
  margin-left: 2px;
  margin-right: 3px; }

.widget h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.pi-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 5px; }

.pi-circle {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-top: 20px;
  position: relative; }

.pi-circle .fa {
  left: 32px;
  font-size: 35px;
  top: 33px;
  position: absolute; }

.pi-circle .fa.fa-clock-o {
  left: 35px; }

.pi-info {
  width: 65%;
  float: left;
  padding: 10px 0px 15px 0px; }

.pi-type, .pi-info h3, .pi-total {
  margin-left: 20px; }

.pi-type {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #afafaf; }

.funding-info {
  padding: 20px; }

.pi-info h3 {
  font-size: 32px;
  font-weight: bold; }

.pi-total {
  font-size: 13px;
  font-weight: normal;
  padding-right: 20px; }

.author-info h4 {
  margin-left: 0px;
  margin-top: 0px; }

.author-info > a {
  padding-bottom: 10px;
  display: block;
  font-weight: bold; }

.author-info p a {
  font-size: 18px;
  margin-right: 5px; }

.author-info p {
  margin: 0px; }

.project_page .widget {
  padding: 20px; }

/* My account */
.cmp-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 0px 0px;
  background: white; }

#loadingimage {
  width: 22px;
  height: 26px;
  background-image: url(../img/loadinfo.net.gif);
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  z-index: 999;
  top: 19px;
  right: 2px; }

.my-campaigns-page {
  min-height: 300px; }

.my-campaigns-page .span4 {
  margin-left: 1.6%;
  margin-right: 1.6%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 600px; }

.my-campaigns-page .tab-content {
  overflow: inherit; }

.no-item {
  padding: 10px;
  color: #999;
  font-style: italic;
  margin-top: 25px; }

.start-mc {
  position: aboslute;
  right: 10px;
  top: 10px; }

.ccounter {
  float: left;
  display: block;
  padding: 0px 4px 0px 3px;
  margin-top: -1px;
  margin-left: -5px;
  margin-right: 5px;
  border-radius: 20px;
  font-size: 10px;
  background: white;
  font-weight: bold; }

/* Default wp */
blockquote {
  display: block;
  margin: 25px 0px 25px 0px;
  border-left: 1px solid #CCC;
  color: #AEAEAE;
  padding: 10px 0px 10px 25px;
  font-style: italic;
  font-size: 20px;
  line-height: 30px; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 10px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px; }

a img.alignnone {
  margin: 5px 20px 10px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px; }

.gallery-item a img {
  border-width: 3px;
  border-style: solid; }

.gallery-item a img:hover {
  border-width: 3px;
  border-style: solid; }

.isotopeMenu li a {
  margin-right: 3px; }

#ascrail2000 {
  z-index: 100000000 !important; }

body.customize-support .navbar-fixed-top {
  top: 28px; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  margin-bottom: 10px; }

.games-grid {
  display: block;
  padding: 0;
  margin: 0 -10px;
  *zoom: 1; }
  .games-grid > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .games-grid:before, .games-grid:after {
    content: " ";
    display: table; }
  .games-grid:after {
    clear: both; }
  .games-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 10px; }
  .games-grid > li {
    width: 100%;
    padding: 0 10px 10px;
    list-style: none; }
    .games-grid > li:nth-of-type(n) {
      clear: none; }
    .games-grid > li:nth-of-type(1n+1) {
      clear: both; }
  @media all and (min-width: 467px) {
    .games-grid {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .games-grid:before, .games-grid:after {
        content: " ";
        display: table; }
      .games-grid:after {
        clear: both; }
      .games-grid > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .games-grid > li {
        width: 50%;
        padding: 0 10px 10px;
        list-style: none; }
        .games-grid > li:nth-of-type(n) {
          clear: none; }
        .games-grid > li:nth-of-type(2n+1) {
          clear: both; } }
  @media all and (min-width: 1200px) {
    .games-grid {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .games-grid:before, .games-grid:after {
        content: " ";
        display: table; }
      .games-grid:after {
        clear: both; }
      .games-grid > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .games-grid > li {
        width: 33.33333%;
        padding: 0 10px 10px;
        list-style: none; }
        .games-grid > li:nth-of-type(n) {
          clear: none; }
        .games-grid > li:nth-of-type(3n+1) {
          clear: both; } }

.feature-grid {
  display: block;
  padding: 0;
  margin: 0 -10px;
  *zoom: 1; }
  .feature-grid > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .feature-grid:before, .feature-grid:after {
    content: " ";
    display: table; }
  .feature-grid:after {
    clear: both; }
  .feature-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 10px; }
  .feature-grid > li {
    width: 100%;
    padding: 0 10px 10px;
    list-style: none; }
    .feature-grid > li:nth-of-type(n) {
      clear: none; }
    .feature-grid > li:nth-of-type(1n+1) {
      clear: both; }
  @media all and (min-width: 467px) {
    .feature-grid {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .feature-grid:before, .feature-grid:after {
        content: " ";
        display: table; }
      .feature-grid:after {
        clear: both; }
      .feature-grid > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .feature-grid > li {
        width: 50%;
        padding: 0 10px 10px;
        list-style: none; }
        .feature-grid > li:nth-of-type(n) {
          clear: none; }
        .feature-grid > li:nth-of-type(2n+1) {
          clear: both; } }
  @media all and (min-width: 1200px) {
    .feature-grid {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .feature-grid:before, .feature-grid:after {
        content: " ";
        display: table; }
      .feature-grid:after {
        clear: both; }
      .feature-grid > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .feature-grid > li {
        width: 25%;
        padding: 0 10px 10px;
        list-style: none; }
        .feature-grid > li:nth-of-type(n) {
          clear: none; }
        .feature-grid > li:nth-of-type(4n+1) {
          clear: both; } }

@media (max-width: 767px) {
  .container {
    width: auto;
    padding-left: 0;
    padding-right: 0; } }
.clear, .pricetable-clear, .block-clear_block {
  clear: both; }

html, body {
  font-family: "Lato", "helvetica neue", "open sans", sans-serif;
  min-height: 100%;
  position: relative; }

html {
  height: 100% !important; }

html.fullwidth, .fullwidth body {
  width: 100% !important;
  height: 100% !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "helvetica neue", "open sans", sans-serif; }

#main_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

#mainwrap {
  color: #666;
  position: relative;
  padding-top: 20px;
  z-index: 2222; }

#wpadminbar {
  z-index: 99999999; }

.boxed {
  padding-left: 0px;
  padding-right: 0px; }

.boxed .social-top {
  display: none; }

a {
  text-decoration: none;
  cursor: pointer;
  font-weight: normal; }

a {
  outline: none !important;
  color: #2f9bff; }
  a:hover {
    color: #0082fb;
    text-decoration: underline; }

.wallnav i:hover {
  text-decoration: none;
  cursor: pointer; }

iframe {
  border: 0px !important;
  max-width: 100% !important; }

.title {
  margin: 10px 0 10px;
  position: relative;
  height: 20px;
  z-index: 1;
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 0px 0px; }

.title h4, .title h3 {
  margin: 0px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px; }

.span8 iframe {
  min-width: 100% !important; }

.comment .wcontainer {
  padding: 20px 20px 20px 20px;
  background: white;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1); }

.wcontainer {
  padding: 20px 0px 20px 0px; }

.wcontainer p:last-child {
  margin-bottom: 0px; }

.tab-body.wcontainer, .tabs-left .tab-content, .tabs-right .tab-content, .block_tabs .tab, .block-text_block .wcontainer {
  padding: 20px 20px 20px 20px;
  background: #ffffff; }

span {
  font-size: 14px; }

.centered {
  text-align: center; }

.huge {
  font-size: 110px;
  padding-bottom: 30px;
  color: rgba(153, 153, 153, 0.8);
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def; }

body .normal-page, body .portfolio, body .blog {
  z-index: 100000;
  position: relative;
  padding-top: 30px; }

html.fullwidth body .normal-page, html.fullwidth body .portfolio, html.fullwidth body .blog {
  border-width: 0px 0px 10px 0px; }

html body .sliderhome {
  width: auto; }

#sliderhome {
  margin: 0px;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s;
  width: 100%;
  height: 100%; }

#sliderhome.container {
  margin: 0px auto;
  width: 1210px;
  padding: 0;
  height: 600px; }

#sliderhome .ls-container {
  /*position: fixed; */
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.sliderhome #pg-0 {
  display: none; }

#ascrail2000-hr {
  display: none !important; }

.nicescroll-rails {
  z-index: 9999 !important; }

.logo {
  text-align: center;
  float: left;
  padding: 0px 0px 0px 20px;
  position: relative;
  z-index: 999; }

.logo img {
  height: 48px; }

.fb-like-box {
  background: #fff; }

/* Full width page */
.all-projects.blog.container {
  padding-top: 20px;
  min-height: 500px; }

.all-projects #loading-animation {
  text-align: center;
  background: none;
  width: 100%;
  margin-left: 0px; }

.full-cat-selector {
  text-align: center;
  margin-bottom: 25px;
  float: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  font-size: 13px;
  color: #999; }

.full-cat-selector select {
  padding: 10px !important;
  border: 0px !important;
  border: none !important;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  height: auto;
  margin-left: 10px;
  margin-top: 5px; }

.full-cat-selector select, .full-cat-selector select:active, .full-cat-selector select:hover, .full-cat-selector select:focus {
  border: 0px !important;
  border: none !important;
  outline: none !important;
  outline: 0 !important; }

#full-cat-content .span4 {
  margin-bottom: 30px;
  float: left; }

.isocatblck .span4 {
  margin-left: 15px !important;
  margin-right: 15px;
  float: none;
  margin-bottom: 30px; }

.isocatblck .span4 {
  margin-top: 15px;
  margin-bottom: 15px; }

#cropme {
  float: left;
  padding-right: 10px; }

#cancelme0 {
  float: left; }

.page-template-tmp-my-account-php {
  min-height: 100%; }

.paper {
  background-color: #FFF;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dee1e5; }
  .paper p {
    font-family: "Lato", "helvetica neue", "open sans", sans-serif;
    color: #444;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.62; }
  .paper.raw-paper {
    padding: 0; }
  .paper .paper-row {
    display: block;
    border-bottom: 1px solid #dee1e5;
    clear: both;
    padding: 15px; }
    .paper .paper-row:last-of-type {
      border-bottom: 0; }
    .paper .paper-row.paper-dim {
      background-color: #f9fafa; }

.centered-links {
  text-align: center;
  padding: 20px 15px; }
  .centered-links > * {
    padding: 0 5px; }
  .centered-links > a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased; }

.small-heading {
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase; }

.dim-content {
  font-size: 13px;
  color: #98A8B9;
  padding-top: 20px;
  text-align: center; }

/* Header */
.logged-in .navbar-inverse.boxed {
  top: 0px;
  margin-bottom: 0px; }

.navbar-inverse.boxed {
  position: relative; }

.navbar-inverse {
  position: relative;
  top: 0px;
  width: 100%;
  border: 0;
  height: 70px; }

.navbar-inverse .navbar-inner {
  text-align: left;
  margin-top: -10px; }

.navbar-inverse img, .navbar-inverse .logo a {
  padding-bottom: 6px;
  opacity: 1 !important; }

.nav-collapse {
  /* float:right; */
  margin-top: 25px; }

.logged-in .spacing {
  height: 70px; }

.spacing {
  height: 70px; }

.boxed.spacing {
  height: 0px; }

.social-top {
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 1px;
  left: auto;
  font-size: 76px;
  overflow: hidden;
  float: right;
  word-spacing: 0px;
  white-space: nowrap;
  letter-spacing: 0px;
  opacity: 1; }

.social-top a {
  border-style: solid;
  border-left-width: 1px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  height: 85px;
  width: 1em;
  z-index: 99;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  word-spacing: 0px;
  white-space: nowrap;
  letter-spacing: 0px;
  float: left;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.social-top a:hover span {
  background-position: 0px -32px;
  -webkit-transition-duration: 0.3s,0.3s,0.1s,0.3s;
  -moz-transition-duration: 0.3s,0.3s,0.1s,0.3s;
  -o-transition-duration: 0.3s,0.3s,0.1s,0.3s;
  transition-duration: 0.3s,0.3s,0.1s,0.3s; }

.social-top a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.3s,0.3s,0.1s,0.3s;
  -moz-transition-duration: 0.3s,0.3s,0.1s,0.3s;
  -o-transition-duration: 0.3s,0.3s,0.1s,0.3s;
  transition-duration: 0.3s,0.3s,0.1s,0.3s; }

.social-top a span {
  display: block;
  position: absolute;
  top: -11px;
  left: -16px;
  margin: 50%;
  -index: 99;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999em;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: 100% 200%;
  -moz-background-size: 100% 200%;
  -o-background-size: 100% 200%;
  background-size: 100% 200%; }

.social-top a:hover {
  background-position: 0px -24px !important; }

.social-top a.twitter span {
  background-image: url(../img/icons/top/twitter.png); }

.social-top a.facebook span {
  background-image: url(../img/icons/top/facebook.png); }

.social-top a.rss span {
  background-image: url(../img/icons/top/rss.png); }

.social-top a.dribbble span {
  background-image: url(../img/icons/top/dribbble.png); }

.social-top a.vimeo span {
  background-image: url(../img/icons/top/vimeo.png); }

.social-top a.linked-in span {
  background-image: url(../img/icons/top/linked-in.png); }

.social-top a.google-plus span {
  background-image: url(../img/icons/top/google.png); }

/*header resize*/
body .conres {
  height: 60px !important;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */ }

.slires {
  margin-top: -45px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.social-top a .seres1 {
  top: -22px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.social-top .seres {
  height: 60px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.logo .logores {
  height: 35px !important;
  margin-top: -5px !important;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.new_navbar .dropdown-menu {
  padding-top: 12px; }

.new_navbar .header_buttons {
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.new_navbar .user-menu {
  padding: 18px 0px 0px 0px !important; }

.new_navbar .sub-menu.dropdown-menu.nav {
  padding-top: 18px !important; }

/* menu */
.menu {
  display: none; }

.sub-menu.dropdown-menu {
  display: none;
  margin-top: 0px; }

.sub-menu {
  display: none; }

.navbar {
  margin-bottom: 0; }

.navbar .nav li:hover {
  background: transparent; }

.navbar-inverse .nav > li > a, .header_buttons a {
  padding: 0px 12px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
  overflow: hidden; }

.navbar-inverse .nav.dropdown-menu > li > a {
  padding: 0 1.5em;
  line-height: normal;
  display: block;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
  border: none !important;
  font-size: 11px;
  color: #e3e3e3;
  font-weight: normal;
  text-transform: none;
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.navbar-inverse .nav > li > a:hover, .header_buttons a:hover {
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.navbar-inner {
  -webkit-transition: linear .3s;
  -moz-transition: linear .3s;
  -ms-transition: linear .3s;
  -o-transition: linear .3s;
  transition: linear .3s; }

.sub-menu.dropdown-menu.nav {
  padding-top: 27px; }

.header_buttons {
  float: right;
  width: auto;
  margin-top: 0px;
  margin-right: 60px;
  padding: 10px;
  height: 20px;
  position: relative; }

.header_buttons a {
  float: left; }

.header_buttons img {
  width: 30px;
  float: left;
  position: relative;
  top: -5px;
  margin-left: 5px;
  right: -5px; }

.login-top:hover .navbar .user-menu, .navbar .user-menu:hover {
  display: block; }

.navbar .user-menu {
  display: none; }

.user-menu {
  position: absolute;
  top: 26px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 28px 0px 0px 0px !important;
  display: none; }

.user-menu li a {
  padding: 10px 20px 15px 20px;
  display: block;
  font-weight: normal !important;
  text-transform: none !important; }

.user-menu.active {
  display: block; }

.menu .nav.children {
  display: none;
  float: left;
  left: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  min-width: 160px;
  position: absolute;
  top: 100%;
  z-index: 30000; }

.menu .nav.children li {
  border-bottom-color: #323232;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0;
  min-width: 160px;
  color: #262626; }

.menu .nav.children li > a {
  margin: 0; }

/* search form */
#header-searchform input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../img/search.png");
  background-origin: padding-box;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 8px;
  padding-left: 34px;
  padding-right: 0;
  padding-top: 8px;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  width: 0px;
  -webkit-transition: width linear .1s;
  -moz-transition: width linear .1s;
  -ms-transition: width linear .1s;
  -o-transition: width linear .1s;
  transition: width linear .1s; }

#header-searchform #header-searchsubmit {
  display: none; }

#header-searchform input:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ff5b5b !important;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  color: #fff;
  cursor: text;
  margin-left: 15px;
  font-size: 12px;
  padding-bottom: 8px;
  padding-left: 34px;
  padding-right: 0;
  padding-top: 8px;
  width: 150px;
  -webkit-transition: width linear .1s;
  -moz-transition: width linear .1s;
  -ms-transition: width linear .1s;
  -o-transition: width linear .1s;
  transition: width linear .1s; }

#header-searchform {
  float: right;
  margin-bottom: 0;
  margin-right: 0px;
  margin-top: 0px;
  border-radius: 150px;
  width: auto; }

::i-block-chrome, #header-searchform {
  max-width: 36px; }

::i-block-chrome, #header-searchform.saf {
  max-width: 150px; }

/* Footer */
footer {
  width: 100%;
  /*   padding:20px 0px 0px 0px;
   */
  z-index: 99999 !important; }

/* footer .span12{
  margin-left:0px;
  width:100%;
}
html.fullwidth footer{
  margin-bottom:0px;
  margin-top:0px;
  padding-top:10px;
}
footer .logo_footer{
  text-align:center;
  margin-top:50px;
}
footer .copyright{
  width:100%;
  padding:10px 0px 10px 0px;
  margin:20px 0px 0px 0px;
}
footer .copyright p{
  margin:3px 0px 0px 15px;
  float:left;
  color:#7C7C7C;
}
footer .copyright a{
  font-weight:normal;
}
footer .copyright .social{
  float:right;
  margin-right:15px;
}
footer .copyright .social a{
  display: block;
  float: right;
  height: 24px;
  width: 30px;
  margin-left: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: top left;
  color: #666;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
footer .copyright .social a:hover{
}
.last{
  margin-right:0px !important;
  margin-left:0px;
}
footer .span3{
  margin-right:1%;
  margin-left:0px;
  padding:0px 1% 1% 1%;
  background:rgba(255,255,255,0.05);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.3);
}
footer .span3 form{
  margin:0;
}
footer h3{
  font-size:16px;
  color:#ccc;
  border-bottom: 2px solid rgba(255,255,255,0.10);
  margin-top: 0;
}
footer ul, .widget ul{
  margin: 0px;
  padding: 0px;
}
.footer_widget span, .widget span{
  display:block;
  font-size:12px;
}
.block .widget:last-child{
  margin-bottom: 0px;
}
footer ul li, .widget ul li {
  list-style: none;
  padding: 10px 10px 10px 0px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
footer ul li:first-child, .widget ul li:first-child{
  border-top: 0px;
}
footer ul li a{
  font-weight:normal;
  color:#999;
}
footer a {
  color:#929292;
} */
@media (min-width: 767px) {
  body {
    padding-bottom: 328px; } }
/* Ny footer*/
.footer * {
  box-sizing: border-box; }

.footer {
  width: 100%;
  display: block;
  clear: both;
  min-height: 100px;
  background-color: #fff;
  padding: 40px 0 10px;
  color: #666;
  font-size: 13px; }
  @media (min-width: 767px) {
    .footer {
      position: absolute;
      bottom: 0; } }
  .footer .footer-logo {
    height: 40px; }
  .footer .essay {
    max-width: 200px; }
  .footer .footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    .footer .footer-nav li a {
      padding: 0;
      display: block;
      color: #666;
      font-size: inherit; }
  .footer h4 {
    font-size: inherit;
    color: #333;
    margin: 0;
    margin-bottom: 20px; }
  .footer .footer-subrow {
    padding-top: 10px;
    padding-bottom: 10px; }

.footer-icon {
  font-size: 30px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3); }
  .footer-icon:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none; }

.epocu-label {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #555;
  color: #000;
  float: right;
  opacity: 0.5; }

.newsletter-signup form {
  position: relative;
  margin-bottom: 20px; }
.newsletter-signup input.email {
  display: block;
  width: 100%;
  height: 34px;
  padding-right: 126px;
  padding-left: 15px;
  border-radius: 0;
  box-shadow: 0 0;
  background-color: #f2f2f2;
  color: #aaa;
  border: 0; }
  .newsletter-signup input.email:focus {
    outline: 0;
    box-shadow: 0 0;
    border-color: inherit;
    color: #333; }
  .newsletter-signup input.email:focus:valid:focus {
    border-color: #2f9bff; }
    .newsletter-signup input.email:focus:valid:focus ~ input.button {
      background-color: #2f9bff; }
  .newsletter-signup input.email:focus:invalid:focus {
    outline: 0;
    border-color: inherit;
    box-shadow: 0 0; }
.newsletter-signup input.button {
  transition: background-color .2s ease-in-out;
  position: absolute !important;
  top: 0;
  right: 0;
  float: right;
  padding: 7px 20px;
  background: #aaa;
  box-shadow: 0 0;
  border: 0;
  font-size: 14px;
  text-shadow: 0 0;
  text-transform: capitalize;
  border-radius: 0 0 0 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: #fff;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  display: inline-block; }
  .newsletter-signup input.button:focus {
    outline: 0; }

/* Sidebar */
.widget {
  margin-bottom: 30px;
  color: #999;
  padding: 10px 20px 20px 20px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4); }

h3.widget-title, .widget h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 15px 5px 15px;
  text-transform: capitalize; }

/*
h3.widget-title, .widget h3{
  margin-top:0px;
  line-height:20px;
  margin-bottom:0px;
  padding:10px 0px 0px 0px;
}

.widget h3:first-child, .block h3:first-child, .widget-title{
  font-size: 26px;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: bold;
  text-align:left;
  text-transform:capitalize;
}

.block h3:first-child:after, .widget h3:first-child:after, .widget-title:after {
  height: 1px;
  display: block;
  margin: 20px auto 20px auto;
  content: "";
} */
.portfolio-block.block h3:first-child:after {
  height: 0px; }

.widget .wcontent {
  margin: 0px; }

.widget ul li {
  border-top-width: 1px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-color: rgba(255, 255, 255, 0.1); }

.widget ul li:first-child {
  border-top: 0px;
  padding-top: 0px; }

.widget ul li:last-child {
  padding-bottom: 0px; }

.widget .tagcloud {
  padding-bottom: 10px; }

.widget a {
  font-weight: normal; }

.wprojects img {
  margin: 6px 5px 6px 5px;
  width: 46%;
  border: 0px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.wprojects img:hover {
  opacity: 0.75; }

.widget .search > input {
  width: 91%;
  padding: 15px;
  background-color: #f1f1f1; }

#wallcomments p {
  padding-left: 10px; }

#wp_wall #wall_post {
  display: none; }

.widget span.topic-author {
  display: inline; }

.widget span.topic-author a img.avatar {
  width: auto;
  height: auto;
  float: none;
  margin-top: -2px; }

.sc-main-content {
  padding: 10px;
  margin-bottom: 30px; }
  @media (min-width: 767px) {
    .sc-main-content {
      padding: 30px;
      margin-bottom: 0; } }

/* Author */
.author-block img {
  float: left;
  width: 80px;
  height: 80px; }

.author-content {
  width: 86%;
  float: right; }

.author-content h3 {
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0px;
  text-transform: none; }

/* Ticker */
.ticker {
  overflow: hidden;
  height: 90px;
  vertical-align: baseline; }

.ticker h1 {
  margin-bottom: 0;
  height: 90px;
  -webkit-transition: margin-top .5s ease-in-out;
  -moz-transition: margin-top .5s ease-in-out;
  -o-transition: margin-top .5s ease-in-out;
  transition: margin-top 0.5s ease-in-out; }

/* Elements */
.icons-block i {
  padding: 10px;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  font-size: 14px;
  -webkit-transition: color linear .3s;
  -moz-transition: color linear .3s;
  -ms-transition: color linear .3s;
  -o-transition: color linear .3s;
  transition: color linear .3s; }

.icons-block i:hover {
  font-size: 150%;
  -webkit-transition: color linear .3s;
  -moz-transition: color linear .3s;
  -ms-transition: color linear .3s;
  -o-transition: color linear .3s;
  transition: color linear .3s; }

/* Block title */
.block-title p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  color: #999;
  margin-top: 0px; }

.block-skills_block h6 {
  font-size: 12px;
  text-transform: none;
  margin-bottom: 2px; }

.psearch-content {
  margin-bottom: 15px;
  color: #999; }

.search-results .span4 {
  margin-bottom: 30px; }

/* Highlight */
.highlight {
  padding: 30px 0px 30px 0px;
  margin-left: -27px !important;
  padding-left: 28px;
  padding-right: 25px;
  margin-bottom: 50px; }

.highlight .container {
  width: 96% !important;
  padding-right: 2%;
  padding-left: 2%; }

.highlight h2 {
  float: left;
  font-size: 24px;
  text-transform: none;
  font-weight: 600; }

/* Dividers */
.block-divider {
  margin: 30px 0px 30px 0px;
  height: 1px;
  background-color: #ddd; }

.pricetable .widget-inner {
  overflow: visible; }

.pricetable .pt-header {
  text-align: center;
  min-height: 142px; }

.pricetable .pt-header-move {
  text-align: center;
  min-height: 217px; }

.pricetable .pt-header > * {
  color: white;
  margin: 0; }

.pricetable .pt-header .pt-top, .pricetable .pt-header .pt-price {
  font-size: 1.7em; }

.pricetable .pt-header .pt-top {
  min-height: 2.4em;
  line-height: 2.5em; }

.pricetable .pt-header .pt-price {
  font-weight: 600;
  font-size: 54px;
  padding: 40px 0px 40px 0px; }

.pricetable .pt-header .pt-price span {
  font-size: 14px;
  font-weight: 300; }

.pricetable .pt-header .desc {
  background-color: #969696;
  min-height: 1.6em; }

.pricetable .pt-content {
  margin: 0 0 1px; }

.pricetable .pt-content li {
  text-align: center;
  padding: 1.2em 0;
  background-color: #f8f8f8;
  margin: 0 0 1px 0;
  height: 1.462em;
  max-height: 1.462em; }

.pricetable .pt-content li i {
  background: none; }

.pricetable .pt-footer {
  padding: 10px 0px 10px 0px;
  text-align: center;
  background-color: #fff; }

.pricetable ul li {
  list-style: none outside; }

.pricetable .pricetable-col {
  margin: 0 1px 3em 0;
  position: relative;
  float: left; }

.pricetable .pricetable-featured {
  margin-top: -1.64em;
  margin-bottom: -3em;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.25);
  z-index: 5;
  margin-right: -2px;
  margin-left: -2px; }

.pricetable .pricetable-featured .pt-top {
  font-size: 1.9em;
  line-height: 3em; }

.pricetable .pricetable-featured .pt-price span {
  font-weight: 400; }

.pricetable .pricetable-featured .desc {
  font-weight: 400; }

.pricetable .pricetable-featured .pt-footer button {
  font-size: 110%;
  padding: .8em 2em; }

.pricetable .pricetable-col.theading li {
  font-weight: 600; }

.pricetable .pricetable-col.theading .pt-top, .pricetable .pricetable-col.theading .pt-price, .pricetable .pricetable-col.theading .desc, .pricetable .pricetable-col.theading .pt-footer {
  background-color: transparent; }

.pricetable .pricetable-col.theading .pt-content li {
  padding-right: 5px;
  padding-left: 5px; }

.pricetable .pricetable-col.theading .pt-footer a {
  display: none; }

.pricetable .pricetable-col .pt-price h3 {
  font-weight: 600;
  font-size: 54px;
  margin: 0px 0px 10px 0px; }

.oldie .pricetable .pricetable-featured {
  border: 1px solid #cfcfcf;
  border-top: none; }

.pricetable .sep.space {
  height: 25px; }

/* title */
.title_wrapper {
  min-height: 70px;
  width: 100%;
  clear: both;
  z-index: 10;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 40px;
  z-index: 999999 !important; }

.title_wrapper > .span12 {
  padding: 20px; }

.title_wrapper .span6, .title_wrapper .span12 {
  margin-left: 0px; }

.title_wrapper .span6 h1 {
  color: #eeeeee;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 17px;
  float: left; }

.title_wrapper h1 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 10px 0px 10px 10px; }

.title_wrapper .breadcrumbs {
  text-align: right;
  color: #eeeeee;
  margin-top: 25px;
  margin-right: 14px;
  float: right;
  margin-bottom: 20px; }

.portfolio-block .iso .isotope-item {
  border-top: 0 !important; }

.isoblog .isotope-item {
  margin-top: 10px;
  margin-bottom: 10px; }

ul.children {
  margin-top: 5px; }

ul.children li {
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-top: 0px; }

.tagcloud a {
  background: #282828;
  border: none;
  color: #eaeaea !important;
  font-style: normal;
  font-size: 12px !important;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  margin-bottom: 8px;
  display: inline-block; }

/* Rating widget */
.widget .review li .img {
  float: left;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.widget .review li .img:hover {
  opacity: 0.75;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.widget .review li .info {
  float: left; }

.widget .review li {
  height: auto;
  border-bottom: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px 0px 0px 0px;
  padding-top: 20px; }

.widget .review li:first-child {
  margin-top: 0px; }

.widget .review li small {
  font-size: 11px;
  color: #999; }

.widget .review li .info .overall-score .rating {
  font-size: 15px;
  text-shadow: 0px 0px 0px; }

.widget .review li .info .overall-score {
  margin: 0;
  padding: 0; }

.footer_widget .review li .img {
  float: left;
  margin-right: 10px;
  border: 1px solid; }

.footer_widget .review li .info {
  float: left;
  width: 71%; }

.footer_widget .review li .info .overall-score .rating {
  font-size: 15px; }

.footer_widget .review li .info .overall-score {
  margin: 0;
  padding: 0; }

.widget ul li .bbp-forum-title .icon-comments, .widget ul li .bbp-forum-title .icon-comment, .footer_widget ul li .bbp-forum-title .icon-comments, .footer_widget ul li .bbp-forum-title .icon-comment {
  padding-right: 5px; }

/*rating*/
.post-review {
  float: right;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
  width: 270px;
  border: 1px solid #e9e9e9; }

.post-review ul {
  border-top-color: #e9e9e9;
  border-top-style: solid;
  border-top-width: 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.post-review ul li {
  padding: 15px 25px 15px 25px;
  font-family: Open Sans;
  text-transform: uppercase;
  color: #333333;
  border-bottom-color: #e9e9e9;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.overall-score {
  margin-left: 35px;
  font-size: 25px;
  padding: 20px; }

.score {
  float: right; }

div.rating {
  font-family: FontAwesome;
  position: relative;
  display: inline-block;
  font-size: 18px; }

.overall-score .rating {
  font-size: 26px; }

div.rating:before {
  content: "\f006\ \f006\ \f006\ \f006\ \f006";
  color: #CCCCCC; }

div.rating:after {
  position: absolute;
  left: 0; }

.r-0:before {
  content: "" !important; }

.r-05:after {
  content: "\f089\ \00a0"; }

.r-1:after {
  content: "\f005"; }

.r-15:after {
  content: "\f005\ \f089\ \00a0"; }

.r-2:after {
  content: "\f005\ \f005"; }

.r-25:after {
  content: "\f005\ \f005\ \f089\ \00a0"; }

.r-3:after {
  content: "\f005\ \f005\ \f005"; }

.r-35:after {
  content: "\f005\ \f005\ \f005\ \f089\ \00a0"; }

.r-4:after {
  content: "\f005\ \f005\ \f005\ \f005"; }

.r-45:after {
  content: "\f005\ \f005\ \f005\ \f005\ \f089\ \00a0"; }

.r-5:after {
  content: "\f005\ \f005\ \f005\ \f005\ \f005"; }

/* Tabbed */
.news_tabbed .block_tabs .tab {
  padding: 0px; }

.news_tabbed .block_tabs .tab .newsbv li:nth-child(2), .news_tabbed .block_tabs .tab .newsbv li {
  margin: 0px !important; }

/* Tabbed end, aner ikke hvad det er */
.block_tabs, .block_accordion_wrapper, .block_toggles_wrapper {
  margin-top: 10px; }

.block_tabs .nav-tabs li a, .block_accordion_wrapper a.tab-head {
  opacity: 1;
  color: #fff; }

.accordion-group .active a {
  color: #fff; }

.ui-accordion-content p {
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  padding-bottom: 20px 0px 20px 0px; }

.block_accordion_wrapper h3 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #D8D8D8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #D8D8D8;
  border-right-color: #D8D8D8;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: #D8D8D8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 70px;
  padding-top: 10px;
  position: relative; }

.addthis_toolbox {
  height: 30px; }

.nav-tabs > li > a {
  background-color: transparent !important;
  color: #999999;
  font-family: "helvetica neue", "open sans", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  margin: 0 10px; }

.nav-tabs > li > a:hover {
  color: #333; }

.nav-tabs > li.active > a {
  position: relative;
  color: #2f9bff; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #2f9bff; }

/***************** Image with animation ******************/
img.img-with-animation {
  opacity: 0;
  position: relative; }

img.img-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1; }

html:not(.js) img.img-with-animation {
  opacity: 0; }

img.img-with-animation[data-animation="grow-in"] {
  opacity: 0;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25); }

img.img-with-animation[data-animation="fade-in-from-left"] {
  left: -130px;
  padding-right: 30px;
  opacity: 0; }

img.img-with-animation[data-animation="fade-in-from-right"] {
  right: -130px;
  padding-left: 30px;
  opacity: 0; }

img.img-with-animation[data-animation="fade-in-from-bottom"] {
  bottom: -150px;
  opacity: 0; }

img.img-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
  margin: 0 auto;
  opacity: 0; }

/***************** Div with animation ******************/
div.div-with-animation {
  opacity: 0;
  position: relative; }

div.div-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1; }

html:not(.js) div.div-with-animation {
  opacity: 0; }

html:not(.js) div.div-with-animation[data-animation="none"] {
  opacity: 1; }

div.div-with-animation[data-animation="grow-in"] {
  opacity: 0;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25); }

div.div-with-animation[data-animation="fade-in-from-left"] {
  left: -130px;
  padding-right: 30px;
  opacity: 0; }

div.div-with-animation[data-animation="fade-in-from-right"] {
  right: -130px;
  padding-left: 30px;
  opacity: 0; }

div.div-with-animation[data-animation="fade-in-from-bottom"] {
  bottom: -150px;
  opacity: 0; }

div.div-with-animation[data-animation="fade-in-from-left"], div.div-with-animation[data-animation="fade-in-from-right"] {
  margin-left: auto;
  margin-right: auto;
  opacity: 0; }

/***************** Span with animation ******************/
span.i-with-animation {
  opacity: 0;
  position: relative; }

span.i-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1; }

html:not(.js) span.i-with-animation {
  opacity: 1; }

span.i-with-animation[data-animation="grow-in"] {
  opacity: 0.1;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25); }

/***************** Skill bar with animation ******************/
div.b-with-animation {
  opacity: 0;
  position: relative; }

div.b-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1; }

html:not(.js) div.b-with-animation {
  opacity: 0; }

div.b-with-animation[data-animation="grow-in"] {
  opacity: 0.1;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25); }

div.b-with-animation[data-animation="fade-in-from-left"] {
  left: -40px;
  padding-right: 30px; }

div.b-with-animation[data-animation="fade-in-from-right"] {
  right: -40px;
  padding-left: 30px; }

div.b-with-animation[data-animation="fade-in-from-bottom"] {
  bottom: -100px; }

div.b-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
  margin: 0 auto; }

/* Buttons */
.button-medium, .button-small, .button-big {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  position: relative;
  top: -3px;
  color: #FFFFFF;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  border: none;
  margin-top: 5px; }

.button-medium:hover, .button-small:hover, .button-big:hover {
  color: #fff; }

.button-big {
  font-size: 14px;
  padding: 20px 25px 20px 25px; }

.button-medium, button[type="submit"] {
  font-size: 14px;
  padding: 15px 30px 16px 30px; }

.button-small, input[type="submit"], .splitter li a, .nav-tabs a {
  font-size: 12px;
  padding: 12px 20px 12px 20px; }

.button-logout {
  position: absolute;
  top: 25px;
  right: 25px; }

.btn {
  font-family: "helvetica neue", "open sans", sans-serif; }
  .btn.white {
    background: white;
    border: 1px solid #CECECE;
    text-shadow: 0 0 0 !important;
    font-weight: 700;
    font-family: "Open Sans"; }
  .btn.btn-clear {
    padding: 5px 10px;
    box-sizing: border-box;
    background-image: none;
    background: transparent;
    box-shadow: 0 0;
    border: 1px solid #999;
    font-size: 14px;
    text-shadow: 0 0;
    text-transform: uppercase;
    -webkit-border-radius: 99px !important;
    -moz-border-radius: 99px !important;
    border-radius: 99px !important; }
    .btn.btn-clear.btn-clear-cta {
      padding: 5px 30px;
      background: #6c2dd0;
      color: #fff;
      border: none;
      font-family: helvetica neue;
      font-weight: 300; }
      .btn.btn-clear.btn-clear-cta:hover {
        background-color: #7438d4; }
      .btn-group.open .btn.btn-clear.btn-clear-cta {
        background-color: #652ac3; }
    .btn.btn-clear.btn-round-drop {
      padding: 4px;
      width: 30px; }
      .btn.btn-clear.btn-round-drop:hover {
        border-color: #777; }
      .btn-group.open .btn.btn-clear.btn-round-drop {
        border-color: #666;
        background: transparent;
        box-shadow: 0 0; }
  .btn.btn-clear .caret {
    margin-left: 5px; }

.btn-flat {
  padding: 12px 30px;
  box-sizing: border-box;
  background-image: none;
  background: grey;
  box-shadow: 0 0;
  border: 0;
  font-size: 14px;
  text-shadow: 0 0;
  text-transform: capitalize;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: #fff;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  display: inline-block; }
  .btn-flat.border-white {
    border: 1px solid white;
    background-color: transparent; }
    .btn-flat.border-white:hover {
      background: white;
      color: #292929;
      text-decoration: none; }
  .btn-flat.border-black {
    border: 1px solid #999;
    background-color: transparent;
    color: #999; }
    .btn-flat.border-black:hover {
      background: #999;
      color: white;
      text-decoration: none; }
  .btn-flat.grey {
    background-color: #878787; }
  .btn-flat.green {
    background-color: #0edf89; }
    .btn-flat.green:hover {
      background-color: #0EB872;
      color: white;
      text-decoration: none; }

.btn-twitter {
  background-color: #16bbf1; }
  .btn-twitter:hover {
    background-color: #0dace0;
    color: #fff; }

.btn-facebook {
  background-color: #2e90eb; }
  .btn-facebook:hover {
    background-color: #1784e9;
    color: #fff; }

.btn-tumblr {
  background-color: #58738c; }
  .btn-tumblr:hover {
    background-color: #4e667c;
    color: #fff; }

.pb-container {
  background: white; }

.pb-container.completed .pb-summary, .pb-container.completed .progress-striped .bar {
  background-color: #76cc1e; }

.pb-container.expired .pb-summary, .pb-container.expired .progress-striped .bar {
  background-color: #ff302e; }

.pb-container {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative; }

.pb-category {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  top: 0 !important;
  padding: 10px 15px !important;
  color: #d2d6da !important;
  width: 100% !important;
  height: 70px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) !important;
  -webkit-font-smoothing: antialiased !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, transparent 100%) !important;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96000000', endColorstr='#00000000',GradientType=0 ) !important;
  /* IE6-9 */
  pointer-events: none; }

.pb-image {
  position: relative; }

.pb-image, .pb-title {
  padding: 7px;
  position: relative; }

.pbimage, .pb-image a img, .pb-image img:first-child {
  width: 100%; }

.pb-title {
  padding: 15px;
  text-align: left; }

.pb-title h3 {
  margin: 0;
  color: #545659;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px; }

.pb-title .pb-user-name, .pb-content-category {
  font-size: 12px;
  color: #888; }

.pb-title span a {
  color: #666666;
  font-weight: bold; }

.pb-title h3 a, .posttitle a {
  font-weight: bold;
  color: #555;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; }
  .pb-image:hover + .pb-title h3 a, .pb-image:hover + .posttitle a {
    color: #2f9bff; }

.pbuser {
  position: absolute;
  bottom: -10px;
  left: 41%;
  border: 3px solid #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 60px; }

.pb-content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 10px 10px 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity .05s linear;
  -moz-transition: opacity .05s linear;
  -ms-transition: opacity .05s linear;
  -o-transition: opacity .05s linear;
  transition: opacity .05s linear; }
  .pb-image:hover .pb-content {
    opacity: 1; }
  .pb-content .pb-content-title {
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555; }

.pb-content p, .pb-content span {
  color: #777;
  font-size: 12px;
  color: #555;
  font-size: 13px; }

.pb-bar {
  padding: 0 15px; }

.pb-summary {
  padding: 15px 20px 10px 25px;
  border-radius: 0px 0px 5px 5px; }

.pb-summary h4 {
  color: #fff;
  font-size: 24px; }

.pb-summary h4 span {
  text-transform: uppercase;
  font-size: 12px; }

.pb-left {
  float: left; }

.pb-sreach {
  float: left;
  margin-right: 10px;
  min-width: 100px; }

.pb-funded {
  float: left;
  width: 34%; }

.hasDatepicker {
  width: 37%;
  float: left; }

.timezone {
  width: 61%;
  float: left; }

.project-card {
  width: 337px;
  margin-left: 15px !important;
  margin-right: 15px;
  float: left; }

.image_carousel {
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px; }

.image_carousel .caroufredsel_wrapper {
  min-height: 540px !important; }

.image_carousel a.prev, .image_carousel a.next {
  background-color: #555555; }

.image_carousel a.next {
  right: -30px !important; }

.image_carousel a.prev {
  left: -35px !important; }

ul.comment-list {
  margin: 0px;
  padding: 0px; }

ul.comment-list ul {
  margin-top: 25px;
  margin-left: 60px; }

ul.comment-list li {
  margin: 0px 0px 25px 0px;
  list-style: none;
  position: relative; }

ul.comment-list li .update-date-stamp {
  float: right;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  margin: 0px 0px 10px 10px;
  color: #eee;
  border-radius: 0px 0px 0px 10px; }

#updates ul.comment-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 25px; }

.formcontainer #commentform {
  margin-top: 0px; }

.blog img.avatar {
  float: left;
  width: 60px;
  height: 60px; }

.comment-body {
  float: right;
  width: 89%;
  position: relative; }

.comment-body .comment-reply-link {
  position: absolute;
  top: 0px;
  right: 0px;
  top: -8px;
  right: -5px;
  padding: 5px 10px 5px 10px;
  font-size: 10px; }

.comment-body .comment-author {
  font-weight: bold; }

.comment-form input[type="text"], .comment-form textarea {
  width: 92% !important; }

.comment-form .form-section {
  width: 100%; }

input[type="text"], select, textarea {
  width: 100%;
  border: 0;
  box-shadow: none;
  border: 1px solid #D4D4D4;
  background: #fff;
  border-radius: 3px;
  padding: 10px 5px;
  border-radius: 3px;
  height: 100%; }

#layerslider-container-fw #layerslider {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 100;
  width: 100%; }

#ls-wp-fullwidth-container {
  z-index: 2; }

.ls-wp-container h3 {
  padding: 15px;
  font-size: 28px;
  font-weight: 300;
  text-transform: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color: #fff; }

.ls-wp-container h3 strong {
  font-weight: 400; }

.ls-wp-container a {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out; }

.ls-wp-container .ls-nav-prev, .ls-wp-container .ls-nav-next {
  display: block;
  width: 56px  !important;
  height: 56px  !important;
  background-repeat: no-repeat;
  transition: background-color 0.35s ease-in-out !important;
  -moz-transition: background-color 0.35s ease-in-out !important;
  -webkit-transition: background-color 0.35s ease-in-out !important;
  -o-transition: background-color 0.35s ease-in-out !important; }

.ls-wp-container .ls-nav-prev:hover, .ls-wp-container .ls-nav-next:hover {
  background-color: #191919;
  transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out; }

.ls-wp-container .ls-nav-prev {
  left: 0px !important;
  background-image: url(../img/arrows.png) !important;
  background-position: top left !important; }

.ls-wp-container .ls-nav-next {
  right: 0px !important;
  background-image: url(../img/arrows.png) !important;
  background-position: top right !important; }

html * .ls-container .ls-lt-container, body * .ls-container .ls-lt-container, body * .ls-container .ls-lt-container *, #ls-global * .ls-container .ls-lt-container, #ls-global * .ls-container .ls-lt-container *, #ls-global * .ls-container .ls-thumbnail-wrapper, #ls-global * .ls-container .ls-bottom-nav-wrapper {
  -webkit-backface-visibility: visible !important;
  -webkit-transform: none !important; }

td.avatar {
  width: 220px; }

td.avatar .avatar, .logged-info {
  float: left; }

.logged-info {
  margin: 5px 0px 0px 15px;
  max-width: 140px; }

#myModalL .modal-body a {
  margin-right: 15px; }

#myModalL .modal-body a:nth-child(4) {
  margin-right: 0px; }

#myModalL .modal-body a.facebookloginb {
  background-color: #3b5998; }

#myModalL .modal-body a.twitterloginb {
  background-color: #5dd7fc; }

#myModalL .modal-body a.tumblrloginb {
  background-color: #2c4762; }

/* Facebook */
#FacebookStartSupport .pbimage, #FacebookStartSupport .modal-body img {
  width: 120px;
  float: left; }

#FacebookStartSupport .fb-post-content {
  float: left;
  margin-left: 10px;
  width: 66%;
  font-size: 13px;
  color: #333;
  margin-bottom: 20px; }

#FacebookStartSupport .make-message {
  padding-top: 10px; }

#FacebookStartSupport .fb-post-title {
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  font-size: 14px; }

#FacebookStartSupport .button-medium, #TumblrStartSupport .button-medium {
  margin-top: 15px; }

.fb_iframe_widget {
  top: -6px; }

#ShareModal2, #ShareModal {
  text-align: center; }

#ShareModal2 .fb-share-button, #ShareModal2 .twitter-share-button, #ShareModal .fb-share-button, #ShareModal .twitter-share-button {
  margin-right: 5px; }

.social {
  margin-top: 15px; }

.copyright .social {
  margin: 0px; }

.modal-body .copy-link input[type="text"] {
  padding: 5px; }

.copy-link {
  margin-top: 10px; }

/*Tumbrl */
#TumblrStartSupport img {
  float: left;
  width: 48%;
  position: relative;
  clear: none;
  margin: 5px 15px 0px 0px; }

#TumblrStartSupport .make-message {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
  clear: none !important; }

/* Modal */
.modal-backdrop {
  background-color: #6C767A; }

.modal {
  border: none;
  box-shadow: 0 0;
  max-width: 600px !important;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  left: 50%;
  width: 90%;
  max-height: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 767px) {
    .modal {
      overflow: hidden;
      max-height: none;
      bottom: auto; } }

.modal-header {
  padding: 19px 15px;
  background-color: #F7F7F7; }

.modal-header h3 {
  color: #666;
  font-weight: 300;
  text-align: left; }

.modal-body {
  -ms-overflow-y: hidden;
  overflow-y: hidden; }

#TwitterStartSupport #countConSin {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #00ca3f;
  padding: 10px 0 0 0; }

/* News blocks */
.newsbv img, .newsbh img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.newsbv .newsb-thumbnail:hover img, .newsbh .newsb-thumbnail:hover img, .newsbv-item:hover img, .newsbh-item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.newsbh {
  margin: 0;
  padding: 0;
  min-width: auto;
  min-height: auto; }

.span12 .newsbh-item, .span12 .newsbv-item-first {
  width: 198px; }

.span1 .newsbh-item, .span1 .newsbv-item-first, .span2 .newsbh-item, .span2 .newsbv-item-first, .span3 .newsbh-item, .span3 .newsbv-item-first {
  width: 100%; }

.span4 .newsbh-item, .span4 .newsbv-item-first {
  width: 45%; }

.span5 .newsbh-item, .span5 .newsbv-item-first, .span6 .newsbh-item, .span6 .newsbv-item-first {
  width: 46%; }

.span7 .newsbh-item, .span7 .newsbv-item-first {
  width: 21%; }

.span8 .newsbh-item, .span8 .newsbv-item-first {
  width: 31%; }

.span9 .newsbh-item, .span9 .newsbv-item-first, .span10 .newsbh-item, .span10 .newsbv-item-first {
  width: 23%; }

.span11 .newsbh-item, .span11 .newsbv-item-first {
  width: 195px; }

.newsbh-item, .newsbv-item-first {
  width: 195px;
  float: left;
  margin-right: 7px;
  list-style: none;
  padding: 0 !important;
  border: 0px !important;
  margin-left: 7px;
  margin-bottom: 25px; }

.newsb-title {
  margin-bottom: 5px; }

.post-meta {
  font-size: 11px;
  color: #999;
  margin-bottom: 5px; }

.post-meta i {
  color: #ccc; }

.widget .newsb-title a {
  text-transform: none;
  font-weight: bold;
  font-size: 16px; }

.newsbv-item-first .newsb-thumbnail {
  position: relative;
  float: none; }

.newsbh-item .newsb-thumbnail {
  position: relative;
  float: none; }

.newsb-thumbnail {
  position: relative;
  float: left; }

.newsb-thumbnail a, .newsb-thumbnail img {
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s; }

.newsb-thumbnail a:hover > .overlay-link, .newsb-thumbnail a:hover > img {
  opacity: 0.75; }

.newsb-thumbnail a .overlay-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/link.png) center no-repeat;
  opacity: 0;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s; }

.block-campaigns_block .edit-button {
  float: left;
  margin-left: 15px; }

.aq-block-aq_category_block {
  margin: 15px 0px 0px 0px; }

.aq-template-wrapper .title {
  margin: 30px 0px 20px 0px; }

#category-menu {
  float: right;
  width: 22%;
  min-height: 330px;
  border-radius: 0px 5px 5px 0px;
  margin-left: 0px;
  min-height: 340px;
  padding-top: 5px; }

#category-menu li {
  list-style: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

#category-menu li:hover, #category-menu li.current {
  list-style: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

#category-menu li a {
  display: block;
  font-size: 14px;
  padding: 10px 10px 10px 15px; }

#category-post-content, #loading-animation {
  width: 74%;
  float: left;
  padding: 2%;
  border-radius: 5px 0px 0px 5px;
  min-height: 301px;
  background: #fff; }

#post-image {
  float: left;
  width: 40%; }

#post-image img {
  width: 95%;
  margin-top: 10px; }

#post-image .pb-summary {
  padding: 2% 3% 2% 7%;
  width: 85%; }

#loading-animation {
  text-align: center;
  display: none; }

#loading-animation img {
  max-width: 300px;
  margin: 0 auto; }

.category-container {
  float: left;
  width: 60%; }

.category-container .progress {
  margin: 20px 0px 20px 0px; }

.post-author p {
  margin: 10px 0px 10px 0px; }

#post-content {
  margin-top: 10px; }

.category-container h3 {
  margin-top: 0px; }

.category-container .edit-button {
  margin-top: 0px;
  float: right; }

.category-container .project-stats {
  width: 100%;
  margin-bottom: 25px; }

.category-container .project-stats li {
  margin-right: 10px;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2; }

.category-container .project-stats li:first-child {
  border-left: 0px;
  padding-left: 0px; }

.category-container .project-stats li strong {
  font-size: 150%; }

.aq-block-aq_projects_block .edit-button {
  float: right;
  margin-bottom: 15px; }

.template-wrapper > div.block:nth-last-child(2).block-parallax_block, .template-wrapper > div.block:nth-last-child(2) .parallax_section {
  margin-bottom: 0px !important; }

.clear_line {
  background-color: #f1f1f1; }

.block.block-parallax_block {
  margin-bottom: 50px; }

.block-parallax_block .block {
  margin-bottom: 0px; }

.block {
  margin-bottom: 40px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.block.span12 .span12 {
  width: 100%; }

.block-column_block {
  margin-bottom: 0px !important; }

.block-skills_block h3 {
  margin-top: 0px; }

.block-highlight_block, .highlight-no-margin, .block-clear_block, .block-text_block {
  margin-bottom: 0px !important; }

.animated-no-margin {
  margin-bottom: -40px; }

.parallax-no-padding {
  padding-bottom: 0px !important; }

.parallax-no-padding-top {
  padding-top: 0px !important; }

.block-text_block .wcontainer, .block-text_block .mcontainer {
  margin-bottom: 50px; }

.block-text_block .mcontainer {
  /* margin-top:15px; */ }

.block-carousel_block img {
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin: 0 auto; }

.block-carousel_block img:hover {
  opacity: 1;
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.block-page_header_block {
  margin-bottom: 15px !important; }

.block-page_header_block:after {
  height: 1px;
  background: #8b8b8b;
  width: 76px;
  display: block;
  margin: 25px auto 20px auto;
  content: ""; }

.block-text_block p:last-child {
  margin-bottom: 0px; }

.block_accordion_wrapper .accordion-heading:first-child {
  margin-top: 0px; }

.block_accordion_wrapper .accordion-heading {
  margin-top: 7px; }

.bgpattern {
  padding: 20px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.bgpattern:hover {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.bgpattern:hover > h2, .bgpattern > h2, .bgpattern:hover > .container > h2, .bgpattern > .container > h2, .bgpattern:hover > .icon, .bgpattern:hover > p {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.charblock:hover {
  margin-top: -5px; }

.icon {
  background-color: #414141;
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px; }

.icon span {
  font-size: 30px;
  line-height: 90px;
  color: #fff; }

.block-title {
  margin-left: 0px; }

.block-title h2 {
  font-size: 50px;
  line-height: 60px; }

.border-header {
  display: block;
  width: 80px;
  height: 1px;
  background: #060606;
  margin: 30px auto 30px auto; }

.widget form {
  margin: 0px; }

.widget inpuit#s {
  margin-bottom: 0px; }

.full-width-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  margin-left: -50%;
  padding-left: 50%;
  padding-right: 50%;
  width: 100%;
  position: relative;
  z-index: 0;
  visibility: hidden;
  background-position: 50% 23px;
  background-repeat: repeat-x;
  padding: 85px 410px 70px;
  margin-left: -410px;
  visibility: visible;
  margin-bottom: 40px; }

.boxed .full-width-section {
  padding: 85px 23px 70px;
  padding-left: 32px;
  padding-right: 33px;
  margin-left: -33px; }

.light, .dark {
  position: relative;
  z-index: 10; }

.full-width-section > .span_12 > div:last-child {
  padding-bottom: 0px !important; }

.full-width-section img {
  display: block;
  margin-bottom: 0px !important; }

html:not(.js) .full-width-section {
  visibility: visible; }

.full-width-section.parallax_section {
  background-attachment: fixed;
  overflow: hidden; }

.full-width-section.parallax_section video {
  position: absolute !important;
  top: -15%;
  left: 0px !important;
  z-index: 0; }

.boxed .full-width-section.parallax_section video {
  left: 0px !important;
  width: 100% !important; }

.full-width-section.no-cover {
  background-size: auto !important;
  -moz-background-size: auto !important;
  -webkit-background-size: auto !important; }

.full-width-section > .col.span_12 {
  float: none !important; }

.full-width-section > .col.span_12.light {
  color: #fff; }

.home-wrap .full-width-section.first-section {
  margin-top: -37px !important; }

/* Light version fixes */
.parallax_section .light .block-page_header_block .block-title h2, .parallax_section .light h3.widget-title, .parallax_section .light .block-skills_block, .parallax_section .light .block h3:first-child, .parallax_section .light .block-news_block a, .parallax_section .light .newsbv-item-first a, .parallax_section .light .newsbv-item-first, .parallax_section .light .block_tabs .tab, .parallax_section .light .block_toggle, .parallax_section .light .ui-accordion-content p, .parallax_section .light .highlight h2, .parallax_section .light, .parallax_section .light p {
  color: #fff; }

.parallax_section .light .block-title p, .parallax_section .light .block-news_block .post-meta, .parallax_section .light .newsbv-item-first .post-meta {
  color: #ddd; }

.parallax_section .light .block h3:first-child:after {
  height: 0px; }

.parallax_section .light .block-divider {
  opacity: 0.5; }

.parallax_section .light .progress {
  /* background-color:transparent; */ }

.parallax_section .light .block_tabs .tab {
  background-color: transparent;
  padding: 20px 0px 20px 0px; }

.parallax_section .dark .block-page_header_block .block-title h2, .parallax_section .dark h3.widget-title, .parallax_section .dark .block-skills_block, .parallax_section .dark .block h3:first-child, .parallax_section .dark .block-news_block a, .parallax_section .dark .newsbv-item-first a, .parallax_section .dark .newsbv-item-first, .parallax_section .dark .block_tabs .tab, .parallax_section .dark .block_toggle, .parallax_section .dark .ui-accordion-content p, .parallax_section .dark, .parallax_section .dark p, .parallax_section .light, .block-category_highlight_block, .parallax_section .light, .parallax_section .light .block-category_highlight_block p {
  color: #333; }

.parallax_section .dark .block-title p, .parallax_section .dark .block-news_block .post-meta, .parallax_section .dark .newsbv-item-first .post-meta {
  color: #666; }

.parallax_section .dark .block h3:first-child:after {
  height: 0px; }

.parallax_section .dark .block-divider {
  opacity: 0.5; }

.parallax_section .dark .progress {
  /* background-color:transparent; */ }

.parallax_section .dark .block_tabs .tab {
  background-color: transparent;
  padding: 20px 0px 20px 0px; }

.supporters {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none; }

.supporter {
  position: relative;
  display: block;
  min-height: 60px;
  padding: 10px 10px 10px 50px; }
  .supporter__heading {
    display: block;
    margin: 0; }
    .supporter__heading .avatar {
      position: absolute;
      left: 0;
      top: 10px;
      width: 40px;
      height: 40px; }
  @media (min-width: 600px) {
    .supporter {
      position: relative;
      display: block;
      min-height: 130px;
      padding: 20px 0px 20px 105px; }
      .supporter__heading {
        display: block;
        margin: 0; }
        .supporter__heading .avatar {
          position: absolute;
          left: 0;
          top: 20px;
          width: 90px;
          height: 90px; } }
  .supporter:not(:last-of-type) {
    border-bottom: 1px dotted #7f7f7f; }
  .supporter__heading {
    font-weight: bold;
    color: #333;
    font-family: "helvetica neue", "open sans", sans-serif;
    font-size: 12px;
    margin-bottom: 5px; }
    @media (min-width: 600px) {
      .supporter__heading {
        font-size: 18px; } }
  .supporter__connection {
    font-size: 12px;
    color: #7f7f7f; }

/* clients */
.list_carousel {
  position: relative; }

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.list_carousel li {
  width: 160px;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
  text-align: center; }

.list_carousel.responsive {
  width: auto;
  margin-left: 0;
  min-height: 65px; }

.list_carousel a.prev, .list_carousel a.next, .image_carousel a.prev, .image_carousel a.next {
  padding: 5px 10px 5px 10px;
  position: absolute;
  top: 40%;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center; }

.list_carousel a.prev, .list_carousel a.next {
  background-color: #e2e2e2; }

.list_carousel a.prev, .image_carousel a.prev {
  left: 10px;
  background-image: url(../img/prev.png); }

.list_carousel a.next, .image_carousel a.next {
  right: 10px;
  background-image: url(../img/next.png); }

ul.social-media {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0; }

ul.social-media li {
  list-style: none;
  float: left;
  margin: 13px 15px 0px 0px; }

ul.social-media li a {
  width: 16px;
  display: block;
  height: 16px;
  text-indent: -10000px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  padding: 12px;
  background-position: left top;
  background-color: #e3e3e3;
  background-repeat: no-repeat; }

ul.social-media li a.facebook {
  background-image: url("../img/contact-icons/facebook.png"); }

ul.social-media li a.twitter {
  background-image: url("../img/contact-icons/twitter.png"); }

ul.social-media li a.rss {
  background-image: url("../img/contact-icons/rss.png"); }

ul.social-media li a.google-plus {
  background-image: url("../img/contact-icons/google.png"); }

ul.social-media li a.skype {
  background-image: url("../img/contact-icons/skype.png"); }

ul.social-media li a.dribbble {
  background-image: url("../img/contact-icons/dribbble.png"); }

ul.social-media li a.linked-in {
  background-image: url("../img/contact-icons/linkedin.png"); }

ul.social-media li a.reddit {
  background-image: url("../img/contact-icons/reddit.png"); }

ul.social-media li a.wordpress {
  background-image: url("../img/contact-icons/wordpress.png"); }

ul.social-media li a.youtube {
  background-image: url("../img/contact-icons/youtube.png"); }

ul.social-media li a:hover {
  background-position: 0px -40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

/* Team */
.member {
  background: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }

.member img {
  width: 100%; }

.member-social {
  position: absolute;
  top: 10px;
  right: 10px; }

.member-social a {
  font-size: 18px;
  margin-left: 5px;
  color: #8d8d8d; }

.member h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0px; }

.bline {
  height: 6px;
  background: #cccccc;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.member .content {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
  margin-top: 15px; }

/* category nav */
.vertical-list-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'helvetica neue', 'open sans', sans-serif; }
  .vertical-list-nav .vertical-list-nav-heading {
    color: #6e7278;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .vertical-list-nav .vertical-list-nav-heading [class^="ico-"], .vertical-list-nav .vertical-list-nav-heading [class*=" ico-"] {
      top: 3px;
      position: relative;
      font-size: 16px;
      margin-right: 10px; }
    .vertical-list-nav .vertical-list-nav-heading form {
      position: relative;
      padding-left: 30px; }
      .vertical-list-nav .vertical-list-nav-heading form [class^="ico-"], .vertical-list-nav .vertical-list-nav-heading form [class*=" ico-"] {
        position: absolute;
        left: 0;
        top: 6px; }
    .vertical-list-nav .vertical-list-nav-heading .input-search {
      border: 0;
      background-color: transparent;
      box-shadow: 0 0;
      border-bottom: 1px solid #dee1e5;
      padding: 4px 0 8px 0;
      font-weight: bold;
      font-size: 12px;
      color: #6e7278;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased; }
      .vertical-list-nav .vertical-list-nav-heading .input-search::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #6e7278;
        -webkit-font-smoothing: antialiased; }
      .vertical-list-nav .vertical-list-nav-heading .input-search:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #6e7278;
        -webkit-font-smoothing: antialiased;
        opacity: 1; }
      .vertical-list-nav .vertical-list-nav-heading .input-search::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #6e7278;
        -webkit-font-smoothing: antialiased;
        opacity: 1; }
      .vertical-list-nav .vertical-list-nav-heading .input-search:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #6e7278;
        -webkit-font-smoothing: antialiased; }
      .vertical-list-nav .vertical-list-nav-heading .input-search:focus {
        border-color: #555;
        background-color: transparent; }

.vertical-list-nav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vertical-list-nav li a {
  display: block;
  color: #555;
  font-size: 12px;
  padding: 3px 10px 3px 40px;
  font-weight: bold; }

.vertical-list-nav li a:hover {
  color: #2f9bff;
  text-decoration: none; }

.vertical-list-nav li a.active {
  color: #2f9bff; }

.vertical-list-search {
  padding: 10px; }
  .vertical-list-search form {
    margin: 0;
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #dee1e5;
    border-bottom: 1px solid #dee1e5; }

.sc-header-additional {
  padding-top: 20px; }

.sc-header-inner {
  text-align: left; }
  .sc-header-inner .sc-title {
    margin: 10px 0 25px;
    font-size: 27px;
    color: #333;
    padding-left: 7px; }
  .sc-header-inner .sc-header-title h1 {
    font-weight: 200;
    color: #555;
    font-family: "helvetica neue", "open sans", helvetica, sans-serif;
    font-size: 30px;
    margin-bottom: 8px; }

.sc-author-profile img {
  border-radius: 5px;
  width: 40px;
  height: auto; }

.sc-author-info > span {
  padding: 0 10px;
  color: #999999; }
  .sc-author-info > span a {
    color: #999999; }
    .sc-author-info > span a:hover {
      color: #8c8c8c;
      text-decoration: underline; }

.sc-cat {
  color: #2f9bff !important; }
  .sc-cat:hover {
    color: #0082fb !important; }
  .sc-cat [class^="ico-"], .sc-cat [class*=" ico-"] {
    top: 3px;
    position: relative;
    font-size: 16px;
    color: #999 !important; }

.sc-widget .sc-user-row {
  position: relative;
  padding-left: 80px; }
.sc-widget .user-avatar {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 45px;
  height: auto; }
.sc-widget .sc-name {
  display: block;
  font-weight: bold;
  color: #333;
  font-family: "Lato", "helvetica neue", "open sans", sans-serif;
  font-size: 16px;
  padding-bottom: 5px; }
.sc-widget h2 {
  margin: 0;
  padding: 0;
  line-height: 100%; }
.sc-widget h3 {
  padding: 0;
  line-height: 100%;
  margin: 0; }
.sc-widget .sc-twitter span {
  color: #8a98a6; }
.sc-widget .sc-widget-title {
  font-size: 12px;
  color: #7f7f7f;
  margin-bottom: 10px; }
  .sc-widget .sc-widget-title.succeded {
    color: #5BDA9D; }
  .sc-widget .sc-widget-title.expired {
    color: #ff5156; }
.sc-widget .btn-block {
  text-align: left;
  margin-bottom: 10px; }
  .sc-widget .btn-block span {
    margin-right: 13px;
    font-size: 18px; }
.sc-widget .sc-widget-stat {
  padding: 5px 0 15px;
  color: #8a98a6; }
.sc-widget .sc-widget-stat > span {
  display: block; }
.sc-widget .sc-widget-stat .stat-large {
  color: inherit;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px; }
.sc-widget .sc-widget-stat .stat-large small {
  margin: 0 5px;
  font-size: 20px; }
.sc-widget .sc-widget-stat .stat-small {
  color: inherit; }
.sc-widget .progress {
  margin: 10px 0; }
.sc-widget .sc-support-row .sc-hidden {
  color: #6d7985;
  font-size: 13px;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height .4s ease-in-out, opacity .4s ease-in-out;
  -moz-transition: height .4s ease-in-out, opacity .4s ease-in-out;
  -ms-transition: height .4s ease-in-out, opacity .4s ease-in-out;
  -o-transition: height .4s ease-in-out, opacity .4s ease-in-out;
  transition: height .4s ease-in-out, opacity .4s ease-in-out; }
  @media all and (max-width: 768px) {
    .sc-widget .sc-support-row .sc-hidden {
      height: auto !important;
      opacity: 1 !important; } }
.sc-widget .sc-support-row:hover .sc-hidden {
  height: 102px;
  opacity: 1; }

.competition {
  background-color: #fff; }
  .competition h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800; }
  .competition h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800; }
  .competition p {
    font-size: 16px;
    color: #6F6F6F;
    font-weight: 400;
    line-height: 155%; }
    .competition p span {
      display: block; }
  .competition section {
    padding: 80px 0; }
  .competition ol {
    counter-reset: li-counter;
    margin: 0; }
    .competition ol li {
      list-style: none;
      position: relative; }
      .competition ol li:before {
        content: counter(li-counter) ". ";
        counter-increment: li-counter;
        float: left;
        margin: -2px 15px 0px 0px;
        font-size: 14px;
        color: #2f9bff;
        font-weight: 800;
        position: absolute; }
      .competition ol li h3 {
        font-size: 15px;
        line-height: 100%;
        margin: 0 0 0 20px;
        color: #777; }
      .competition ol li p {
        font-size: 14px;
        margin: 5px 0 50px 20px; }
  .competition .competition-header {
    background: #000;
    padding: 100px 0; }
    .competition .competition-header h1 {
      color: #DBDBDB; }
    .competition .competition-header p {
      color: #ABABAB; }

.faq p {
  color: #787878;
  font-size: 14px;
  border-top: 1px solid #E6E6E6;
  font-weight: 400 !important; }
.faq h2 {
  border-bottom: 1px solid #DDD;
  text-transform: uppercase;
  font-size: 24px; }
.faq h3 {
  line-height: 140%;
  margin: 20px 0 0 0; }
  .faq h3 a {
    font-size: 14px;
    color: #474747; }

/* campaign */
#story {
  line-height: 25px; }

.sub-campaign label {
  font-weight: bold;
  display: block; }
  .sub-campaign label span {
    width: 100%;
    display: block;
    font-weight: 400;
    color: #7A7A7A;
    font-size: 13px; }

.sub-campaign .crop-button {
  max-width: 280px; }

.sub-campaign fieldset {
  padding: 30px 0; }

.postStory p {
  font-weight: 400;
  color: #7A7A7A;
  font-size: 13px; }

.nrcount {
  font-weight: 400;
  color: #7A7A7A;
  font-size: 12px; }

.sub-campaign label.error {
  color: red;
  font-weight: normal; }

.sub-campaign fieldset:first-child {
  margin-top: 0px; }

.sub-campaign fieldset.fhalf {
  float: left;
  width: 47%;
  margin-right: 7%; }

.sub-campaign fieldset.shalf {
  float: left;
  width: 46%; }

.sub-campaign .mceIframeContainer {
  background-color: #fff; }

fieldset.sub-bar {
  text-align: center;
  width: 100%;
  background: rgba(241, 241, 241, 0.7);
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 5px 0px 3px 0px;
  z-index: 999999; }

fieldset.sub-bar button[value="pending"] {
  margin: 0 10px; }

.pb-ftitle {
  margin: 50px 0px 20px 0px;
  background: #1f282d;
  border-radius: 5px;
  color: #fff;
  padding: 1px; }

.edit-delete {
  margin-bottom: 10px; }

.edit-delete a {
  font-size: 14px;
  font-weight: bold; }

.pb-saved .pb-summary, .pb-saved .progress-striped .bar {
  background: #ccc !important; }

#TwitterStartSupport, #FacebookStartSupport, #TumblrStartSupport, #Embed {
  max-width: 460px;
  color: #888; }

#TwitterStartSupport .button-medium, #FacebookStartSupport .button-medium, #TumblrStartSupport .button-medium {
  margin-bottom: 10px; }

#TwitterStartSupport .make-message, #FacebookStartSupport .make-message, #TumblrStartSupport .make-message {
  color: #999;
  clear: both; }

.zero {
  color: red !important; }

.camp-submit {
  margin: 20px -25px -26px;
  text-align: center;
  padding: 25px;
  background: #F7F7F7; }

.page-template-tmp-campaign-php .media-modal {
  z-index: 99999999; }

.page-id-1708 {
  color: #333; }

.landingpage h2 {
  font-size: 26px; }
.landingpage h3 {
  font-size: 23px;
  font-weight: 700; }
  .landingpage h3 span {
    font-weight: 400;
    font-size: inherit; }
.landingpage h4 {
  font-size: 18px;
  font-weight: 900; }
.landingpage p {
  font-size: 16px;
  line-height: 160%; }
.landingpage section {
  padding: 80px 0; }
.landingpage .landingpage-header {
  padding: 20px 0 120px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAIAAAC1nk4lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTg2QUJBMTJGMDlCMTFFMzhCOEJEMDg0RUMwM0U0NzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTg2QUJBMTNGMDlCMTFFMzhCOEJEMDg0RUMwM0U0NzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFODZBQkExMEYwOUIxMUUzOEI4QkQwODRFQzAzRTQ3MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFODZBQkExMUYwOUIxMUUzOEI4QkQwODRFQzAzRTQ3MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl7RtjkAAAxqSURBVHjaZFoLluW4CgPn7mXmvP0vr2OejSQgPVWnq6tyE9v8hID4v//8zyzM3N3M1vl63z92/7YI/Ay3+32+8oqfK3nr+ay+8Wlglft4/jvf+z5el7jm+Q4+YdgLi+Dxc3U5H8zP1/n/bJt33BWW4ym//87X3oH1z4VzrLxj4SOcOJfIA8TGIcyfc7FWwKcUg/+ftVLCwPnOHm/Ee345fy4sf/faeeC4+1qd2Gp3rnVPQOHy9vxaeWUHnz9HOL9DmPMfDndXyGPgaagKv6/76fmxrjxBAe45YS3tDeHuvjttda107QxNpy7uPSsNC2U4jGn2y0uWUj5OPWxaTKKV+ewu8dJJ9rmy5Q50m9TmNV9uu/JYmzrLfynylcet3A+f5dZ7G1SRMkGTz/O876a7pr8t5wZQKBZa8kiKDc3AlDSxvq535lPv3Y8PXbF91W2BAIBo6Sdm7dE4DXxj3uP5EYNq+MpZatGBFYxYPcqOjDzGUDrJeWTBfPg9zZpW4l7nyqNj6XwbjpQrQHhEUq55z5Gu3TIMM+/7rMeQE4EJj1l2gsMoIpaWx0f5SSs7KuCOVd9UbHrlgu6pxQpE+A5D6hp9yYCOk1F9wIu18n6T6xrRAO5lNCg98myPKKCrGGOrQ3dAlX4Q6DKAzgbH/3a6b+JU6v74zlo/Xw/MeUxx3BQbnWfPplLHrvWPVMGdzuU37pGAXQtQlbBC7OF9iESt63W0NNYqr76xb2/+Hz6kgZh1LOpSFoCbLuxBHduNNuB33pYbwa+IpkcMhPuxwsGBc+Dn/nL/PP51IIW2u+IduLBGn3b6lHAdKwfDAsYAOFrjwz44dqx9FHpOnjh5rVGZwqQeyFnrQGS6rhcoG13lAscOneRj+0LHACakwmiy9LkMLCQoK4w3BmVi9gGWP+91BiGb8o4Nl6M34zAVxPev5Vt5BVufv37Hn5jDonKtgBkx7AjWJQBiQG5myAyAXMCdKQnRtph56SAC2nmdGXXum8ipCA4l/378PLsXl9MzMVNJwkGedUHfQB8lIK6WULjlMUjLBDVqSxCEo7x713VvfMk0kVG2lKQVQsjFTM/n+1eGSOs8SLpKuRU0sFEcGeRI5QeCDxnHkwIgYhBo4AtIQ5CHaxeUpviLsFirC73g2KmonUH1i7KBYkhJiN7A7dPlCkxg0b2jiERJ/hF4wOSF6kQ5p0miRI/4uLgI5iqx6mAAuN8wEDJAFBoUq2wx8nLieieXIqvFJUb+Th+WhOWoCwxTaahosHhBawpWyhAPaXavKJoT4CuMfXjt3+SwCWJUpHfsmvBoEfltMGkH/XYrOJ/eQbJAWmY2qTlzs4ABPp2CLphPCjv7vZPQ4y5Qa9wmHCXZT98t7BON9OGmvZQNZhJCpJ0oZEgQwSJhu30Q8FDR8+9XTBVaLhV4W/h+BBBhlkrDQWW0JvJQcSPJdvn3EkApZR717HudOhG6+KwbKiLKczrwz6FHHTR8q3y0XTqk3m0wBZExvytlMCsiGpynv2HfBVKkxQr1BGpKjOToriwsFuU7t3rh4wym6Z+st7z1gMMscS3UMmX4YfWY2kOgIIHs9KrCO2qiHTIrDOrSZUasJDwlUNpPPH9lDC1lkAWUgN6QiBpYu3Diad9bhnlRJcR4HuPqJ13rLp4itJWRT73RNiqS9yCxZbxDYM5iyZmXFz54c9YZMKp7ESLi51t+V7RmrqOnmBrN+hF6bkgV3lVjSy5PEy8EJSSI/VixxuuXHL6ZBLyLvwCrFDLsfSs2VFbliQqfAhsWkbequJYDo4AoQW9nAcgiv4Iujwg5VyZBwTkrXaSQHzwVgeauVkaHRddMELVrQR9l6UgqXIoFauuvkohVxeelzg8W7qTeTMohrquWAcjJaL5MBBB5GgZnM4SGZlb6pAkJ3wmckTCKA2bt8krriqGerVNBCretZtL9c90ADhWtne+iIJlpMoXYGe8V//7tEsFNh+gx6acKI+Jg3/PJ4RmvFY8ozUTW6yHU0krJTlICtaCIrAaKCfvUAIn4FIhiRdCoegZ7BNQe7uaKqi4KLov05mCdt0cz7ZZXvtRXKqdRDYJ6WCpUhV9oTXfyEfirUiZlZK8sktP6p6xq6IzKwHx8VKeNeB1F2MibQmCVHauaeqzEOhr+pjs+O3ZJArfoq2wK+auRiRugURhkje5Moo0vdWAqryETncOeovRXjYAKOyqGleBouin8I4sIpoZj0HeXDEFAHXZrkLDqThYPKabAMlySsBnRpZhnG5HYt5rGD/zP9Br+xYUudZGrsld0KlZj96ElZE6J9/zwKclo4nT1YM14YWxAAuFyeVNb6U59D/uYA6XRq7YPwVVtaiWByr3o0nz9r1MTUz5O4NZA4U02qiT9D49RO7eUcp1ns9GDtguRE43L2xxprmaAPFc6Zb4wdvrWQ0aA9BRCTPAecqZNl5vVnaJcVUzxGgBxdNIts/wQBNlLdY+RANQzYlAW5MVwqO48dXM12t7CSFe57IXv8XdXZpST50jgDW7LZ8QbMXxZ6VIo280NtQbRNBltpC5DvUsSH/VFzQNGCH4bgjPRtohRfXAsRXrtkwn55R6q9WfdorTo7n81bYv2jU5KfNrjrO5WPr6se1nVc9mdpeNbgQEoOjpC1VxhUc4n2GusKc5HE6sSdvWr1iAi0ROVogoPqHl82wLMOONoSmQeytIsbEGE6IorME7Ylf6CdfN/dNh5rqh6dAclZrNPZWE4u1HFsaymO0hYlYrVqR1VfTDPVetkMyt5bSdqlawVfKi6bFtpnRhyF91ZmAwqPOrQuhB0za3cQdvhdGi2I4WQhCkLICeUvs2qS61kmaMFxf1t8/6QY6uXWiEyuucX+5DbVQmErMqDdmEjJCfBt2a5ajx0IHe5k3UGZi35VDYASCXSxItoeID1VCpofg5yWKfX1JDwmcByVtkoB3sIMPqzoFlWHVeGUf2e8HoV9Kw14I/1+c52MKAcHU9J/Fbs7juYjZ+NyuPb8JCJzcckirlnj3qksjHYVWSPvjHM1emjSYWQebDokZTmYbOC7tEC1YyM8evax2futVpIlTt52OhBZkwsY4e7zVWdKjK9miZZJwEuDrJVHtXmY+TdYp7sgTdcer9mVWQNpQyLXQ18CYfpWSbYKH480ltUVhONYxvoL5p8fuSQhdbdJHFgSGTV6JgEp4GEvfPLL8maD3ju1Drr500cuFKs1tcDT06lvCMBCmpsRGLyExy7sIwl1fplH+qd/hBe5l+Y3aj311yoS8sivjWV89WteRRjuJl1mk86bZpBmWYzn0dmZqnGSA1F/dMk/hRyonjZy7uOtUMZZc0chuZi3rgqc0HlnLKdWJbO0We87fqtG/yRhu5oS0y4ZxMLfdrrG3+KF0hrKz3gGwZV2J7Hrm6A/FV4ds0/pmw3URUe+5xEjazZ7Up5l2ph4xauQTC0y5JcgvY0erQemlcFCZPVlO328qwi74mO6V388lzPFXdV8+VWi3m7bHUOuD232UlybLy30TwQY7H9ecElQTNUgyGb7lr5V40ivMVRkrFFm6UqnOPODZYXc5/l2YdpqI96KzEBM/odMTBYYxpS5NHbGmM4Ekgbra5gYNY0pPP3vfgn9kvfDR+TJky/h1ZGD2++DnOnwIk0eq0m7K8pv8jWFifsIcndou+eFMPq3R7ksB78G19B2HyVpnhRdXWq3egaQH1mddnA3vdVgwtlG9xj5zgCZVm0eI2MTB7aQu3wrjLObmgg0fSz1wUnOx89z2MfckOJ9QbB+uCRfYq/pPuvq5V8Xwo5q81Bno8S+NuaAYofjanpuO4QnvP9vaK62ewlcwQF9+2BIgfdjaY1HxgDEYqmpkhqZgdf08rvGg41sMRntY8brGLRVXZeE/4qy4PEdcMIUZ9ZqsZLkARLXVv77qG6jwY4B4QbaH1fYVnIOHt03/enSdkd4Mhdds6TXmiE7zDx3ZOc94D4jtGERqvKBD5e9hij2K5Ni2rVIEtA5awUbQ7Jrd4jmZRYjTgGoF5FU8diVH09GwfT3t3dMkWhV6Zy4wCWWMZOSPfKvsPMeDde+8k02W1A6zdyxA05r4e+rOMk9P5cAd9a/bbZDXadIOplK9Mw90sMWDHungQXWo03zGSceiWgXmNa7HEBClrfKLQKpCJdRTZfhUuryrvyXLwS5dZk69PmiFZkUa0um3xp+Ic+5uNNJzB99CqOgVoIJFgehc9nyqehVOTbGbjz/wIMACl6raHTLSjVAAAAAElFTkSuQmCC);
  background-color: #333; }
  @media (max-width: 768px) {
    .landingpage .landingpage-header {
      text-align: center; } }
  .landingpage .landingpage-header .landingpage-cta {
    padding-top: 280px;
    font-size: 32px;
    color: white; }
    @media (max-width: 768px) {
      .landingpage .landingpage-header .landingpage-cta {
        padding-top: 20px; } }
    .landingpage .landingpage-header .landingpage-cta h1 {
      font-weight: 400;
      margin-bottom: 30px; }
      .landingpage .landingpage-header .landingpage-cta h1 span {
        font-size: inherit;
        font-weight: 700; }
.landingpage .landingpage-introduction {
  text-align: center; }
.landingpage .landingpage-featured {
  padding: 80px 0 20px 0; }
  .landingpage .landingpage-featured p {
    text-align: right;
    margin: 30px 0 0 0; }
    @media (max-width: 768px) {
      .landingpage .landingpage-featured p {
        text-align: left;
        margin: 10px 0 0 0; } }
    .landingpage .landingpage-featured p a {
      font-weight: 700;
      font-size: 15px; }
@media (max-width: 768px) {
  .landingpage .landingpage-concept h3 {
    text-align: left; } }
.landingpage .landingpage-concept h4 {
  margin-top: 40px; }

/*

pushy is the offcanvas module.
Everything that relates to the behavior from desktop to mobile navigation is located
in this file. Even how the html, body is reacting cause of this.

*/
html, body {
  overflow-x: hidden;
  /* prevents horizontal scroll bars */
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */ }

/* Container */
#container {
  position: relative; }

/* Desktop nav behavior */
@media screen and (max-width: 979px) {
  .navbar .btn-navbar {
    display: none; } }

@media screen and (max-width: 979px) {
  .nav-collapse {
    display: none; } }

/* Menu Button */
.menu-btn {
  display: none;
  float: right;
  padding: 30px 10px 20px 20px;
  word-spacing: 7px;
  font-size: 16px;
  color: #333;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 979px) {
    .menu-btn {
      display: block; } }
  .menu-btn:hover {
    color: #333;
    text-decoration: none; }

.page-id-1708 .menu-btn {
  color: #333; }
  .page-id-1708 .menu-btn:hover {
    color: #333;
    text-decoration: none; }

/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #272727;
  font-size: 0.9em;
  font-weight: bold;
  -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }

/* Menu Movement */
.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container-push, .push-push {
  -webkit-transform: translate3d(-120px, 0, 0);
  -moz-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0); }

/* Menu Transitions */
.pushy, #container, .push {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -moz-transition: -moz-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

/* Site Overlay */
.site-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
  -ms-pointer-events: none; }

.pushy-active .site-overlay {
  z-index: 99;
  background-color: #1A1A1A;
  opacity: 0.8;
  pointer-events: auto;
  -ms-pointer-events: auto; }

/* Example Media Query */
.pushy {
  display: none; }

@media screen and (max-width: 979px) {
  .pushy {
    display: block; } }
.pushy-user {
  text-align: center;
  padding: 30px 15px 5px 15px;
  background-color: #222; }
  .pushy-user .profile-img {
    border-radius: 999px;
    width: 60px;
    height: auto; }
  .pushy-user h5.name {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 13px; }
  .pushy-user .myGames {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ccc;
    text-decoration: underline; }

.pushy #logoutsocial {
  text-align: center;
  border-color: #4b4b4b !important;
  color: #4b4b4b !important;
  background-color: transparent !important;
  position: absolute;
  bottom: 15px;
  width: 170px;
  left: 15px; }
  .pushy #logoutsocial .caret {
    display: none; }
.pushy .menu-main-container .nav li a {
  padding: 15px;
  color: #ccc;
  border-bottom: 1px solid #222;
  font-size: 14px; }
.pushy .menu-main-container .nav li:last-of-type a {
  border-bottom: none; }

/* body */
body {
  background-color: #f8f8f8 !important; }

/* nav */
.nav-collapse {
  margin-top: 20px  !important; }

.navbar-inverse {
  border-top: 0 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #ccc !important; }

.navbar .brand img {
  width: 115px !important;
  height: auto !important;
  margin: 19px 0 0 0 !important; }

.navbar-inverse .nav {
  float: left !important; }

.navbar-inverse .nav > li > a {
  color: #999 !important;
  font-weight: 600 !important; }

.navbar-inverse .nav > li > a span:hover {
  color: #333 !important; }

.navbar-inverse .nav > li > a span {
  font-size: 13px !important; }

.page-id-1431 .navbar-inverse .nav > li:first-of-type > a span {
  color: #2f9bff !important; }

.page-id-190 .navbar-inverse .nav > li:nth-child(3) > a span {
  color: #2f9bff !important; }

.page-id-1810 .navbar-inverse .nav > li:nth-child(2) > a span {
  color: #2f9bff !important; }

.page-id-1654 .navbar-inverse .nav > li:nth-child(4) > a span {
  color: #2f9bff !important; }

/* nav right links */
.header_buttons .login-top.btn {
  display: inline-block !important;
  margin-top: -8px !important;
  padding: 8px 16px !important;
  border: none !important;
  background-image: none !important;
  background-color: #0EDF89 !important;
  text-shadow: 0 0 0 !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased !important; }

.header_buttons .login-top.login-start {
  color: #999 !important; }
  .header_buttons .login-top.login-start:hover {
    color: #333 !important; }

#header-searchform {
  background-color: transparent !important;
  border: 1px solid #ccc !important; }

#header-s {
  border-radius: 99px !important; }

#header-searchform input {
  color: #ccc !important;
  -webkit-transition: width linear .2s !important;
  -moz-transition: width linear .2s !important;
  -ms-transition: width linear .2s !important;
  -o-transition: width linear .2s !important;
  transition: width linear .2s !important; }

#header-searchform input:focus {
  border-radius: 99px !important;
  background-color: #fff !important;
  margin-left: 0px !important;
  color: #333 !important; }

/* inmenu */
.inmenu.header-user img {
  border-radius: 99px !important;
  padding: 0 !important;
  overflow: hidden !important;
  margin-left: 0 !important; }

.inmenu #userMenu {
  color: #999 !important; }

.inmenu #userMenu + .login-start {
  color: #333 !important; }

/* dropdown */
.navbar .nav.dropdown-menu {
  border-top: 0 !important;
  padding-top: 20px !important; }

.navbar .nav.dropdown-menu > li {
  border-bottom: 0 !important;
  border: 1px solid #ccc !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important; }

.navbar .nav.dropdown-menu > li:last-of-type {
  border-bottom-width: 1px !important; }

.navbar .nav.dropdown-menu > li a {
  border-bottom: 0 !important;
  background-color: white !important;
  -webkit-transition: linear .0s !important;
  -moz-transition: linear .0s !important;
  -ms-transition: linear .0s !important;
  -o-transition: linear .0s !important;
  transition: linear .0s !important; }

.navbar .nav.dropdown-menu a:hover {
  background: #e7edf4 !important; }

/* page content */
/* Title */
.page-title h1 {
  margin: 30px 0 5px !important;
  font-size: 27px !important; }

.page-title h1 .thin {
  font-weight: 100 !important;
  font-size: 100% !important;
  -webkit-font-smoothing: antialiased !important; }

.page-title h1 + p {
  margin-bottom: 47px;
  font-size: 16px !important;
  color: #777 !important;
  -webkit-font-smoothing: antialiased !important; }

/* selecto */
.droppy {
  text-align: right !important; }

@media (min-width: 1200px) {
  .droppy {
    width: 95.9% !important;
    padding-bottom: 15px !important; } }
.all-projects.blog.container {
  padding-top: 0 !important; }

/* cards */
.pb-container {
  box-shadow: 0 0 0 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  margin-bottom: 30px !important;
  border: 1px solid #dee1e5 !important; }

.pb-image {
  padding: 0 !important; }

.pbuser {
  display: none !important; }

.pb-title span {
  color: #888 !important;
  font-size: 13px !important;
  font-weight: normal !important; }

.progress {
  border-radius: 10px !important;
  height: 14px !important;
  background: #e7edf4 !important;
  box-shadow: 0 0 !important; }

.progress .bar {
  background-color: #16f197 !important; }

.pb-summary, .pb-saved .pb-summary {
  background-color: #f9fafa !important;
  border-top: 1px solid #dee1e5 !important;
  padding: 0px 10px 0px 10px !important; }

.pb-summary h4 {
  color: #8a98a6 !important;
  font-size: 13px !important; }

.pb-summary h4 span {
  font-size: 10px !important;
  font-weight: 400 !important; }

.pb-sreach, .pb-funded, .pb-left {
  width: 33.33333% !important;
  margin: 0 !important;
  min-width: 0 !important; }

.completed .pb-left h4 {
  color: #16f197 !important; }

.expired .pb-left h4 {
  color: #da514d !important; }

.btn.btn-support {
  background-image: none;
  box-shadow: 0 0;
  border-radius: 5px;
  border: none;
  background-color: #16f197;
  text-shadow: 0 0;
  color: #fff;
  font-family: helvetica neue;
  -webkit-font-smoothing: antialiased;
  margin-left: 15px;
  font-size: 16px;
  line-height: 1.1;
  padding: 11px 20px; }

.btn.btn-support span {
  font-size: 13px;
  color: #C9B4DA; }

.full-width-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  padding: 15px 0;
  background-color: #fff; }

#copylink {
  display: inline-block;
  width: auto;
  border: 0px;
  vertical-align: middle;
  padding: 10px 0 6px 10px; }

.sub-campaign select {
  width: 100%;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 10px !important;
  background-color: #fff;
  line-height: 22px;
  height: 45px; }

.button-medium, .button-small, .button-big {
  box-shadow: 0 0 !important; }

.ccounter {
  float: left !important;
  display: block !important;
  padding: 0px 8px 0px 8px !important;
  margin-top: -1px !important;
  margin-left: -5px !important;
  margin-right: 5px !important;
  border-radius: 2px !important;
  font-size: 10px !important;
  background: #999999 !important;
  font-weight: bold !important;
  color: #fff !important; }

.my-campaigns-page .span4 {
  height: auto; }

#toTop {
  display: none !important; }
