@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: "";
}

.lightcase-icon-pause:before {
  content: "";
}

.lightcase-icon-close:before {
  content: "";
}

.lightcase-icon-prev:before {
  content: "";
}

.lightcase-icon-next:before {
  content: "";
}

.lightcase-icon-spin:before {
  content: "";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/*
*
*/
a, .btn, input[type=submit], :hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo", sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

.wow {
  visibility: hidden;
}

.fa {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb {
  padding: 16px 25px;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
  border-radius: 0;
  font-size: 13px;
}

.breadcrumb.wow {
  visibility: visible;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
  margin: 0 15px;
  background-image: url("../images/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media only screen and (min-width:768px) {
  body {
    margin: 0 auto;
  }
}

.header-social {
  color: #fff;
  letter-spacing: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.header-social a .fa {
  font-size: 20px;
  margin-left: 8px;
  color: #fff;
}

.navbar > .container .navbar-brand {
  width: auto;
  height: auto;
  padding: 15px;
  margin-top: 0 !important;
}
.navbar > .container .navbar-brand img {
  margin: 0;
  width: auto;
  height: auto;
}
.navbar > .container-fluid .navbar-brand {
  width: 130px;
  height: auto;
  padding: 15px;
  margin-top: 0 !important;
}
.navbar > .container-fluid .navbar-brand img {
  margin: 0;
  width: auto;
  height: auto;
}
.navbar .dropdown-menu .dropdown-menu {
  min-width: 220px;
}
.navbar ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
  top: 0;
}
.navbar ul.dropdown-menu li:hover > ul.dropdown-menu,
.navbar ul.dropdown-menu li:focus > ul.dropdown-menu {
  display: block;
}
.navbar .dropdown-menu > li > a {
  padding: 3px 15px;
}

.header-wrapper {
  position: relative;
}
.header-wrapper .row {
  position: relative;
}
.header-wrapper .navbar-default {
  background-color: #fff;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-bottom: 0;
}
.header-wrapper .navbar-default .navbar-nav {
  margin-top: 27px;
  margin-right: 30px;
}
.header-wrapper .navbar-default .navbar-nav > li {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  border: 2px solid #fff;
}
.header-wrapper .navbar-default .navbar-nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 3px;
  color: #9fa3a7;
  letter-spacing: -0.05em;
}
.header-wrapper .navbar-default .navbar-nav > li > a :hover {
  color: #000;
}
@media only screen and (min-width:768px) {
  .header-wrapper .navbar-default .navbar-nav > li > a {
    font-size: 10px;
  }
}
@media only screen and (min-width:1200px) {
  .header-wrapper .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
}
.header-wrapper .navbar-default .navbar-nav > li:hover {
  border: 2px solid #ffca00;
}
.header-wrapper .navbar-default .navbar-nav .open a, .header-wrapper .navbar-default .navbar-nav .open a:focus {
  background-color: transparent;
}
.header-wrapper .navbar-default .navbar-nav > .active {
  border: 2px solid #ffca00;
}
.header-wrapper .navbar-default .navbar-nav > .active > a, .header-wrapper .navbar-default .navbar-nav > .active > a:focus, .header-wrapper .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent;
}
.header-wrapper .navbar-default .dropdown-menu > li > a {
  font-size: 12px;
  color: #9fa3a7;
}
.header-wrapper .navbar-default .dropdown-menu > li > a:hover {
  color: #000;
  background-color: #ffca00;
}
.header-wrapper .navbar-default .search-toggle {
  margin-top: -50px;
  margin-right: 8px;
}
.header-wrapper .navbar-default .search-toggle .fa-search {
  font-size: 17px;
  color: #9fa3a7;
}
.header-wrapper .navbar-default .search-toggle:hover .fa-search {
  color: #000;
}
.header-wrapper .search-wrapper {
  position: absolute;
  display: none;
  z-index: 99;
  height: 95px;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
.header-wrapper .screen-reader-text, .header-wrapper .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.header-wrapper .search-wrapper [type=search] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  padding: 30px;
  font-size: 40px;
  outline: none;
  text-align: center;
}
.header-wrapper .search-wrapper [type=submit] {
  display: none;
}

.display-wrapper {
  background-color: #fff;
}
.display-wrapper #display .item h3 {
  position: absolute;
  left: 70px;
  top: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arvo", sans-serif;
  font-size: 50px;
  text-transform: initial;
  letter-spacing: -2px;
  font-weight: bold;
  line-height: 50px;
  word-spacing: 7px;
  z-index: 4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:991px) {
  .display-wrapper #display .item h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    left: 20px;
    top: 0;
    word-spacing: 0;
  }
}
.display-wrapper #display .item .btn {
  position: absolute;
  left: 35px;
  bottom: 25px;
  z-index: 3;
}
@media only screen and (max-width:991px) {
  .display-wrapper #display .item .btn {
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    letter-spacing: 1px;
    background-color: rgba(255, 202, 0,);
  }
}
.display-wrapper #display .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url("../images/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.display-wrapper #display .carousel-indicators {
  position: absolute;
  z-index: 15;
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  padding: 3px;
  left: initial;
  right: 30px;
  bottom: 15px;
}
.display-wrapper #display .carousel-indicators li {
  text-indent: 0;
  width: 30px;
  height: 30px;
  margin: 1px;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  padding-top: 6px;
  color: #bab7b7;
}
.display-wrapper #display .carousel-indicators li.active {
  text-indent: 0;
  width: 30px;
  height: 30px;
  margin: 1px;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  padding-top: 6px;
  color: #bab7b7;
  background-color: #ffc80a;
  color: #fff;
}
@media only screen and (max-width:1199px) {
  .display-wrapper #display .carousel-indicators {
    margin: 0 auto;
    bottom: 20px;
    right: 20px;
  }
}

