
@font-face {
    font-family: 'roboto';
    src: url(./fonts/Roboto-Regular-webfont.eot);
    src: url(./fonts/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(./fonts/Roboto-Regular-webfont.woff) format('woff'),
         url(./fonts/Roboto-Regular-webfont.ttf) format('truetype'),
         url(./fonts/Roboto-Regular-webfont.svg#robotoregular) format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(./fonts/Roboto-Italic-webfont.eot);
    src: url(./fonts/Roboto-Italic-webfont.eot?#iefix) format('embedded-opentype'),
         url(./fonts/Roboto-Italic-webfont.woff) format('woff'),
         url(./fonts/Roboto-Italic-webfont.ttf) format('truetype'),
         url(./fonts/Roboto-Italic-webfont.svg#robotoregular) format('svg');
    font-weight: 400;
    font-style: italic;

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

}
@font-face {
    font-family: 'roboto';
    src: url(./fonts/Roboto-LightItalic-webfont.eot);
    src: url(./fonts/Roboto-LightItalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(./fonts/Roboto-LightItalic-webfont.woff) format('woff'),
         url(./fonts/Roboto-LightItalic-webfont.ttf) format('truetype'),
         url(./fonts/Roboto-LightItalic-webfont.svg#robotoregular) format('svg');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'roboto';
    src: url(./fonts/Roboto-Thin-webfont.eot);
    src: url(./fonts/Roboto-Thin-webfont.eot?#iefix) format('embedded-opentype'),
         url(./fonts/Roboto-Thin-webfont.woff) format('woff'),
         url(./fonts/Roboto-Thin-webfont.ttf) format('truetype'),
         url(./fonts/Roboto-Thin-webfont.svg#robotoregular) format('svg');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url(./fonts/Roboto-ThinItalic-webfont.eot);
    src: url(./fonts/Roboto-ThinItalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(./fonts/Roboto-ThinItalic-webfont.woff) format('woff'),
         url(./fonts/Roboto-ThinItalic-webfont.ttf) format('truetype'),
         url(./fonts/Roboto-ThinItalic-webfont.svg#robotoregular) format('svg');
    font-weight: 100;
    font-style: italic;

}

/*!
 *  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);
  src: url(./fonts/fontawesome-webfont.eot#iefix) format('embedded-opentype'), 
  url(./fonts/fontawesome-webfont.woff2) format('woff2'), 
  url(./fonts/fontawesome-webfont.woff) format('woff'), 
  url(./fonts/fontawesome-webfont.ttf) format('truetype'), 
  url(./fonts/fontawesome-webfont.svg#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}



a {
    color: #25ab6c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover,
a:focus {
  color: #c2d8ce;
  text-decoration: none;
}
@media (max-width: 1023px) {
#main-navigation ul.menu li a.sf-depth-1.menuparent {
    background-color: #00703c;
    color: #fff;
}
}
@media (max-width: 991px) {
    .form-text,
    .form-textarea,
    .block-superfish select,
    .block-search .form-submit {
        background-image: none;
    }
}
body {
    color: #444;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight:300;
}
p {
    margin: 0 0 12px;
    padding: 0;
}


blockquote {
    margin: 40px 40px 24px;
    border-left: none;
    padding: 0;
    position: relative;
    color: #999;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    left: -20px;
    top: 5px;
    position: absolute;
}
blockquote p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
#pre-header {
    color: #aaaaaa;
}
#bottom-content {
    color: #ffffff;
}

/*Heading*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 120%;
    padding: 0;
    margin: 20px 0 10px 0;
    font-family: 'roboto', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}

h3.subtitulo-2 {
    font-size: 20px;
}
h2.subtitulo {
    text-transform: uppercase;
    color: #006f3c;
    font-size: 22px;
    line-height: 32px;
}


h2.block-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.node-type-pagina-de-secao
h1.page-title {
    display:none;
}

h1#titulo-secao,
h1.page-title {
  color: #006f3c;
  margin-top: 55px;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 70px;
  position: relative;
}

h1#titulo-secao:after,
h1.page-title:after {
    content: "____";
    left: 0;
    right: 0;
    position: absolute;
    bottom: -20px;
    /* text-align: center; */
    color: #00703c;
    font-weight: 100;
    font-family: Roboto;
    /* font-size: 24px; */
}

.page-agenda h1.page-title:after,
.page-todas-noticias h1.page-title:after{
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    bottom: -20px;
    /* text-align: center; */
    color: #00703c;
    font-weight: 100;
    font-family: Roboto;
    /* font-size: 24px; */
}

.title-sep,
#pre-header h2,
#promoted h2,
.sidebar h2,
#footer h2 {
    clear: both;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
}

.title-sep .glyphicon {
    font-size: 13px;
    padding-right: 18px;
}

.node-type-pagina-de-secao .field-name-field-texto {
    margin: 40px 0;
}

/*tables*/

table {
    width: 100%;
    margin-bottom: 20px;
    border: 0px solid #dfdfdf;
    border-top: 4px solid #25ab6c;
    border-bottom: 4px solid #25ab6c;
}
table tbody {
    border-top: none;
    font-size: 14px;
}
table tr.even,
table tr.odd,
th {
    background-color: transparent;
    border-bottom: 1px solid #dfdfdf;
}
thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
    padding: 8px;
    line-height: 142%;
    vertical-align: middle;
}

tr {
    border-bottom: 1px solid #25ab6c;
}

thead {
    color: #25ab6c;
    border-bottom: 2px solid #25ab6c;
}


/*Layout*/

#pre-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    position: absolute;
    background-color: #333;
}
.logged-in #pre-header {
    padding-top: 64px;
}
#pre-header-inside {
    display: none;
    position: relative;
    z-index: 13;
    padding: 40px 0 0 0;
}
#header-top {
    background-color: #fcfcfc;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
    z-index: 12;
    min-height: 50px;
}
#header {
    background: rgba(6,110,61,1);
	background: -moz-linear-gradient(top, rgba(6,110,61,1) 0%, rgba(9,94,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,110,61,1)), color-stop(100%, rgba(9,94,51,1)));
	background: -webkit-linear-gradient(top, rgba(6,110,61,1) 0%, rgba(9,94,51,1) 100%);
	background: -o-linear-gradient(top, rgba(6,110,61,1) 0%, rgba(9,94,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(6,110,61,1) 0%, rgba(9,94,51,1) 100%);
	background: linear-gradient(to bottom, rgba(6,110,61,1) 0%, rgba(9,94,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066e3d', endColorstr='#095e33', GradientType=0 );
    position: relative;
    z-index: 5;
    padding: 15px 0;
}
#main-navigation {
    background-color: #c2d8ce;
    position: relative;
    z-index: 11;
}
#banner-inside {
    
}



#slideshow {
    padding: 10px;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: none;
}
#top-content {
    background-color: #ffffff;
    padding: 40px 0 20px 0;
}
#main-content {
    padding: 60px 0 30px 0;
}
#main {
    padding: 0 0 20px;
}

.not-front #main-content {
    padding: 0;
}

#main-content {
    background-color: #ecf1ef;
}

.well {
    min-height: 20px;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.not-front section.miolo {
    background-color: #fff;
}

.node-type-pagina-de-secao section.miolo {
    background-color: transparent;
    overflow: hidden;
}

#bottom-content {
    padding: 40px 0 20px 0;
}
#footer {
    background-color: #00703c;
    margin-bottom: 1px;
    padding: 30px 0 0 0;
    position: absolute;
    width: 100%;
}
}
#subfooter {
    background-color: #fcfcfc;
    border-top: 1px solid #eaeaea;
    padding: 40px 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
.block {
    padding: 0 0 30px 0;
    clear: both;
}
#header-top .block,
#main-navigation .block,
#banner .block {
    padding: 0;
}
/*glyphicon-block*/

.glyphicon-block {
    text-align: center;
}
.glyphicon-block .glyphicon {
    font-size: 48px;
    margin: 30px 0 0 0;
}
.glyphicon-block h4 {
    margin-top: 10px;
}
/*lists*/

ul li {
    list-style-type: square;
}
ol li {
    list-style-type: decimal;
}

#subfooter ul {
    text-align: left;
}

#header ul{
  padding:0 10px;
}
/*item lists*/

