@charset "UTF-8";
/**
 *
 * Copyright (C) 2015 psoares.bj@gmail.com @ Emogis
 *
 */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  /* opacity .8 */
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-plus:before {
  content: '\2b'; }

/* '+' */
.icon-minus:before {
  content: '\2d'; }

/* '-' */
.icon-info:before {
  content: '\2139'; }

/* 'ℹ' */
.icon-left-thin:before {
  content: '\2190'; }

/* '←' */
.icon-up-thin:before {
  content: '\2191'; }

/* '↑' */
.icon-right-thin:before {
  content: '\2192'; }

/* '→' */
.icon-down-thin:before {
  content: '\2193'; }

/* '↓' */
.icon-level-up:before {
  content: '\21b0'; }

/* '↰' */
.icon-level-down:before {
  content: '\21b3'; }

/* '↳' */
.icon-switch:before {
  content: '\21c6'; }

/* '⇆' */
.icon-infinity:before {
  content: '\221e'; }

/* '∞' */
.icon-plus-squared:before {
  content: '\229e'; }

/* '⊞' */
.icon-minus-squared:before {
  content: '\229f'; }

/* '⊟' */
.icon-home:before {
  content: '\2302'; }

/* '⌂' */
.icon-keyboard:before {
  content: '\2328'; }

/* '⌨' */
.icon-erase:before {
  content: '\232b'; }

/* '⌫' */
.icon-pause:before {
  content: '\2389'; }

/* '⎉' */
.icon-fast-forward:before {
  content: '\23e9'; }

/* '⏩' */
.icon-fast-backward:before {
  content: '\23ea'; }

/* '⏪' */
.icon-to-end:before {
  content: '\23ed'; }

/* '⏭' */
.icon-to-start:before {
  content: '\23ee'; }

/* '⏮' */
.icon-hourglass:before {
  content: '\23f3'; }

/* '⏳' */
.icon-stop:before {
  content: '\25a0'; }

/* '■' */
.icon-up-dir:before {
  content: '\25b4'; }

/* '▴' */
.icon-play:before {
  content: '\25b6'; }

/* '▶' */
.icon-right-dir:before {
  content: '\25b8'; }

/* '▸' */
.icon-down-dir:before {
  content: '\25be'; }

/* '▾' */
.icon-left-dir:before {
  content: '\25c2'; }

/* '◂' */
.icon-adjust:before {
  content: '\25d1'; }

/* '◑' */
.icon-cloud:before {
  content: '\2601'; }

/* '☁' */
.icon-star:before {
  content: '\2605'; }

/* '★' */
.icon-star-empty:before {
  content: '\2606'; }

/* '☆' */
.icon-cup:before {
  content: '\2615'; }

/* '☕' */
.icon-menu:before {
  content: '\2630'; }

/* '☰' */
.icon-moon:before {
  content: '\263d'; }

/* '☽' */
.icon-heart-empty:before {
  content: '\2661'; }

/* '♡' */
.icon-heart:before {
  content: '\2665'; }

/* '♥' */
.icon-note:before {
  content: '\266a'; }

/* '♪' */
.icon-note-beamed:before {
  content: '\266b'; }

/* '♫' */
.icon-layout:before {
  content: '\268f'; }

/* '⚏' */
.icon-flag:before {
  content: '\2691'; }

/* '⚑' */
.icon-tools:before {
  content: '\2692'; }

/* '⚒' */
.icon-cog:before {
  content: '\2699'; }

/* '⚙' */
.icon-attention:before {
  content: '\26a0'; }

/* '⚠' */
.icon-flash:before {
  content: '\26a1'; }

/* '⚡' */
.icon-record:before {
  content: '\26ab'; }

/* '⚫' */
.icon-cloud-thunder:before {
  content: '\26c8'; }

/* '⛈' */
.icon-tape:before {
  content: '\2707'; }

/* '✇' */
.icon-flight:before {
  content: '\2708'; }

/* '✈' */
.icon-mail:before {
  content: '\2709'; }

/* '✉' */
.icon-pencil:before {
  content: '\270e'; }

/* '✎' */
.icon-feather:before {
  content: '\2712'; }

/* '✒' */
.icon-check:before {
  content: '\2713'; }

/* '✓' */
.icon-cancel:before {
  content: '\2715'; }

/* '✕' */
.icon-cancel-circled:before {
  content: '\2716'; }

/* '✖' */
.icon-cancel-squared:before {
  content: '\274e'; }

/* '❎' */
.icon-help:before {
  content: '\2753'; }

/* '❓' */
.icon-quote:before {
  content: '\275e'; }

/* '❞' */
.icon-plus-circled:before {
  content: '\2795'; }

/* '➕' */
.icon-minus-circled:before {
  content: '\2796'; }

/* '➖' */
.icon-right:before {
  content: '\27a1'; }

/* '➡' */
.icon-direction:before {
  content: '\27a2'; }

/* '➢' */
.icon-forward:before {
  content: '\27a6'; }

/* '➦' */
.icon-ccw:before {
  content: '\27f2'; }

/* '⟲' */
.icon-cw:before {
  content: '\27f3'; }

/* '⟳' */
.icon-left:before {
  content: '\2b05'; }

/* '⬅' */
.icon-up:before {
  content: '\2b06'; }

/* '⬆' */
.icon-down:before {
  content: '\2b07'; }

/* '⬇' */
.icon-list-add:before {
  content: '\e003'; }

/* '' */
.icon-list:before {
  content: '\e005'; }

/* '' */
.icon-left-bold:before {
  content: '\e4ad'; }

/* '' */
.icon-right-bold:before {
  content: '\e4ae'; }

/* '' */
.icon-up-bold:before {
  content: '\e4af'; }

