/* ===== GLOBAL VARIABLES ====== */
/*$color: #947c48; */
/* ===== BASE ===== */
/*
 * HTML5 Boilerplate & stuff
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* "fix" the box model: http://paulirish.com/2012/box-sizing-border-box-ftw */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  /*-webkit-appearance: button; */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .header-wrap:before, .header-wrap .nav-wrap:before, #wrap:before, .highlight:before, .shortcuts-wrap:before, .single-gateways .section:before, .wrap:before, .clearfix:after, .header-wrap:after, .header-wrap .nav-wrap:after, #wrap:after, .highlight:after, .shortcuts-wrap:after, .single-gateways .section:after, .wrap:after {
  content: "";
  display: table; }

.clearfix:after, .header-wrap:after, .header-wrap .nav-wrap:after, #wrap:after, .highlight:after, .shortcuts-wrap:after, .single-gateways .section:after, .wrap:after {
  clear: both; }

.clearfix, .header-wrap, .header-wrap .nav-wrap, #wrap, .highlight, .shortcuts-wrap, .single-gateways .section, .wrap {
  *zoom: 1; }

/*
@mixin highlight ($color) {
    @include linear-gradient(30deg, $color, darken($color, 10%));
    border-bottom: 5px solid darken($color, 10%);
    @include transition(all, 2s, ease);

    &:hover {
        @include linear-gradient(30deg, darken($color, 5%), darken($color, 15%));
        border-color: darken($color, 20%);
        @include transition(all, 2s, ease);
    }
    &:active {
        border-color: darken($color, 30%);
    }
    &:visited {
        @include transition(all, 2s, ease);
    }
}
*/
.clearfix, .header-wrap, .header-wrap .nav-wrap, #wrap, .highlight, .shortcuts-wrap, .single-gateways .section, .wrap {
  *zoom: 1; }
  .clearfix:before, .header-wrap:before, .header-wrap .nav-wrap:before, #wrap:before, .highlight:before, .shortcuts-wrap:before, .single-gateways .section:before, .wrap:before, .clearfix:after, .header-wrap:after, .header-wrap .nav-wrap:after, #wrap:after, .highlight:after, .shortcuts-wrap:after, .single-gateways .section:after, .wrap:after {
    display: table;
    content: ""; }
  .clearfix:after, .header-wrap:after, .header-wrap .nav-wrap:after, #wrap:after, .highlight:after, .shortcuts-wrap:after, .single-gateways .section:after, .wrap:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute; }

/*
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('/fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit; }

a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em; }

.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em; }

li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }

li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em; }

li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none; }

li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center; }

li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.33333em; }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-user-md:before {
  content: "\f200"; }

/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }

#tiptip_holder.tip_top {
  padding-bottom: 5px; }

#tiptip_holder.tip_bottom {
  padding-top: 5px; }

#tiptip_holder.tip_right {
  padding-left: 5px; }

#tiptip_holder.tip_left {
  padding-right: 5px; }

#tiptip_content {
  font-size: 13px;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  color: #fff;
  /*     text-shadow: 0 0 2px #000; */
  padding: 4px 8px;
  /*     border: 1px solid rgba(255,255,255,0.25); */
  /*     background-color: rgb(25,25,25); */
  /*     background-color: rgba(25,25,25,0.92); */
  background: #222;
  background: rgba(0, 0, 0, 0.9);
  /*     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); */
  /*
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      box-shadow: 0 0 3px #555;
      -webkit-box-shadow: 0 0 3px #555;
      -moz-box-shadow: 0 0 3px #555;
  */ }

#tiptip_content h4 {
  margin: 0 0 10px; }

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0; }

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92); }

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88); }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88); }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92); } }
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/*  =============================
    GENERAL
    =============================  */
body {
  font: normal 62.5% Noticia Text, Georgia, Times, Serif;
  color: #222;
  margin: 0;
  background-color: #474747;
  background-image: url(../imagens/bg.png); }

::-moz-selection {
  background: #857040;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #857040;
  color: #fff;
  text-shadow: none; }

/* ===== TYPOGRAPHY ====== */
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 3em;
  font-family: Noticia Text, Georgia, Times, Serif;
  text-transform: uppercase; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

a {
  color: #222;
  text-decoration: none;
  border-bottom: 1px dotted #857040; }
  a:hover {
    color: #857040; }
  a:active {
    background: #857040;
    color: #fff;
    border-bottom: 1px solid #444444; }

p {
  margin: 0 0 25px 0; }

/* ! hide from desktop */
.jump-link, .logo-mobile {
  display: none; }

/* ===== INPUTS ===== */
.btn {
  /*     @include border-radius(2px); */
  -webkit-box-shadow: 0 0 1px 0 #999999;
  -moz-box-shadow: 0 0 1px 0 #999999;
  -ms-box-shadow: 0 0 1px 0 #999999;
  -o-box-shadow: 0 0 1px 0 #999999;
  box-shadow: 0 0 1px 0 #999999;
  border: none;
  padding: 6px 10px;
  background: #eee;
  color: #666;
  font-size: 0.8em;
  font-weight: normal; }
  .btn:hover {
    -webkit-box-shadow: 0 0 1px 0 #666666;
    -moz-box-shadow: 0 0 1px 0 #666666;
    -ms-box-shadow: 0 0 1px 0 #666666;
    -o-box-shadow: 0 0 1px 0 #666666;
    box-shadow: 0 0 1px 0 #666666;
    -webkit-transition-property: color, box-shadow;
    -moz-transition-property: color, box-shadow;
    -ms-transition-property: color, box-shadow;
    -o-transition-property: color, box-shadow;
    transition-property: color, box-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    color: #444; }
  .btn:active {
    background: #ddd; }

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

input[type=text] {
  /*     @include border-radius(2px); */
  border: 1px solid #ccc;
  color: #857040; }
  input[type=text]:hover {
    border-color: #aaa; }
  input[type=text]:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0 12px -2px #cccccc;
    -moz-box-shadow: inset 0 0 12px -2px #cccccc;
    -ms-box-shadow: inset 0 0 12px -2px #cccccc;
    -o-box-shadow: inset 0 0 12px -2px #cccccc;
    box-shadow: inset 0 0 12px -2px #cccccc; }

/*  =============================
    HEADER
    =============================  */
.header-wrap {
  height: 500px;
  min-width: 1140px;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-bottom: 5px solid #eee;
  position: relative;
  }

  .header-wrap .container {
    width: 1140px;
    margin: 0 auto; }
  .header-wrap .brand {
    height: 120px;
    display: inline-block;
    margin: 10px 0;
    border-bottom: none;
    background: #111;
    background: rgba(0, 0, 0, 0.2); }

  .header-wrap .brand:active,
  .header-wrap .brand:hover,
  .header-wrap .brand:hover{
      background: rgba(0, 0, 0, 0.2);
  }
  .header-wrap .nav-wrap {
    width: 1140px;
    margin: 0 auto; }
  .header-wrap nav {
    clear: both;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; }

.header {
  position: relative; }

.parent-pageid-5 .header-wrap, .page-id-5 .header-wrap {
  background-image: url(../imagens/up.jpg); }

.parent-pageid-7 .header-wrap, .page-id-7 .header-wrap {
  background-image: url(../imagens/39-Belas-Artes.jpg); }

.parent-pageid-9 .header-wrap, .page-id-9 .header-wrap {
  background-image: url(../imagens/header_investigacao.jpg); }

.parent-pageid-11 .header-wrap, .page-id-11 .header-wrap {
  background-image: url(../imagens/04-Erasmus-25-anos.jpg); }

.parent-pageid-13 .header-wrap, .page-id-13 .header-wrap {
  background-image: url(../imagens/Reitoria-14.jpg); }
  
.parent-pageid-15 .header-wrap, .page-id-15 .header-wrap {
  background-image: url(../imagens/inesc.jpg); }
  
.parent-pageid-15 .header-wrap, .page-id-17 .header-wrap {
  background-image: url(../imagens/cultura.jpg); }

/* !===== first level menu */
#nav-main .nav {
  width: 908px;
  float: left; }
#nav-main li {
  display: inline;
  float: left;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: 5px; }
  #nav-main li a {
    padding: 8px;
    display: inline-block;
    color: #222;
    border: none;
    background: #eee;
    background: rgba(238, 238, 238, 0.95);
    text-transform: uppercase;
    -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2); }
    #nav-main li a:hover {
      background: #fff; }
    #nav-main li a:active {
      color: #999; }
  #nav-main li:first-child {
    margin-left: 20px; }
#nav-main .current-page-ancestor a,
#nav-main .current-menu-item a {
  background: #111;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: bold; }
  #nav-main .current-page-ancestor a:hover,
  #nav-main .current-menu-item a:hover {
    color: #fff;
    background: #111;
    background: rgba(0, 0, 0, 0.9); }
#nav-main .pagina-ingles,
#nav-main .pagina-portugues{
    float: right;}
    #nav-main .pagina-ingles a,
    #nav-main .pagina-portugues a{
        background: #000;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
    }
    #nav-main .pagina-ingles a:hover,
    #nav-main .pagina-portugues a:hover{
        color: #222;
    }
