@charset "utf-8";

@font-face {
  font-family: "OpenSansRegular";
  src: url("../OpenSansRegular/OpenSansRegular.eot");
  src: url("../OpenSansRegular/OpenSansRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("../OpenSansRegular/OpenSansRegular.ttf") format("truetype"),
    url("../OpenSansRegular/OpenSansRegular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.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: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-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-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";
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flexslider-icon.woff") format("woff"),
    url("../fonts/flexslider-icon.ttf") format("truetype"),
    url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flexslider .flex-slides a {
  text-decoration: none;
  outline: none;
}
.flexslider .flex-slides a img {
  border: none;
}
.flexslider .flex-slides img {
  max-width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flex-slides::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flex-slides {
  display: block;
}
* html .flex-slides {
  height: 1%;
}
.flexslider {
  position: relative;
  margin: 0;
}
.flex-viewport {
  max-height: 2000px;
  direction: ltr;
}
.agy .flex-viewport {
  max-height: 300px;
}
.afs li {
  margin-right: 30px;
}
.afs li:last-child {
  margin-right: 0;
}
.flex-direction-nav {
  *height: 0;
  line-height: normal;
}
.flex-direction-nav li {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  z-index: 10;
}
.flex-direction-nav li:first-child {
  left: 10px;
}
.flex-direction-nav li:last-child {
  right: 10px;
}
.flex-direction-nav a {
  display: table-cell;
  width: 30px;
  height: 30px;
  padding: 2px 0 0 0;
  font-size: 18px;
  line-height: 18px;
  font-family: "flexslider-icon";
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.flex-direction-nav a::before {
  content: "\f001";
}
.flex-direction-nav a.flex-next::before {
  content: "\f002";
}
.flex-direction-nav a {
  color: #fff;
  background-color: #000;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav em {
  display: none;
}
.afs.acq {
  position: relative;
}
.afs.acq .flex-direction-nav {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  width: 42px;
}
.afs.acq .flex-direction-nav li {
  width: 20px;
  height: 20px;
  margin: 0;
}
.afs.acq .flex-direction-nav li:first-child {
  left: 0;
}
.afs.acq .flex-direction-nav li:last-child {
  right: 0;
}
.afs.acq .flex-direction-nav a {
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 13px;
}
.flex-pauseplay a {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 20px;
  height: 20px;
  color: #000;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.flex-pauseplay a::before {
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play::before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 0;
  position: static;
  overflow: hidden;
  border-top: 1px solid transparent;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.abs {
  display: block;
  width: 100%;
}
.abs {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 15px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.m-t-4{
  margin-top: 4% !important;
}
.abs * {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.adq .flexslider {
  max-height: 600px;
  overflow: hidden;
}
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(images/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(images/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(images/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(images/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6/2),
  (min--moz-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(images/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(images/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(images/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(images/close@2x.png);
    background-size: 16px 16px;
  }
}
.nivo-lightbox-overlay,
.mfp-wrap {
  z-index: 999999999999;
}
html {
  overflow-y: scroll;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
}
body {
  font-family: "OpenSansRegular", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.aio {
  font-family: "Times New Roman", Times, serif;
}
.akn {
  border-bottom: 2px solid;
}
.akf {
  border-top: 3px solid;
}
.ake {
  border-bottom: 1px solid;
}
.ajs,
.ajw {
  border-top: 1px solid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: normal;
  line-height: normal;
}
p strong{
  font-weight: bold;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
address {
  margin: 10px 0;
  font-style: normal;
}
.aku.aid {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 18px;
  line-height: 18px;
}
.aeo {
  display: table;
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 21px 2px 2px 2px;
  width: 59px;
  height: 63px;
  text-align: center;
}
.aeo,
.aeo em {
  border-radius: 12%;
}
.aeo strong,
.aeo em {
  font-weight: normal;
  font-style: normal;
}
.aeo strong {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
.aeo em {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}
#ahl {
  position: relative;
}
#ahl form input,
#ahl form button {
  float: left;
  height: 40px;
  border: none;
}
#ahl form input {
  width: auto;
}
#ahl form button[type="submit"] {
  width: 40px;
  margin-left: 1px;
  padding: 0;
}
#ahl form button span {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
}
#ahl .ahn li {
  float: left;
  margin-right: 1px;
}
#ahl .ahn a {
  font-size: 1.6em;
  width: 40px;
  height: 40px;
}
#adt {
  display: none;
  position: relative;
  width: 100%;
  padding: 4px 0;
  overflow: hidden;
}
#aep {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  /* margin-left: -29px; */
  margin-left: 70px;
  width: 58px;
  height: 24px;
  overflow: hidden;
}
#aep a {
  display: block;
  width: 58px;
  height: 58px;
  margin-top: -34px;
  padding: 34px 0 0 21px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 100%;
}
#ahq {
  padding: 7px 0 10px;
}
#ahq .agh {
  margin-top: -3px;
}
#ahq .agh h1,
#ahq .agh p {
  margin: 0;
  font-weight: normal;
  text-transform: none;
}
#ahq .agh h1 {
  font-size: 32px;
  font-variant: small-caps;
}
#ahq .agh p {
  font-size: 16px;
  text-transform: capitalize;
}
#ahq .aex {
  padding-top: 2px;
}
#ahq .aex ul.ajz {
  margin-bottom: 0px;
}
#ahq .aex nav.ajz {
  margin-bottom: 17px;
}
#ahq .aex ul.ajz li {
  margin-left: 20px;
}
#ahq .aex ul.ajz li:first-child {
  margin-left: 0;
}
#ahq .aex ul.ajz li span {
  margin-right: 8px;
}
#aen {
  padding: 10px 0;
}
.aem {
  padding: 20px 0;
  clear: both;
  font-size: 1em;
  line-height: 1.6em;
}
.aem section {
  margin-bottom: 33px;
}
.aem section:last-child,
.aem section.akd,
.aem section.agl {
  margin-bottom: 0;
}
.aei,
.aem .aei {
  font-size: 2.8em;
  line-height: 1.4em;
}
.adi,
.aem .adi {
  font-size: 0.8em;
}
.adn,
.aem .adn {
  font-size: 1em;
}
.adg,
.aem .adg {
  font-size: 1.2em;
}
.ads,
.aem .ads {
  font-size: 1.4em;
}
.agp,
.aem .afi {
  font-size: 4em;
  line-height: 1.2em;
}
.afj,
.aem .aej {
  font-size: 6em;
  font-weight: normal;
  line-height: 1.2em;
}
.ags aside .agr {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
}
.ags aside .agr span {
  margin: 0 10px 0 0;
  padding: 0;
}
.ags aside .abc li {
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  line-height: normal;
  border-bottom: 1px solid;
}
.ags aside .abc li:first-child {
  margin-top: 0;
}
.ags aside .abc li img {
  float: left;
  margin-right: 10px;
}
.ags aside .abc li p {
  margin: 0;
  padding: 0;
}
.aes {
  padding: 10px 0;
}
.text-center{
  text-align: center;
}
.aes .aix {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid;
}
.aes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aes ul li {
  margin: 0 0 8px 0;
}
#aff {
  padding: 10px 0;
}
#aff form input {
  float: left;
  width: 64%;
  height: 30px;
  border: none;
}
#aff form input[type="submit"] {
  width: 35%;
  margin-left: 1px;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}