.item-list ul li {
    margin-bottom: 0;
    padding: 15px 0;
}
#block-user-login .item-list ul li {
    border-bottom: none;
    padding: 0 0 5px 0;
}
.item-list ul li.first {
    padding-top: 0;
}
.item-list ul li.last {
    border-bottom: none;
}
/*pager*/

ul.pager {
    
    padding: 0;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 25px;
}
.item-list ul.pager li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
ul.pager li a,
ul.pager li.pager-current {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    display: block;
    margin: 5px 3px 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
ul.pager li a:hover,
ul.pager li.pager-current {
    background-color: #EFEFEF;
    border-color: #eee;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*menus*/

ul.menu {
    margin: 0;
    padding: 0;
}
ul.menu li {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    margin-bottom: 3px;
}
ul.menu li a {
    color: #000;
    font-size: 15px;
    line-height: 150%;
    display: inline-block;
    background-color: transparent;
    width: 100%;
}
.menu-block-wrapper ul.menu li a {
    color: #000;
    font-size: 15px;
    line-height: 150%;
    display: inline-block;
    background-color: #fff;
    width: 100%;
}

ul.menu li a:hover,
ul.menu li a.active {
    text-decoration: none;
}
ul.menu li.leaf {
    list-style-image: none;
    color: #444;
    list-style-type: none;
}

ul li.collapsed {
    list-style-image: none;
    list-style-type: none;
}
ul.menu li.expanded {
    border-bottom: none;
    padding-bottom: 0;
    list-style-image: none;
    list-style-type: none;
}
ul.menu li.expanded ul li a{

    padding-left: 22px;
}

.menu-block-1 li.collapsed a:before,
#block-menu-block-1 .menu-block-1 > ul > li.expanded > ul li.collapsed > a:before {
    content: "\f105";
    font-family: FontAwesome;
    top: 0px;
    right: 0px;
    /* border-left: 1px solid; */
    /* height: 100%; */
    /* padding: 9px 10px 0 10px; */
    margin-left: -12px;
    margin-right: 7px;
}



.block-menu-block .nav > li > a:hover,
.block-menu-block .nav > li > a:focus {
  text-decoration: none;
  background-color: #c2d8ce;
}

.block-menu-block .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.block-menu-block ul.menu li.expanded ul {
    padding-left: 10px;
    border-top: 0;
    margin-top: 0;
}

.menu-block-wrapper a.active-trail.active {
    background-color:#c2d8ce;
}

/*horizontal menus*/

#header ul.menu,
#subfooter ul.menu,
#top-content ul.menu,
#bottom-content ul.menu {
    text-align: center;
}
#header-top ul.menu li,
#header ul.menu li,
#main-navigation ul.menu li,
#top-content ul.menu li,
#subfooter ul.menu li,
#bottom-content ul.menu li {
    display: inline-block;
    background: none;
    list-style-type: none;
    border: none;
    padding: 0;
}
#main-navigation ul.menu li.sf-depth-1 {
    border-right: 1px solid;
}
#main-navigation ul.menu li.first.sf-depth-1 {
    border-left: 1px solid;
}



#header ul.menu li a,
#top-content ul.menu li a,
#bottom-content ul.menu li a {
    padding: 15px 0px;
}
#header-top ul.menu ul,
#header ul.menu ul,
#main-navigation ul.menu ul,
#top-content ul.menu ul,
#subfooter ul.menu ul,
#bottom-content ul.menu ul {
    display: none;
}
/*header-top menu*/

#header-top ul.menu li a {
    font-size: 13px;
    text-transform: capitalize;
    padding: 16px 20px 16px;
}
/*main-navigation*/

#main-navigation ul.menu li a {
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    text-align: center;
}
#main-navigation ul.menu li.sf-depth-2 a {
    text-transform: none;
}

#main-navigation ul.menu li.sf-depth-2 a:hover {
    text-transform: none;
    color: #8fb73e;
}


#main-navigation ul.menu li.sf-depth-2.sfHover a {
    color: #8fb73e;
}

.block-superfish ul.sf-menu ul li.sf-depth-2.sfHover a.menuparent:after {
    top: 0px;
    border-left: 1px solid;
    height: 100%;
    margin-left: 10px;
    background-color: #8fb73e;
    color: #fff;
}

.block-superfish ul.sf-menu ul li a.menuparent:after {
    content: "\f105";
    font-family: FontAwesome;
    top: 0px;
    right: 0px;
    border-left: 1px solid;
    height: 100%;
    padding: 9px 10px 0 10px;
    margin-left: 10px;
}
/*.block-superfish ul.sf-menu ul li a.sem-submenu.menuparent:after {
    content: "";
    font-family: FontAwesome;
    top: 0px;
    right: 0px;
    border-left: 0px solid;
    height: 100%;
    padding: 9px 10px 0 10px;
    margin-left: 10px;
}*/

#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3 a.menuparent:after {
    top: 0px;
    right: 0px;
    border-left: 1px solid;
    height: 100%;
    padding: 9px 10px 0 10px;
    margin-left: 10px;
    background-color: transparent;
    color: #000;
}

/*#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3 a.sem-submenu.menuparent:after {
    top: 0px;
    right: 0px;
    border-left: 0px solid;
    height: 100%;
    padding: 9px 10px 0 10px;
    margin-left: 10px;
    background-color: transparent;
    color: #000;
}*/
#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3.sfHover a.menuparent:after {
    top: 0px;
    border-left: 1px solid;
    height: 100%;
    margin-left: 10px;
    background-color: #8fb73e;
    color: #fff;
}

/*#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3.sfHover a.sem-submenu.menuparent:after {
    top: 0px;
    border-left: 0;
    height: 100%;
    margin-left: 10px;
    background-color: transparent;
    color: #fff;
}*/





/*#main-navigation a.sem-submenu.menuparent:after {
    top: 0px;
    border-left: 0;
    height: 100%;
    margin-left: 10px;
    background-color: transparent;
    color: #fff;
    display: none!important;
}*/


#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3 a {
    color: #000;
}

#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3.sfHover li.sf-depth-4 a {
    color: #000;
}

#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3.sfHover a {
    color: #8fb73e;
}
#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3 a:hover {
    color: #8fb73e;
}

#main-navigation ul.menu li.sf-depth-2.sfHover li.sf-depth-3.sfHover li.sf-depth-4  a:hover {
    color: #8fb73e;
}


/*#main-navigation #menu-2937-1 ul{
  display: none!important;
}*/


#main-navigation ul.menu ul li a,
#header-top ul.menu ul li a {
    padding: 10px 40px 10px 20px;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #969696;
    border-top: none;
    line-height: 150%;
}
/*superfish support*/

li.sf-no-children a {
    padding: 10px 20px 10px 20px;
}

#main-navigation ul.menu ul li a {
    text-align: left;
}

#main-navigation ul.menu ul li a.sf-with-ul {
    padding-right: 40px;
}

#main-navigation ul.menu li.active-trail.sf-depth-1 {
    background-color: #ffffff;
    box-shadow: inset 0px 0px 10px 0px #C2D8CF;
    -webkit-box-shadow: inset 0px 0px 5px 0px #C2D8CF;
    -moz-box-shadow: inset 0px 0px 10px 0px #C2D8CF;
    -o-box-shadow: inset 0px 0px 10px 0px #C2D8CF;
}

#main-navigation ul.menu li.sf-depth-1:hover {
    background-color: #ffffff;
    box-shadow: inset 0px 0px 10px 0px #C2D8CF;
    -webkit-box-shadow: inset 0px 0px 5px 0px #C2D8CF;
    -moz-box-shadow: inset 0px 0px 10px 0px #C2D8CF;
    -o-box-shadow: inset 0px 0px 10px 0px #C2D8CF;
}

.block-superfish select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    width: 90%;
}
#main-navigation .block-superfish select {
    border-top: none;
    border-bottom: none;
    width: 100%;
}

.sf-sub-indicator {
    background: none;
    display: none;
}
.block-superfish ul.sf-menu {
    padding: 0;
    margin: 0;
}
.block-superfish ul.sf-menu li.sf-depth-1 ul {
    border-top: 4px solid #8fb73e;
    top: 100%;
    background: #ffffff;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-left: -1px;
}

.block-superfish ul.sf-menu li.sf-depth-2 ul {
    /*border-top: 4px solid #8fb73e;*/
    top: -1px;
    background: #ffffff;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-left: -1px;
    border-left: 1px solid;
    border-top: 1px solid;
}
    