#nav-main .menu-universidade-do-porto {
  position: relative;
  float: right;
  margin-right: 0;}
  #nav-main .menu-universidade-do-porto .dropdown-toggle {
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    background-image: url(../imagens/u.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    width: 40px;
    height: 31px; }
    #nav-main .menu-universidade-do-porto .dropdown-toggle:hover {
      background-color: #fff; }
  #nav-main .menu-universidade-do-porto li {
    border-bottom: 1px solid #ddd; }
  #nav-main .menu-universidade-do-porto a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #nav-main .menu-universidade-do-porto span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute; }
  #nav-main .menu-universidade-do-porto.current-menu-parent {
    background-color: #fff; }
#nav-main .dropdown .active, #nav-main .dropdown .active:hover {
  background-color: #eee; }
#nav-main .dropdown-menu {
  background-color: #fff; }
#nav-main .dropdown-menu {
  -webkit-box-shadow: 0 -1px 10px -4px #222222;
  -moz-box-shadow: 0 -1px 10px -4px #222222;
  -ms-box-shadow: 0 -1px 10px -4px #222222;
  -o-box-shadow: 0 -1px 10px -4px #222222;
  box-shadow: 0 -1px 10px -4px #222222;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: padding;
  border: 4px solid rgba(0, 0, 0, 0.8);
  display: none;
  padding: 5px 0 0;
  position: absolute;
  left: -90px;
  top: 42px;
  width: 212px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9); }
  #nav-main .dropdown-menu li {
    clear: both;
    display: block;
    width: 100%; }
  #nav-main .dropdown-menu li:first-child {
    margin-left: 0; }
  #nav-main .dropdown-menu .current-menu-item a {
    color: #857040;
    font-weight: 700; }
  #nav-main .dropdown-menu a {
    display: block;
    background-color: transparent;
    font-size: 0.6em;
    font-weight: normal;
    color: #111; }
  #nav-main .dropdown-menu a:hover {
    color: #222;
    background-color: #ddd; }
  #nav-main .dropdown-menu:before {
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 12px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: -25px;
    left: 94px; }
  #nav-main .dropdown-menu:after {
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: -18px;
    left: 96px; }

  #nav-main .dropdown-menu li.menu-pre-universitarios-pais a {
    color: #871c96;
  }
  #nav-main .dropdown-menu li.menu-estudantes a {
    color: #840a4c;
  }
  #nav-main .dropdown-menu li.menu-estudantes-estrangeiros a {
    color: #ba0b29;
  }
  #nav-main .dropdown-menu li.menu-alumni a {
    color: #ce3033;
  }
  #nav-main .dropdown-menu li.menu-profissionais a {
    color: #dd5024;
  }
  #nav-main .dropdown-menu li.menu-empresarios a {
    color: #d56813;
  }
  #nav-main .dropdown-menu li.menu-visitantes a {
    color: #db9b0e;
  }

/* !===== second level menu */
#nav-sec {
  background: #111;
  background: rgba(0, 0, 0, 0.9);
  float: left;
  width: 100%; }
  #nav-sec li {
    font-size: 1.4em;
    padding-top: 8px;
    position: relative;
    z-index: 99;
    display: inline;
    float: left; }
    #nav-sec li a {
      -webkit-transition-duration: 0;
      -moz-transition-duration: 0;
      -ms-transition-duration: 0;
      -o-transition-duration: 0;
      transition-duration: 0;
      color: #fff;
      border: none;
      display: inline-block;
      padding: 2px 6px 6px; }
      #nav-sec li a:hover {
        background-color: #857040;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857040), color-stop(100%, #746238));
        background-image: -webkit-linear-gradient(top, #857040, #746238);
        background-image: -moz-linear-gradient(top, #857040, #746238);
        background-image: -ms-linear-gradient(top, #857040, #746238);
        background-image: -o-linear-gradient(top, #857040, #746238);
        background-image: linear-gradient(top, #857040, #746238);
        color: #fff; }
      #nav-sec li a:active {
        color: #eee; }
    #nav-sec li:first-child {
      margin-left: 20px; }
  #nav-sec .current_page_ancestor a,
  #nav-sec .current_page_item a {
    padding-bottom: 6px;
    background: #ededed;
    background-color: #857040;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857040), color-stop(100%, #746238));
    background-image: -webkit-linear-gradient(top, #857040, #746238);
    background-image: -moz-linear-gradient(top, #857040, #746238);
    background-image: -ms-linear-gradient(top, #857040, #746238);
    background-image: -o-linear-gradient(top, #857040, #746238);
    background-image: linear-gradient(top, #857040, #746238);
    color: #fff; }

/* !===== search form */
#searchform {
  float: right;
  margin-right: 25px;
  width: 202px;
  position: relative; }
  #searchform input {
    float: left; }
  #searchform .search-query {
    width: 100%;
    height: 31px;
    padding: 10px 8px 6px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #444;
    /*         .lt-ie9 & { padding-bottom: 5px; } */ }
    #searchform .search-query:hover {
      /*             border-color: #999; */
      /*             background: rgba(#fff, 0.9); */ }
    #searchform .search-query:focus {
      background: #fff;
      border-color: #ccc; }
    #searchform .search-query::-webkit-input-placeholder {
      color: #444; }
    #searchform .search-query:-moz-placeholder {
      color: #444; }

#searchsubmit {
  background: transparent url("../imagens/icon-search.png") no-repeat 9px 9px;
  background-size: 14px 14px;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 0; }
  #searchsubmit:hover {
    background-color: #fff; }
  #searchsubmit:active {
    background-color: #eee; }
  .no-backgroundsize #searchsubmit {
    background-position: 4px 4px; }

/*  =============================
    CONTENT
    =============================  */
#wrap {
  width: 1140px;
  border: 5px solid;
  border-color: #111;
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: padding;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ededed;
  z-index: 2;
  position: relative;
  margin-top: -295px; }

#content {
  border-top: 5px solid #746238; }

.breadcrumbs {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 1.6em; }
  .breadcrumbs a {
    color: #857040; }
    .breadcrumbs a:active {
      color: #fff; }

#main {
  width: 666px;
  padding: 0 20px 50px;
  margin-top: 50px;
  float: left; }
  #main h1 {
    height: 65px;
    margin: 0 0 40px;
    line-height: 1.2; }
  #main p, #main ul, #main ol {
    font-size: 1.4em;
    line-height: 1.8; }
  #main ul, #main ol {
    list-style: none;
    padding: 0;
    margin-left: 20px; }
  #main ul li:before {
    content: "\2192";
    color: #857040;
    padding-right: 5px;
    margin-left: -18px; }
  #main ul ul {
    font-size: 1em; }
    #main ul ul li {
      list-style-type: circle; }
      #main ul ul li:before {
        content: "";
        margin-left: 0;
        padding-right: 0; }
  #main img {
    border-bottom: 4px solid #333; }
  #main .wp-caption {
    position: relative;
    margin-bottom: 25px; }
    #main .wp-caption .caption {
      background: #f7f7f7;
      padding: 2px 10px;
      border-bottom: 1px solid #857040;
      font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
      color: #666;
      display: inline-block; }
    #main .wp-caption img {
      max-width: 100%;
      height: auto; }
    #main .wp-caption p {
      margin: 0;
      display: inline; }

/* !===== COURSE HIGHLIGHTS ===== */
.highlight {
  margin-right: -20px;
  /*     margin-bottom: $line; */ }