.btn-info {
  background-color: #ffca00;
  background-image: none;
  border: none;
  border-radius: 25px;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 15px 25px;
}
.btn-info:hover {
  background-color: #d9ad05;
}

.btn-info_1 {
  background-color: #ffca00;
  background-image: none;
  border: none;
  border-radius: 25px;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 15px 25px;
  color: #000;
}
.btn-info_1:hover {
  background-color: #d9ad05;
}

.form-sistema-academico {
  background-color: #5800fa;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 6px;
}
.form-sistema-academico h3 {
  margin-top: 0;
  padding-bottom: 0;
  color: #fff;
  padding: inherit;
  font-weight: bold;
  font-size: 7vw;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .form-sistema-academico h3 {
    line-height: 29px;
    font-size: 37px;
    margin-bottom: 0;
    padding: 4px 0 0 19px;
  }
}
@media only screen and (min-width:992px) {
  .form-sistema-academico h3 {
    padding: 22px 0 0 19px;
    font-size: 22px;
    text-align: left;
  }
}
@media only screen and (min-width:1200px) {
  .form-sistema-academico h3 {
    padding-top: 22px;
  }
}
.form-sistema-academico form {
  margin-top: 0;
}
@media only screen and (min-width:768px) {
  .form-sistema-academico form {
    margin-top: 20px;
    margin-left: 10px;
  }
}
.form-sistema-academico .input-group {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .form-sistema-academico .input-group {
    width: 50%;
    float: left;
  }
}
.form-sistema-academico .input-group .form-control {
  border-radius: 25px;
  height: 42px;
  border: none;
}
.form-sistema-academico .input-group.password {
  width: 100%;
  margin-right: -25px;
  padding-right: 29px;
  float: left;
  margin-top: 5px;
}
@media only screen and (min-width:768px) {
  .form-sistema-academico .input-group.password {
    width: 38%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    margin-left: 5px;
  }
}
.form-sistema-academico .input-group.password .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-sistema-academico .btn.btn-primary {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  background-image: none;
  border: none;
  font-size: 15px;
  height: 42px;
  color: #5800fa;
  margin-left: -4px;
  padding: 6px;
  margin-top: 5px;
}
.form-sistema-academico .btn.btn-primary[disabled] {
  opacity: 1;
}
@media only screen and (min-width:768px) {
  .form-sistema-academico .btn.btn-primary {
    margin-top: 0;
  }
}
.form-sistema-academico .btn-info {
  background-color: #5800fa;
  background-image: none;
  border: none;
  border-radius: 25px;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 12px 19px;
  border: 3px solid #fff;
  margin: 15px 0;
  width: 100%;
}
.form-sistema-academico .btn-info:hover {
  background-color: #4502c1;
}
@media only screen and (min-width:768px) {
  .form-sistema-academico .btn-info {
    font-size: 14px;
    letter-spacing: 3px;
    width: auto;
    margin-right: 10px;
    float: right;
    margin-top: 15px;
    margin-bottom: 14px;
  }
}
.destaque-noticias {
  background-color: #fff;
}
.destaque-noticias .block {
  margin-top: 20px;
  padding: 15px;
}
.destaque-noticias .block a {
  overflow-y: hidden;
  height: 150px;
  position: relative;
}
@media only screen and (max-width:991px) {
  .destaque-noticias .block a {
    height: auto;
  }
}
.destaque-noticias .block a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.destaque-noticias .block a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.destaque-noticias h4 {
  color: #212121;
  font-family: "Arvo", sans-serif;
  line-height: 25px;
  margin-top: 20px;
}
.destaque-noticias p {
  color: #9fa3a7;
  line-height: 27px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
}
.destaque-noticias .more {
  color: #ffca00;
  font-size: 11px;
  letter-spacing: 2px;
}
.destaque-noticias .quer-ser-aluno {
  background-image: url("../../assets/_apagar/quer-ser-aluno.jpg");
  background-size: cover;
  background-color: #9cb300;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.destaque-noticias .quer-ser-aluno h3 {
  color: #fff;
  font-weight: 700;
  font-family: "Arvo", sans-serif;
  font-size: 45px;
  margin-top: 160px;
}
@media only screen and (min-width:768px) {
  .destaque-noticias .quer-ser-aluno h3 {
    margin-top: 55px;
    margin-bottom: 40px;
    font-size: 60px;
  }
  .destaque-noticias .quer-ser-aluno h3 br {
    content: " ";
  }
  .destaque-noticias .quer-ser-aluno h3 br:after {
    content: " ";
  }
}
@media only screen and (min-width:992px) {
  .destaque-noticias .quer-ser-aluno h3 {
    font-size: 40px;
    margin-top: 189px;
  }
}
@media only screen and (min-width:1200px) {
  .destaque-noticias .quer-ser-aluno h3 {
    font-size: 45px;
  }
}
.destaque-noticias .quer-ser-aluno .btn-info {
  margin: 90px auto 30px auto;
}
@media only screen and (min-width:768px) {
  .destaque-noticias .quer-ser-aluno .btn-info {
    margin-top: 0;
  }
}
@media only screen and (min-width:992px) {
  .destaque-noticias .quer-ser-aluno .btn-info {
    margin-top: 111px;
  }
}
@media only screen and (min-width:1200px) {
  .destaque-noticias .quer-ser-aluno .btn-info {
    margin-top: 90px;
  }
}