.block-superfish ul.sf-menu ul li a {
    display: block;
}
.block-superfish ul.sf-menu > li > ul:before,
.block-superfish ul.sf-menu > li > ul:after {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #8fb73e transparent;
    height: 0px;
    position: absolute;
    left: 15px;
    top: -12px;
    width: 0px;
}
.block-superfish ul.sf-menu > li > ul:after {
    top: -10px;
    z-index: -1;
}
.block-superfish ul.sf-menu ul ul {
    top: -1px;
}
.block-superfish ul.sf-menu ul ul li a {
    border-left: none!important;
}
/*superfish menu arrows*/

#main-navigation .block-superfish ul.sf-menu > li > a.menuparent {
    padding: 10px 37px;
}
#main-navigation .block-superfish ul.sf-menu > li.last > a.menuparent {
    padding: 10px 40px 10px 42px;
}
#header-top .block-superfish ul.sf-menu > li > a.menuparent {
    padding: 16px 40px 16px 20px;
}
.block-superfish ul.sf-menu li a.menuparent:after {
    content: "\f107";
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    right: 27px;
    font-size: 11px;
    font-weight: 400;
}

/*.block-superfish ul.sf-menu li a.sem-menu.menuparent:after {
    content: ""!important;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    right: 27px;
    font-size: 11px;
    font-weight: 400;
    border:0!important;
    background-color: transparent!important;
}*/
#header-top .block-superfish ul.sf-menu li a.menuparent:after {
    top: 17px;
}

/*superfish menu style resets*/



.sf-menu.sf-horizontal.sf-shadow ul {
    background: #ffffff;
    padding: inherit!important;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*ul#superfish-1 {
    width: 100%;
}

ul#superfish-1::before {
    display: table;
    content: " ";
}



#main-navigation ul.menu li.sf-depth-1 {
    display: table-cell !important;
    width: 1%;
    border-left: 1px solid;
    float: none;
    position: relative;
}

a.sf-depth-1 {
    position: relative !important;
    display: block !important;
    padding: 5px 15px !important;
    text-align: center;
}*/

/*subfooter menu*/

#subfooter ul.menu li a {
    padding: 0 20px 15px 20px;
    display: block;
}
/*pre-header menu, bottom-content*/

#pre-header ul.menu li a.active,
#pre-header ul.menu li a:hover,
#bottom-content ul.menu li a.active,
#bottom-content ul.menu li a:hover {
    color: #fafafa
}
#pre-header ul.menu li a {
    border-bottom: 1px dashed #444444;
}
/* Logo - Site name*/

.region.region-linguas .block {
    float: right;
    clear: none;
    padding: 0;
}

section#block-search-form {
    max-width: 200px;
}

.region.region-linguas {
    float: right;
    max-width: 500px;
}

#logo {
    padding: 0;
    text-align: center;
    float: left;
    width: 160px;
}
#logo img {
    display: inherit;
}
#logo img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#site-name a {
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px;
    color: #444444;
    display: block;
}
#site-name a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#site-slogan {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    margin: 10px 0 10px 0;
}
/*node*/

.node.node-teaser,
.page-node- #content-wrapper,
.page-contact #content-wrapper {
    
}
.node header h2 a:hover {
    text-decoration: none;
}
.node > .content,
#comments,
.page-contact #content-wrapper {
    padding: 20px 0;
}
.node header {
    padding: 10px 40px 20px;
}
.node footer {
    padding: 20px 40px 40px;
}
.field-name-field-image {
    margin: 10px 0 20px;
}
.node .user-signature {
    font-size: 12px;
    padding: 0;
}
.user-picture {
    margin: 0px 15px 0 0;
    display: inline-block;
    max-width: 48px;
}
.submitted .glyphicon {
    top: 0;
}
/*comments*/

#comments {
    background: #ffffff;
}
.comment {
    border: 2px solid #fff;
    padding: 32px;
    margin-top: 25px;
}
.comment header {
    padding: 0;
}
.comment h3 {
    clear: both;
}
.comment h3 a:hover {
    text-decoration: none;
}
.comment .user-picture {
    float: left;
    margin: 0 15px 25px 0;
}
.comment .new {
    margin: 10px 0;
    display: inline-block;
}
/* Taxonomy term reference */

.field-type-taxonomy-term-reference {
    position: relative;
}
footer .field-type-taxonomy-term-reference {
    float: left;
}
.field-type-taxonomy-term-reference .field-label {
    font-weight: 400;
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference .field-items {
    display: inline-block;
}
.field-type-taxonomy-term-reference .field-item {
    margin: 0;
    display: inline;
}
.field-type-taxonomy-term-reference .field-item:after {
    content: ",";
    margin-right: 5px;
}
.field-type-taxonomy-term-reference .field-item:last-child:after {
    color: transparent;
}
/*forum page*/

th.active img {
    margin: -4px 0 0 5px;
}
#forum table {
    border: 1px solid #eaeaea;
}
#forum thead tr {
    border-bottom: 1px solid #eaeaea;
}
#forum thead tr th,
#forum thead tr td {
    background: #ffffff;
    font-weight: 700;
    border: none;
    padding: 11px;
}
#forum thead a {
    color: #444444;
}
#forum tbody tr th,
#forum tbody tr td {
    padding: 25px 25px 25px 15px;
    border: none;
}
#forum tr.odd {
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#forum tr.even {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}
#forum .last-reply {
    font-size: 12px;
}
.node-forum .field-name-body {
    margin: 10px 0;
}
.node-forum .field-type-taxonomy-term-reference {
    float: none;
}
/*forms*/

input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.form-text,
textarea.form-textarea,
select {
    background-color: #fcfcfc;
    border: 2px solid #eaeaea;
    color: #999999;
    font-size: 14px;
    padding: 14px;
    width: 100%;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.form-text:focus,
textarea.form-textarea:focus {
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-form input.form-text {
    width: 70%;
}
.dark input.form-text {
    border: none;
}
select {
    -webkit-appearance: menulist;
}
fieldset {
    padding: 10px;
    margin: 0 2px;
    border: 1px solid #eaeaea;
}
legend {
    border-bottom: none;
    font-size: 14px;
    width: auto;
    margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0px 0 3px;
}
/*buttons*/

input[type="submit"],
input[type="reset"],
input[type="button"] {
    margin: 5px 5px 10px 0;
    background-color: #444;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.highlighted-block .btn:hover,
.highlighted-block .btn:focus {
    color: #ffffff;
}
/*tabs*/

.nav-tabs {
    margin: 25px 0 15px;
}
/*accordion*/

.panel-group {
    margin: 25px 0;
}
.panel-heading a:hover {
    text-decoration: none;
}
/* Drupal system links */

ul.links {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
ul.links li {
    margin: 0;
}
/* Breadcrumb */

.breadcrumb {
  background-color: #ffffff;
  padding: 0px 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 0;
  position: absolute;
  top: 20px;
  font-size: 12px;
  z-index: 9;

}
.breadcrumb > li {
    margin: 0 2px 0 0;
    display: inline;
}

.node-type-pagina-de-secao #breadcrumb {
    display: none;
}
/* Search block */

#header-top #block-search-form {
    margin: 0;
    float: right;
}
#header-top #block-search-form .form-item {
    margin: 0;
}
#header-top #block-search-form input.form-text {
    border: none;
    padding: 15px 40px 15px 15px;
    font-size: 13px;
    width: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    min-height: 52px;
}
#header-top #block-search-form input.form-text:focus {
    width: 240px;
    background-color: #444;
    color: #fff;
}
#block-search-form .form-actions,
.sidebar-search-block .form-actions {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #999;
    font-size: 16px;
}
.logged-in #block-search-form .form-actions,
.logged-in .sidebar-search-block .form-actions {
    right: 10px;
}

#block-search-form input.form-submit,
.sidebar-search-block input.form-submit {
    background-color: transparent;
    color: #000;
    position: relative;
    z-index: 1;
    height: 52px;
    margin: 0;
    padding: 10px;
}
#block-search-form input.form-submit:focus,
.sidebar-search-block input.form-submit:focus,
.sidebar-search-block input.form-submit:hover {
    outline: none;
    background: transparent;
}
/*polls*/