.highlight-item {
  background-color: #ffd300;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd300), color-stop(100%, #cca900));
  background-image: -webkit-linear-gradient(30deg, #ffd300, #cca900);
  background-image: -moz-linear-gradient(30deg, #ffd300, #cca900);
  background-image: -ms-linear-gradient(30deg, #ffd300, #cca900);
  background-image: -o-linear-gradient(30deg, #ffd300, #cca900);
  background-image: linear-gradient(30deg, #ffd300, #cca900);
  /*     @include transition(all, 2s, ease); */
  float: left;
  margin-right: 20px;
  border-bottom: 5px solid #cca900;
  color: #fff;
  /*     &:last-child { margin-right: 0; } */
  /*     &:nth-child(1) { @include highlight(#ffd300); } */
  height: 160px;
  margin-bottom: 25px; }
  .highlight-item a {
    display: block;
    padding: 10px;
    color: #fff;
    height: 100%;
    border-bottom: none; }
  .highlight-item h4 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em; }
  .highlight-item p {
    margin: 5px 0 0; }
  .highlight-item:hover {
    background-color: #e6be00;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6be00), color-stop(100%, #b39400));
    background-image: -webkit-linear-gradient(30deg, #e6be00, #b39400);
    background-image: -moz-linear-gradient(30deg, #e6be00, #b39400);
    background-image: -ms-linear-gradient(30deg, #e6be00, #b39400);
    background-image: -o-linear-gradient(30deg, #e6be00, #b39400);
    background-image: linear-gradient(30deg, #e6be00, #b39400);
    border-color: #997f00;
    /*         @include transition(all, 2s, ease); */ }
  .highlight-item:active {
    border-color: #665400; }
  .highlight-item:visited {
    /*         @include transition(all, 2s, ease); */ }

.highlight-items-2 .highlight-item {
  width: 302px; }
  .highlight-items-2 .highlight-item:nth-child(2) {
    background-color: #ff6800;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6800), color-stop(100%, #cc5300));
    background-image: -webkit-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: -moz-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: -ms-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: -o-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: linear-gradient(30deg, #ff6800, #cc5300);
    border-bottom-color: #cc5300; }
    .highlight-items-2 .highlight-item:nth-child(2):hover {
      background-color: #e65e00;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e65e00), color-stop(100%, #b34900));
      background-image: -webkit-linear-gradient(30deg, #e65e00, #b34900);
      background-image: -moz-linear-gradient(30deg, #e65e00, #b34900);
      background-image: -ms-linear-gradient(30deg, #e65e00, #b34900);
      background-image: -o-linear-gradient(30deg, #e65e00, #b34900);
      background-image: linear-gradient(30deg, #e65e00, #b34900);
      border-color: #993e00; }
    .highlight-items-2 .highlight-item:nth-child(2):active {
      border-color: #662a00; }

  .highlight-items-2 .highlight-item:nth-child(3) {
    background-color: #ff6800;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0300), color-stop(100%, #cc0200));
    background-image: -webkit-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: -moz-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: -ms-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: -o-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: linear-gradient(30deg, #ff0300, #cc0200);
    border-bottom-color: #cc0200; }
    .highlight-items-2 .highlight-item:nth-child(3):hover {
      background-color: #e65e00;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e60300), color-stop(100%, #b30200));
      background-image: -webkit-linear-gradient(30deg, #e60300, #b30200);
      background-image: -moz-linear-gradient(30deg, #e60300, #b30200);
      background-image: -ms-linear-gradient(30deg, #e60300, #b30200);
      background-image: -o-linear-gradient(30deg, #e60300, #b30200);
      background-image: linear-gradient(30deg, #e60300, #b30200);
      border-color: #990200; }
    .highlight-items-2 .highlight-item:nth-child(3):active {
      border-color: #660100; }

  .highlight-items-2 .highlight-item:nth-child(4) {
    background-color: #ff6800;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99004b), color-stop(100%, #660032));
    background-image: -webkit-linear-gradient(30deg, #99004b, #660032);
    background-image: -moz-linear-gradient(30deg, #99004b, #660032);
    background-image: -ms-linear-gradient(30deg, #99004b, #660032);
    background-image: -o-linear-gradient(30deg, #99004b, #660032);
    background-image: linear-gradient(30deg, #99004b, #660032);
    border-bottom-color: #660032; }
    .highlight-items-2 .highlight-item:nth-child(4):hover {
      background-color: #e65e00;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80003f), color-stop(100%, #4d0026));
      background-image: -webkit-linear-gradient(30deg, #80003f, #4d0026);
      background-image: -moz-linear-gradient(30deg, #80003f, #4d0026);
      background-image: -ms-linear-gradient(30deg, #80003f, #4d0026);
      background-image: -o-linear-gradient(30deg, #80003f, #4d0026);
      background-image: linear-gradient(30deg, #80003f, #4d0026);
      border-color: #330019; }
    .highlight-items-2 .highlight-item:nth-child(4):active {
      border-color: black; } 

/* !===== MAPS ===== */
.mapa #main {
  width: 898px; }

.mapa #main h4.legend {
  font-size: 1.4em;
  color: #555;
  margin: 20px 0 10px 0; }

.mapa #main ul,
.mapa #main dl {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0; }

.mapa #main ul li::before {
  content: none;
  padding-right: 0;
  margin-left: 0; }

.mapa #main li span,
.mapa #main dt {
  display: inline-block;
  text-align: center;
  margin: 0; }
  .mapa #main li span.schools,
  .mapa #main dt.schools {
    background-color: #b23f00;
    width: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 0; }
  .mapa #main li span.cantine,
  .mapa #main dt.cantine {
    background-color: #0088b5;
    width: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 0; }
  .mapa #main li span.museum,
  .mapa #main dt.museum {
    background-color: #f3d705;
    width: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 0; }
  .mapa #main li span.residence,
  .mapa #main dt.residence {
    background-color: #39b84d;
    width: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 0; }

.mapa #main .map-details dt {
  width: 8px;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #b23f00;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  margin: 0;
  float: left;
  clear: both; }
  .mapa #main .map-details dt.cantine {
    background-color: #0088b5; }
  .mapa #main .map-details dt.museum {
    background-color: #f3d705; }
  .mapa #main .map-details dt.residence {
    background-color: #39b84d; }

.mapa #main dd {
  margin: 0 0 0 10px;
  padding: 4px 0 4px 25px; }

.mapa #main .map-details dd {
  margin: -3px 0 10px 10px;
  padding: 0 0 0 5px;
  line-height: 15px; }

.mapa #main li {
  padding: 0 0 5px 0;
  line-height: 25px; }

/*  =============================
    SIDEBARS
    =============================  */
/* ==== LEFT COLUMN ===== */
#nav-third, #support .links,
#support .files,
#support .more {
  font-size: 1.3em;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; }
  #nav-third li, #support .links li,
  #support .files li,
  #support .more li {
    margin-bottom: 2px;
    line-height: 1.2em; }
    #nav-third li a, #support .links li a,
    #support .files li a,
    #support .more li a {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0;
      -moz-transition-duration: 0;
      -ms-transition-duration: 0;
      -o-transition-duration: 0;
      transition-duration: 0;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      -ms-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0;
      display: block;
      padding: 6px;
      background: #bababa;
      border: none;
      position: relative; }
      #nav-third li a:hover, #support .links li a:hover,
      #support .files li a:hover,
      #support .more li a:hover {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0;
        -moz-transition-duration: 0;
        -ms-transition-duration: 0;
        -o-transition-duration: 0;
        transition-duration: 0;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -ms-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0;
        background: lightgrey;
        color: #373737; }
      #nav-third li a:active, #support .links li a:active,
      #support .files li a:active,
      #support .more li a:active {
        background: #444444;
        color: #fff; }
  #nav-third .current_page_item a, #support .links .current_page_item a,
  #support .files .current_page_item a,
  #support .more .current_page_item a {
    background: #444444;
    color: #fff; }
    #nav-third .current_page_item a:hover, #support .links .current_page_item a:hover,
    #support .files .current_page_item a:hover,
    #support .more .current_page_item a:hover {
      color: #fff;
      background: #515151; }
    #nav-third .current_page_item a:active, #support .links .current_page_item a:active,
    #support .files .current_page_item a:active,
    #support .more .current_page_item a:active {
      background: #444444; }

#support {
  margin-top: 175px;
  width: 212px;
  float: left;
  margin-left: 20px; }
  #support ul {
    padding: 0 0 15px 0; }
  #support .links,
  #support .files,
  #support .more {
    border-bottom: none; }
    #support .links h3,
    #support .files h3,
    #support .more h3 {
      margin: 0 0 2px;
      padding: 1px 6px;
      font-size: 13px;
      font-weight: normal;
      color: #857040; }
    #support .links i,
    #support .files i,
    #support .more i {
      float: left;
      padding: 0 4px 0 0; }
    #support .links ul,
    #support .files ul,
    #support .more ul {
      padding: 0 0 5px 0;
      margin: 0 0 11px 0; }
    #support .links li,
    #support .files li,
    #support .more li {
      list-style: none; }
    #support .links li a,
    #support .files li a,
    #support .more li a {
      color: #40361f;
      background: #fff;
      /*             background-color: darken($page-bg, 5%); */
      /*             background-position: 0 4px; */
      /*             background-repeat: no-repeat; */ }
      #support .links li a:hover,
      #support .files li a:hover,
      #support .more li a:hover {
        background-color: #dbdbdb;
        background-position: 0 4px;
        background-repeat: no-repeat; }
      #support .links li a:active,
      #support .files li a:active,
      #support .more li a:active {
        color: #222; }

  #support .sabia-que {
    margin-top: 1em;
  }
    #support .sabia-que h1 {
      color: #857040;
      font-size: 2em;
      font-weight: normal;
      margin-bottom: 0;
    }
    #support .sabia-que h2 {
      font-family: Noticia Text, Georgia, Times, Serif;
      color: #857040;
      font-size: 3.5em;
      margin: -.1em 0 .1em 0;
      line-height: .9em;
    }   
    #support .sabia-que p {
      font-family: Noticia Text, Georgia, Times, Serif;
      font-size: 1.4em;
      margin-top: 0;
    }     

/*
#sort-courses {

    .options {
        background: #fff;
        @include border-radius(2px);
        border: 1px solid #ccc;
        padding: 10px;
    }
    .sort {
        display: inline-block;
        width: 100px;
        text-align: center;
        padding: 4px;
        margin: 5px;
        border-bottom: none;
    }
    .active {
        @include border-radius(4px);
        background: $color;
        color: #fff;
    }
    .filterform {
        input {
            width: 100%;
            padding: 10px;
            margin-top: 10px;
        }
    }
    .tab-pane {
        display: none;
    }
    .active-tab {
        display: block;
    }
    h3 {
        color: #666;
    }
    h4 {
        font-size: 1.8em;
        color: #444;
        border-bottom: 1px solid $color;
    }
    ul {
    }
}
*/
#main .block {
  font-size: 1em;
  margin: 0; }
  #main .block li {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid #ccc; }
    #main .block li:before {
      content: ""; }
    #main .block li:nth-child(2) {
      margin-right: 0; }
  #main .block a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    display: block;
    position: relative;
    border: 4px solid #fff;
    color: #fff; }
    #main .block a:hover {
      color: #fff; }
    #main .block a:hover p {
      opacity: .9;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-duration: .6s;
      -webkit-animation-delay: .2s;
      -webkit-animation-timing-function: ease;
      -webkit-animation-fill-mode: both; }
  #main .block img {
    width: 100%;
    height: auto; }
  #main .block h5 {
    font-size: 1.8em;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 5px 10px; }
  #main .block p {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    font-size: 1em;
    opacity: 0;
    position: absolute;
    bottom: 0;
    background: #857040;
    color: #fff;
    padding: 10px;
    margin: 0; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: .9;
    -webkit-transform: translateY(0); } }

/* ===== TABLE ===== */
table {
  font-size: 1.3em;
  line-height: 1.5; }
  table .claroc {
    padding-right: 5px; }

/* ===== RIGHT COLUMN ===== */
#sidebar {
  background: #ddd;
  float: right;
  padding: 41px 10px 0;
  width: 232px; }
  #sidebar:after {
    content: "";
    background: #ddd;
    width: 232px;
    height: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    border-left: 1px solid #ccc;
    z-index: -1; }
  #sidebar h3 {
    margin: 0;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    color: #fff; }
  #sidebar .latest-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    #sidebar .latest-list li {
      margin: 0;
      padding: 10px 0;
      border-bottom: 1px solid #EDEDED; }
      #sidebar .latest-list li:last-child {
        border-bottom: none; }
    #sidebar .latest-list h4 {
      font-size: 1.8em;
      line-height: 1.1;
      margin: 0; }
      #sidebar .latest-list h4 a {
        border-bottom: none; }
    #sidebar .latest-list h5 {
      color: #666;
      font-size: 1.4em;
      font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
      margin: 2px 0 0; }
    #sidebar .latest-list p {
      font-size: 1.15em;
      line-height: 1.5; }
      #sidebar .latest-list p a {
        white-space: nowrap; }

    #sidebar .latest-list p.c {
      text-align: center;}    