.galeria {
  margin-bottom: 30px;
  font-family: "Arvo", sans-serif;
}
.galeria .container {
  padding: 0 0;
}
.galeria .container .titulos {
  display: flex;
}
.galeria .container .titulos h3 {
  color: #3591ff;
  font-size: 50px;
  opacity: 0.5;
  font-weight: bold;
  letter-spacing: -2px;
  margin-right: 120px;
}
.galeria .container .white {
  color: white !important;
}
.galeria .container .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.galeria .container .thumbnail a {
  overflow: hidden;
  height: 185px;
  display: block;
}
@media only screen and (min-width:768px) {
  .galeria .container .thumbnail a {
    height: 115px;
  }
}
@media only screen and (min-width:992px) {
  .galeria .container .thumbnail a {
    height: 150px;
  }
}
@media only screen and (min-width:1200px) {
  .galeria .container .thumbnail a {
    height: 185px;
  }
}
.galeria .container .thumbnail a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galeria .container .thumbnail a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.galeria .container .thumbnail .caption {
  padding: 10px 20px;
  height: 64px;
  overflow: hidden;
}
.galeria .container .thumbnail .caption h4 {
  color: #212121;
  line-height: 22px;
}
.galeria .container .thumbnail p {
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: #9fa3a7;
  font-size: 11px;
  letter-spacing: 3px;
}

.galerias h1.entry-title {
  margin-bottom: 40px;
}
.galerias h3 {
  color: #0074ff;
  font-size: 6vw;
  opacity: 0.5;
  font-weight: bold;
  letter-spacing: -2px;
}
.galerias .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.galerias .thumbnail a {
  overflow: hidden;
  height: 185px;
  display: block;
}
@media only screen and (min-width:768px) {
  .galerias .thumbnail a {
    height: 115px;
  }
}
@media only screen and (min-width:992px) {
  .galerias .thumbnail a {
    height: 150px;
  }
}
@media only screen and (min-width:1200px) {
  .galerias .thumbnail a {
    height: 185px;
  }
}
.galerias .thumbnail a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galerias .thumbnail a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.galerias .thumbnail .caption {
  padding: 10px 20px;
  height: 64px;
  overflow: hidden;
}
.galerias .thumbnail .caption h4 {
  color: #212121;
  line-height: 22px;
}
.galerias .thumbnail p {
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: #9fa3a7;
  font-size: 11px;
  letter-spacing: 3px;
}