#ael {
  padding: 10px 0 10px 0;
  border-top: 1px solid;
}
#ahq nav li {
  margin-right: 6px;
  padding-right: 10px;
  border-right: 1px solid;
}
#ahq nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
#ahu {
  position: relative;
  margin: 0;
  padding: 0;
  word-wrap: normal;
  white-space: normal;
  clear: both;
}
#ahu ul:first-child {
  float: left;
  margin-top: -3px;
}
#ahu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
#ahu ul ul {
  z-index: 99999;
  position: absolute;
  width: 190px;
  border: solid;
  border-width: 0 0 0 0;
}
#ahu ul ul ul,
#ahu ul ul ul ul {
  left: 190px;
  top: 0;
}
#ahu ul:first-child li:last-child > ul {
  right: 0;
}
#ahu ul:first-child > li:last-child li > ul {
  left: -190px;
}
#ahu li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#ahu ul:first-child li:last-child {
  margin-right: 0;
}
#ahu li li {
  width: 100%;
  margin: 0;
  text-transform: capitalize;
  border: solid;
  border-width: 0 0 1px 0;
}
#ahu li li:last-child {
  border-width: 0;
}
#ahu li a {
  display: block;
  /* padding: 27px 25px; */
  padding: 10px 25px;
  border-top: 3px solid transparent;
}
#ahu li li a {
  display: block;
  margin: 0;
  padding: 10px 15px;
  border-top: none;
}
#ahu li a.akb::before,
#ahu li.ahv a.akb::before {
  position: absolute;
  /* top: 36px; */
  top: 19px;
  left: 14px;
  width: 0;
  height: 0;
  border: solid;
  border-width: 5px 3px 3px 3px;
  border-color: transparent;
  content: "";
}
#ahu li li a.akb::before,
#ahu li.ahv li a.akb::before {
  top: 16px;
  left: 5px;
}
#ahu ul ul {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
}
#ahu ul li:hover > ul {
  height: auto;
  opacity: 1;
  overflow: visible;
}
#ahu ul li li:hover > a,
#ahu ul li.ahv ul .ahv > a {
  transition: background-color 0.2s ease-in-out;
}
#ahu ul ul {
  transition: all 0.5s ease-in-out;
}
#ahu form {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}
#ahu form select {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid;
  cursor: pointer;
  outline: none;
}
#ahu form select option {
  display: block;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
}
.adv {
  float: right;
  font-size: 12px;
}
.adv ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.adv li {
  display: inline;
  margin-right: 10px;
  text-transform: uppercase;
}
.adv li:last-child {
  margin-right: 0;
}
.adv a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
}
.adv a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.adv li:last-child a {
  padding: 0;
}
.adv li:last-child a::before {
  content: "";
}
.ags aside nav {
  display: block;
  width: 100%;
}
.ags aside nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ags aside nav li {
  margin: 0 0 5px 0;
  padding: 0;
}
.ags aside nav a {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 10px 8px 15px;
  text-decoration: none;
  border-bottom: 1px solid;
}
.ags aside nav a::before {
  position: absolute;
  top: 5px;
  left: 5px;
  font-family: "FontAwesome";
  font-size: 9px;
  content: "\f0da";
}
.ags aside nav ul ul a {
  padding-left: 35px;
}
.ags aside nav ul ul a::before {
  left: 25px;
}
.ags aside nav ul ul ul a {
  padding-left: 45px;
}
.ags aside nav ul ul ul a::before {
  left: 35px;
}
.adl {
  display: block;
  width: 100%;
  clear: both;
  line-height: normal;
}
.adl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.adl li {
  display: inline;
}
.adl strong {
  font-weight: normal;
}
.adl .aka {
  margin: 0;
}
.adl a,
.adl .aft strong,
.adl .afe strong {
  display: inline-block;
  padding: 8px 12px;
  margin: 1px 5px;
}
.adl a:first-child {
  margin-left: 0;
}
.adl a {
  border: 1px solid;
}
.afh {
  display: block;
  width: 100%;
  clear: both;
  line-height: normal;
}
.afh ul {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
}
.afh li {
  float: right;
}
.afh li:first-child {
  float: left;
}
#add {
  z-index: 999999;
  visibility: hidden;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: fixed;
  bottom: 60px;
  right: 5px;
  padding: 8px 10px 5px;
  line-height: normal;
  border-radius: 8px;
}
#add.afz {
  visibility: visible;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#add.afz {
  transition: all 0.8s ease-in-out;
}
#add:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#add span {
  border-top: 5px solid #fff;
}
.adu {
  margin-bottom: 40px;
}
.aba {
  margin-bottom: 10px;
}
.abl {
  font-size: 0.8em;
}
.abl ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.abl ul li {
  display: inline;
  margin-right: 10px;
}
.abl ul li:last-child {
  margin-right: 0;
}
.abl ul li.aay,
.abl ul li.abw,
.abl ul li.aby,
.abl ul li.aaw {
  position: relative;
  padding-left: 14px;
}
.abl ul li.aay::before,
.abl ul li.abw::before,
.abl ul li.aby::before,
.abl ul li.aaw::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
}
.abl ul li.aay::before {
  content: "\f040";
}
.abl ul li.abw::before {
  content: "\f073";
}
.abl ul li.aby::before {
  content: "\f00b";
}
.abl ul li.aaw::before {
  content: "\f086";
}
#ajd ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
#ajd li {
  display: table-cell;
  width: 20%;
  height: 100%;
  border: solid;
  border-width: 0 1px;
  border-color: inherit;
  text-align: center;
  vertical-align: top;
}
#ajd li a {
  background-color: inherit;
  padding: 10px 10px;
}
button.ahs.ajf {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#ado #aca {
  display: block;
  width: 100%;
}
#ado #aca .aak {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
}
#aev .aab {
  margin-bottom: 50px;
}
#aev .aab .acx {
  margin-bottom: 30px;
}
#aev .abi {
  margin-bottom: 50px;
  padding: 30px 0;
  border: solid;
  border-width: 1px 0;
}
#aev .abi .aao {
  float: left;
  margin-right: 15px;
}
#aev .abi .aal {
  line-height: 1.6em;
}
#aev .abi .aal span {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#aev .aaq {
  margin-bottom: 50px;
}
#aev .aaq sup {
  vertical-align: baseline;
}
#aev .aaq ul {
  margin: 0;
  padding: 0;
}
#aev .aaq ul li {
  margin-bottom: 0;
}
#aev .aaq ul.agl.ahd li {
  margin-bottom: 25px;
}
#aev .aaq ul.agl.ahd li:last-child {
  margin-bottom: 0;
}
#aev .aaq ul.ahb li {
  margin-top: 15px;
}
#aev .aaq ul.ahb li:first-child {
  margin-top: 0;
}
#aev .aaq ul.ahb li img {
  float: left;
  max-width: 52px;
  max-height: 52px;
  margin: 0 10px 0 0;
  padding: 2px;
  border: 1px solid;
}
#aev #acb {
  display: block;
  margin: 0 0 50px 0;
}
#aev #acb .agh {
  font-weight: bold;
}
#aev #act ul {
  list-style: none;
}
#aev #act ul:first-child {
  margin-bottom: 50px;
}
#aev #act ul:first-child li > ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
#aev #act .abh {
  display: block;
  width: 100%;
}
#aev #act .abh .acr .abt {
  margin-right: 20px;
}
#aev #act .abh .acr .abt img {
  padding: 2px;
  border: 1px solid;
}
#aev #act .abh .acr .abn .acn {
  font-size: 11px;
}
#aev #act .abh .acr .abn .acn time {
  float: left;
  margin-right: 10px;
}
#aev #act .abh .acr .abn .acn .abz {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  border: solid;
  border-width: 0 0 0 1px;
  text-transform: uppercase;
}
#aev #act .abh .abd {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
#aeu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aeu ul li article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
}
#agv section figure ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#agv section figure ul li {
  margin-bottom: 30px;
}
#agv section figure ul li a {
  display: block;
  position: relative;
}
#agv section figure ul li a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
#agv section figure ul li a::after {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 5px 0 0 0;
  border-radius: 50%;
  font-family: "FontAwesome";
  content: "\f065";
  font-size: 36px;
  line-height: 36px;
}
#agv section figure ul li a::before,
#agv section figure ul li a::after {
  opacity: 0;
}
#agv section figure ul li a:hover::before,
#agv section figure ul li a:hover::after {
  opacity: 1;
}
#akt {
  display: block;
  margin: 0;
  padding: 100px 0 0 0;
  text-align: center;
}
#akt h1,
#akt h2 {
  margin: 0;
  padding: 0;
}
#akt h1 {
  margin-top: -150px;
  font-size: 13em;
}
#akt h2 {
  margin-bottom: 30px;
  font-size: 32px;
  text-transform: uppercase;
}
#akt p.ahz {
  font-size: 32px;
  line-height: 34px;
}
#akt form,
#akt form input {
  display: inline-block;
}
#akt form input {
  width: auto;
  min-width: 200px;
}
#akt form button[type="submit"] {
  width: auto;
}
figure.adf figcaption p {
  margin: 15px 0 0 0;
  padding: 0;
}
figure.adf figcaption .aek {
  font-weight: bold;
}
figure.adf figcaption .adk {
  margin: 0 0 15px 0;
  font-size: 11px;
  line-height: normal;
}
figure.adf figcaption .aat {
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid;
}
.aiv {
  color: #000;
}
.aib {
  color: #800000;
}
.aiw,
.agt,
.afk,
.afd,
.agw,
.aeq,
.aer,
.aet,
.aed,
.aia,
.aea,
.ahs.aiv,
.ahs.aiv:hover,
.ahs.akc,
.ahs.akc:hover,
.ahs.aiy,
.ahs.aiy:hover,
.ahs.akq,
.ahs.akq:hover,
.ahs.aib,
.ahs.aib:hover,
.ahs.ahm,
.ahs.ahm:hover,
.ahs.ahi,
.ahs.ahi:hover,
.ahs.aks,
.ahs.aks:hover,
.ahs.ahk,
.ahs.ahk:hover,
.afp em,
.afp .agt,
.afp .afd,
.afp .agw,
.afp .aeq,
.afp .aer,
.afp .aet,
.afp .aed,
.afp .aia,
.afp .aea {
  color: #fff;
}
.aco {
  display: block;
  padding: 30px;
  text-transform: uppercase;
  font-size: 1em;
}
.aem .aco h1 {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 2em;
  text-transform: uppercase;
}
.aco p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  text-transform: none;
}
.aco .ahs {
  display: block;
  text-align: center;
  line-height: 1.4em;
}
.aco.akj,
.aco.aki,
.aco.akh {
  border: solid;
}
.aco.akj {
  border-width: 0 0 0 5px;
}
.aco.aki {
  border-width: 0 5px 0 0;
}
.aco.akh {
  border-width: 0 5px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after,
h6 span::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
  content: "";
}
h1 span.fa,
h2 span.fa,
h3 span.fa,
h4 span.fa,
h5 span.fa,
h6 span.fa {
  padding-bottom: 0;
  border-bottom: none;
}
h1 span.fa::after,
h2 span.fa::after,
h3 span.fa::after,
h4 span.fa::after,
h5 span.fa::after,
h6 span.fa::after {
  display: none;
}
ul.agl,
ol.agl {
  list-style: none;
}
.agl.ahx li {
  display: inline-block;
}
.agl.ahd li {
  margin-bottom: 25px;
}
.agl.ahd li:last-child {
  margin-bottom: 0;
}
.akg {
  margin: 10px 0;
  padding: 0;
  list-style-position: inside;
}
.akg.aht {
  margin-left: 20px;
}
.akg li {
  margin: 6px 0 0 0;
  padding: 0;
}
.akg li:first-child {
  margin-top: 0;
}
.akg li > ul,
.akg li > ol {
  margin: 8px 0 8px 30px;
}
.akc,
.akg.afn.akc a {
  color: #56aed4;
}
.aiy,
.akg.afn.aiy a {
  color: #84b533;
}
.akq,
.akg.afn.akq a {
  color: #a8a8a8;
}
.ahy,
.akg.afn.ahy a {
  color: #333;
}
.ahm,
.akg.afn.ahm a {
  color: #fda46a;
}
.ahi,
.akg.afn.ahi a {
  color: #795984;
}
.aks,
.akg.afn.aks a {
  color: #303e69;
}
.ahk,
.akg.afn.ahk a {
  color: #ffc600;
}
.akg.akk {
  list-style-type: disc;
}
.akg.aij {
  list-style-type: upper-roman;
}
.akg.aii {
  list-style-type: upper-alpha;
}
.akg.agx {
  list-style-type: decimal;
}
.akg.afm {
  list-style-type: circle;
}
.akg.akl,
.akg.ajf,
.akg.akp,
.akg.aim,
.akg.afr,
.akg.aeh {
  list-style-type: none;
}
.akg.ajf li > ul,
.akg.ajf li > ol {
  padding: 0 0 0 10px;
  list-style: none;
  border: solid;
  border-width: 0 0 0 1px;
}
.akg.akp li,
.akg.akp li .akg.akp li,
.akg.aim li,
.akg.aim li .akg.aim li {
  position: relative;
  padding-left: 22px;
}
.akg.akp li::before,
.akg.aim li::before,
.akg.akp li::after,
.akg.aim li::after {
  position: absolute;
  top: 0;
  font-family: "FontAwesome";
  font-size: 13px;
}
.akg.akp li::before,
.akg.aim li::before {
  left: 0;
}
.akg.akp li::before,
.akg.akp li .akg.akp li::before {
  content: "\f00c";
}
.akg.aim li::before,
.akg.aim li .akg.aim li::before {
  content: "\f061";
}
.akg.akp li ul,
.akg.aim li ul {
  margin: inherit;
  padding: inherit;
}
.akg.akp li li,
.akg.aim li li {
  position: relative;
  padding-left: 0;
}
.akg.akp li li::before,
.akg.aim li li::before {
  content: "";
}
.akg.aeh li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.akg.aeh li:last-child {
  margin-bottom: 0;
}
.akg.afr li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.akg.afr li a {
  display: block;
  padding: 4px 10px;
  text-transform: capitalize;
}
.akg.afg {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
}
.akg.afg li {
  display: inline-block;
  position: relative;
  margin: 0 15px 5px 0;
  text-transform: capitalize;
}
.akg.afg li:last-child {
  margin-right: 0;
}
.akg.afg li a {
  display: block;
  position: relative;
  padding: 5px 12px;
  font-size: 11px;
  line-height: normal;
}
.akg.afg li a::before {
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  content: "";
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent;
}
.akg.afg li a::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #fff;
  border-radius: 2px;
  box-shadow: -1px -1px 2px #000;
}
hr,
.afl {
  display: block;
  width: 100%;
  height: 20px;
  margin: 30px 0;
  padding: 0;
  border-top: 1px;
  clear: both;
}
.afl {
  border-top-style: dotted;
}
hr {
  height: 1px;
  margin: 25px 0;
  border: none;
}
.agu {
  display: block;
  float: left;
  clear: left;
  margin: 0 10px 0 0;
  padding: 10px 15px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e5e4e3;
}
blockquote::before,
q::before,
blockquote::after,
q::after {
  quotes: none;
}
blockquote,
blockquote::before,
blockquote::after {
  border: solid;
}
blockquote {
  display: block;
  width: auto;
  margin: 15px 0;
  padding: 15px;
  border-width: 0 0 0 5px;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: none;
  font-style: normal;
}
.ahs {
  display: inline-block;
  font-weight: normal;
  line-height: normal;
}
.ahs.aip {
  font-size: 0.9em;
  padding: 5px 15px;
}
.ahs.aho {
  font-size: 1.1em;
  padding: 8px 15px;
}
.ahs.air {
  font-size: 1.4em;
  padding: 10px 22px;
}
.ady {
  display: block;
  position: relative;
  margin: 15px 0;
  padding: 15px 20px;
  border: 1px solid #f00000;
}
.ady a {
  background-color: transparent;
}
.ady.ajy {
  background-color: #fff;
  border-color: #e0e0e0;
}
.ady.agz {
  background-color: #fee794;
  border-color: #fdc703;
}
.ady.aha {
  background-color: #c2e4cd;
  border-color: #76c38f;
}
.ady.ait {
  background-color: #f3cbcc;
  border-color: #303e69;
}
.ady .aiu {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
  font-size: 1.4em;
}
.ady.ajy .aiu {
  color: #a8a8a8;
}
.ady.agz .aiu {
  color: #fdc703;
}
.ady.aha .aiu {
  color: #76c38f;
}
.ady.ait .aiu {
  color: #303e69;
}
.aap,
.abr {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.aap:first-child,
.abr:first-child {
  margin-top: 0;
}
.aap .abf,
.aap .abf.ahv,
.abr .acv,
.abr .acv.ahv {
  display: block;
  position: relative;
  padding: 0 0 0 34px;
  border: 1px solid;
}
.aap .abf span,
.aap .abf.ahv span,
.abr .acv span,
.abr .acv.ahv span {
  display: block;
  padding: 8px 15px;
  border: solid;
  border-width: 0 0 0 1px;
}
.aap .abf::before,
.abr .acv::before,
.aap .abf.ahv::before,
.abr .acv.ahv::before {
  position: absolute;
  top: 9px;
  left: 9px;
  font-family: "FontAwesome";
  font-size: 20px;
}
.aap .abf::before,
.abr .acv::before {
  content: "\f067";
}
.aap .abf.ahv::before,
.abr .acv.ahv::before {
  content: "\f068";
}
.aap .aan,
.abr .abq {
  display: none;
  padding: 15px 20px;
  border: solid;
  border-width: 0 1px 1px 1px;
}
aside .aap .aan,
aside .abr .abq {
  padding: 15px 15px 0 15px;
}
.adh {
  display: block;
  width: 100%;
}
.adh .ahc {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.adh .ahc li {
  display: inline-block;
  float: left;
  margin: 0 -1px -1px 0;
}
.adh .ahc li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid;
}
.adh .ahc li a:hover,
.adh .ahc li.abx a {
  color: inherit;
}
.adh .ahc li.abx a {
  cursor: default;
}
.adh .acj {
  display: block;
  padding: 20px 25px 15px 25px;
  border: 1px solid;
}
.adh .acj .adb:first-child {
  margin-top: 0;
}
.aac {
  text-align: center;
  line-height: normal;
  border: 1px solid;
}
.aac .acu {
  display: block;
}
.aem .aai h2 {
  margin: 0;
  padding: 20px 5px;
  text-transform: capitalize;
}
.aac .acu .aas ul {
  margin: 0;
  padding: 0 25px;
  list-style: none;
}
.aac .acu .aas ul li {
  padding: 10px 5px;
  border: solid;
  border-width: 1px 0 0 0;
}
.aac .acu .aas ul li:first-child {
  border: none;
}
.aac .acu .aah {
  padding: 15px 5px;
  font-size: 2.5em;
}
.aac .acu .aah sup {
  font-size: 0.3em;
}
.aac .acu .aah span {
  display: block;
  margin: -5px 0 0 0;
  font-size: 0.3em;
}
.aac .acu .aad {
  padding: 20px 10px;
}
.afp {
  margin: 0 0 inherit 0;
  padding: 0;
  list-style: none;
}
.afp li,
.afp div {
  margin: 8px 0 0 0;
}
.afp li:first-child,
.afp div:first-child {
  margin-top: 0;
}
.afp strong {
  display: block;
  margin: 0 0 2px 0;
}
.afp span {
  display: block;
  margin: 0;
  padding: 3px;
}
.afp em {
  display: block;
  min-height: 10px;
  padding: 2px 5px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
}
.agt,
.ahs.akc,
.afp .agt {
  background-color: #56aed4;
}
.afk,
.ahs.aiv {
  background-color: #000;
}
.afd,
.ahs.aiy,
.afp .afd {
  background-color: #84b533;
}
.agw,
.ahs.akq,
.afp .agw {
  background-color: #a8a8a8;
}
.aeq,
.afp em,
.afp .aeq {
  background-color: #333;
}
.aer,
.ahs.aib,
.afp .aer {
  background-color: #800000;
}
.aet,
.ahs.ahm,
.afp .aet {
  background-color: #fda46a;
}
.aed,
.ahs.ahi,
.afp .aed {
  background-color: #795984;
}
.aia,
.ahs.aks,
.afp .aia {
  background-color: #303e69;
}
.aea,
.ahs.ahk,
.afp .aea {
  background-color: #ffc600;
}
.aew,
.ahs.aiw {
  color: #666;
  background-color: #fff;
}
.ahs.aiv:hover {
  background-color: #232323;
}
.ahs.akc:hover {
  background-color: #1c546c;
}
.ahs.aiy:hover {
  background-color: #98ba55;
}
.ahs.akq:hover {
  background-color: #c9c9c9;
}
.ahs.aib:hover {
  background-color: #400000;
}
.ahs.ahm:hover {
  background-color: #a66000;
}
.ahs.ahi:hover {
  background-color: #48344e;
}
.ahs.aks:hover {
  background-color: #4d6ed8;
}
.ahs.ahk:hover {
  background-color: #d2a402;
}
.ahs.aiw {
  border: 1px solid #e0e0e0;
}
.ahs.aiw:hover {
  color: #666;
  background-color: #efefef;
}
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
  border: none;
}
form {
  display: block;
  width: 100%;
}
form div,
form p {
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
label {
  display: block;
}
label input {
  margin-top: 5px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid;
  resize: none;
  outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 5px 15px;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  padding: 0;
  border: none;
  border: 0;
}
textarea {
  overflow: auto;
}
select {
  padding: 8px;
  cursor: pointer;
}
select option {
  display: block;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  text-transform: capitalize;
  font-size: 1em;
}
input.ahs,
button.ahs {
  width: auto;
  border: none;
  cursor: pointer;
}
button.ahs {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
button.ahs span {
  display: inline-block;
  padding: 5px 10px;
}
.afc {
  color: #f00000;
  background-color: inherit;
}
table,
.aje {
  table-layout: auto;
  width: 100%;
}
table caption,
.aje .aeb {
  text-align: left;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
table thead th,
.aje .aez .ahr {
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}
table,
table th,
table td,
.aje,
.aje .ahr {
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
table th,
table td,
.aje .ahr {
  padding: 15px;
}
.aje {
  display: table;
}
.aje .ajb {
  display: table-row;
}
.aje .aez {
  display: table-header-group;
}
.aje .ahf {
  display: table-row-group;
}
.aje .ahe {
  display: table-footer-group;
}
.aje .aja {
  display: table-column;
}
.aje .adx {
  display: table-column-group;
}
.aje .ahr {
  display: table-cell;
}
.aje .aeb {
  display: table-caption;
}
.aje.aey {
  max-width: 100%;
  text-align: center;
  line-height: 1em;
}
.aje.aey a {
  display: block;
  background-color: transparent;
}
.aje.aey .aeb {
  text-align: center;
  text-transform: uppercase;
}
.aje.aey .ahr {
  padding: 5px 0;
  max-height: 12px;
}
.aje.aey .aez .ahr {
  font-weight: bold;
  font-size: 13px;
}
.ahn {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ahn li,
.ahn div {
  display: inline-block;
  margin: 0 2px 2px 0;
  line-height: normal;
}
.ahn li:last-child,
.ahn li.akd,
.ahn div:last-child,
.ahn div.akd {
  margin-right: 0;
}
.ahn li.adc span {
  display: table-cell;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.ahn a em,
.fa em {
  display: none;
}
.ahn a {
  font-size: 1.2em;
  display: table-cell;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.ahn a:hover,
.ahn.afb a:hover {
  color: #fff;
  background-color: #ccc;
}
.ahn .adw:hover,
.ahn.afb .adw {
  background-color: #4a484c;
}
.ahn .abm:hover,
.ahn.afb .abm {
  background-color: #a4c639;
}
.ahn .acs:hover,
.ahn.afb .acs {
  background-color: #000;
}
.ahn .aav:hover,
.ahn.afb .aav {
  background-color: #205081;
}
.ahn .abk:hover,
.ahn.afb .abk {
  background-color: #f7931a;
}
.ahn .ade:hover,
.ahn.afb .ade {
  background-color: #0070bb;
}
.ahn .abo:hover,
.ahn.afb .abo {
  background-color: #ea4c89;
}
.ahn .abj:hover,
.ahn.afb .abj {
  background-color: #3d9ae8;
}
.ahn .abg:hover,
.ahn.afb .abg {
  background-color: #3b5998;
}
.ahn .acf:hover,
.ahn.afb .acf {
  background-color: #ff0084;
}
.ahn .aam:hover,
.ahn.afb .aam {
  background-color: #25a0ca;
}
.ahn .aci:hover,
.ahn.afb .aci {
  background-color: #171516;
}
.ahn .acc:hover,
.ahn.afb .acc {
  background-color: #614c3e;
}
.ahn .aaj:hover,
.ahn.afb .aaj {
  background-color: #db4a39;
}
.ahn .acw:hover,
.ahn.afb .acw {
  background-color: #e34c26;
}
.ahn .aaz:hover,
.ahn.afb .aaz {
  background-color: #3f729b;
}
.ahn .abb:hover,
.ahn.afb .abb {
  background-color: #0e76a8;
}
.ahn .ack:hover,
.ahn.afb .ack {
  background-color: #000;
}
.ahn .acd:hover,
.ahn.afb .acd {
  background-color: #f5ae34;
}
.ahn .aau:hover,
.ahn.afb .aau {
  background-color: #c8232c;
}
.ahn .ace:hover,
.ahn.afb .ace {
  background-color: #005ea8;
}
.ahn .adm:hover,
.ahn.afb .adm {
  background-color: #ee802f;
}
.ahn .acl:hover,
.ahn.afb .acl {
  background-color: #00aff0;
}
.ahn .aaa:hover,
.ahn.afb .aaa {
  background-color: #000;
}
.ahn .acg:hover,
.ahn.afb .acg {
  background-color: #2174a6;
}
.ahn .ach:hover,
.ahn.afb .ach {
  background-color: #34526f;
}
.ahn .abp:hover,
.ahn.afb .abp {
  background-color: #00acee;
}
.ahn .aee:hover,
.ahn.afb .aee {
  background-color: #4e658e;
}
.ahn .acp:hover,
.ahn.afb .acp {
  background-color: #e32529;
}
.ahn .abv:hover,
.ahn.afb .abv {
  background-color: #94bf65;
}
.ahn .adj:hover,
.ahn.afb .adj {
  background-color: #126567;
}
.ahn .abu:hover,
.ahn.afb .abu {
  background-color: #c4302b;
}
.afa {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.afa iframe {
  display: block;
  margin: 0;
  padding: 0;
}
.aid {
  display: inline-block;
  position: relative;
  text-align: center;
}
.aid.ahj {
  width: 40px;
  height: 40px;
  font-size: 2em;
  line-height: 2.3em;
}
.aid.aip {
  width: 80px;
  height: 80px;
  font-size: 3em;
  line-height: 2.1em;
}
.aid.aho {
  width: 120px;
  height: 120px;
  font-size: 5em;
  line-height: 1.7em;
}
.aid.air {
  width: 200px;
  height: 200px;
  font-size: 8em;
  line-height: 1.8em;
}
.akg.afg.aju li a {
  border-radius: 0 5px 5px 0;
}
.akg.afr.aju a,
form.aju input,
form.aju textarea,
.ahn.aju li a,
.aju {
  border-radius: 5px;
}
.ahn.ajt li a,
.ajt {
  border-radius: 8px;
}
.ahn.ajg li a,
.ajg {
  border-radius: 10px;
}
.ahn.ajc li a,
.ajc {
  border-radius: 12px;
}
.aid,
.ahn.aiz li a,
.aiz {
  border-radius: 50%;
}
.ahn.aiz li a {
  line-height: 1em;
}
code {
  word-wrap: break-word;
  white-space: normal;
}
code.ajv {
  display: block;
  width: 100%;
}
pre,
pre code {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.ada {
  margin-top: 30px;
}
.ada:first-child {
  margin-top: 0;
}
.ada div blockquote {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0 0 0 60px;
  border: none;
}
.ada div blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 35px;
  overflow: hidden;
  content: "\201C";
  font: bold 110px/80px arial;
  border: none;
}
.ada blockquote * {
  margin: 15px 0 0 0;
  padding: 0;
}
.ada blockquote *:first-child {
  margin-top: 0;
}
.ada .aag {
  display: block;
  margin: inherit 0 0 0;
  padding: 0;
  line-height: normal;
}
.ada .aag .aae {
  display: block;
}
.ada .aag strong,
.ada .aag span {
  display: block;
  margin: 0;
  padding: 0;
}
.ada .aag span {
  font-size: 0.8em;
}
.ada.aki blockquote {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-width: 1px;
}
.ada.aki blockquote::after {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-width: 20px 15px 0 15px;
  border-top-color: inherit;
}
.ada.aki .aag {
  margin: 0 0 0 20px;
}
.ada.akh blockquote {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 8px 0 8px 8px;
}
.ada.akh blockquote,
.ada.akh blockquote::before,
.ada.akh blockquote::after {
  border-width: 1px;
}
.ada.akh blockquote::before {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-width: 20px 0 0 40px;
  border-top-color: inherit;
}
.ada.akh blockquote::after {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 25px;
  height: 25px;
  padding: 2px 0 0 0;
  overflow: hidden;
  content: "\201D";
  font: bold 30px/35px arial;
  text-align: center;
  border-color: inherit;
  border-radius: 0 0 0 8px;
}
.ada.akh .aag {
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 12px;
}
.ada.akh .aag img {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  max-width: 50px;
  height: auto;
}
.ada.akh .aag .aae {
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.ada.akh .aag span {
  display: inline;
}
.akr {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
}
.akr #adp {
  width: 100%;
  height: 100%;
}
.akr #adp img[src*="gstatic.com/"],
#adp img[src*="googleapis.com/"] {
  width: auto;
  max-width: none;
  height: auto;
}
address,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
.akm {
  font-weight: bold;
}
.aif {
  text-align: center;
}
.aih,
.aef {
  text-align: right;
}
.aec {
  text-transform: uppercase;
}
.agl {
  margin: 0;
  padding: 0;
}
.ajf {
  display: block;
  width: 100%;
}
.ain {
  display: block;
  clear: both;
}
.ain::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  font-size: 0;
  content: "";
}
a,
:focus,
:active {
  text-decoration: none;
  outline: none;
}
.agh {
  float: left;
}
.aex {
  float: right;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}
.ako {
  float: left;
  margin: 0 15px 10px 0;
  clear: left;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aeg {
  padding: 4px;
  border: 1px solid;
}
.agj,
.agi,
.agf,
.agg,
.agk,
.agq,
.ago,
.agm,
.age,
.agn,
.agc,
.afu,
.afw,
.afv,
.agd,
.afo {
  position: relative;
  display: inline;
  float: left;
  margin: 0 0 0 0px;
  list-style: none;
}
.agj:first-child,
.agi:first-child,
.agf:first-child,
.agg:first-child,
.agk:first-child,
.agq:first-child,
.ago:first-child,
.agm:first-child,
.age:first-child,
.agn:first-child,
.agc:first-child,
.afu:first-child,
.afw:first-child,
.afv:first-child,
.agd:first-child,
.afo {
  margin-left: 0;
}
.ais {
  margin-left: 0;
  clear: left;
}
.adq {
  display: block;
  width: 100%;
  clear: both;
}
body .afx {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.agj {
  width: 47.89473684210526%;
}
.agjx {
  width: 32.895%;
  float: left;
}
.agj.afo {
  width: 50%;
}
.agi {
  width: 30.52631578947368%;
}
.agf {
  width: 65.26315789473685%;
}
.agi.afo {
  width: 33.33333333333333%;
}
.agf.afo {
  width: 66.66666666666666%;
}
.agg {
  width: 23.842%;
}
.agk {
  width: 47.89473684210526%;
}
.agq {
  width: 75.947%
}
.agg.afo {
  width: 25%;
}
.agk.afo {
  width: 50%;
}
.agq.afo {
  width: 75%;
}
.ago {
  width: 16.63157894736842%;
}
.agm {
  width: 37.47368421052632%;
}
.age {
  width: 58.31578947368421%;
}
.agn {
  width: 79.15789473684211%;
}
.ago.afo {
  width: 20%;
}
.agm.afo {
  width: 40%;
}
.age.afo {
  width: 60%;
}
.agn.afo {
  width: 80%;
}
.agc {
  width: 13.1578947368421%;
}
.afu {
  width: 30.52631578947368%;
}
.afw {
  width: 47.89473684210526%;
}
.afv {
  width: 65.26315789473685%;
}
.agd {
  width: 82.63157894736842%;
}
.agc.afo {
  width: 16.66666666666666%;
}
.afu.afo {
  width: 33.33333333333333%;
}
.afw.afo {
  width: 50%;
}
.afv.afo {
  width: 66.66666666666666%;
}
.agd.afo {
  width: 83.33333333333334%;
}
.aik {
  margin-bottom: 5px;
}
.aic {
  margin-bottom: 10px;
}
.ahw {
  margin-bottom: 15px;
}
.aie {
  margin-bottom: 20px;
}
.ahh {
  margin-bottom: 8px;
}
.ahg {
  margin-bottom: 44px;
}
.ahp {
  margin-bottom: 80px;
}
.agb {
  margin-bottom: -10px;
}
.ajk {
  padding: 5px;
}
.aig {
  padding: 15px;
}
.ail {
  padding: 20px;
}
.ajm,
.ajp,
.ajl,
.ajn,
.ajo,
.ajq,
.ajj,
.ajr,
.aji,
.aiq {
  width: auto;
}
.ajm {
  width: 10%;
}
.ajp {
  width: 20%;
}
.ajl {
  width: 30%;
}
.ajn {
  width: 40%;
}
.ajo {
  width: 50%;
}
.ajq {
  width: 60%;
}
.ajj {
  width: 70%;
}
.ajr {
  width: 80%;
}
.aji {
  width: 90%;
}
.aiq {
  width: 100%;
}
#ahu li a {
  color: #686868;
}
#ahu ul ul,
#ahu li li {
  border-color: #333;
}
#ahu li li a,
#ahu li.ahv li a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
#ahu li a.akb::before {
  border-top-color: #686868;
}
#ahu li:hover a.akb::before,
#ahu li.ahv a.akb::before {
  border-top-color: #fff;
}
#ahu form select {
  color: inherit;
  background: #ededed;
  border-color: #e1e1e1;
}
.ags aside nav a {
  color: #666;
  background-color: inherit;
  border-bottom-color: #e1e0df;
}
.adl a {
  border-color: #dfdfdf;
}
.aco {
  color: #000;
  background-color: #efefef;
}
.akg.ajf li > ul,
.akg.ajf li > ol {
  border-color: #e1e0df;
}
.akg.aeh li {
  border-bottom-color: #e1e0df;
}
.akg.afr li a,
.akg.afg li a {
  color: #686868;
  background-color: #f1f1f1;
}
.akg.afg li a::before {
  border-right-color: #f1f1f1;
}
hr {
  background-color: #e1e0df;
}
.afl {
  border-top-color: #e1e0df;
}
blockquote,
q {
  color: inherit;
  background-color: #f1f1f1;
}
blockquote,
q,
.aac,
.aac .acu .aas ul li,
.adh .ahc li a {
  border-color: #e1e0df;
}
.ada blockquote {
  color: inherit;
  background-color: inherit;
}
.ady {
  color: inherit;
}
.aac .acu .aai,
.aac .acu .aah {
  color: inherit;
  background-color: #f1f1f1;
}
.adh .ahc li.ui-tabs-active a {
  border-bottom-color: #fff;
}
form input,
form select,
form textarea,
form input[type="submit"],
form input[type="reset"] {
  color: inherit;
  background-color: inherit;
}
.adh .acj,
.aap .abf,
.aap .abf.ahv,
.abr .acv,
.abr .acv.ahv,
.aap .abf span,
.aap .abf.ahv span,
.abr .acv span,
.abr .acv.ahv span,
.aap .aan,
.abr .abq,
form input,
form select,
form textarea,
table,
table td,
.aje,
.aje .ahr,
table thead th,
.aje .aez .ahr {
  border-color: #e1e0df;
}
table thead th,
.aje .aez .ahr {
  color: #686868;
  background-color: #e1e0df;
}
table tr,
.aje .ajb,
table tr:hover,
.aje .ajb:hover,
.afp span {
  color: inherit;
  background-color: inherit;
}
table tr:hover,
.aje .ajb:hover,
.afp span,
.aje.aey .ahf .ahr:hover,
.aje.aey .ahf .ahr:empty {
  background-color: #303e69;
}
.resaltado:hover{
  background: #303e69;
  border-radius: 5px;
}
.resaltado_a:hover{
  cursor: pointer;
}
.aje.aey .ajb:hover {
  color: inherit;
  background: inherit;
}
.ahn a,
.ahn.afb a:hover {
  color: #fff;
  background-color: #666;
}
.ahn a:hover,
.ahn.afb a {
  color: #fff;
}
#ado #aca .aak,
#aev .abi,
#aev .aab .acx .abl,
#aev .aaq ul.ahb li img,
#aev #act .abh .acr .abn .acn .abz,
#aev #act .abh .acr .abt img,
#aev #act .abh .abd,
#aeu ul li article,
figure.adf figcaption .aat,
.aeg {
  border-color: #e1e0df;
}
.akn,
.akn a,
.ajh,
.ajh a {
  color: #fff;
}
.ajx,
.ajx a,
.ake {
  color: #686868;
  background-color: #fff;
}
.akf {
  color: #686868;
  background-color: #f1f1f1;
}
.ajs,
.ajw {
  border-color: #fff;
}
.ags aside .agr span {
  color: #e1e0df;
  background-color: inherit;
}
.akf,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.ags aside .abc li {
  border-color: #e1e0df;
}
a,
#ajd .aku.aid,
.adv li:last-child a {
  /* color: #303e69; */
  color: #34457B;
}

ul li a.titulo{
  color: #fff !important;
  font-weight: bold;
}
#ajd .aku.aid {
  background-color: #fff;
}
#ajd a:hover .aku.aid {
  color: #fff;
}
h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after,
h6 span::after,
#aff .aku.aid {
  background-color: #4d6ed8;
}
.aeo,
#ahu li.ahv a,
#ahu a:hover,
#ahu li:hover > a,
#ahu ul li li:hover > a,
#ahu ul li.ahv ul .ahv > a {
  color: #fff;
  background-color: #4d6ed8;
}
.aeo em {
  color: inherit;
}
.aes .aix {
  border-color: #303e69;
}
#ahu li.ahv a,
#ahu li:hover a {
  border-top-color: #34457B;
}
.aem .ags aside nav a:hover,
.aem .ags aside nav .ahv > a {
  color: #303e69;
  background-color: inherit;
}
#add,
.akg.afr li a:hover,
.akg.afg li a:hover,
.abf:hover,
.acv:hover,
.aap .abf.ahv,
.abr .acv.ahv {
  color: #fff;
  background-color: #303e69;
}
.akg.afg li a:hover::before {
  border-right-color: #303e69;
}
.adh .ahc li.ui-tabs-active a {
  border-top-color: #303e69;
}
.aba a:hover {
  color: #303e69;
  background-color: inherit;
}
.akn,
.aco.akj,
.aco.aki,
.aco.akh,
#ajd ul {
  border-color: #303e69;
}
#agv section figure ul li a:hover::after {
  color: #303e69;
}
.akn {
  background-color: #4d6ed8;
}
.aeo em,
#ajd a:hover .aku.aid,
.akn a,
#ahl form input {
  background-color: #303e69;
}
#ael,
.ake {
  border-color: #4d6ed8;
}
.ajw,
#ael a,
body,
.ajs,
.ajs a {
  color: #e1e0df;
}
.ajh,
.ajw,
#ael a,
body {
  background-color: #34457B;
}
.ajh{
  background-color: #303e69;
}
.ajs,
.ajs a,
#aff form input {
  background-color: #4d6ed8;
}
#ahl form button[type="submit"],
#aff form input[type="submit"] {
  color: inherit;
  background-color: #d95558;
}