/*  =============================
    FOOTER
    =============================  */
#content-info {
  min-width: 1140px;
  background-color: #222;
  background-image: url(../imagens/bg.png);
  clear: both;
  border-top: 5px solid #857040;
  border-image: url(../imagens/rainbow.png) 100 10 0 10;
  border-width: 5px 0 0 0;
  color: #fff; }
  #content-info a {
    color: #fff;
    border: none; }
    #content-info a:hover {
      border-bottom: 1px solid #fff; }

#footer-content {
  background-color: #343435;
  background-image: url(../imagens/bg.png);
  padding: 20px;
  border-bottom: 1px solid #666;
  overflow: hidden; }
  #footer-content .support {
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 0 20px; }
  #footer-content h4 {
    margin: 0 0 10px;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #footer-content h4 i {
    display: none;
  }
  #footer-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; }
  #footer-content p {
    margin: 0; }
  #footer-content .col {
    width: 160px;
    float: left;
    padding-left: 9px; }
  #footer-content .contact {
    /* margin-left: 160px; */
  }
  #footer-content .faculties {
    float: left;
    width: 472px;
    margin-left: 0;}
    #footer-content .faculties ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px; }
      .no-csscolumns #footer-content .faculties ul li {
        float: left;
        width: 33.3333%;
        margin-right: 5px; }
    #footer-content .faculties i {
      display: none; }
    #footer-content a.facebook:before,
    #footer-content a.twitter:before,
    #footer-content a.noticias:before,
    #footer-content a.linkedin:before,
    #footer-content a.youtube:before,
    #footer-content a.instagram:before {
        content: "\F09A";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        background: #fff;
        color: #444;
        margin-right: 5px;
        width: 16px;
        height: 12px;
        padding: 2px 0;
        text-align: center;
        border-radius: 30px;
    }
    #footer-content a.twitter:before {
        content: "\F099";
    }
    #footer-content a.noticias:before {
        content: "\F02D";
    }
    #footer-content a.linkedin:before {
        content: "\F0E1";
    }
    #footer-content a.youtube:before {
        content: "\F167";
    }
    #footer-content a.instagram:before {
        content: "\F16D";
    }

#nav-footer {
  clear: both;
  padding: 20px;
  overflow: hidden;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; }
  #nav-footer h5 {
    margin: 0;
    font-weight: normal; }
  #nav-footer .level-1 > li > h5 {
    font-weight: bold; }
  #nav-footer .level-1 {
    width: 1140px;
    margin: auto;
    padding: 0 0 0 15px; }
    #nav-footer .level-1 i {
      display: none; }
    #nav-footer .level-1 > li {
      display: block;
      float: left;
      width: 160px;
      padding-left: 5px;
      border-left: 1px solid #666; }
      #nav-footer .level-1 > li:first-child {
        border-left: none; }
    #nav-footer .level-1 > li > h5 {
      font-size: 1.4em;
      font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  #nav-footer .level-2 {
    margin-top: 10px; }
    #nav-footer .level-2 > li {
      font-size: 1.3em;
      color: #eee; }
  #nav-footer .level-3 {
    display: none; }

footer > ul {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px !important;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  color: rgba(255,255,255,.5);
  border-top: 1px solid #444;
  background: #000;
}

footer > ul li {
  display: inline-block;
  border-left: 1px solid rgba(255,255,255,.3);
  padding: 0 10px;
}
footer > ul li:first-child {
  border-left: 0;
}
footer > ul li a {
  color: rgba(255,255,255,.5) !important;
  border-bottom: 1px dotted rgba(255,255,255,.5) !important;
}
footer > ul li a:hover,
footer > ul li a:focus {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

/*  =============================
    FRONTPAGE
    =============================  */

/* By Vítor START */

.flexslider{
background-color: transparent !important;
border: 0 solid #fff !important;
border-bottom-width: 5px !important;
}

section.flexslider{
border-bottom-width: 0 !important;
}

.header{
z-index: 10;
}

.gateways-home-wrap{
z-index: 10;
}

/* By Vítor END */

.home #wrap {
  margin: 20px auto 20px;
  background: transparent;
  border: none; }
.home #content {
  border-top: 0; }

.shortcuts-wrap {
  width: 1090px;
  margin: 0 auto; }