.destaques-wrapper {
  margin-bottom: 40px;
}
.destaques-wrapper .group-box, .destaques-wrapper .box-newsletter, .destaques-wrapper .box-radio, .destaques-wrapper .box-agenda, .destaques-wrapper .box-sala-estudos {
  height: 205px;
  margin: 0;
  overflow: hidden;
}
.destaques-wrapper header.wrapper {
  color: #fff;
  margin: 20px 0 0 10px;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width:768px) {
  .destaques-wrapper header.wrapper {
    margin: 30px 0 0 30px;
  }
}
.destaques-wrapper header.wrapper h5.title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #ffc80a;
}
.destaques-wrapper header.wrapper p {
  font-family: "Arvo", sans-serif;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.destaques-wrapper .box-sala-estudos {
  background-color: #009edf;
  overflow: visible;
}
.destaques-wrapper .box-sala-estudos .background-wrapper {
  position: absolute;
  overflow: hidden;
  width: 90%;
  height: 100%;
  right: 0;
}
.destaques-wrapper .box-sala-estudos .background-wrapper span.background {
  position: absolute;
  width: 50%;
  right: -50px;
  top: 0;
}
.destaques-wrapper .box-sala-estudos header.wrapper p {
  width: 100%;
}
.destaques-wrapper .box-sala-estudos header.wrapper a.more-link {
  position: absolute;
  top: 115px;
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/sala-button.png") no-repeat;
}
.destaques-wrapper .box-sala-estudos header.wrapper a.more-link span.text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.destaques-wrapper .box-sala-estudos form {
  position: absolute;
  z-index: 2;
  right: 65px;
  top: 50px;
  width: 220px;
}
.destaques-wrapper .box-sala-estudos form .form-control {
  border-radius: 25px;
  border: none;
  padding: 20px 14px;
  margin-bottom: 10px;
}
.destaques-wrapper .box-sala-estudos form .input-group {
  width: 100%;
}
@media only screen and (max-width:991px) {
  .destaques-wrapper .box-sala-estudos form {
    top: 105px;
    width: auto;
    right: 20px;
    left: 20px;
  }
}
.destaques-wrapper .box-agenda {
  background-color: #ffc80a;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .destaques-wrapper .box-agenda {
    overflow: visible;
  }
}
.destaques-wrapper .box-agenda span.background {
  position: absolute;
  right: 90px;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.destaques-wrapper .box-agenda span.overlay {
  position: absolute;
  right: -20px;
  bottom: -30px;
  z-index: 9;
}
.destaques-wrapper .box-agenda header.wrapper {
  width: 70%;
}
.destaques-wrapper .box-agenda header.wrapper h5.title {
  color: #ed4343;
}
.destaques-wrapper .box-agenda header.wrapper a.more-link {
  position: absolute;
  top: 115px;
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/agenda-button.png") no-repeat;
}
.destaques-wrapper .box-agenda header.wrapper a.more-link span.text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.destaques-wrapper .box-radio {
  background-color: #a900c8;
}
.destaques-wrapper .box-radio span.background {
  position: absolute;
  width: 50%;
  right: -80px;
  top: -54px;
}
.destaques-wrapper .box-radio header.wrapper a.more-link {
  color: #f03fff;
  font-size: 11px;
  letter-spacing: 3px;
}
@media only screen and (max-width:991px) {
  .destaques-wrapper .box-radio img {
    width: 280px;
  }
}
.destaques-wrapper .box-newsletter {
  background-color: #ef403f;
}
.destaques-wrapper .box-newsletter span.background {
  position: absolute;
  width: 40%;
  right: -75px;
  top: -15px;
}
.destaques-wrapper .box-newsletter header.wrapper h5.title {
  margin: 0 0 13px 0;
}
.destaques-wrapper .box-newsletter header.wrapper button.more-link {
  position: absolute;
  top: 115px;
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  outline: none;
  background: url("../images/newsletter-button.png") no-repeat;
}
.destaques-wrapper .box-newsletter header.wrapper button.more-link span.text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.destaques-wrapper .box-newsletter header.wrapper form input.newsletter-field {
  padding-top: 10px;
  padding-bottom: 7px;
  background: transparent;
  outline: 0;
  border: none;
  font-family: "Arvo", sans-serif;
  font-size: 20px;
  width: 300px;
  border-bottom: 1px solid #f58c8c;
}
.destaques-wrapper .box-newsletter header.wrapper form input.newsletter-field:focus {
  border-bottom: 1px solid #fff;
}
.destaques-wrapper .box-newsletter header.wrapper form input.newsletter-field::-webkit-input-placeholder {
  color: #fff;
}
.destaques-wrapper .box-newsletter header.wrapper form input.newsletter-field::-moz-placeholder {
  color: #fff;
}
.destaques-wrapper .box-newsletter header.wrapper form input.newsletter-field:-ms-input-placeholder {
  color: #fff;
}
.destaques-wrapper .box-newsletter header.wrapper form input.newsletter-field:-moz-placeholder {
  color: #fff;
}

.wrapper-dropdown {
  /* Size and position */
  position: relative;
  /* Enable absolute positioning for children and pseudo elements */
  margin: 0 auto;
  padding: 10px 15px;
  /* Styles */
  background: #fff;
  color: #555;
  cursor: pointer;
  outline: none;
  border-radius: 20px;
}
.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: grey transparent;
}
.wrapper-dropdown .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  padding: 6px 0;
  /* Styles */
  background: #fff;
  transition: all 0.3s ease-out;
  list-style: none;
  border-radius: 20px;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}