.poll .vote-form {
    text-align: left;
}
.poll .vote-form .choices {
    display: block;
}
.poll .bar .foreground {
    background-color: #444444;
}
/*call-to-action*/

.call-to-action {
    text-align: center;
}
.call-to-action .lead {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.call-to-action p {
    margin: 0 0 30px;
}
.call-to-action .btn {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    padding: 18px 28px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.call-to-action .btn:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.call-to-action .btn:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
}
/*Recent Content block*/

#block-node-recent .node-title a {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
}
#bottom-content .node-title a {
    color: #ffffff;
}
#pre-header .node-title a {
    color: #aaaaaa;
}
#block-node-recent .node-title a:hover {
    text-decoration: none;
}
#block-node-recent .node-author {
    margin: 5px 0;
}
#block-node-recent table {
    border: none;
}
#block-node-recent tr.even,
#block-node-recent tr.odd {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
    padding: 15px 0;
}
#block-node-recent tbody th,
#block-node-recent tbody td {
    padding: 8px 8px 8px 0;
    line-height: 1.428571429;
    vertical-align: top;
    border: none;
    font-size: 13px;
}
#block-node-recent tbody tr:first-child th,
#block-node-recent tbody tr:first-child td {
    padding-top: 0;
}
#block-node-recent tbody tr:last-child {
    border-bottom: none;
}
/*highlighted blocks*/

.highlighted-block,
#block-user-login,
#block-poll-recent {
    overflow: hidden;
    padding: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.highlighted-block-inside {
    padding: 0 25px 25px 25px;
    text-align: center;
}
.highlighted-block .btn {
    background-color: #444;
    color: #fff;
    display: block;
    padding: 15px 25px;
    margin: 20px 0 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.highlighted-block.nopadding {
    padding: 0;
}
.highlighted-block .title-sep {
    margin: 0px 0 40px 0;
}
.light,
#block-user-login,
#block-poll-recent {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #eaeaea;
}
.dark {
    background-color: #333;
    color: #ccc;
    padding: 30px 20px 0;
    text-align: center;
}
.dark h3 {
    color: #ffffff;
    margin: 0 0 20px 0;
}
.dark input[type="submit"] {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.dark input[type="submit"]:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.dark .small {
    color: #999;
    font-size: 13px;
}
#block-user-login {
    padding: 5px 25px 0 25px;
    margin: 0 0 20px 0;
}
/*tags cloud*/

.tag {
    display: inline-block;
}
.tag a {
    background-color: #444;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 8px;
    margin: 3px 0;
    zoom: 1;
    z-index: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: block;
}
.tag a:hover {
    color: #fff;
    text-decoration: none;
}
/* Drupal status messages */

div.messages {
    padding: 15px 15px 15px 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-position: 13px 15px;
}
div.messages a {
    font-weight: bold;
}
div.messages.status {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
div.messages.status a {
    color: #356635;
}
div.messages.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}
div.messages.error a {
    color: #953b39;
}
div.messages.warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
div.messages.warning a {
    color: #a47e3c;
}
/*slideshow*/

.carousel .item {
    max-height: 520px;
}
/*slider fade effect*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*control nav*/

.carousel ol.carousel-indicators {
    position: absolute;
    top: 20px;
    left: auto;
    z-index: 2;
    padding: 0 20px;
    margin: 0;
    text-align: right;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: auto;
    bottom: auto;
    right: 20px;
}
.carousel ol.carousel-indicators li {
    margin: 0px;
    padding: 0;
    *zoom: 1;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border: none;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.carousel ol.carousel-indicators li.active {
    background-color: #fcfcfc;
}
/*directional nav*/

.carousel .carousel-control {
    background-color: #fcfcfc;
    color: #444;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 15px;
    position: absolute;
    overflow: hidden;
    top: 45%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: none;
    outline: none;
}
.carousel .carousel-control.right {
    right: 20px
}
.carousel .carousel-control.left {
    left: 20px
}
.carousel a.carousel-control:active,
.carousel a.carousel-control:hover {
    background-color: #fcfcfc
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    font-family: Arial, sans-serif;
    display: block;
    right: 0;
    left: auto;
    width: 100%;
}
.carousel:hover .carousel-control,
.carousel:hover ol.carousel-indicators {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*slider caption*/

.carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.carousel .carousel-caption h4,
.carousel .carousel-caption p {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}
@media all and (max-width: 768px) {
    .carousel .carousel-caption p {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .carousel .carousel-control,
    .carousel .carousel-caption {
        display: none;
    }
}
/*credits*/

.credits {
    margin-bottom: 0;
    font-size: 0.9em;
}
/*toggle control*/

.toggle-control {
    width: 100%;
    position: relative;
    z-index: 13;
}
.toggle-control a,
.toggle-control a:hover {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 18px 19px;
    line-height: 14px;
    cursor: pointer;
    height: 52px;
}
/*google map*/

.gm-style img {
    max-width: none;
}
/*scroll to top*/

#toTop {
    position: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #999999;
    opacity: 0.4;
    filter: alpha(opacity=40);
    width: 55px;
    height: 55px;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    display: none;
    padding: 10px 0 0 2px;
    z-index: 14;
}
#toTop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
/*drupal primary links*/

ul.primary {
    margin: 15px 0 15px 0;
    padding-left: 40px;
}
ul.primary,
ul.primary li a,
ul.primary li.active a {
    border-color: #eaeaea;
}
ul.primary li.active a {
    border-bottom: 1px solid #fff;
}
/*drupal resets*/

#toolbar {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#toolbar ul.menu {
    width: auto;
}
#toolbar ul.menu li {
    background: none;
}
.not-logged-in .block-forum .contextual-links-wrapper {
    display: none;
}
a.contextual-links-trigger,
#toolbar a,
textarea {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
/*admin theme style rules*/

.page-node-edit .region-content {
    padding: 0 40px;
}
.page-node-edit .vertical-tabs {
    clear: both;
}
.page-node-edit .vertical-tabs,
.page-node-edit .vertical-tabs ul.vertical-tabs-list,
.page-node-edit .vertical-tabs ul.vertical-tabs-list li {
    border-color: #dfdfdf;
}
.page-node-edit .vertical-tabs li {
    list-style: none;
}


.destaques-nova .overlays-views a {
    color: #fff;
}

.destaques-nova h2.titulo-views {
    border-bottom: 2px solid #8fb73e;
}

.destaques-nova h2 {
    font-size: 22px;
}

.destaques-nova  h2.titulo-views {
    background-color: rgba(0,0,0,0.8);
}


/*** views  ***/

.overlays-views {
    position: relative;
}

h2.titulo-views,
.caixas-ensino div.titulo-relacionados-paragrafos{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    /* border: 1px solid #FFF; */
    width: 100%;
    color: #FFF;
    margin: 0;
    background-color: #fff;
    opacity: 0.8;
}

.views-field-field-imagem-banner img {
    width: 100%;
}


.region.region-navigation {
    width: 100%;
}

nav {
	width:100%;
}

#main-navigation .col-md-12{
	padding-right: 6px;
}

/** Pain'eis **/

.col-md-6.radix-layouts-content.panel-panel {
    /* background-color: #fff; */
    
    background-color: #fff;
    width: 55%;
}

.col-md-3.radix-layouts-column1 {
    padding-left: 0;
    padding-right: 25px;
    width: 20%;
    margin-top: 60px;
}

.col-md-3.radix-layouts-column2.panel-panel {
    padding-right: 0;
    padding-left: 25px;
    width: 25%;
    margin-top: 60px;
}

aside.col-md-3.esquerda {
    width: 20%;
    padding-left: 0;
    padding-right: 25px;
    padding-left: 0px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.radix-layouts-content .panel-panel-inner {
    padding: 0 10px;
}

section.miolo #main {
    padding: 0 10px;
}

section.col-md-6.miolo {
    width: 55%;
}

aside.col-md-3.direita {
	padding-right: 0;
    padding-left: 25px;
    width: 25%;
    padding-right: 0px;
}

h2.block-title {
    padding: 0;
    margin: 0;
}



ul.language-switcher-locale-url li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.pt-pt:after {
    content: "|";
    /* position: absolute; */
    top: 16px;
    right: 0;
    z-index: 0;
    font-size: 24px;
    color: #fff;
    font-size: 32px;
    padding: 0 6px 0 8px;
}