.shortcuts {
  margin-right: -20px;
  /*     .block:nth-child(1) { @include highlight(#ffd300); } */ }
  .shortcuts .block {
    width: 202px;
    height: 125px;
    background-color: #ffd300;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd300), color-stop(100%, #cca900));
    background-image: -webkit-linear-gradient(30deg, #ffd300, #cca900);
    background-image: -moz-linear-gradient(30deg, #ffd300, #cca900);
    background-image: -ms-linear-gradient(30deg, #ffd300, #cca900);
    background-image: -o-linear-gradient(30deg, #ffd300, #cca900);
    background-image: linear-gradient(30deg, #ffd300, #cca900);
    /*     @include transition(all, 2s, ease); */
    float: left;
    margin-right: 20px;
    border-bottom: 5px solid #cca900;
    color: #fff;
    /*     &:last-child { margin-right: 0; } */ }
    .shortcuts .block a {
      display: block;
      padding: 10px;
      color: #fff;
      height: 100%;
      border-bottom: none; }
    .shortcuts .block h4 {
      margin: 0;
      text-transform: uppercase;
      color: #fff;
      font-size: 2em; }
    .shortcuts .block p {
      margin: 5px 0 0; }
    .shortcuts .block:hover {
      background-color: #e6be00;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6be00), color-stop(100%, #b39400));
      background-image: -webkit-linear-gradient(30deg, #e6be00, #b39400);
      background-image: -moz-linear-gradient(30deg, #e6be00, #b39400);
      background-image: -ms-linear-gradient(30deg, #e6be00, #b39400);
      background-image: -o-linear-gradient(30deg, #e6be00, #b39400);
      background-image: linear-gradient(30deg, #e6be00, #b39400);
      border-color: #997f00;
      /*         @include transition(all, 2s, ease); */ }
    .shortcuts .block:active {
      border-color: #665400; }
    .shortcuts .block:visited {
      /*         @include transition(all, 2s, ease); */ }
  .shortcuts .block:nth-child(2) {
    background-color: #ff6800;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6800), color-stop(100%, #cc5300));
    background-image: -webkit-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: -moz-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: -ms-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: -o-linear-gradient(30deg, #ff6800, #cc5300);
    background-image: linear-gradient(30deg, #ff6800, #cc5300);
    border-bottom-color: #cc5300; }
    .shortcuts .block:nth-child(2):hover {
      background-color: #e65e00;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e65e00), color-stop(100%, #b34900));
      background-image: -webkit-linear-gradient(30deg, #e65e00, #b34900);
      background-image: -moz-linear-gradient(30deg, #e65e00, #b34900);
      background-image: -ms-linear-gradient(30deg, #e65e00, #b34900);
      background-image: -o-linear-gradient(30deg, #e65e00, #b34900);
      background-image: linear-gradient(30deg, #e65e00, #b34900);
      border-color: #993e00; }
    .shortcuts .block:nth-child(2):active {
      border-color: #662a00; }
  .shortcuts .block:nth-child(3) {
    background-color: #ff0300;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0300), color-stop(100%, #cc0200));
    background-image: -webkit-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: -moz-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: -ms-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: -o-linear-gradient(30deg, #ff0300, #cc0200);
    background-image: linear-gradient(30deg, #ff0300, #cc0200);
    border-bottom-color: #cc0200; }
    .shortcuts .block:nth-child(3):hover {
      background-color: #e60300;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e60300), color-stop(100%, #b30200));
      background-image: -webkit-linear-gradient(30deg, #e60300, #b30200);
      background-image: -moz-linear-gradient(30deg, #e60300, #b30200);
      background-image: -ms-linear-gradient(30deg, #e60300, #b30200);
      background-image: -o-linear-gradient(30deg, #e60300, #b30200);
      background-image: linear-gradient(30deg, #e60300, #b30200);
      border-color: #990200; }
    .shortcuts .block:nth-child(3):active {
      border-color: #660100; }
  .shortcuts .block:nth-child(4) {
    background-color: #99004b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99004b), color-stop(100%, #660032));
    background-image: -webkit-linear-gradient(30deg, #99004b, #660032);
    background-image: -moz-linear-gradient(30deg, #99004b, #660032);
    background-image: -ms-linear-gradient(30deg, #99004b, #660032);
    background-image: -o-linear-gradient(30deg, #99004b, #660032);
    background-image: linear-gradient(30deg, #99004b, #660032);
    border-bottom-color: #660032; }
    .shortcuts .block:nth-child(4):hover {
      background-color: #80003f;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80003f), color-stop(100%, #4d0026));
      background-image: -webkit-linear-gradient(30deg, #80003f, #4d0026);
      background-image: -moz-linear-gradient(30deg, #80003f, #4d0026);
      background-image: -ms-linear-gradient(30deg, #80003f, #4d0026);
      background-image: -o-linear-gradient(30deg, #80003f, #4d0026);
      background-image: linear-gradient(30deg, #80003f, #4d0026);
      border-color: #330019; }
    .shortcuts .block:nth-child(4):active {
      border-color: black; }
  .shortcuts .block:nth-child(5) {
    background-color: #3f008b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f008b), color-stop(100%, #280058));
    background-image: -webkit-linear-gradient(30deg, #3f008b, #280058);
    background-image: -moz-linear-gradient(30deg, #3f008b, #280058);
    background-image: -ms-linear-gradient(30deg, #3f008b, #280058);
    background-image: -o-linear-gradient(30deg, #3f008b, #280058);
    background-image: linear-gradient(30deg, #3f008b, #280058);
    border-bottom-color: #280058; }
    .shortcuts .block:nth-child(5):hover {
      background-color: #330072;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #330072), color-stop(100%, #1c003f));
      background-image: -webkit-linear-gradient(30deg, #330072, #1c003f);
      background-image: -moz-linear-gradient(30deg, #330072, #1c003f);
      background-image: -ms-linear-gradient(30deg, #330072, #1c003f);
      background-image: -o-linear-gradient(30deg, #330072, #1c003f);
      background-image: linear-gradient(30deg, #330072, #1c003f);
      border-color: #110025; }
    .shortcuts .block:nth-child(5):active {
      border-color: black; }

/*  =============================
    GATEWAYS
    =============================  */
.gateways-wrap {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  border: 5px solid;
  border-color: #111;
  border-color: rgba(0, 0, 0, 0.9);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: padding;
  margin-bottom: 40px; }
  .gateways-wrap h1 {
    padding: 20px;
    margin: 0;
    text-transform: none;
    padding: 20px;
    width: 60%;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    font-size: 50px; }

.gateways-links {
  font-size: 1.4em;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  /*     .home &    { border-top: 1px solid #bbb; } */ }
  .gateways-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%; }
  .gateways-links li {
    float: none;
    width: auto;
    display: table-cell;
    border-right: 1px solid #fff;
    border-width: 0 1px 0 0;
    text-align: center; }
    .gateways-links li:last-child {
      border-width: 0; }
    .gateways-links li a {
      display: block;
      color: #444;
      border-bottom: none;
      background: #fff;
      padding: 14px 10px; }
      .gateways-links li a:hover {
        color: #857040; }
      .gateways-links li a:active {
        color: #63532f;
        background: #fff; }
  .gateways-links .active a, .gateways-links .active a:hover, .gateways-links .active a:active {
    background-color: #fff;
    color: #857040;
    font-weight: 700;
    position: relative; }
    .gateways-links .active a:after, .gateways-links .active a:hover:after, .gateways-links .active a:active:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      content: "";
      width: 0;
      border: 10px solid transparent;
      border-bottom-color: #111; }

.home .gateways-links {
  border: 2px solid #fff;
  position: relative; }
  .home .gateways-links ul {
    position: bottom; }
  .home .gateways-links a {
    /*         background-color: rgba(#000, 0.9); */
    /*         color: #fff; */ }
    .home .gateways-links a:hover {
      /*             background-color: #111; */ }

.gateways-home-wrap {
  width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  height: 275px;
  border: 1px solid #000;}


.gateways-home ul {
  display: table;
  width: 1100px;
  margin: 0 20px;
   }
  .gateways-home li {
    display: table-cell;
    font-size: 1.5em;
    line-height: 1;
    margin-right: 5px; }
    .gateways-home li:hover {
      background-color: transparent; }
    .gateways-home li a {
      padding: 10px 20px 8px;
      margin-right: 5px;
      text-align: center;
      display: block;
      color: #fff;
      border: none;
      background: #000;
      background: rgba(0, 0, 0, 0.9);
      font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      white-space: nowrap; }
    .gateways-home li.menu-pre-universitarios-pais a {
            background-color: #6d117a;
        }
    .gateways-home li.menu-estudantes a {
            background-color: #840a4c;
        }
    .gateways-home li.menu-estudantes-estrangeiros a {
            background-color: #ba0b29;
        }
    .gateways-home li.menu-alumni a {
            background-color: #ce3033;
        }
    .gateways-home li.menu-profissionais a {
            background-color: #dd5024;
        }
    .gateways-home li.menu-empresarios a {
            background-color: #e87923;
        }
    .gateways-home li.menu-visitantes a {
            background-color: #e8a718;
        }

      .gateways-home li a:hover {
        background: #555; }
      .gateways-home li a:active {
        background-color: #222; }
    .gateways-home li:first-child {
      margin-left: 20px; }

/* !===== SLIDE ===== */
#slide-text {
  margin-left: 30px;
  margin-right: 30px;
  /*
      width: $width;
      margin: 0 auto;
      padding-top: 50px;
      height: 350px;
  */ }
  #slide-text .slides {
    margin: 0;
    width: 100%;
    text-transform: none;
  }
    #slide-text .slides li {
      /*             margin: 0 10px 10px 0; */
      /*             border-left: 15px solid rgba(#fff, 1); */
      /*             &:hover { border-left-color: #fff; } */ }

    #slide-text .slides h1 {
      font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
      font-size: 4.5em;
      font-weight: normal;
      display: inline;
      line-height: 1.8; 
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      -ms-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      -o-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      background: rgba(0,0,0,0.7);
    }
    #slide-text .slides h2 {
      font-size: 2.1em;
      font-weight: normal;
      display: block;
      line-height: 1em; 
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      -ms-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      -o-box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      box-shadow: 0 0 0 10px rgba(0,0,0,0.7);
      background: rgba(0,0,0,0.7);
      clear: both;
      float: left;
    }
  #slide-text a {
    border-bottom: none;
    color: #fff; }
  #slide-text span {
    display: block;
    clear: both;
    margin-top: 0;
    padding-top: 10px; }
  #slide-text .more-info {
    margin-top: 0;
    margin-left: -10px;
    padding: 6px 10px;
    background: #746238;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap; }
    #slide-text .more-info i {
      padding-left: 10px; }
    #slide-text .more-info:hover {
      color: #fff;
      background-color: #000; }

#slide-images {
  position: absolute;
  width: 100%;
  height: 500px;
  border-bottom: 5px solid #fff;
  overflow: hidden;}
  #slide-images .slides {
    overflow: hidden;
    height: 495px;
  }

  #slide-images li {
    position: relative;
    left: 50%;
  }
  #slide-images img {

    min-height: 100% !important;
    min-width: 100% !important; 
    height: auto !important;
    width: auto !important;
    max-width: none !important;
  margin: 0 auto; /*by vitor*/

  position: relative;
  left: -50%;
}

/* !===== GATEWAYS TEMPLATE ===== */
/* !===== VARIABLES ====== */
/* !===== template ===== */
.single-gateways #wrap {
  border-top-width: 5px;
  margin-top: -329px;
  border-color: rgba(255, 255, 255, 0.9);
  border-color: #fff; }
.single-gateways #content {
  border-top: 5px solid #222; }
.single-gateways .section {
  /*         padding: $gutter 0; */ }

.wrap {
  width: 1000px;
  margin: 4em auto; }

.section-title {
  margin: 0 0 28px;
  font-size: 1.8em;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  color: #444;
  line-height: 1;
  text-transform: uppercase; }

.single-gateways #content {
  font-size: 1.6em;
  line-height: 1.8; }
.single-gateways a {
  color: #cd5b46;
  border-bottom-color: #cd5b46; }
  .single-gateways a:hover {
    color: #222;
    border-bottom-color: #222; }
  .single-gateways a:active {
    background-color: #cd5b46;
    color: #fff; }
.single-gateways ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0; }

.button a {
  background-color: #cd5b46;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd5b46), color-stop(100%, #c44b35));
  background-image: -webkit-linear-gradient(top, #cd5b46, #c44b35);
  background-image: -moz-linear-gradient(top, #cd5b46, #c44b35);
  background-image: -ms-linear-gradient(top, #cd5b46, #c44b35);
  background-image: -o-linear-gradient(top, #cd5b46, #c44b35);
  background-image: linear-gradient(top, #cd5b46, #c44b35);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px 0 #cccccc;
  -moz-box-shadow: 0 0 3px 0 #cccccc;
  -ms-box-shadow: 0 0 3px 0 #cccccc;
  -o-box-shadow: 0 0 3px 0 #cccccc;
  box-shadow: 0 0 3px 0 #cccccc;
  border: 4px solid #fff;
  float: left;
  padding: 10px;
  line-height: 1;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block; }
  .button a:hover {
    color: #fff;
    border-bottom-color: #fff;
    background-color: #cd5b46;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd5b46), color-stop(100%, #b04430));
    background-image: -webkit-linear-gradient(top, #cd5b46, #b04430);
    background-image: -moz-linear-gradient(top, #cd5b46, #b04430);
    background-image: -ms-linear-gradient(top, #cd5b46, #b04430);
    background-image: -o-linear-gradient(top, #cd5b46, #b04430);
    background-image: linear-gradient(top, #cd5b46, #b04430); }
  .button a:active {
    -webkit-box-shadow: inset 0 2px 5px 1px #b04430;
    -moz-box-shadow: inset 0 2px 5px 1px #b04430;
    -ms-box-shadow: inset 0 2px 5px 1px #b04430;
    -o-box-shadow: inset 0 2px 5px 1px #b04430;
    box-shadow: inset 0 2px 5px 1px #b04430; }

/* !===== general classes ===== */
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.section .row {
  margin-left: -20px; }

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6 {
  float: left;
  margin-left: 20px; }

.span-1 {
  width: 150px; }

.span-2 {
  width: 320px; }

.span-3 {
  width: 490px; }

.span-4 {
  width: 660px; }

.span-5 {
  width: 830px; }

.span-6 {
  width: 1000px; }

.push-1 {
  margin-left: 190px; }

.push-2 {
  margin-left: 360px; }

.push-3 {
  margin-left: 530px; }

.push-4 {
  margin-left: 700px; }

.push-5 {
  margin-left: 870px; }

.text-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.text-col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.dark {
  background-color: #333333;
  color: #fff; }
  .dark a, .dark a:active {
    color: #fff; }
  .dark a:hover {
    color: #cd5b46; }
  .dark .section-title {
    color: #fff; }
  .dark .button a:hover {
    color: #fff; }

.red a {
  border-bottom-color: #fff;
}
.red a:hover {
  color: #222;
}
.light {
  color: #fff; }
  .light .section-title {
    color: #fff; }
  .light a {
    color: #fff;
    border-bottom-color: #fff; }

p:last-child {
  margin-bottom: 0; }

.section .icon a {
  border: 0;
}

.blocks li {
  border: 5px solid #eee; }
.blocks img {
  max-width: 100%;
  /*
          -webkit-filter: grayscale(0.8);
          &:hover { -webkit-filter: grayscale(0); }
  */ }

/* !===== ESTUDANTES ===== */
#section-1 {
  background-image: url(http://www.idd.portefolio.org/uptest/assets/IMG_0022.jpg);
  height: 585px; }
  #section-1 .section-title {
    margin-bottom: 0; }
  #section-1 .section-content {
    background-color: rgba(205, 91, 70, 0.9);
    color: #fff;
    margin-top: 355px;
    padding: 3em; }
  #section-1 .wrap {
    margin: 0 auto; }

#section-2 {
  background-color: #ebebeb; }
  #section-2 .text {
    clear: both; }
  #section-2 .tooltip {
    float: left;
    margin-right: 20px; }

#section-3 .contact-info {
  clear: both;
  font-size: 0.9em;
  line-height: 1.4;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; }
  #section-3 .contact-info h4 {
    margin-top: 3px; }
  #section-3 .contact-info p {
    margin-bottom: 0.5em; }

.single-gateways #tiptip_content {
  text-align: center; }

#section-4 {
  border-bottom: 1px solid #ccc; }
  #section-4 .grades {
    background-color: #cd5b46;
    padding: 2em 0; }
    #section-4 .grades .wrap {
      margin: 0 auto; }
    #section-4 .grades li {
      width: 40px;
      background: #fff;
      float: left;
      border-bottom: 0;
      margin-right: 20px; }
  #section-4 p {
    display: inline-block; }

#section-5 {
  background-color: #fff; }
  #section-5 .text {
    clear: both; }

#section-6 {
  border-top: 1px solid #ccc; }
  #section-6 .span-4 {
    /*         margin-left: $col; */ }
  #section-6 .text {
    clear: both; }
  #section-6 i {
    float: right;
    font-size: 6em;
    margin-right: 20px;
    margin-top: 40px;
    line-height: 1; }

#section-7 {
  background-color: #fff; }

#section-8 {
  background: url(http://www.idd.portefolio.org/uptest/wp-content/themes/roots/gateways-assets/europe-map.png) no-repeat top right;
  border-top: 1px solid #ccc; }
  #section-8 .text {
    clear: both; }

#section-9 {
  background: #fff;
  border-top: 5px solid #cd5b46;
  border-bottom: 1px solid #999; }
  #section-9 .blocks {
    margin-top: 4em; }
    #section-9 .blocks li {
      border-color: #444; }

#section-10 {
  background-image: url(http://www.idd.portefolio.org/uptest/assets/gateway-fadup.jpg);
  height: 585px; }

#section-11 {
  border-top: 5px solid #333333; }
  #section-11 .ujunior-list {
    color: #cd5b46; }
    #section-11 .ujunior-list ul {
      margin-bottom: 28px; }

#section-12 {
  background-color: #cd5b46;
  color: #fff; }
  #section-12 .button  {
    margin-top: 4em; }

#section-13 {
  background: white url(http://www.idd.portefolio.org/uptest/wp-content/themes/roots/gateways-assets/13ObervSerraPilar.jpg) no-repeat bottom;
  padding-bottom: 450px; }
  #section-13 .text {
    clear: both; }

#section-14 {
  background-color: #cd5b46;
  color: #fff; }
  #section-14 a:hover {
    color: #444; }
  #section-14 .icon {
    font-size: 4em;
    float: right;
    margin-right: 1em; }
    #section-14 .icon a:hover {
      -webkit-transition-property: all, 1s, ease;
      -moz-transition-property: all, 1s, ease;
      -ms-transition-property: all, 1s, ease;
      -o-transition-property: all, 1s, ease;
      transition-property: all, 1s, ease;
      -webkit-transition-duration: 0.15s;
      -moz-transition-duration: 0.15s;
      -ms-transition-duration: 0.15s;
      -o-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      -ms-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0;
      -webkit-filter: drop-shadow(0 4px 0 #742d1f);
      color: #eee;
      border: none; }
      #section-14 .icon a:hover i {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    #section-14 .icon a:active {
      border: none; }

#section-15 {
  background: white url(http://www.idd.portefolio.org/uptest/wp-content/themes/roots/gateways-assets/IMG_4013.jpg) no-repeat bottom;
  height: 498px; }
  #section-15 .text {
    clear: both; }

#section-16 {
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #fff;
  padding: 4em 0 10em; }
  #section-16 .text {
    width: 50%;
    margin: 0 auto; }
  #section-16 .button {
    margin-top: 2em; }
  #section-16 .button a {
    float: none; }

/*
#main .map {
    .map2 {
        border: 8px solid #fff;
        @include box-shadow(0 0 2px 0 #ccc);
        float: left;
    }
    .locations {
        width: 330px;
        float: left;
        ul {
            margin: 0 0 0 10px;
        }
        li {
            position: relative;

            .place {
                font-size: 1.1em;
            }
            .tele {
                display: block;
                color: #888;
            }
            &:before { content: ""; }

            &:last-child a {
                border: none;
            }
        }
        li a {
            border-bottom: 1px solid #ccc;
            display: block;
            padding: 18px 0;
            &:hover {

            }
        }
    }
}
*/
.postid-1135 #content img {
  width: 100%;
  height: auto; }

.esticar {
  width: 100%;
  height: auto; }

/* ===== Tables  ===== */
#main ul.postTabs {
  margin: 0 0 5px;
  padding: 0;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 12px; }

#main ul.postTabs li::before {
  content: none;
  margin: 0;
  padding: 0; }

.dataTables_filter {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.dataTables_filter input {
  padding: 4px;
  border: 1px solid #fff; }

.dataTables_filter input[type="text"]:hover {
  border: 1px solid #fff; }

.dataTables_filter label {
  padding: 4px;
  border: 1px solid #fff;
  background: transparent url("../imagens/icon-search.png") no-repeat 0px 6px;
  background-size: 14px 14px;
  height: 31px;
  width: 31px;
  right: 0; }
  .dataTables_filter label:hover {
    background-color: #fff; }
  .dataTables_filter label:active {
    background-color: #eee; }
  .no-backgroundsize .dataTables_filter label {
    background-position: 4px 4px; }

/* ===== CLEAR ENTRIES ===== */
.clear-entry {
  margin: 0; }

.clear-button {
  position: absolute;
  display: none;
  right: -0.5rem;
  top: -8px;
  padding: 1rem; }
  .clear-button i {
    font-size: 2rem; }

/* ===== UI TABS ===== */

.ui-widget {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 1.4em;;
}

.ui-tabs { 
    border-color: #ccc;
    padding: 0;
    margin-top: 63px;
    border-radius: 0 4px 4px 4px;
}

.ui-tabs .ui-tabs-nav {
  margin-top: -38px;
  margin-left: -1px !important;
  background: transparent;
  border: 0;
  font-weight: bold;
  line-height: 1.5em !important;
}

.ui-widget-content .ui-state-active {
  border-color: #ccc;
}

#content .ui-tabs .ui-tabs-panel {
  padding: 1em;
  overflow: auto;
}

table.dataTable {
  font-size: 100%;
}

table.dataTable thead th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dataTables_filter label {
  padding-right: 0;
}

.ui-tabs .dataTables_filter input {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

table.dataTable tr.odd td,
table.dataTable tr.even td.sorting_1 {
  background-color: #ededed;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #ddd;
}

.dataTables_paginate a {
  border-bottom: 0;
}

.ui-tabs .ui-tabs-nav a {
  outline: 0;
}

.dataTables_paginate a:active,
.ui-tabs .ui-tabs-nav a:active {
  background-color: transparent;
}

/* ===== MEDIA QUERIES ===== */
@media screen and (max-width: 600px) {
  .container > a[href="web_page.inicial"] {
    display: none;
  }

  #wrap,
  #support,
  #main,
  #sidebar,
  #slide-text,
  #nav-footer .level-1,
  #footer-content .support,
  #nav-main .nav,
  .gateways-home-wrap,
  .header-wrap .nav-wrap,
  .shortcuts-wrap {
    width: 100%; }

  #nav-third, #support .links,
  #support .files,
  #support .more,
  #sidebar {
    display: none; }

  /* ! homepage */
  .home #wrap {
    margin: 0; }

  .gateways-wrap {
    margin-bottom: 0; }
    .gateways-wrap h1 {
      width: auto;
      font-size: 4em; }

  .gateways-links {
    display: block; }
    .gateways-links li {
      display: block;
      border-right: none;
      border-bottom: 1px solid #ccc; }

  .shortcuts {
    width: auto;
    margin: 10px;
    float: none; }

  .shortcuts .block {
    width: 100%;
    min-height: 125px;
    margin: 0 0 10px; }
    .shortcuts .block h4 {
      font-size: 2.5em; }

  /* ! header */
  .header-wrap {
    position: relative;
    height: auto;
    z-index: 999;
    min-width: 100%;
    border-bottom: none;
    /*         padding: 5px 5px 0; */
    background-size: 100% auto; }
    .header-wrap .container {
      width: auto;
      float: left;
      position: relative;
      z-index: 999; }
    .header-wrap .banner {
      /*             float: right; */
      width: 100%;
      /*             margin: 10px 10px 0; */ }
    .header-wrap .brand {
      height: auto;
      float: left;
      margin: 10px 0 0 10px;
      padding: 10px;
      background: #111;
      /*             background: rgba(#000, 0.7); */ }
    .header-wrap .logo-desktop {
      display: none; }
    .header-wrap .logo-mobile {
      display: block; }
    .home .header-wrap {
      height: 300px; }

  #nav-main {
    margin-top: -44px;
    float: right;
    width: 100%;
    background: transparent; }
    #nav-main .jump-link {
      float: right;
      margin-right: 10px;
      border-bottom: none; }

  #nav-sec,
  #nav-main .nav > li{
    display: none; }

  #nav-main .nav {
    float: right;
    width: auto;
  }
    
  #nav-main .nav li.pagina-ingles,
  #nav-main .nav li.pagina-portugues {
    display: block;
      margin-right: 10px;
  }
        #nav-main .nav li.pagina-portugues a,
        #nav-main .nav li.pagina-ingles a{
        width: 44px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 14px
        }

  #nav-main .nav li.menu-universidade-do-porto {
    display: inline-block;
    margin-right: 5px;
  }

  #nav-main .menu-universidade-do-porto .dropdown-toggle {
    width: 44px;
    height: 44px;
    background-position: center center;
    margin-right: 5px;
    background-color: #eee;
  }

  .jump-link {
    display: block;
    float: left;
    color: #444;
    height: 44px;
    width: 44px;
    text-align: center;
    background: #eee;
    font-size: 20px;
    line-height: 1;
    padding: 12px 0; }
    
    .jump-link:hover,
    .jump-link:active {
        background: #fff;
        color: #444;
    }

  #content-info .jump-link {
    float: right;
    width: 70px;
    padding: 10px 14px;
    background-color: #333;
    margin-bottom: 10px;
    border: 1px solid #444;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    color: #ddd;
    white-space: nowrap; }
    #content-info .jump-link span {
      padding-right: 5px;
      font-size: 0.8em; }
    #content-info .jump-link:hover {
      border-bottom: inherit;
      background-color: #444; }

  .search-toggle {
    width: 44px;
    height: 44px;
    float: right;
    margin-right: 10px;
    background: #eee url("../imagens/icon-search.png") no-repeat center center;
    background-size: 19px;
    border-bottom: none; }
    .search-toggle:active,
    .search-toggle:hover,
    .search-toggle:focus{
      border-bottom: none;
      background: #fff url("../imagens/icon-search.png") no-repeat center center;
      background-size: 19px; }
    .search-toggle.active {
      background-color: #fff; }

  #searchform {
    display: none;
    margin-right: 0;
    width: 100%; }
    #searchform .search-query {
      height: 44px;
      border: 5px solid #111;
      border-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      background: #fff;
      padding: 10px 5px; }
      #searchform .search-query:focus {
        border-color: #000; }
    #searchform #searchsubmit {
      height: 39px;
      width: 49px;
      margin-right: 5px;
      margin-top: 5px;
      background-color: #f1f1f1;
      background-size: 16px;
      background-position: 18px 13px; }

  /* ===== CLEAR ENTRIES ===== */
  .clear-entry {
    /*
            display: none;
    
            margin: 0;
            position: absolute;
            margin: 0;
            top: 44px;
            right: 0;
            width: 300px;
            margin: 15px 12px 0;
    */
            /*
    &:before {
                content: "";
                border-style: solid;
                border-color: transparent;
                border-width: 12px;
                border-bottom-color: #111;
                position: absolute;
                top: -23px;
                right: 15px;
            }
            &:after {
                content: "";
                border-style: solid;
                border-color: transparent;
                border-width: 15px 14px;
                border-bottom-color: #fff;
                border-bottom-color: #fff;
                position: absolute;
                top: -21px;
                right: 13px;
            }
    */ }

  .clear-button {
    position: absolute;
    display: none;
    right: 69px;
    top: 0;
    padding: 10px; }
    .clear-button i {
      font-size: 25px; }

  #slide-images {
    height: 300px; }
    #slide-images img {
      max-width: none; }

  #slide-text {
    margin: 0px;
    padding: 0 20px; }

  #slide-text .slides {
    width: 100%;
    }
  #slide-text .slides h1 {
    font-size:2em;
    line-height: 2.4;
  }
  #slide-text .slides h2 {
    font-size: 1.5;
    line-height: 1.4;
  }
  .gateways-home-wrap {
    height: auto;
    padding-top: 30px;
    border-width: 5px 0 0 0;
    border-top-color: #111; }

  .gateways-home {
    display: none;
    margin-left: 10px;
    margin-bottom: 10px;
    bottom: 0; }
    .gateways-home li {
      margin-bottom: 5px; }
    .gateways-home li:first-child {
      margin-left: 0; }

  .link-more {
    margin-top: 0; }

  /* content */
  #wrap {
    margin-top: 0;
    border: none; }

  #content {
    /*         @include boxit(vertical); */
    border-top-color: #111; }

  #main {
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    margin-top: 28px;
    position: relative; }
    #main h1 {
      margin-bottom: 20px;
      height: auto; }
    #main img {
      max-width: 100%;
      height: auto; }

  .highlight {
    margin-right: 0; }

  .highlight .highlight-item {
    width: 100%;
    margin-bottom: 10px; }

  #support {
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    margin: 20px 0 0;
    padding: 0 20px;
    position: relative; }

  #sidebar {
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    padding: 20px;
    position: relative;
    border-top: 1px solid #ccc; }

  #nav-footer {
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    border-bottom: 5px solid #857040;
    padding: 10px 10px 40px; }

  #nav-footer .level-1 li li {
    /*         border-bottom: 1px solid #333; */ }

  #nav-footer .level-1 {
    padding: 0; }
    #nav-footer .level-1 > li {
      border: none;
      width: 100%;
      padding: 0;
      border-left: none; }
    #nav-footer .level-1 > li > h5 {
      border-bottom: 1px solid #eee;
      font-weight: bold; }
    #nav-footer .level-1 a {
      display: inline-block;
      border: none;
      padding-right: 30px; }
    #nav-footer .level-1 i {
      display: block;
      float: right;
      position: relative;
      z-index: 99999;
      padding: 5px 12px 5px 50px;
      /*             margin-top: -7px; */ }
    #nav-footer .level-1 .level-2 {
      display: none;
      margin-top: 0;
      }
      #nav-footer .level-1 .level-2 li {
        border-bottom: 1px solid #333; }
        #nav-footer .level-1 .level-2 li:last-child {
          border: none; }
    #nav-footer .level-1 .level-3 {
      padding-left: 10px;
      border-top: 1px solid #333;
      color: #aaa; }
      #nav-footer .level-1 .level-3 a {
        display: block;
        color: #aaa;
        padding: 8px 0; }
  #content-info {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    min-width: 100%; }

  #content-info p {
    font-size: 1.2em; }

  #content-info a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #333; }
    #content-info a:last-child {
      border-bottom: none; }

  footer > ul {
    box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    padding: 20px 0 !important;
  }

  #footer-content {
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    padding: 10px; }

  #footer-content h4 {
    border-bottom: 1px solid #eee !important;
    padding: 5px 0 !important;
  }

  #footer-content h4 i {
    display: block;
    padding: 10px 0 10px 20px !important;
  }

  #footer-content .contact h4 {
    padding: 0 !important;
  }
  #footer-content .contact h4 i {
    display: none;
  }
  #footer-content .support {
    padding: 0; }

  #footer-content .col {
    width: 100%;
    padding: 0;
    margin: 0 0 0; }

  #footer-content .contact {
    padding-top: 28px;
  }

  #footer-content .maps h4 {
    margin-bottom: 0; }

  #footer-content .maps li {
    border-bottom: 1px solid #333; }

  #footer-content .maps li:last-child {
    border-bottom: none; }

  #footer-content .faculties {
    width: 100%;
    padding: 0; }
    #footer-content .faculties .title {
      margin: 0;
      padding-bottom: 10px;
      border-bottom: none; }
    #footer-content .faculties i {
      display: block;
      float: right;
      margin-top: -10px;
      padding: 10px 0 10px 20px; }
    #footer-content .faculties .active {
      border-bottom: 1px solid #eee; }
    #footer-content .faculties ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      display: none; }

  #footer-content .faculties ul li {
    border-bottom: 1px solid #333; }

  #footer-content .faculties ul li:last-child {
    border-bottom: none; } 


  /* gateways */

  .wrap {
    width: auto;
  }

  .bloco-topo .section-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .section .row {
    margin-left: 0;
  }
  .span-1, .span-2, .span-3, .span-4, .span-5, .span-6 {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    overflow: auto;
    padding-bottom: 2px;
  }  
  .text-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .span-1 img, .span-2 img, .span-3 img, .span-4 img, .span-5 img, .span-6 img {
    margin-bottom: 20px;
  }

  .span-2 .span-2 {
    margin: 0;
  }

  .button a {
    margin-top: 20px;
  }

  .push-1, .push-2, .push-3, .push-4, .push-5 {
    margin-left: 20px;
  }

  .section .icon {
    float: left !important;
  }

  iframe {
    width: 100% !important;
  }
} /* style styles min-600px */