/* '' */
.icon-down-bold:before {
  content: '\e4b0'; }

/* '' */
.icon-user-add:before {
  content: '\e700'; }

/* '' */
.icon-help-circled:before {
  content: '\e704'; }

/* '' */
.icon-info-circled:before {
  content: '\e705'; }

/* '' */
.icon-eye:before {
  content: '\e70a'; }

/* '' */
.icon-tag:before {
  content: '\e70c'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e711'; }

/* '' */
.icon-reply:before {
  content: '\e712'; }

/* '' */
.icon-reply-all:before {
  content: '\e713'; }

/* '' */
.icon-code:before {
  content: '\e714'; }

/* '' */
.icon-export:before {
  content: '\e715'; }

/* '' */
.icon-print:before {
  content: '\e716'; }

/* '' */
.icon-retweet:before {
  content: '\e717'; }

/* '' */
.icon-comment:before {
  content: '\e718'; }

/* '' */
.icon-chat:before {
  content: '\e720'; }

/* '' */
.icon-vcard:before {
  content: '\e722'; }

/* '' */
.icon-address:before {
  content: '\e723'; }

/* '' */
.icon-location:before {
  content: '\e724'; }

/* '' */
.icon-map:before {
  content: '\e727'; }

/* '' */
.icon-compass:before {
  content: '\e728'; }

/* '' */
.icon-trash:before {
  content: '\e729'; }

/* '' */
.icon-doc:before {
  content: '\e730'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e731'; }

/* '' */
.icon-docs:before {
  content: '\e736'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e737'; }

/* '' */
.icon-archive:before {
  content: '\e738'; }

/* '' */
.icon-rss:before {
  content: '\e73a'; }

/* '' */
.icon-share:before {
  content: '\e73c'; }

/* '' */
.icon-basket:before {
  content: '\e73d'; }

/* '' */
.icon-shareable:before {
  content: '\e73e'; }

/* '' */
.icon-login:before {
  content: '\e740'; }

/* '' */
.icon-logout:before {
  content: '\e741'; }

/* '' */
.icon-volume:before {
  content: '\e742'; }

/* '' */
.icon-resize-full:before {
  content: '\e744'; }

/* '' */
.icon-resize-small:before {
  content: '\e746'; }

/* '' */
.icon-popup:before {
  content: '\e74c'; }

/* '' */
.icon-publish:before {
  content: '\e74d'; }

/* '' */
.icon-window:before {
  content: '\e74e'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e74f'; }

/* '' */
.icon-chart-pie:before {
  content: '\e751'; }

/* '' */
.icon-language:before {
  content: '\e752'; }

/* '' */
.icon-air:before {
  content: '\e753'; }

/* '' */
.icon-database:before {
  content: '\e754'; }

/* '' */
.icon-drive:before {
  content: '\e755'; }

/* '' */
.icon-bucket:before {
  content: '\e756'; }

/* '' */
.icon-thermometer:before {
  content: '\e757'; }

/* '' */
.icon-down-circled:before {
  content: '\e758'; }

/* '' */
.icon-left-circled:before {
  content: '\e759'; }

/* '' */
.icon-right-circled:before {
  content: '\e75a'; }

/* '' */
.icon-up-circled:before {
  content: '\e75b'; }

/* '' */
.icon-down-open:before {
  content: '\e75c'; }

/* '' */
.icon-left-open:before {
  content: '\e75d'; }

/* '' */
.icon-right-open:before {
  content: '\e75e'; }

/* '' */
.icon-up-open:before {
  content: '\e75f'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e760'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e761'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e762'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e763'; }

/* '' */
.icon-down-open-big:before {
  content: '\e764'; }

/* '' */
.icon-left-open-big:before {
  content: '\e765'; }

/* '' */
.icon-right-open-big:before {
  content: '\e766'; }

/* '' */
.icon-up-open-big:before {
  content: '\e767'; }

/* '' */
.icon-progress-0:before {
  content: '\e768'; }

/* '' */
.icon-progress-1:before {
  content: '\e769'; }

/* '' */
.icon-progress-2:before {
  content: '\e76a'; }

/* '' */
.icon-progress-3:before {
  content: '\e76b'; }

/* '' */
.icon-back-in-time:before {
  content: '\e771'; }

/* '' */
.icon-network:before {
  content: '\e776'; }

/* '' */
.icon-inbox:before {
  content: '\e777'; }

/* '' */
.icon-install:before {
  content: '\e778'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e788'; }

/* '' */
.icon-mouse:before {
  content: '\e789'; }

/* '' */
.icon-dot:before {
  content: '\e78b'; }

/* '' */
.icon-dot-2:before {
  content: '\e78c'; }

/* '' */
.icon-dot-3:before {
  content: '\e78d'; }

/* '' */
.icon-suitcase:before {
  content: '\e78e'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e790'; }

/* '' */
.icon-flow-branch:before {
  content: '\e791'; }

/* '' */
.icon-flow-tree:before {
  content: '\e792'; }

/* '' */
.icon-flow-line:before {
  content: '\e793'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e794'; }

/* '' */
.icon-brush:before {
  content: '\e79a'; }

/* '' */
.icon-paper-plane:before {
  content: '\e79b'; }

/* '' */
.icon-magnet:before {
  content: '\e7a1'; }

/* '' */
.icon-gauge:before {
  content: '\e7a2'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e7a3'; }

/* '' */
.icon-cc:before {
  content: '\e7a5'; }

/* '' */
.icon-cc-by:before {
  content: '\e7a6'; }

/* '' */
.icon-cc-nc:before {
  content: '\e7a7'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e7a8'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e7a9'; }

/* '' */
.icon-cc-sa:before {
  content: '\e7aa'; }

/* '' */
.icon-cc-nd:before {
  content: '\e7ab'; }

/* '' */
.icon-cc-pd:before {
  content: '\e7ac'; }

/* '' */
.icon-cc-zero:before {
  content: '\e7ad'; }

/* '' */
.icon-cc-share:before {
  content: '\e7ae'; }

/* '' */
.icon-cc-remix:before {
  content: '\e7af'; }

/* '' */
.icon-github:before {
  content: '\f300'; }

/* '' */
.icon-github-circled:before {
  content: '\f301'; }

/* '' */
.icon-flickr:before {
  content: '\f303'; }

/* '' */
.icon-flickr-circled:before {
  content: '\f304'; }

/* '' */
.icon-vimeo:before {
  content: '\f306'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\f307'; }

/* '' */
.icon-twitter:before {
  content: '\f309'; }

/* '' */
.icon-twitter-circled:before {
  content: '\f30a'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
.icon-facebook-circled:before {
  content: '\f30d'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f30e'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
.icon-gplus-circled:before {
  content: '\f310'; }

/* '' */
.icon-pinterest:before {
  content: '\f312'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f313'; }

/* '' */
.icon-tumblr:before {
  content: '\f315'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\f316'; }

/* '' */
.icon-linkedin:before {
  content: '\f318'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\f319'; }

/* '' */
.icon-dribbble:before {
  content: '\f31b'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\f31c'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f31e'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\f31f'; }

/* '' */
.icon-lastfm:before {
  content: '\f321'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\f322'; }

/* '' */
.icon-rdio:before {
  content: '\f324'; }

/* '' */
.icon-rdio-circled:before {
  content: '\f325'; }

/* '' */
.icon-spotify:before {
  content: '\f327'; }

/* '' */
.icon-spotify-circled:before {
  content: '\f328'; }

/* '' */
.icon-qq:before {
  content: '\f32a'; }

/* '' */
.icon-instagram:before {
  content: '\f32d'; }

/* '' */
.icon-dropbox:before {
  content: '\f330'; }

/* '' */
.icon-evernote:before {
  content: '\f333'; }

/* '' */
.icon-flattr:before {
  content: '\f336'; }

/* '' */
.icon-skype:before {
  content: '\f339'; }

/* '' */
.icon-skype-circled:before {
  content: '\f33a'; }

/* '' */
.icon-renren:before {
  content: '\f33c'; }

/* '' */
.icon-sina-weibo:before {
  content: '\f33f'; }

/* '' */
.icon-paypal:before {
  content: '\f342'; }

/* '' */
.icon-picasa:before {
  content: '\f345'; }

/* '' */
.icon-soundcloud:before {
  content: '\f348'; }

/* '' */
.icon-mixi:before {
  content: '\f34b'; }

/* '' */
.icon-behance:before {
  content: '\f34e'; }

/* '' */
.icon-google-circles:before {
  content: '\f351'; }

/* '' */
.icon-vkontakte:before {
  content: '\f354'; }

/* '' */
.icon-smashing:before {
  content: '\f357'; }

/* '' */
.icon-db-shape:before {
  content: '\f600'; }

/* '' */
.icon-sweden:before {
  content: '\f601'; }

/* '' */
.icon-logo-db:before {
  content: '\f603'; }

/* '' */
.icon-picture:before {
  content: '🌄'; }

/* '\1f304' */
.icon-globe:before {
  content: '🌎'; }

/* '\1f30e' */
.icon-leaf:before {
  content: '🍂'; }

/* '\1f342' */
.icon-graduation-cap:before {
  content: '🎓'; }

/* '\1f393' */
.icon-mic:before {
  content: '🎤'; }

/* '\1f3a4' */
.icon-palette:before {
  content: '🎨'; }

/* '\1f3a8' */
.icon-ticket:before {
  content: '🎫'; }

/* '\1f3ab' */
.icon-video:before {
  content: '🎬'; }

/* '\1f3ac' */
.icon-target:before {
  content: '🎯'; }

/* '\1f3af' */
.icon-music:before {
  content: '🎵'; }

/* '\1f3b5' */
.icon-trophy:before {
  content: '🏆'; }

/* '\1f3c6' */
.icon-thumbs-up:before {
  content: '👍'; }

/* '\1f44d' */
.icon-thumbs-down:before {
  content: '👎'; }

/* '\1f44e' */
.icon-bag:before {
  content: '👜'; }

/* '\1f45c' */
.icon-user:before {
  content: '👤'; }

/* '\1f464' */
.icon-users:before {
  content: '👥'; }

/* '\1f465' */
.icon-lamp:before {
  content: '💡'; }

/* '\1f4a1' */
.icon-alert:before {
  content: '💥'; }

/* '\1f4a5' */
.icon-water:before {
  content: '💦'; }

/* '\1f4a6' */
.icon-droplet:before {
  content: '💧'; }

/* '\1f4a7' */
.icon-credit-card:before {
  content: '💳'; }

/* '\1f4b3' */
.icon-monitor:before {
  content: '💻'; }

/* '\1f4bb' */
.icon-briefcase:before {
  content: '💼'; }

/* '\1f4bc' */
.icon-floppy:before {
  content: '💾'; }

/* '\1f4be' */
.icon-cd:before {
  content: '💿'; }

/* '\1f4bf' */
.icon-folder:before {
  content: '📁'; }

/* '\1f4c1' */
.icon-doc-text:before {
  content: '📄'; }

/* '\1f4c4' */
.icon-calendar:before {
  content: '📅'; }

/* '\1f4c5' */
.icon-chart-line:before {
  content: '📈'; }

/* '\1f4c8' */
.icon-chart-bar:before {
  content: '📊'; }

/* '\1f4ca' */
.icon-clipboard:before {
  content: '📋'; }

/* '\1f4cb' */
.icon-attach:before {
  content: '📎'; }

/* '\1f4ce' */
.icon-bookmarks:before {
  content: '📑'; }

/* '\1f4d1' */
.icon-book:before {
  content: '📕'; }

/* '\1f4d5' */
.icon-book-open:before {
  content: '📖'; }

/* '\1f4d6' */
.icon-phone:before {
  content: '📞'; }

/* '\1f4de' */
.icon-megaphone:before {
  content: '📣'; }

/* '\1f4e3' */
.icon-upload:before {
  content: '📤'; }

/* '\1f4e4' */
.icon-download:before {
  content: '📥'; }

/* '\1f4e5' */
.icon-box:before {
  content: '📦'; }

/* '\1f4e6' */
.icon-newspaper:before {
  content: '📰'; }

/* '\1f4f0' */
.icon-mobile:before {
  content: '📱'; }

/* '\1f4f1' */
.icon-signal:before {
  content: '📶'; }

/* '\1f4f6' */
.icon-camera:before {
  content: '📷'; }

/* '\1f4f7' */
.icon-shuffle:before {
  content: '🔀'; }

/* '\1f500' */
.icon-loop:before {
  content: '🔁'; }

/* '\1f501' */
.icon-arrows-ccw:before {
  content: '🔄'; }

/* '\1f504' */
.icon-light-down:before {
  content: '🔅'; }

/* '\1f505' */
.icon-light-up:before {
  content: '🔆'; }

/* '\1f506' */
.icon-mute:before {
  content: '🔇'; }

/* '\1f507' */
.icon-sound:before {
  content: '🔊'; }

/* '\1f50a' */
.icon-battery:before {
  content: '🔋'; }

/* '\1f50b' */
.icon-search:before {
  content: '🔍'; }

/* '\1f50d' */
.icon-key:before {
  content: '🔑'; }

/* '\1f511' */
.icon-lock:before {
  content: '🔒'; }

/* '\1f512' */
.icon-lock-open:before {
  content: '🔓'; }

/* '\1f513' */
.icon-bell:before {
  content: '🔔'; }

/* '\1f514' */
.icon-bookmark:before {
  content: '🔖'; }

/* '\1f516' */
.icon-link:before {
  content: '🔗'; }

/* '\1f517' */
.icon-back:before {
  content: '🔙'; }

/* '\1f519' */
.icon-flashlight:before {
  content: '🔦'; }

/* '\1f526' */
.icon-chart-area:before {
  content: '🔾'; }

/* '\1f53e' */
.icon-clock:before {
  content: '🕔'; }

/* '\1f554' */
.icon-rocket:before {
  content: '🚀'; }

/* '\1f680' */
.icon-block:before {
  content: '🚫'; }

/* '\1f6ab' */
@font-face {
  font-family: "GothamBlack";
  src: url("../fonts/gotham/gotham-black.eot");
  src: url("../fonts/gotham/gotham-black.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-black.woff") format("woff"), url("../fonts/gotham/gotham-black.ttf") format("truetype"), url("../fonts/gotham/gotham-black.svg#GothamBlack") format("svg"); }

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/gotham/gotham-bold.eot");
  src: url("../fonts/gotham/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-bold.woff") format("woff"), url("../fonts/gotham/gotham-bold.ttf") format("truetype"), url("../fonts/gotham/gotham-bold.svg#GothamBold") format("svg"); }

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/gotham/gotham-medium.eot");
  src: url("../fonts/gotham/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-medium.woff") format("woff"), url("../fonts/gotham/gotham-medium.ttf") format("truetype"), url("../fonts/gotham/gotham-medium.svg#GothamMedium") format("svg"); }

@font-face {
  font-family: "GothamBook";
  src: url("../fonts/gotham/gotham-book.eot");
  src: url("../fonts/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-book.woff") format("woff"), url("../fonts/gotham/gotham-book.ttf") format("truetype"), url("../fonts/gotham/gotham-book.svg#GothamBook") format("svg"); }

@font-face {
  font-family: "GothamLight";
  src: url("../fonts/gotham/gotham-light.eot");
  src: url("../fonts/gotham/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-light.woff") format("woff"), url("../fonts/gotham/gotham-light.ttf") format("truetype"), url("../fonts/gotham/gotham-light.svg#GothamLight") format("svg"); }

@font-face {
  font-family: "GothamThin";
  src: url("../fonts/gotham/gotham-thin.eot");
  src: url("../fonts/gotham/gotham-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-thin.woff") format("woff"), url("../fonts/gotham/gotham-thin.ttf") format("truetype"), url("../fonts/gotham/gotham-thin.svg#GothamThin") format("svg"); }

h1,
h2,
h3,
h4,
h5,
h6,
h1 {
  font-family: "GothamBook";
  font-weight: normal;
  line-height: 1.2;
  color: #45bcdd;
  text-align: center; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  h1 small {
    line-height: 1;
    color: #006f8c; }
  h1.alt, h1.alt > a,
  h2.alt,
  h2.alt > a,
  h3.alt,
  h3.alt > a,
  h4.alt,
  h4.alt > a,
  h5.alt,
  h5.alt > a,
  h6.alt,
  h6.alt > a,
  h1.alt,
  h1.alt > a {
    color: #45bcdd; }
  h1.accent, h1.accent > a, .alt h1,
  h2.accent,
  h2.accent > a, .alt
  h2,
  h3.accent,
  h3.accent > a, .alt
  h3,
  h4.accent,
  h4.accent > a, .alt
  h4,
  h5.accent,
  h5.accent > a, .alt
  h5,
  h6.accent,
  h6.accent > a, .alt
  h6,
  h1.accent,
  h1.accent > a, .alt
  h1 {
    color: #fff; }

b {
  font-family: "GothamBold";
  font-weight: normal; }

strong {
  font-family: "GothamBlack";
  font-weight: normal; }

h1 {
  font-size: 60px;
  margin: auto;
  display: block; }
  h1.xxl {
    font-size: 120px; }

h2 {
  font-size: 49px;
  margin: auto;
  display: block; }

h3 {
  font-size: 39px;
  margin: auto;
  display: block; }

h4 {
  font-size: 24px;
  text-transform: inherit;
  line-height: 1.3; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

a {
  text-decoration: none;
  user-select: none;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    cursor: pointer; }

.ng-hide.ng-hide-add-active {
  display: block !important; }
  .ng-hide.ng-hide-add-active.ng-hide-inline {
    display: inline-block !important; }

.ps-fade.ng-hide-remove {
  animation: fadeIn 0.5s; }

.ps-fade.ng-hide-add {
  animation: fadeOut 0.5s; }

.ps-fade-down.ng-hide-remove {
  animation: fadeInDown 0.25s; }

.ps-fade-down.ng-hide-add {
  animation: fadeOutUp 0.25s; }

.ps-fade-up.ng-hide-remove {
  animation: fadeInUp 0.25s; }

.ps-fade-up.ng-hide-add {
  animation: fadeOutDown 0.25s; }

.ps-fade-left.ng-hide-remove {
  animation: fadeInLeft 0.25s; }

.ps-fade-left.ng-hide-add {
  animation: fadeOutLeft 0.25s; }

.ps-fade-right.ng-hide-remove {
  animation: fadeInRight 0.25s; }

.ps-fade-right.ng-hide-add {
  animation: fadeOutRight 0.25s; }

.ps-bounce-infinite {
  animation: bounceIn 1s;
  animation-iteration-count: infinite; }

html, body {
  padding: 0;
  margin: 0;
  font-family: "GothamBook";
  font-size: 16px;
  background-color: #dddddd;
  color: #404040;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

a {
  color: #006f8c; }
  a:hover, a:focus, a:link, a:visited, a:active {
    color: #006f8c; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

h1,
h2 {
  text-align: center;
  color: #006f8c; }
  .alt h1, .alt
  h2 {
    color: #fff; }

.ps-sub-heading,
.ps-intro {
  font-family: "GothamBold";
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.1; }

.ps-intro {
  color: #404040;
  margin: auto;
  display: block;
  font-size: 20px; }

.ps-text-sm {
  font-size: 14px !important; }

.ps-text-xxs {
  font-size: 10px !important; }

.ps-text-base {
  font-size: 16px !important; }

.ps-text-lg {
  font-size: 20px !important; }

.ps-black {
  font-family: "GothamBlack" !important;
  font-weight: normal; }

.ps-uppercase {
  text-transform: uppercase; }

.ps-lowercase {
  text-transform: lowercase; }

.ps-relative {
  position: relative; }

.ps-inline {
  display: inline-block; }

.ps-absolute {
  position: absolute; }

.ps-centered {
  left: 0;
  right: 0;
  margin: auto; }

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

.ps-right {
  right: 0; }

.ps-float-right {
  float: right; }

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

.ps-no-padding {
  padding: 0 !important; }

.ps-full-width {
  max-width: initial !important;
  min-width: initial !important;
  width: 100% !important; }

.ps-full-height {
  max-height: initial !important;
  min-height: initial !important;
  height: 100% !important; }

div[class^="ps-spacer-"],
div[class*=" ps-spacer-"],
.ps-spacer {
  display: block;
  width: 100%;
  margin: 0;
  clear: both; }

.ps-spacer-10 {
  height: 10px; }

.ps-spacer-20 {
  height: 20px; }

.ps-spacer-30 {
  height: 30px; }

.ps-spacer-40 {
  height: 40px; }

.ps-spacer-50 {
  height: 50px; }

.ps-spacer-60 {
  height: 60px; }

.ps-spacer-70 {
  height: 70px; }

.ps-spacer-80 {
  height: 80px; }

.ps-spacer-90 {
  height: 90px; }

.ps-spacer-100 {
  height: 100px; }

.ps-spacer-150 {
  height: 150px; }

.ps-primary,
.ps-brand-primary {
  color: #006f8c !important; }

.ps-secondary,
.ps-brand-secondary {
  color: #45bcdd !important; }

.ps-third,
.ps-brand-third {
  color: #a9a9a9 !important; }

.ps-accent,
.ps-brand-accent {
  color: #fff !important; }

.ps-green,
.ps-brand-green {
  color: #62a340 !important; }

.ps-blue,
.ps-brand-blue {
  color: #006f8c !important; }

.ps-yellow,
.ps-brand-yellow {
  color: #ead832 !important; }

.ps-orange,
.ps-brand-orange {
  color: #ef854b !important; }

.ps-red,
.ps-brand-red {
  color: #cc4025 !important; }

.ps-light-gray {
  color: #aaaaaa !important; }

.ps-bg-brand-primary,
.primary,
.ps-bg-primary {
  background-color: #006f8c !important; }

.ps-bg-brand-secondary,
.secondary,
.ps-bg-secondary {
  background-color: #45bcdd !important; }

.ps-bg-brand-third,
.third,
.ps-bg-third {
  background-color: #a9a9a9 !important; }

.ps-bg-brand-accent,
.ps-bg-accent {
  background-color: #fff !important; }

.ps-bg-brand-green,
.success,
.ps-bg-green {
  background-color: #62a340 !important; }

.ps-bg-brand-blue,
.info,
.ps-bg-blue {
  background-color: #006f8c !important; }

.ps-bg-brand-yellow,
.attention,
.ps-bg-yellow {
  background-color: #ead832 !important; }

.ps-bg-brand-orange,
.warning,
.ps-bg-orange {
  background-color: #ef854b !important; }

.ps-bg-brand-red,
.delete,
.error,
.danger,
.ps-bg-red {
  background-color: #cc4025 !important; }

.gray,
.default,
.ps-bg-gray {
  background-color: #404040 !important; }

.ps-bg-light-gray {
  background-color: #aaaaaa !important; }

.hidden {
  display: none !important; }

@media screen and (max-width: 480px) {
  .ps-hidden-xs {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 768px) {
  .ps-hidden-sm {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 992px) {
  .ps-hidden-md {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 1200px) {
  .ps-hidden-lg {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 1366px) {
  .ps-hidden-xl {
    display: none;
    visibility: hidden; } }

.ps-button {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #006f8c;
  border-color: #006f8c;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 0px;
  font-family: "GothamBold";
  text-align: center;
  outline: none;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ps-button:hover {
    color: #fff;
    background-color: #006f8c; }
  .ps-button.alt {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    .ps-button.alt:hover {
      color: #006f8c;
      background-color: #fff; }
  .ps-button.ps-sm {
    padding: 0 5px;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 14px; }
  .ps-button.ps-lg {
    padding: 0 20px;
    min-width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 16px; }

.ps-modal-wrapper {
  background-color: rgba(0, 111, 140, 0.9);
  overflow: hidden;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ps-modal-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .ps-modal-wrapper.active {
    visibility: visible;
    opacity: 1;
    overflow-y: auto; }
  .ps-modal-wrapper .ps-modal-outter-container {
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ps-modal-wrapper .ps-modal-outter-container.active {
      visibility: visible;
      opacity: 1;
      top: 0; }
  .ps-modal-wrapper .ps-modal {
    display: table-cell;
    vertical-align: middle; }
    .ps-modal-wrapper .ps-modal .ps-modal-container {
      display: block;
      overflow: auto;
      overflow-x: hidden;
      width: 50%;
      max-width: 1170px;
      background-color: #fff;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .ps-modal-wrapper .ps-modal .ps-modal-container.sm {
        width: 100%;
        max-width: 350px; }
      .ps-modal-wrapper .ps-modal .ps-modal-container.md {
        width: 100%;
        max-width: 500px; }
        @media screen and (max-width: 992px) {
          .ps-modal-wrapper .ps-modal .ps-modal-container.md {
            width: 50%; } }
      .ps-modal-wrapper .ps-modal .ps-modal-container.lg {
        width: 100%;
        max-width: 800px; }
      .ps-modal-wrapper .ps-modal .ps-modal-container.flex {
        width: auto;
        display: inline-block; }
      .ps-modal-wrapper .ps-modal .ps-modal-container.full {
        max-width: 100%;
        width: 100%; }
      @media screen and (max-width: 992px) {
        .ps-modal-wrapper .ps-modal .ps-modal-container {
          width: 65%; } }
      @media screen and (max-width: 480px) {
        .ps-modal-wrapper .ps-modal .ps-modal-container {
          position: absolute; } }
    .ps-modal-wrapper .ps-modal .ps-modal-control a {
      position: absolute;
      right: 30px;
      top: 10px; }
    .ps-modal-wrapper .ps-modal .ps-modal-header {
      width: 100%;
      display: block;
      height: 30px;
      line-height: 30px;
      padding: 10px 30px 0;
      background-color: transparent;
      margin: 0; }
      .ps-modal-wrapper .ps-modal .ps-modal-header .ps-modal-title {
        display: block;
        text-align: left;
        color: #cccccc;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        border-bottom: 1px solid #eeeeee; }
      .ps-modal-wrapper .ps-modal .ps-modal-header.warning {
        background-color: #ef854b; }
      .ps-modal-wrapper .ps-modal .ps-modal-header.error {
        background-color: #cc4025; }
      .ps-modal-wrapper .ps-modal .ps-modal-header.info {
        background-color: #006f8c; }
      .ps-modal-wrapper .ps-modal .ps-modal-header.sucess {
        background-color: #62a340; }
      .ps-modal-wrapper .ps-modal .ps-modal-header.attention {
        background-color: #ead832; }
      .ps-modal-wrapper .ps-modal .ps-modal-header.default {
        background-color: transparent; }
    .ps-modal-wrapper .ps-modal .ps-modal-hero {
      width: 100%;
      display: block;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .ps-modal-wrapper .ps-modal .ps-modal-lightbox img {
      width: 100%;
      height: auto; }
    .ps-modal-wrapper .ps-modal .ps-modal-content {
      padding: 0;
      text-align: left; }
      .ps-modal-wrapper .ps-modal .ps-modal-content .ps-modal-content-notes {
        font-size: 14px;
        padding: 10px 0;
        font-family: "GothamBlack";
        color: #aaaaaa;
        text-align: center; }
    .ps-modal-wrapper .ps-modal .ps-modal-footer {
      padding: 0 0 30px; }
      .ps-modal-wrapper .ps-modal .ps-modal-footer .ps-modal-actions {
        text-align: center; }
        .ps-modal-wrapper .ps-modal .ps-modal-footer .ps-modal-actions .ps-button {
          -webkit-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
          -ms-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
          margin: 0 10px; }

input[type=range] {
  width: 300px; }

ul[rn-carousel] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  ul[rn-carousel] li .layer {
    height: 100%;
    width: 100%; }
    ul[rn-carousel] li .layer .bkg-img {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
    ul[rn-carousel] li .layer p {
      text-align: left;
      position: absolute;
      bottom: 40px;
      left: 20px;
      padding: 0 20px;
      max-width: 700px; }

ul[rn-carousel] > li {
  color: black;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: visible;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  white-space: normal;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: inline-block; }

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li {
  display: none; }

ul[rn-carousel-transition="hexagon"] {
  overflow: visible; }

/* indicators */
.rn-carousel-indicators {
  position: absolute;
  text-align: right;
  left: 0;
  right: 50px;
  bottom: 0px;
  height: 50px; }

div.rn-carousel-indicator span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #fff;
  content: '';
  color: transparent; }

div.rn-carousel-indicator span.active {
  background-color: #fff; }

div.rn-carousel-thumbs span {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #fff;
  content: '';
  color: transparent; }

div.rn-carousel-thumbs-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%; }

div.rn-carousel-thumbs span.active {
  background-color: #fff; }

/* prev/next controls */
.rn-carousel-control {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  opacity: 0.75;
  cursor: pointer; }

.rn-carousel-control:hover {
  opacity: 1; }

.rn-carousel-control.rn-carousel-control-prev {
  left: 1em; }

.rn-carousel-control.rn-carousel-control-next {
  right: 1em; }

.rn-carousel-control.rn-carousel-control-prev:before,
.rn-carousel-control.rn-carousel-control-next:before {
  font-family: "FontAwesome";
  font-size: 49px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #fff; }

.rn-carousel-control.rn-carousel-control-prev:before {
  content: "\f104";
  padding-right: 5px; }

.rn-carousel-control.rn-carousel-control-next:before {
  content: "\f105";
  padding-left: 5px; }

.ps-navbar {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  z-index: 10;
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ps-navbar .ps-navbar-logo {
    display: inline-block;
    float: left;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ps-navbar .ps-navbar-logo img {
      height: 25px; }
    .ps-navbar .ps-navbar-logo a {
      display: block;
      -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ps-navbar .ps-navbar-logo a:hover {
      opacity: .7; }
  .ps-navbar .ps-navbar-menu-btn {
    display: none;
    height: 50px;
    width: 50px;
    float: right;
    color: #fff;
    text-align: center; }
    .ps-navbar .ps-navbar-menu-btn:hover {
      opacity: .5; }
    @media screen and (max-width: 992px) {
      .ps-navbar .ps-navbar-menu-btn {
        display: block; } }
  .ps-navbar .ps-navbar-menu {
    display: inline-block;
    float: right; }
    .ps-navbar .ps-navbar-menu ul {
      -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media screen and (max-width: 992px) {
        .ps-navbar .ps-navbar-menu ul {
          top: 50px;
          position: absolute;
          right: -350px;
          z-index: 0;
          width: 200px;
          visibility: hidden;
          opacity: 0;
          box-shadow: 0px 3px 3px rgba(64, 64, 64, 0.2); }
          .ps-navbar .ps-navbar-menu ul.active {
            visibility: visible;
            opacity: 1;
            right: 15px; } }
      .ps-navbar .ps-navbar-menu ul li {
        display: inline-block;
        margin-left: 50px; }
        .ps-navbar .ps-navbar-menu ul li:first-of-type {
          margin-left: 0; }
        @media screen and (max-width: 992px) {
          .ps-navbar .ps-navbar-menu ul li {
            display: block;
            margin: auto;
            background-color: #eeeeee; } }
        .ps-navbar .ps-navbar-menu ul li a {
          color: #fff;
          font-family: "GothamBold";
          text-transform: uppercase;
          -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
          -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
          @media screen and (max-width: 992px) {
            .ps-navbar .ps-navbar-menu ul li a {
              padding: 0 20px;
              display: block;
              color: #006f8c; }
              .ps-navbar .ps-navbar-menu ul li a:hover, .ps-navbar .ps-navbar-menu ul li a.active {
                background-color: #006f8c;
                color: #fff; } }
          .ps-navbar .ps-navbar-menu ul li a.active:before, .ps-navbar .ps-navbar-menu ul li a:hover:before {
            content: '';
            position: relative;
            height: 100%;
            height: 3px;
            display: block;
            background-color: #fff;
            -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
            -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
            @media screen and (max-width: 992px) {
              .ps-navbar .ps-navbar-menu ul li a.active:before, .ps-navbar .ps-navbar-menu ul li a:hover:before {
                content: none; } }
  .ps-navbar.scrolling {
    position: fixed;
    top: 0;
    background-color: #eeeeee;
    box-shadow: 0px 3px 3px rgba(64, 64, 64, 0.2);
    margin-top: 0; }
    .ps-navbar.scrolling .ps-navbar-menu-btn {
      color: #006f8c; }
    .ps-navbar.scrolling .ps-navbar-menu a {
      color: #006f8c; }
      .ps-navbar.scrolling .ps-navbar-menu a.active:before, .ps-navbar.scrolling .ps-navbar-menu a:hover:before {
        background-color: #006f8c; }
    .ps-navbar.scrolling .ps-navbar-logo {
      visibility: visible;
      opacity: 1; }

html, body, .ps-app-container, .ps-content {
  height: 100%; }

section {
  overflow: hidden; }
  section.fullscreen {
    height: 100%;
    display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #006f8c;
  font-family: "GothamBold";
  text-align: center; }
  h1.alt,
  h2.alt,
  h3.alt,
  h4.alt,
  h5.alt,
  h6.alt {
    color: #fff; }

h3 {
  font-size: 32px; }

h4 {
  font-family: "GothamLight";
  font-size: 22px; }

p.alt {
  color: #fff; }

.ps-section-content {
  padding-top: 150px;
  padding-bottom: 150px; }
  .ps-section-content.no-padding {
    padding-top: 0;
    padding-bottom: 0; }

.ps-header {
  position: absolute;
  display: table;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }
  .ps-header .ps-header-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .ps-header .ps-header-content .ps-logo {
      width: 50%;
      max-width: 295px;
      margin: auto; }

.ps-servicos {
  overflow: hidden;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 992px) {
    .ps-servicos {
      background-color: #006f8c;
      background-image: url(../img/services/servicos-projectos.jpg);
      background-position: center;
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    .ps-servicos {
      background-image: none; } }
  .ps-servicos .ps-servicos-bkg {
    position: absolute;
    overflow: hidden; }
    .ps-servicos .ps-servicos-bkg img {
      height: auto;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .ps-servicos .ps-servicos-bkg img.active {
        visibility: visible;
        opacity: 1; }
    @media screen and (max-width: 992px) {
      .ps-servicos .ps-servicos-bkg {
        display: none; } }
  .ps-servicos .ps-servicos-col {
    max-width: 200px;
    margin: auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .ps-servicos .ps-servicos-col h4 {
        font-size: 16px; } }
    .ps-servicos .ps-servicos-col .ps-servicos-icon {
      width: 100%;
      max-width: 80px;
      display: block;
      margin: auto; }
      @media screen and (max-width: 992px) {
        .ps-servicos .ps-servicos-col .ps-servicos-icon {
          max-width: 40px; } }
      .ps-servicos .ps-servicos-col .ps-servicos-icon img {
        width: 100%;
        height: auto; }
    .ps-servicos .ps-servicos-col:hover > .ps-servicos-popover {
      visibility: visible;
      opacity: 1;
      top: 160px; }
      @media screen and (max-width: 992px) {
        .ps-servicos .ps-servicos-col:hover > .ps-servicos-popover {
          top: auto; } }
    .ps-servicos .ps-servicos-col .ps-servicos-popover {
      visibility: hidden;
      opacity: 0;
      top: 220px;
      left: 0;
      right: 0;
      position: absolute;
      max-width: 200px;
      margin: auto;
      -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media screen and (max-width: 992px) {
        .ps-servicos .ps-servicos-col .ps-servicos-popover {
          visibility: visible;
          opacity: 1;
          top: auto;
          position: relative;
          margin-bottom: 100px; } }

.ps-project {
  display: block;
  margin-bottom: 50px;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ps-project:hover {
    opacity: .7; }
  .ps-project .ps-project-img img {
    width: 100%;
    height: auto; }
  .ps-project .ps-project-caption {
    display: block;
    height: 50px;
    background-color: #006f8c;
    padding: 10px; }
    .ps-project .ps-project-caption .ps-project-title {
      float: left;
      display: inline-block;
      color: #fff;
      font-family: "GothamLight";
      text-transform: uppercase;
      line-height: 30px; }
    .ps-project .ps-project-caption .ps-project-icons ul {
      display: inline-block;
      float: right;
      line-height: 30px; }
      .ps-project .ps-project-caption .ps-project-icons ul li {
        float: left;
        margin-right: 20px; }
        .ps-project .ps-project-caption .ps-project-icons ul li:last-of-type {
          margin-right: 0; }
        .ps-project .ps-project-caption .ps-project-icons ul li img {
          display: block;
          height: 30px;
          width: auto; }

@media screen and (max-width: 992px) {
  .ps-footer img {
    margin-bottom: 50px; } }

.ps-footer .ps-footer-link {
  display: block;
  color: #fff;
  font-family: "GothamBold";
  font-size: 20px;
  opacity: .5;
  -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ps-footer .ps-footer-link:hover {
    opacity: .25; }

.ps-footer p {
  color: #fff;
  margin: 0;
  opacity: .5; }

.ps-footer-btm {
  height: 50px;
  background-color: rgba(64, 64, 64, 0.5);
  color: #fff;
  margin-top: -50px;
  font-size: 14px; }
  .ps-footer-btm span {
    line-height: 50px; }

.ps-eng-modal .ps-eng-modal-carousel {
  height: 400px;
  width: 100%;
  position: relative; }

.ps-eng-modal .ps-eng-modal-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: table; }
  .ps-eng-modal .ps-eng-modal-image .ps-eng-modal-icon {
    overflow: hidden;
    opacity: .1;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }
    .ps-eng-modal .ps-eng-modal-image .ps-eng-modal-icon img {
      display: inline-block;
      height: 150px;
      margin-top: 125px;
      width: auto;
      margin: auto; }

.ps-eng-modal .ps-eng-modal-body {
  padding: 30px; }
  .ps-eng-modal .ps-eng-modal-body .ps-eng-modal-body-header .ps-eng-modal-title {
    text-align: left;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 30px; }
  .ps-eng-modal .ps-eng-modal-body .ps-eng-modal-body-header .ps-eng-modal-icons {
    float: right;
    display: inline-block; }
    .ps-eng-modal .ps-eng-modal-body .ps-eng-modal-body-header .ps-eng-modal-icons ul li {
      display: inline-block;
      margin-right: 20px; }
      .ps-eng-modal .ps-eng-modal-body .ps-eng-modal-body-header .ps-eng-modal-icons ul li:last-of-type {
        margin: 0; }
      .ps-eng-modal .ps-eng-modal-body .ps-eng-modal-body-header .ps-eng-modal-icons ul li img {
        height: 30px;
        width: auto; }

/*
@import "components/animation";
@import "components/buttons";
@import "components/builder";
@import "components/colorpicker";
@import "components/styleguide";
@import "components/forms";
@import "components/modals";
@import "components/loader";
@import "components/phone";
@import "components/toggles";
@import "components/tables";
@import "components/sidelist";
@import "components/sortable";
@import "components/tags";
@import "components/carousel";
@import "components/cards";

@import "layout/nav";
@import "layout/section";
@import "layout/footer";
@import "layout/header";
@import "layout/project";

@import "layout/mobile/variables";
@import "layout/mobile/typography";
@import "layout/mobile/layout";
@import "layout/mobile/home";
*/

/*# sourceMappingURL=style.css.map */