section#block-locale-language {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 100%;
    padding: 10px 5px;
}

ul.language-switcher-locale-url a {
    color: #fff;
    font-size: 16px;
}

h2.banner a {
    color: #fff;
}


h2.banner {
    position: absolute;
    top: 75px;
    background-color: #8fb73e;
    padding: 10px;
    opacity: 0.8;
    font-size: 40px;
    text-transform: uppercase;
}

.lista-views {
    margin-bottom: 30px;
}

.fundo-escuro {
    background-color: #313131;
    padding: 10px;
    color: #fff;
    border-bottom: 2px solid #8fb73e;
}

.agenda-data-views a {
    color: #8fb73e;
    text-transform: uppercase;
    font-size: 12px;
}

h2.tit-agenda-views {
    font-size: 16px;
    margin: 0 0 7px;
    font-weight: 300;
    padding-bottom: 9px;
}

h2.tit-agenda-views a {
    color: #fff;
}

.agenda-data-views:before {
    content: "\f073";
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    /* position: absolute; */
    top: 10px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #8fb73e;
    padding-right: 5px;
}

.view .date-nav-wrapper {
    position: relative;
    margin-top: 35px;
    width: 100%;
}

.bloco-calendario.view .date-nav-wrapper .date-heading h3 {
    font-size: 16px;
    padding-left: 0;
}

.view .date-nav-wrapper .date-heading h3 {
    line-height: 22px;
    font-size: 1.7em;
    padding-left: 36%;
}

.view .date-nav-wrapper .date-heading {
    position: relative;
    width: 100%;
    top: 0px;
    text-align: left;
    z-index: 0;
    float: left;
}

.local-views {
    padding: 0 0 0 18px;
    line-height: 1.3;
}

.local-views:before {
    content: "\f041";
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    /* top: -20px; */
    margin-top: -4px;
    margin-left: -18px;
    font-size: 20px;
    font-weight: 400;
    color: #8fb73e;
    padding-right: 5px;
}

.class-agenda-views {
    text-transform: uppercase;
    font-size: 12px;
}

.class-agenda-views  a {
    color: #8fb73e;
}

.destaques-nova {
    margin-bottom: 30px;
}

h2.titulo-views.centro, 
h2.titulo-views.direita {
    font-size: 16px;
    font-weight: 300;
}

.margem-relacionados-miolo {
    margin: 25px 0;
}

.menu-block-2 ul.coluna1,
.menu-block-2 ul.coluna2,
.menu-block-2 ul.coluna3 {
    float: left;
    width: 30%;
}

.menu-block-2 li.expanded {
    list-style-image: none;
    list-style-type: none;
}

.menu-block-2 ul.menu li.expanded ul {
    padding: 0;
}

.menu-block-2 ul.menu li a {
    color: #fff;
    background-color: transparent;
}

a.caixa-alta {
    text-transform: uppercase;
    font-size: 20px;
}

.menu-block-2 ul.menu li a {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
}

.menu-block-2 ul.menu li a:hover {
    color: #8fb73e;
}

.menu-block-2 ul li.expanded {
    list-style-image: none;
    list-style-type: none;
}

.menu-block-2 ul li.expanded a {
    list-style-image: none;
    list-style-type: none;
    font-size: 20px;
}

.menu-block-2 ul li.expanded ul li a {
    list-style-image: none;
    list-style-type: none;
    font-size: 14px;
}

.menu-block-2 ul.menu li.expanded ul {
    margin-bottom: 15px;
}

.footer-area a {
    color: #fff;
}
.footer-area a:hover {
    color: ##8fb73e;
}

.footer-area ul li:not(.menu-pai) > a{

  font-size: 13px;

}

.footer-area {
    color: #fff;
}

.view-header {
    position: relative;
}

.front .view-header:after {
    content: "______________";
    left: 0;
    right: 0;
    position: absolute;
    bottom: -20px;
    text-align: center;
    color: #00703c;
}
   .front .pane-destaques-panel-pane-1 h2.pane-title:after {
    content: "______________";
    left: -50px;
    position: absolute;
    top: 25px;
    text-align: center;
    color: #00703c;
    font-weight: 100;
    width: 100px;
    overflow: hidden;
    left: 50%;
    right: 50%;
    margin-left: -50px;
}

.pane-destaques-panel-pane-1 h2.pane-title {
    text-transform: uppercase;
    margin: 60px 0 40px;
    text-align: center;
    font-size: 40px;
    color: #00703c;
    position:relative;
}

section#sidebar-first, section#sidebar-second {
    margin-top: 60px;
}

h2.bloco-titulo, h2.pane-title {
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.radix-layouts-column2 h2.pane-title {
  font-size: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
}


.menu-block-1 ul.menu li a {
    color: #000;
    font-size: 15px;
    line-height: 150%;
    display: inline-block;
    background-color: #fff; /*!important;*/
    width: 100%;
    padding: 5px 2px 7px 18px;
    height: 100%;
}

.menu-block-1 ul.menu li a:hover{

  background-color: #c2d8ce;
}


.menu-block-1  ul.menu li.expanded ul {
  margin-top: 0;
	padding: 0;
}

/*.menu-block-1 li.expanded ul.menu li.collapsed a {
    padding-left: 36px;
}*/

.menu-block-1 li.expanded ul.menu li a {
    padding-left: 30px;
}


.menu-block-1 li > a:hover,
.menu-block-1 li > a:focus {
  text-decoration: none;
  background-color: #c2d8ce;
}

.menu-block-1 > ul > li.expanded a.active-trail:before{

    content: "\f107";
    font-family: FontAwesome;
    top: 0px;
    right: 0px;
    /* border-left: 1px solid; */
    /* height: 100%; */
    /* padding: 9px 10px 0 10px; */
    margin-left: -15px;
    margin-right: 5px;
}

#block-menu-block-1 .menu-block-1 > ul > li.expanded > ul li.expanded > ul li a.active-trail:before,
#block-menu-block-1 .menu-block-1 > ul > li.expanded > ul li.leaf > a:before{

  display: none

}

#block-menu-block-1 .menu-block-1 > ul > li.expanded > ul li.expanded > ul li a{
  padding-left: 45px;
}

.menu-block-1 a.active-trail.active {
    background-color:#c2d8ce;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.col-md-12.radix-layouts-content.panel-panel {
    padding: 0;
}

.fa-inverse {
    color: #00703c;
}

.field-name-field-corpo-de-texto {
    margin-bottom: 50px;
}



.pessoas {

    float: left;
    width: 50%;
    position: relative;
}

.grayscale img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.3s ease-in;
}

.grayscale img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.descricao{

  background-color: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  color: #FFF;
  display: none
}

.descricao .nome{

  font-size: 16px;

}

.descricao .funcao{

  font-size: 12px;

}

.paragraphs-items {
    overflow: hidden;
    clear: both;
}

h2.titulo-relacionados-paragrafos a {
    width: 100%;
    float: left;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    padding: 5px;
}

h2 .titulo-relacionados-paragrafos.titulo-views.centro {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
}

.caixas-ensino .grid-item{

  margin-bottom: 30px;
  position: relative;
}

.caixas-ensino .grid-item .titulo-relacionados-paragrafos{

  width: 93.5%;
  left: 10px;
  background-color: rgba(0,0,0,0.8);
}

.caixas-ensino .grid-item .titulo-relacionados-paragrafos h2{

  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;

}

.titulo-relacionados-paragrafos a:link,
.titulo-relacionados-paragrafos a:visited{

  color: #FFF;

}

.titulo-relacionados-paragrafos a:hover{

  color: #006f3c;
}

.seta{

  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #006f3c;
  color: #FFF;
  display: inline-block;
  float: right;
  cursor: pointer;
  width:25px;
  height: 25px;
  line-height: 22px;
  font-size: 15px;
}

#sidebar-second .views-row{

  background-color: #FFF;
  padding: 5px 2.5%;
  margin-bottom: 3px;  

}

.entity-paragraphs-item{

  margin-bottom: 20px;

}

.imagem-desenvolvimento {
    float: left;
    padding: 0 15px 20px 0;
    max-width: 400px;
}

.imagem-desenvolvimento img {
    border: 1px solid #efefef;
}


/*a.link-pdf:before {
    content: url('');
    
    background-image: url(http://unl.webview.pt/sites/default/files/icone_plano.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 40px;
    width: 30px;
    position: relative;
  
    margin: 0 10px 0 0;
}*/