.wrapper-dropdown .dropdown li {
  /* Hover state */
}
.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 4px 10px;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
.wrapper-dropdown .dropdown li:hover a {
  color: #a5a5a5;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.informativo-wrapper {
  margin-bottom: 40px;
}
.informativo-wrapper .image {
  padding: 0;
}
.informativo-wrapper .image img {
  margin-top: -5%;
  width: 100%;
}
.informativo-wrapper .box-informativo {
  height: 205px;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}
.informativo-wrapper .box-informativo.text {
  height: 150px;
}
@media only screen and (min-width:992px) {
  .informativo-wrapper .box-informativo.text {
    height: 205px;
  }
}
.informativo-wrapper .box-informativo header.wrapper {
  margin: 20px 10px 0 10px;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width:768px) {
  .informativo-wrapper .box-informativo header.wrapper {
    margin: 30px 30px 0 30px;
  }
}
.informativo-wrapper .box-informativo header.wrapper h5.title {
  color: #9fa3a7;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 0;
}
.informativo-wrapper .box-informativo header.wrapper p {
  font-family: "Arvo", sans-serif;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.informativo-wrapper .box-informativo header.wrapper a.more-link {
  position: absolute;
  top: 66px;
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/informativo-button.png") no-repeat;
}
@media only screen and (min-width:992px) {
  .informativo-wrapper .box-informativo header.wrapper a.more-link {
    top: 115px;
  }
}
.informativo-wrapper .box-informativo header.wrapper a.more-link span.text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

section.social .wrapper {
  background-color: #fff;
  padding: 40px;
}
section.social h2 {
  font-size: 50px;
  color: #242424;
  margin: 20px 0px 20px 15px;
  letter-spacing: -2px;
}
section.social .social-entry .image-entry-wrapper {
  overflow: hidden;
}
section.social .social-entry .image-entry-wrapper img {
  margin-left: -20%;
  height: 280px;
  width: auto;
}
section.social .social-entry h3 {
  color: #242424;
  margin: 10px 0;
  line-height: 29px;
}
section.social .social-entry p {
  color: #9fa3a7;
  line-height: 27px;
  margin-top: 20px;
  font-size: 12px;
}
section.social .social-entry a.more {
  font-size: 11px;
  letter-spacing: 2px;
  color: #7529cb;
  font-weight: bold;
}
section.social .social-entry a.more .fa {
  font-size: 14px;
  font-weight: bold;
}
section.social .depoimento {
  padding-top: 20px;
}
@media only screen and (min-width:992px) {
  section.social .depoimento {
    padding-top: 0;
  }
}
section.social .depoimento .wrapper {
  color: #fff;
  background-color: #9900fa;
  background-image: url("../images/quotes.png");
  background-size: auto;
  background-position: 50px 20px;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  height: 376px;
  padding: 20px;
}
@media only screen and (max-width:991px) {
  section.social .depoimento .wrapper {
    padding: 30px 10px;
  }
}
@media only screen and (max-width:1199px) {
  section.social .depoimento .wrapper {
    padding: 30px 10px;
  }
}
section.social .depoimento .wrapper h3 {
  font-size: 20px;
  line-height: 30px;
}
section.social .depoimento .wrapper h3 a {
  color: #fff;
}
@media only screen and (min-width:992px) {
  section.social .depoimento .wrapper h3 {
    line-height: 27px;
    padding-top: 0;
  }
}
@media only screen and (max-width:991px) {
  section.social .depoimento .wrapper h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -18px;
  }
}
@media only screen and (min-width:1200px) {
  section.social .depoimento .wrapper h3 {
    line-height: 30px;
    margin-top: 0;
  }
}
section.social .depoimento .wrapper figure {
  top: 100px;
  position: absolute;
  width: calc(100% - 40px);
  margin: 0 -20px;
}
@media only screen and (min-width:992px) {
  section.social .depoimento .wrapper figure {
    top: 190px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:991px) {
  section.social .depoimento .wrapper figure {
    margin: 0 auto;
    position: initial;
  }
}
section.social .depoimento .wrapper figure img {
  width: 190px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
@media only screen and (min-width:992px) {
  section.social .depoimento .wrapper figure img {
    width: 100px;
  }
}
section.social .depoimento .wrapper figure figcaption {
  padding-top: 10px;
}
section.social .depoimento .wrapper figure figcaption h4 {
  font-size: 22px;
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  section.social .depoimento .wrapper figure figcaption h4 {
    font-size: 18px;
  }
}
section.social .depoimento .wrapper figure figcaption span {
  font-size: 10px;
  letter-spacing: 2px;
  color: #2d004a;
}

/*
*
*/
.main-wrapper .image-top {
  background-color: #fff;
}
.main-wrapper .main-content {
  background-color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width:991px) {
  .main-wrapper .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-wrapper .main {
  padding-top: 50px;
  padding-bottom: 80px;
}

.post-type-archive article, .sala-de-leitura article, .blog article {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
.post-type-archive article:last-child, .sala-de-leitura article:last-child, .blog article:last-child {
  border-bottom: none;
}
.post-type-archive article .post-thumbnail, .sala-de-leitura article .post-thumbnail, .blog article .post-thumbnail {
  overflow-y: hidden;
  height: 200px;
  position: relative;
}
@media only screen and (max-width:991px) {
  .post-type-archive article .post-thumbnail, .sala-de-leitura article .post-thumbnail, .blog article .post-thumbnail {
    height: auto;
    margin-bottom: 10px;
  }
}
.post-type-archive article .post-thumbnail img.img-responsive.wp-post-image, .sala-de-leitura article .post-thumbnail img.img-responsive.wp-post-image, .blog article .post-thumbnail img.img-responsive.wp-post-image {
  width: 100%;
  margin-bottom: 10px;
}
.post-type-archive article h2.entry-title, .sala-de-leitura article h2.entry-title, .blog article h2.entry-title {
  font-family: "Arvo", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 27px;
  font-size: 22px;
  color: #484848;
}
.post-type-archive article h2.entry-title a, .sala-de-leitura article h2.entry-title a, .blog article h2.entry-title a {
  color: #484848;
  text-decoration: none;
}
.post-type-archive article h2.entry-title a:hover, .sala-de-leitura article h2.entry-title a:hover, .blog article h2.entry-title a:hover {
  color: #000;
}
.post-type-archive article .entry-content p, .sala-de-leitura article .entry-content p, .blog article .entry-content p {
  padding-top: 17px;
  line-height: 25px;
  color: #868686;
  line-height: 27px;
}
.post-type-archive article .updated, .sala-de-leitura article .updated, .blog article .updated {
  color: #9fa3a7;
  font-size: 13px;
}
.post-type-archive article .updated .fa, .sala-de-leitura article .updated .fa, .blog article .updated .fa {
  margin-right: 2px;
}
.post-type-archive article .more, .sala-de-leitura article .more, .blog article .more {
  color: #ffca00;
  letter-spacing: 2px;
}
.post-type-archive article .more:hover, .sala-de-leitura article .more:hover, .blog article .more:hover {
  color: #d9ad05;
}
.post-type-archive article .download .fa, .sala-de-leitura article .download .fa, .blog article .download .fa {
  font-size: 20px;
}
.post-type-archive article .entry-category, .sala-de-leitura article .entry-category, .blog article .entry-category {
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-bottom: 5px;
  color: #8c8c8c;
  letter-spacing: 1px;
  font-size: 15px;
}

.post-type-archive-informativos article {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
.post-type-archive-informativos article:last-child {
  border-bottom: none;
}
.post-type-archive-informativos article .post-thumbnail {
  overflow-y: auto !important;
  height: auto !important;
  position: relative;
}
@media only screen and (max-width:991px) {
  .post-type-archive-informativos article .post-thumbnail {
    height: auto;
    margin-bottom: 10px;
  }
}
.post-type-archive-informativos article .post-thumbnail img.img-responsive.wp-post-image {
  width: auto !important;
  margin-bottom: 10px;
}

.single .post-thumbnail, .page .post-thumbnail {
  overflow-y: hidden;
  height: 300px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width:991px) {
  .single .post-thumbnail, .page .post-thumbnail {
    height: 220px;
  }
}
.single .post-thumbnail .overlay-pattern, .page .post-thumbnail .overlay-pattern {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQYV2NkgAJGKD0TAADGAJy7zIEsAAAAAElFTkSuQmCC");
}
.single .post-thumbnail .overlay-pattern .color, .page .post-thumbnail .overlay-pattern .color {
  opacity: 0.3;
  background-color: #007ccf;
  position: absolute;
  width: 100%;
  height: 100%;
}
.single .post-thumbnail img, .page .post-thumbnail img {
  width: 100%;
  position: absolute;
  top: -25%;
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  filter: url("../svg/gray.svg#grayscale");
  filter: gray;
}
@media only screen and (max-width:991px) {
  .single .post-thumbnail img, .page .post-thumbnail img {
    top: auto;
  }
}
.single h1.entry-title, .page h1.entry-title {
  font-family: "Arvo", sans-serif;
  line-height: 40px;
  margin-bottom: 10px;
  color: #484848;
}
.single .entry-header header, .page .entry-header header {
  margin-bottom: 40px;
}
.single .entry-header header .updated, .page .entry-header header .updated {
  color: #9fa3a7;
}
.single .entry-header header .updated .fa, .page .entry-header header .updated .fa {
  margin-right: 2px;
}
.single .entry-header .content p, .single .entry-header .content li, .page .entry-header .content p, .page .entry-header .content li {
  color: #5a5a5a;
  line-height: 27px;
  margin: 0 0 25px;
}
.single .entry-header .content p.wp-caption-text, .single .entry-header .content li.wp-caption-text, .page .entry-header .content p.wp-caption-text, .page .entry-header .content li.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: -3px 0 10px;
  color: #929292;
}
.single .entry-header .content ul, .page .entry-header .content ul {
  margin: 0 0 35px;
}
.single .entry-header .content li, .page .entry-header .content li {
  line-height: 20px;
  margin: 0 0 15px;
}
.single .entry-header .content a, .page .entry-header .content a {
  color: #079fea;
}
.single .entry-header .content a:hover, .page .entry-header .content a:hover {
  color: #0479b3;
}
.single .entry-header .content a[data-rel^=lightcase], .page .entry-header .content a[data-rel^=lightcase] {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single .entry-header .content a[data-rel^=lightcase] .fa-search-plus, .page .entry-header .content a[data-rel^=lightcase] .fa-search-plus {
  position: absolute;
  color: #fff;
  z-index: 2;
  font-size: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single .entry-header .content a[data-rel^=lightcase] span.zoom, .page .entry-header .content a[data-rel^=lightcase] span.zoom {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single .entry-header .content a[data-rel^=lightcase]:hover .fa-search-plus, .page .entry-header .content a[data-rel^=lightcase]:hover .fa-search-plus {
  opacity: 1;
}
.single .entry-header .content a[data-rel^=lightcase]:hover span.zoom, .page .entry-header .content a[data-rel^=lightcase]:hover span.zoom {
  opacity: 0.3;
}
.single .entry-header .content strong, .page .entry-header .content strong {
  font-weight: bold;
  font-size: 1.1em;
  color: #484848;
}
.single .entry-header .content img.alignright, .page .entry-header .content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.single .entry-header .content img.alignleft, .page .entry-header .content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.single .entry-header .content img.aligncenter, .page .entry-header .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-header .content .alignright, .page .entry-header .content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.single .entry-header .content .alignleft, .page .entry-header .content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.single .entry-header .content .aligncenter, .page .entry-header .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.agenda .date-wrapper {
  color: #fff;
  background-color: #ffca00;
  font-size: 24px;
  text-align: center;
  padding: 0px 0px;
  width: 160px;
}
.agenda .date-wrapper .date-entry {
  padding: 5px;
}
.agenda .date-wrapper .date-entry .day {
  font-size: 100px;
  line-height: 90px;
}
.agenda .date-wrapper .date-entry .month {
  letter-spacing: 1px;
}
.agenda .date-wrapper .date-entry .time {
  background-color: #fff;
  color: #86898d;
  font-size: 18px;
  padding: 2px 0;
}
.agenda .entry-content p {
  padding-top: 5px !important;
}

.agenda a.download-calendar, .box-agenda a.download-calendar {
  position: absolute;
  top: 115px;
  right: 10px;
  display: block;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  color: white;
  display: flex;
  align-items: center;
}
.agenda a.download-calendar:after, .box-agenda a.download-calendar:after {
  content: url("../images/agenda-button.png");
  display: inline-block;
  transform: rotate(90deg);
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

article img.size-large {
  max-width: 100%;
  height: auto;
  display: block;
}

.search-results .list {
  margin-top: 30px;
}
.search-results .list ul {
  margin: 0;
}
.search-results .list ul li {
  list-style: none;
  padding: 3px 0;
}
.search-results .list ul li a {
  color: #545454;
}

.error404 .alert-warning h1 {
  margin-top: 0;
}

#responsive-menu-container #responsive-menu-search-box,
#responsive-menu-container #responsive-menu-additional-content,
#responsive-menu-container #responsive-menu-title {
  padding: 10px 5% !important;
}

.content .destaques-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width:991px) {
  #footer {
    height: 690px;
  }
}
#footer .container {
  position: relative;
  padding-top: 70px;
}
#footer .container .footer-wrapper {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  top: 0;
  left: 0;
}
@media only screen and (max-width:991px) {
  #footer .container {
    padding-top: 20px;
  }
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  list-style: none;
}
#footer .nav-bar {
  display: block;
  float: left;
  width: 100%;
}
#footer .nav-bar .wrapper {
  margin-left: 20px;
  float: left;
}
@media only screen and (max-width:991px) {
  #footer .nav-bar .wrapper {
    display: flex;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    float: none;
  }
}
#footer .nav-bar .wrapper .brand-footer {
  width: 145px;
}
#footer .nav-bar .wrapper .social-icons {
  padding-top: 40px;
  margin-left: 10px;
}
#footer .nav-bar .wrapper .social-icons li {
  list-style: none;
  display: inline-block;
}
#footer .nav-bar .wrapper .social-icons li a {
  color: #fff;
  font-size: 25px;
  margin-right: 13px;
}
#footer .nav-bar nav {
  float: right;
  position: relative;
  width: 550px;
}
#footer .nav-bar nav ul.menu {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
#footer .nav-bar nav ul.menu li {
  list-style: none;
  padding: 0 0 15px 0;
}
#footer .nav-bar nav ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
}
#footer .closure {
  color: #fff;
  margin-top: 20px;
  padding: 40px 0 20px 0;
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
}
@media only screen and (max-width:991px) {
  #footer .closure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .closure .wrapper-info {
  padding-left: 20px;
  float: left;
}
@media only screen and (max-width:991px) {
  #footer .closure .wrapper-info {
    padding: 0;
    float: none;
  }
}
#footer .closure .wrapper-info span, #footer .closure .wrapper-info a {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
}
#footer .closure .wrapper-info .phone {
  font-size: 39px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: bold;
  margin-top: 10px;
}
#footer .closure .wrapper-info a {
  color: #fff;
  letter-spacing: 6px;
  font-size: 12px;
}
#footer .closure .wrapper-brands {
  float: right;
  padding-right: 20px;
}
@media only screen and (max-width:991px) {
  #footer .closure .wrapper-brands {
    padding: 0;
    float: none;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
}
#footer .closure .wrapper-brands .celimalldecor {
  padding-right: 56px;
}
@media only screen and (max-width:991px) {
  #footer .closure .wrapper-brands .celimalldecor {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:991px) {
  #footer .closure .wrapper-brands .celi {
    padding: 0;
    margin: 0 auto;
  }
}
#footer .closure .wrapper-brands .copyrigth {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 15px;
}
@media only screen and (max-width:991px) {
  #footer .closure .wrapper-brands .copyrigth {
    text-align: center;
  }
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
}
.pagination span.page-numbers.current {
  background-color: #e8e8e8;
  padding: 3px 8px;
  cursor: default;
}
.pagination a.page-numbers {
  padding: 3px 8px;
  color: #000;
}

/*# sourceMappingURL=template.css.map */