@media screen and (max-width: 361px) {
    .header-wrap .brand { margin-left: 5px;}
    .search-toggle {margin-right: 5px;}
    #nav-main .nav li.menu-universidade-do-porto { margin-right: 0;}
    #nav-main .nav li.pagina-ingles, 
    #nav-main .nav li.pagina-portugues { margin-right: 5px;}
    #nav-main .jump-link { margin-right: 5px;}
    
    .jump-link,
    #nav-main .nav li.pagina-portugues a, 
    #nav-main .nav li.pagina-ingles a,
    #nav-main .menu-universidade-do-porto .dropdown-toggle,
    .search-toggle {
        width: 40px;
    }
}

@media screen and (min-width: 1440px) {
  #banner {
    background-size: 100% auto; } 
}
/*
@media screen and (min-width: 520px) {

}


@media screen and (min-width: 1400px) {

}
*/
/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
/* ===== PRINT STYLES ===== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }      
    
            .postTabs_divs{
    padding: 0;
    margin: 0;
    
}

.postTabs_titles{
    display:none;    
}

ul.postTabs {
    margin: 0;
    margin-left: 0;
    font-size: 13px;
    list-style-type: none !important;
    line-height:normal;
    text-align: left;
    display: block !important;
    background: none;
    }

ul.postTabs li
    {    
    display: inline !important;
    font-size: 13px;
    line-height:normal;
    background: none;
    padding: 0px;
    margin: 0px;
    }
  
ul.postTabs li:before{
content: none;    
}  
      
ul.postTabs li a
    {
    text-decoration: none;
    background: #F3F3F3;
    border: 1px solid #F3F3F3  !important;
    padding: 4px 10px 6px !important;
    color: #666 !important;
    outline:none;    
    cursor: pointer;
    box-shadow: inset 0 0 12px -2px #CCC;
    }
    
ul.postTabs li.postTabs_curr a{
    background: #fff;
    border: 1px solid #cccccc  !important;
    color: #000000 !important;
    text-decoration: none;
    box-shadow: none; 
    }

ul.postTabs li a:hover
    {
    color: #666 !important;
    background: #fff;
    text-decoration: none;
    
    }

.postTabsNavigation{
    display: block !important;
    overflow:hidden;
}

.postTabs_nav_next{
    float:right;
}

.postTabs_nav_prev{
    float:left;
}


/* pagina uporto em síntese */