p.link-pdf {
    margin: 15px 0 35px 25px;
    line-height: 145%;
    font-size: 15px;
}

p.link-pdf a:before {
    content: url(http://unl.webview.pt/sites/all/themes/unl_bootstrap/css/estilos.css?ohpk8i);
    background-image: url(http://unl.webview.pt/sites/default/files/icone_plano.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width: 15px;
    position: absolute;
    margin: -0px 7px 0 -25px;
}

.bloco-views-lateral {
    padding: 5px 10px 0 5px;
    background-color: #fff;
    margin-bottom: 4px;
    overflow: hidden;
}

.node-type-artigo .field.field-name-redes-sociais {
    float: right;
    max-height: 40px;
}
.field.field-name-redes-sociais {
    float: right;
    width: 100%;

}

.field.field-name-post-date {
    float: left;
    padding-top: 8px;
}

#block-addtoany-addtoany-button {
    float: right;
}

.addtoany_list.a2a_kit_size_32 {
    border-radius: 50%;
}

.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 50%;
    height: 32px;
    line-height: 20px;
    opacity: 1;
    width: 32px;
    /* font-size: 10px!important; */
    padding: 5px;
}

.addtoany_list.a2a_kit_size_32 a .a2a_count {
    position: relative;
    border-radius: 4px;
}

span.a2a_count {
    line-height: 1.2!important;
    height: 32px;
    width: 64px;
    font-size: 16px;
}