.flex-direction-nav a,
.abs,
.nivo-lightbox-overlay,
.nivo-lightbox-ajax,
#ahl form input,
.aku.aid,
.aeo,
.aeo em,
#aep a,
#aff form input,
#ahu ul,
#ajd li,
button.ahs.ajf,
#agv section figure ul li a::after,
blockquote,
q,
.afp em,
input,
textarea,
select,
table,
.aje,
code.ajv,
.ada.akh blockquote::after,
.ajf,
.aeg,
.agj,
.agi,
.agf,
.agg,
.agk,
.agq,
.ago,
.agm,
.age,
.agn,
.agc,
.afu,
.afw,
.afv,
.agd,
.afo,
.adq,
.ajm,
.ajp,
.ajl,
.ajn,
.ajo,
.ajq,
.ajj,
.ajr,
.aji,
.aiq {
  box-sizing: border-box;
}
.acy div {
  margin-bottom: 30px;
  color: #fff;
  background-color: #666;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 615px) {
  #ahl,
  #ahq,
  #ahu,
  #aen,
  #ajd,
  .aem,
  .aes,
  #aff,
  #ael {
    max-width: 90%;
    margin: 0 auto;
  }
  .ako,
  .agh,
  .aex {
    display: inline-block;
    float: none;
  }
  .agjx {
    width: 100%;
    float: left;
    text-align: center;
  }
  .agj,
  .agj.afo,
  .agi,
  .agf,
  .agi.afo,
  .agf.afo,
  .agg,
  .agk,
  .agq,
  .agg.afo,
  .agk.afo,
  .agq.afo,
  .ago,
  .agm,
  .age,
  .agn,
  .ago.afo,
  .agm.afo,
  .age.afo,
  .agn.afo,
  .agc,
  .afu,
  .afw,
  .afv,
  .agd,
  .agc.afo,
  .afu.afo,
  .afw.afo,
  .afv.afo,
  .agd.afo {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 5% 0;
    padding: 0;
  }
  #ahl .agh,
  #ahl .aex,
  #ahq .agh,
  #ahq .aex,
  #aen .agh,
  #aen .aex,
  #ael .agh,
  #ael .aex {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #ahl .agh,
  #ahq .agh,
  #aen .agh,
  #ael .agh {
    margin-bottom: 20px;
  }
  #ahq,
  #ahq .aih {
    text-align: center;
  }
  #ajd ul,
  #ajd li {
    display: block;
    width: 100%;
  }
  #ajd li {
    border-width: 0 1px 1px 1px;
    border-color: inherit;
  }
  #ajd li:last-child {
    border-bottom: none;
  }
  #act .akg li > ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .abh .agh.ajm,
  .abh .agh.aji {
    display: block;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 850px) {
  #ahu ul {
    display: none;
  }
}
@media screen and (min-width: 361px) {
  #ahl,
  #ahq,
  #ahu,
  #aen,
  #ajd,
  .aem,
  .aes,
  #aff,
  #ael {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1140px) {
  #ahl,
  #ahq,
  #ahu,
  #aen,
  #ajd,
  .aem,
  .aes,
  #aff,
  #ael,
  .acz {
    /* max-width: 1140px; */
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 851px) and (max-width: 10000px) {
  #ahu form {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .adz {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    overflow: auto;
    overflow-x: scroll;
  }
  .adz table,
  .adz .aje {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .abs {
    /* visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); */
    padding: 3px 15px;
  }
}

#osfooter {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  margin-bottom: -300px;
  overflow: hidden;
  background-color: transparent;
  z-index: 5000;
  text-indent: -5000px;
}

#osfooter div {
  margin-bottom: -1000px;
}

#osfooter a {
  display: block;
  text-indent: -5000px;
}

.text-justify{
  text-align: justify !important;
}

.color-notaria{
  color: #303E69 !important;
}

div h1.color-notaria{
  color: #303E69 !important;
  text-transform: uppercase;
}