#main p.lema em {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  display: block;
}

#main ul.up-em-numeros {
  margin-left: 0;
  margin-right: 0;
  overflow: auto;
}

#main ul.up-em-numeros li:before {
  content: " ";
  border: 10px solid #857040;
  border-width: 10px 10px 0 0;
  border-right-color: transparent;
  padding-right: 0;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute
}

#main ul.up-em-numeros li {
  display: inline-block;
  border-top: 1px solid #857040;
  margin: 0 0 10px;
  vertical-align: top;
  padding: 12px 5px 32px 5px;
  width: 206px;
  text-align: center;
  line-height: 1.2em;
  position: relative;
}

#main ul.up-em-numeros li span {
  display: block;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 5px;
  font-weight: bold;
  color: #857040;
}

#main ul.up-em-numeros li span.grande {
  font-size: 3em;
}
#main ul.up-em-numeros li span.medio {
  font-size: 2.5em;
}
#main ul.up-em-numeros li span.pequeno {
  font-size: 2em;
}

#main .emsintese a.sabermais {
  border: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  text-align: center;
  margin: 0;
  font-size: 13px;
  vertical-align: -2px;
}
  #main ul.up-em-numeros li a.sabermais {
    display: block;
    margin: 8px auto 0;
  }

#main .emsintese a.sabermais:before {
  display: block;
  content: "\F067";
  font-family: FontAwesome;
  color: #ffF;
  background: #857040;
  font-size: 13px;
  height: 13px;
  width: 18px;
  padding: 3px 0 2px;
  border-radius: 16px;
  text-align: center;
} 
  #main ul.up-em-numeros li a.sabermais:before {
    padding: 2px 0 3px;
  }