h2.titulo-noticias {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.lista-bloco-noticias {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.simple_timeline ul li {
    display: block;
    position: relative;
    width: 50%;
    clear: both;
    margin: 0;
    border-bottom: 0!important;
}

.timeline-image {
    width: 50%;
}

.simple_timeline ul .timeline-content {
    min-width: 125px;
    width: 100%;
}

h3.timeline-date {
    font-size: 18px;
    padding-top: 5px;
}

.simple_timeline ul li .timeline-text {
    width: 65%;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin-left: 0;
}



.simple_timeline ul li:nth-child(odd) > div .timeline-text {
    float: right;
    text-align: right;
    margin-right: 0;
    margin-left: 0;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.6;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.paragraphs-item-acordeao-faq .ui-widget {
    font-size: 1.1em;
    color: #444;
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
}

.ui-accordion .ui-accordion-content {
    padding: 0em 2.2em;
    border-top: 0;
    overflow: auto;
    border-radius: 0;
}

.links-header-view {
    margin-top: -35px;
    /* z-index: 222; */
    position: absolute;
    right: 0;
}

a.btn-nova {
    padding: 5px 20px;
    background-color: #25ab6c;
    color: #fff;
}
a.btn-nova.grande {
    padding: 8px 20px;
    background-color: #25ab6c;
    color: #fff;
    font-size: 15px;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}

a.btn-nova.grande:after {
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 24px;
    right: 0;
    position: absolute;
    margin-top: -5px;
    margin-right: 5px;
}

h2.titulo-bloco {
    width: 100%;
    text-transform: uppercase;
    margin: 60px 0 40px;
    text-align: center;
    font-size: 40px;
    color: #00703c;
}

.pessoas-equipa {
    margin-bottom: 20px;
}

.noticias-lista {
    margin: 0 0 20px;
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
}

.menu-block-2.menu-block-wrapper a.active-trail.active {
    background-color: transparent;
}

.relacionados-paragrafos {
    border: 1px solid #ccc;
}
.titulo-relacionados-paragrafos {
    border-bottom: 2px solid #8fb73e;
}

.funcao-equipa {
    font-size: 12px;
    line-height: 1.3;
}

.curso-nome {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 7px 0;
}

.curso-universidade {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

.curso-teaser {
    font-size: 13px;
    line-height: 1.4;
}

.lista-cursos {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.cursos-descricao {
    padding: 10px;
}

.link-custom a {
    padding: 5px 10px;
    background-color: #25ab6c;
    color: #fff;
    font-size: 14px;
}

.link-custom {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 20px;
}


/*faq*/


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: 400;
    color: #555;
    border-bottom: 2px solid #25ab6c;
    border-radius: 0;
}

.faqfield-answer {
    border-bottom: 1px solid #666;
}

.ui-state-active {
    border-bottom: 0;
}

.ui-state-active a, .ui-state-active a:link {
    color: #25ab6c;
    text-decoration: none;
}

h3.ui-state-default:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 5555;
    color: #25ab6c;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    right: 10px;
}


h3.ui-state-default.ui-state-active:after{
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    z-index: 5555;
    color: #25ab6c;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    right: 10px;
}

.ui-state-active .ui-icon,
.ui-state-default .ui-icon {
    display: none;
}


.ui-accordion .ui-accordion-icons {
    padding-left: 10px;
    padding-right: 22px;
}

.ui-accordion .faqfield-answer.ui-accordion-content {
    padding-left: 10px;
}

.logotipo img {
    max-width: 200px;
    margin: 0 auto;
}

.logotipo {
    width: 100%;
    overflow: hidden;
    background-color: #efefef;
}


.parceria-teaser {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
    background-color: #efefef;
    padding: 0 10px 10px;
}

.view-edicao {
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 0px 5px;
}
.view-edicao p {
    margin-bottom: 6px;
}

.cursos {
        margin-bottom: 20px;
}
.views-field-colorbox a {
    color: #000;
}

.titulo-relacionados-3-colunas a {
    color: #000;
}

.titulo-relacionados-3-colunas h2 {
    font-size: 16px;
    margin: 5px 0 0;
}

figcaption {
    font-size: 13px;
    margin-top: -20px
}

a img:hover {
    opacity: 0.8;
  }





.picto-factos {
    float: left;
    width: 20%;
    margin-top: -20px;
}

.factos-numeros {
    float: right;
    width: 80%;
}

.factos-titulo {
    font-size: 22px;
    text-transform: uppercase;
    color: #25ab6c;
    font-weight: 400;
}

.factos-data {
    font-size: 13px;
}


.factos-descricao {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
}

.factos-e-numeros {
    border-bottom: 1px solid #25ab6c;
    margin-bottom: 10px;
    padding: 20px 0;
    overflow: hidden;
}

.page-node-23 .caixas-ensino .grid-item .titulo-relacionados-paragrafos,
.page-node-289 .caixas-ensino .grid-item .titulo-relacionados-paragrafos {
    width: 93.5%;
    left: 10px;
    /* background-color: rgba(0,0,0,0.8); */
    display: none;
}

.bloco-calendario.view .date-nav-wrapper .date-prev,
.bloco-calendario.view .date-nav-wrapper .date-next{
  top: -35px;
}


.view .date-nav-wrapper .date-prev {
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: transparent;
    float: none;
    padding: 5px 0;
    position: absolute;
    right: 90px;
    left: auto;
    text-align: right;
    top: -40px;
    width: auto;
    z-index: 1;
    font-size: 12px;
}

.view .date-nav-wrapper .date-next {
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background: transparent;
    float: none;
    padding: 5px 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: -40px;
    width: auto;
    z-index: 1;
    font-size: 12px;
}

.multi-day a {
    color: #fff;
}

.single-day a {
    color: #000;
}

.calendar-calendar .month-view .full td.single-day div.monthview, 
.calendar-calendar .week-view .full td.single-day div.weekview, 
.calendar-calendar .day-view .full td.single-day div.dayview {
    background: transparent;
    width: auto;
    padding: 0px 3px;
    overflow: hidden;
    border-bottom: 1px dotted;
    text-transform: uppercase;
    line-height: 1.3;
}

.calendar-calendar .month-view .full .inner .monthview, 
.calendar-calendar .week-view .full .inner .weekview, 
.calendar-calendar .day-view .full .inner .dayview {
    -moz-border-radius: 0px;
    border-radius: 5px;
    width: auto;
    float: none;
    display: block;
    margin: .25em auto;
    position: relative;
}

.bloco-calendario {
    background-color: #3F3C30;
}


.bloco-calendario .calendar-calendar th.days {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    padding: 5px 5px 0 0;
    text-align: center;
}

.bloco-calendario .calendar-calendar tr {
    margin: 0;
    background-color: transparent;
    border: 0;
}

.bloco-calendario .calendar-calendar table.mini td.empty {
    background: transparent;
    border-color: transparent;
}

.bloco-calendario .month-view {
    padding: 10px;
}

.bloco-calendario .calendar-calendar .mini-day-on {
}

.bloco-calendario table .mini-day-on a {
    text-decoration: none;
    color: #fff;
}

.bloco-calendario .calendar-calendar td.has-events,
.bloco-calendario .calendar-calendar td.has-no-events {
    padding: 7px 0;
}

.bloco-calendario.view .date-nav-wrapper .date-heading {
    position: relative;
    width: 100%;
    top: 0px;
    text-align: center;
    z-index: 0;
    padding: 10px 0 0;
    color: #fff;
}

.bloco-calendario.view .date-nav-wrapper .date-nav {
    background-color: transparent;
    border: 0px;
    height: 30px;
    min-height: 0;
    position: relative;
    margin-bottom: 0;
}

.bloco-calendario thead {
    color: #25ab6c;
    border-bottom: 1px solid #fff;
}

.bloco-calendario h3 a{
  color: #fff;
}

.bloco-calendario.view .date-nav-wrapper .date-prev a {
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
}

.bloco-calendario.view .date-nav-wrapper .date-next a {
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
}

.bloco-calendario ul.pager li a, .bloco-calendario ul.pager li.pager-current {
    background: transparent;
    border: 0;
    padding: 5px 3px;
}

.bloco-calendario .calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .bloco-calendario .calendar-calendar tr.even td.today {
    background-color: #25ab6c;
}
.bloco-calendario .calendar-calendar td.has-events:hover {
    background-color: #25ab6c;
}

.bloco-calendario .calendar-calendar td {
    text-align: center;
}

.esconder-data span.date-display-single, 
.esconder-data .date-display-range {
    display: none;
}

/*#superfish-1 .esconder-menu {
  display:none!important;
}
#superfish-1 #menu-2890-1 ul,
#superfish-1 #menu-2922-1 ul{
  display:none!important;
}*/

.addtocal {
    margin: 10px 0 0;
    padding: 0px;
    float: none;
    background: #25ab6c;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    width: 45px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.node-type-agenda .addtocal {
  position: absolute;
  bottom: -30px;
  }

.item-list ul.addtocal_menu  li {
    margin-bottom: 0;
     padding: 0; 
}

ul.addtocal_menu {
    background: #3F3C30;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    padding: 5px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-bottom: 0px;
    position: initial; 
    display: none;
    min-width: 105px;
    /* z-index: 50;*/
    float: left;
    color: #fff;
    /* top: 0; */
    font-size: 13px;
}

ul.addtocal_menu li a:hover {
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #25ab6c;
}

.moth-view thead {
    color: #25ab6c;
    border-bottom: 2px solid #25ab6c;
    border-top: 2px solid #25ab6c;
}

.dia-agenda {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    padding: 10px;
}

.imagem-agenda {
    float: left;
    width: 33%;
    border: 1px solid #efefef;
}
.imagem-agenda.col-md-3 {
    padding: 0;
}

.texto.Agenda {
    float: left;
    width: 65%;
    padding: 5px 0 0 20px;
}
.date-display-range {
    font-weight: 400;
    margin-bottom: 8px;
}

.nome {
    line-height: 1.2;
    margin: 5px 0;
}


.region-sidebar-second .block {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.region-sidebar-second p.link-pdf a:before {
    height: 20px;
    width: 15px;
    position: absolute;
    margin: 0px 10px 0 -25px;
}
.region-sidebar-second p.link-pdf {
    margin: 10px 0 15px 25px;
    line-height: 145%;
    font-size: 13px;
}

.faqfield-answer.ui-widget-content a {
    color: #25ab6c;
}

.faqfield-answer.ui-widget-content a:hover,
.faqfield-answer.ui-widget-content a:focus {
  color: #c2d8ce;
  text-decoration: none;
}

#main-navigation.fixo{

  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0em;
}

.item-list .facetapi-facetapi-links li {
    margin-bottom: 0;
    padding: 5px 0;
    list-style: none;
    list-style-image: none;
}

.item-list ul.facetapi-facetapi-links {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.facetapi-facetapi-links a {
    color: #000;
    font-size: 14px;
}

footer#footer li {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 8px;
    list-style-type: none;
}

footer#footer li.menu-pai {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}

footer#footer li a:hover,
footer#footer li a:focus {
  color: #c2d8ce;
  text-decoration: none;
}

a.botao {
    padding: 5px 10px;
    background-color: #25ab6c;
    color: #fff;
    font-size: 14px;
}

/*.icon-agenda:before {
    display: inline-block;
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #25ab6c;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
}*/

.curso-bloco {
    float: right;
    width: 80%;
}

.data-calendario {
    float: left;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background-color: #25ab6c;
    padding: 5px;
    width: 16%;
}

a.banner-sinal:after {
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 24px;
    right: 5px;
    position: absolute;
}

.node-type-pagina-de-secao aside.col-md-3.direita {
    display: none;
}

.node-type-pagina-de-secao section.col-md-9.miolo {
    width: 100%;
}

.views-anuncios {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.3;
    background-color: #FFF;
    padding: 5px 2.5%;
    margin-bottom: 3px;
}

.data-pequena {
    font-size: 11px;
    padding: 5px 0 2px;
}

.titulo-medio {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 5px 0;
}

.data-lista {
    font-size: 13px;
}

.texto-noticias {
    padding-right: 40px!important;
}
.teaser-lista {
    font-size: 14px;
    line-height: 1.6;
}

.vermais-lista {
    position: absolute;
    vertical-align: middle;
    right: 0;
    top: 45px;
}

/*.texto-noticias.col-md-8 {
    padding-right: 30px;
}*/

.afastamento {
    margin-top: 10px;
    border-top: 1px solid #25ab6c;
    padding-top: 20px;
}

.form-item.webform-component:nth-child(even) {
    background-color: #ecf1ef;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}

.webform-component-file{
    background-color: #ecf1ef;
}

.form-item.webform-component:nth-child(odd) {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}

.day.form-select, 
.month.form-select, 
.year.form-select, 
.hour.form-select, 
.minute.form-select {
    width: 110px;
}

.webform-client-form input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.webform-component-file .form-managed-file .form-file, .form-managed-file .form-submit {
    margin: 0 0 20px;
}
input.webform-submit.button-primary.form-submit {
    padding: 15px 24px;
    font-size: 20px;
    margin: 30px 0 0 20px;
}

.webform-client-form input.form-text, textarea.form-textarea, select {
    background-color: #fcfcfc;
    border: 2px solid #c2d8ce;

}

.group-data {
    overflow: hidden;
    border-bottom: 1px solid #c2d8ce;
    margin-bottom: 30px;
}

div.btn-inscricao a {
    padding: 8px 20px;
    background-color: #25ab6c;
    color: #fff;
    font-size: 15px;
    float: left;
    width: 200px;
    margin-bottom: 2px;
    float: right;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.btn-inscricao {
    position: relative;
    margin-bottom: 60px;
}

div.btn-inscricao a:after {
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 24px;
    right: 0;
    position: absolute;
    margin-top: 0px;
    margin-right: 5px;
}

.pesquisa-topo{

  display: none;
  width: 40px;
  margin-top: 10px;
}

.pesquisa-topo input.form-text{

  max-height: 30px;
  min-height: 30px;

}

.pesquisa-topo .views-submit-button input{

  height: 30px;
  padding: 0 5px;
}

.pesquisa-topo .views-submit-button{

  display: none;
}


#lupa_pesquisa{

  color: #FFF;
  font-size: 20px;
  float: right;
  margin-top: 25px;
  cursor: pointer;
}


.icons-sociais i:hover{

  color: #c2d8ce;

}

hr.copyright{

  margin: 10px 0 5px;
}

#copyright{

  color: #FFF;
  font-size: 11px;
  padding-bottom:5px; 
}


.txt_copyright{

  float: left;
}

.copyright_menu{

  float: right;
}

.field.field-name-field-imagem-curso {
    float: left;
    width: 300px;
}

.group-inscricao {
    overflow: hidden;
    width: 100%;
}

.btn-inscricao {
    position: relative;
    margin-top: 35px;
    float: right;
}

.page-cursos-mes .calendar-calendar .month-view th.days {
    background-color: #474747;
    color: #fff;
    font-weight: bold;
    border: 1px solid #474747;
    padding: 5px 0;
}

.page-cursos-mes .month-view tr {
    border-bottom: 0px solid #25ab6c;
}

.page-cursos-mes .month-view .date-box .past {
    background-color: #c2d8ce;
}

.page-cursos-mes .month-view .date-box .future {
    background-color: #c2d8ce;
}

.page-cursos-mes .calendar-calendar .month-view div.day {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.page-cursos-mes .calendar-calendar .month-view td {
    width: 14%;
    color: #fff;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.page-cursos-mes .calendar-calendar .month-view td .inner div.day a {
    color: #ffffff;
}


.page-cursos-mes .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty {
    background: #efefef;
    color: #ccc;
}

.page-cursos-mes .calendar-calendar .month-view td.empty {
    background: #ccc;
    color: #999;
    background: #ccc;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.page-cursos-mes .calendar-calendar .month-view .full td.date-box.today {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #25ab6c;
}

.page-cursos-mes .calendar-calendar .month-view td .inner div.day a {
    color: #ffffff;
}

.page-cursos-mes .calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 0;
    background-color: #c2d8ce;
}

.page-cursos-mes .calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
    background: none;
    border-left: 0;
    border-right: 0;
}

.page-cursos-mes .calendar-calendar .month-view .full td.date-box.today {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #fff;
    background-color: #c2d8ce;
}

.page-cursos-mes .single-day.today a {
    color: #fff;
}

.page-cursos-mes .month-view thead {
    color: #25ab6c;
    border-bottom: 0;
}

.page-cursos-mes .calendar-calendar .month-view table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 2px solid #fff;
  }

.page-cursos-mes .calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
    background: #00703c;
    height: 1.9em;
    overflow: hidden;
    margin: 0px auto;
    color: #ffffff;
    position: relative;
    border-radius: 0;
}

.page-cursos-mes .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    position: absolute;
    right: 0px !important;
    right: -1px;
    width: 10px;
    text-align: left;
    background: #00703c;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 1.9em;
    padding-left: 6px;
    z-index: 1;
}

.page-cursos-mes .calendar-calendar .month-view td {
    width: 14%;
    border: 1px solid #fff;
    color: #474747;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.page-cursos-mes .calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {
    border: none;
    background: none;
    margin-bottom: 0px;
    padding: 6px 0;
}

.page-cursos-mes .date-box.future.empty{
    border: 1px solid #efefef;
}


.slick-arrow::before,
.slick-arrow::after {
    color: #fff;
    font-size: 36px;
    font-size: 28px;
}





h4.titulo-pesquisa {
    font-size: 18px;
}


a#superfish-1-toggle:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    /* top: 10px; */
    right: 30px;
    font-size: 32px;
    font-weight: 400;
    color:#00703c;
}

a#superfish-1-toggle span {
    margin-left: -99999px;
}

li.sf-clone-parent a:after {
    display: none;
}
.sf-accordion-toggle.sf-style-none {
    padding: 10px;
    position: relative;
}

div#page {
    width: 100%;
    overflow: hidden;
}


@media (min-width: 50px) and (max-width: 850px){

h2.banner {
    position: relative;
    top: 0;
    background-color: transparent;
    padding: 10px;
    opacity: 1;
    text-transform: none;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 24px;
}

.container-banner {
    background-color: #00703c;
}
/*
.front .view-header:after {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    bottom: -20px;
    text-align: center;
    color: #00703c;
}
.front .pane-destaques-panel-pane-1 h2.pane-title:after {
    content: "";
    left: -50px;
    position: absolute;
    top: 25px;
    text-align: center;
    color: #00703c;
    font-weight: 100;
    width: 100px;
    overflow: hidden;
    left: 50%;
    right: 50%;
    margin-left: -50px;
}
*/
h2.titulo-bloco {
    margin-bottom: 70px;
}


.view .date-nav-wrapper .date-heading h3 {
    line-height: 22px;
    font-size: 1.5em;
    padding-left: 10px;
}

.view .date-nav-wrapper .date-prev {
    top: 0;
}

.view .date-nav-wrapper .date-next {
    top: 0;
}

  }


@media (min-width: 50px) and (max-width: 1050px){


#main-navigation.fixo{
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;

}


	.month-view .tabela-responsiva {
    overflow: auto;
}

  h1#titulo-secao, h1.page-title {
    color: #006f3c;
    margin-top: 0;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-top: 55px;
}

  .tabela-responsiva {
    width: 100%;
    overflow-x: scroll;
}

	.col-md-3.radix-layouts-column1,
  aside.col-md-3.esquerda {

		display: none;
	}

	.col-md-6.radix-layouts-content.panel-panel,
	.col-md-3.radix-layouts-column2.panel-panel,
  section.col-md-6.miolo,
  aside.col-md-3.direita,
  .not-front section.miolo {
		width: 100%;
	}

  .region.region-sidebar-second .block {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.footer-area {
    color: #fff;
}
.footer-area ul {
    padding: 0;
}
.footer-area #block-block-24,
.footer-area #block-block-26 {
    padding: 0;
}
#footer-inside .col-sm-6.col-md-3 {
    padding: 0 50px;
}


aside.col-md-3.direita {
    padding-right: 10px;
    padding-left: 10px;
}

/* nvegação*/
.sf-accordion-toggle.sf-style-none {
    padding: 10px;
    position: relative;
}
ul#superfish-1-accordion {
    padding-bottom: 5px;
}

#main-navigation ul.menu li.first.sf-depth-1 {
    border-left: 0;
}

#main-navigation ul.menu li.sf-depth-1 {
    border-right: 0;
    margin-bottom: 1px;
}

.grid-item {
    margin-bottom: 20px;
}
.destaques-nova {
    margin-bottom: 0;
}
.webform-container-inline label {
    display: block;
    margin-right: 1em;
    width: 100%;
}

#main-navigation ul.menu li.sf-expanded a.sf-depth-1.menuparent {
    background-color: #888;
    color: #fff;
}  
    
    
#main-navigation ul.menu li.sf-depth-2 a.sf-accordion-button {
    width: 100px;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 9999;
    right: -999px;
}

#main-navigation ul.menu li.sf-depth-1 a.sf-accordion-button {
    width: 100px;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 9999;
    right: -999px;
    margin-bottom: 1px;
}


#main-navigation ul.menu li.sf-depth-2 a.sf-accordion-button:after {
    content: "+";
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    left: -999px;
    position: absolute;
    background-color: #000;
    margin-top: -29px;
    padding: 11px 20px;
    color: #fff;
}
#main-navigation ul.menu ul li a, #header-top ul.menu ul li a {
    padding: 10px 40px 10px 20px;
    font-weight: 400;
    font-size: 13px;
    border: 0;
    border-top: none;
    line-height: 150%;
    border-bottom: 1px solid #969696;
}

.block-superfish ul.sf-menu li.sf-depth-2 ul {
    /* border-top: 4px solid #8fb73e; */
    top: -1px;
    background: #ffffff;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-left: 0;
    border-left: 0;
    border-top: 0;
}

#main-navigation ul.menu li.sf-depth-1 a.sf-accordion-button:after {
    content: "+";
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    left: -950px;
    position: absolute;
    background-color: #555;
    padding: 12px 20px;
    color: #fff;
}
#main-navigation ul.menu li.sf-depth-1 li.sf-depth-2 a.sf-accordion-button:after {
    content: "+";
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    left: -949px;
    position: absolute;
    background-color: #555;
    padding: 12px 20px 9px;
    color: #fff;
}

#main-navigation ul.menu li.sf-depth-2 a {
    text-transform: none;
    padding-right: 60px;
}

.block-superfish ul.sf-menu ul li a.menuparent:after {
    content: "";
    font-family: FontAwesome;
    top: 0px;
    right: 0px;
    border-left: 0;
    height: 100%;
    padding: 9px 10px 0 10px;
}

.slick-arrow, .slick-down {
    border: 0;
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 42px;
    pointer-events: auto;
    position: absolute;
    top: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
}
#header-top ul.menu li,
#header ul.menu li,
#main-navigation ul.menu li,
#top-content ul.menu li,
#subfooter ul.menu li,
#bottom-content ul.menu li {
    display: block;
    background: none;
    list-style-type: none;
    border: none;
    padding: 0;
}


}