#main .emsintese a.sabermais:hover:before,
#main .emsintese a.sabermais:focus:before {
  background-color: #000;
}

#main .emsintese h2, 
#main .emsintese p {
  text-align: center;
}

/* links download */

div#main a[href$=".pdf"]:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\F019";
  font-size: 15px;
  color: #857040;
  margin-left: .2em;
}

/* destaques */

.destaque img{
  width: 213px;
  height: auto;
}

/* link sigarra  */
.container {
  position: relative;
}

.container > a.sigarra {
  background: #857040;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 8px 20px;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
}
.container > a.sigarra:hover,
.container > a.sigarra:focus,
.container > a.sigarra:active {
  background: #000;
  color: #fff;
}

/* pequisa */
 
#main ol.pesquisa {
  margin-left: 0;
}

#main ol.pesquisa li {
  margin-bottom: 1.5em;
}

#main ol.pesquisa li span.titulo {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}

p.paginacao {
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
}

p.paginacao a {
  font-weight: normal;
  margin: 0 2px;
  display: inline-block;
  border: 0;
  background: #fff;
  width: 22px;
  height: 22px;
  padding: 5px 0;
  line-height: 1em;
  border-radius: 15px;
}

p.paginacao .seguinte a,
p.paginacao .anterior a {
  width: auto;
  padding: 5px 10px;
}

form.novapesquisa {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

form.novapesquisa label {
    font-size: 1.2em;
    display: block;
    margin-bottom: .5em;
}

form.novapesquisa .form,
form.novapesquisa .form-linha,
form.novapesquisa .form-campo,
form.novapesquisa .form-botoes {
  display: inline;
}

form.novapesquisa input[type="text"],
form.novapesquisa input[type="text"]:focus {
  height: 31px;
  padding: 10px 8px 6px;
  background: #fff;
  border: none;
  color: #444;
  width: 240px;
  vertical-align: top;
}

form.novapesquisa input[type="submit"] {
  background: #fff url("../imagens/icon-search.png") no-repeat 9px 9px;
  background-size: 14px 14px;
  height: 31px;
  width: 31px;
  border: 0;
  vertical-align: top;
  text-indent: 100px;
}


@media only screen and (orientation: portrait) and (min-width: 600px) and (min-device-width: 768px) and (max-device-width: 1024px){
  .home .header-wrap {
    height: 900px;
  }
  .home #slide-images {
    height: 900px;
  }
  .home #slide-images .slides {
    height: 900px
  }
  .home .gateways-home-wrap {
    height: 675px;
  }
  .home #slide-images img {
    margin-left: -50% !important;
  }
}

/************************************************
 * RETINA SUPPORT
 ***********************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

    #nav-main .menu-universidade-do-porto .dropdown-toggle {
      background-image: url(../imagens/u@2x.png);
      background-size: 21px 18px;
    }
}