﻿/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('Fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('Fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('Fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('Fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('Fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('Fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.DNNModuleContent .fa,
.DNNModuleContent a.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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.DNNModuleContent .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.DNNModuleContent .fa-2x {
  font-size: 2em;
}
.DNNModuleContent .fa-3x {
  font-size: 3em;
}
.DNNModuleContent .fa-4x {
  font-size: 4em;
}
.DNNModuleContent .fa-5x {
  font-size: 5em;
}
.DNNModuleContent .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.DNNModuleContent .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.DNNModuleContent .fa-ul > li {
  position: relative;
}
.DNNModuleContent .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.DNNModuleContent .fa-li.DNNModuleContent .fa-lg {
  left: -1.85714286em;
}
.DNNModuleContent .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.DNNModuleContent .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.DNNModuleContent .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);
  }
}
.DNNModuleContent .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.DNNModuleContent .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.DNNModuleContent .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.DNNModuleContent .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);
}
.DNNModuleContent .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 .DNNModuleContent .fa-rotate-90,
:root .DNNModuleContent .fa-rotate-180,
:root .DNNModuleContent .fa-rotate-270,
:root .DNNModuleContent .fa-flip-horizontal,
:root .DNNModuleContent .fa-flip-vertical {
  filter: none;
}
.DNNModuleContent .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.DNNModuleContent .fa-stack-1x,
.DNNModuleContent .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.DNNModuleContent .fa-stack-1x {
  line-height: inherit;
}
.DNNModuleContent .fa-stack-2x {
  font-size: 2em;
}
.DNNModuleContent .fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.DNNModuleContent .fa-glass:before {
  content: "\f000";
}
.DNNModuleContent .fa-music:before {
  content: "\f001";
}
.DNNModuleContent .fa-search:before {
  content: "\f002";
}
.DNNModuleContent .fa-envelope-o:before {
  content: "\f003";
}
.DNNModuleContent .fa-heart:before {
  content: "\f004";
}
.DNNModuleContent .fa-star:before {
  content: "\f005";
}
.DNNModuleContent .fa-star-o:before {
  content: "\f006";
}
.DNNModuleContent .fa-user:before {
  content: "\f007";
}
.DNNModuleContent .fa-film:before {
  content: "\f008";
}
.DNNModuleContent .fa-th-large:before {
  content: "\f009";
}
.DNNModuleContent .fa-th:before {
  content: "\f00a";
}
.DNNModuleContent .fa-th-list:before {
  content: "\f00b";
}
.DNNModuleContent .fa-check:before {
  content: "\f00c";
}
.DNNModuleContent .fa-remove:before,
.DNNModuleContent .fa-close:before,
.DNNModuleContent .fa-times:before {
  content: "\f00d";
}
.DNNModuleContent .fa-search-plus:before {
  content: "\f00e";
}
.DNNModuleContent .fa-search-minus:before {
  content: "\f010";
}
.DNNModuleContent .fa-power-off:before {
  content: "\f011";
}
.DNNModuleContent .fa-signal:before {
  content: "\f012";
}
.DNNModuleContent .fa-gear:before,
.DNNModuleContent .fa-cog:before {
  content: "\f013";
}
.DNNModuleContent .fa-trash-o:before {
  content: "\f014";
}
.DNNModuleContent .fa-home:before {
  content: "\f015";
}
.DNNModuleContent .fa-file-o:before {
  content: "\f016";
}
.DNNModuleContent .fa-clock-o:before {
  content: "\f017";
}
.DNNModuleContent .fa-road:before {
  content: "\f018";
}
.DNNModuleContent .fa-download:before {
  content: "\f019";
}
.DNNModuleContent .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.DNNModuleContent .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.DNNModuleContent .fa-inbox:before {
  content: "\f01c";
}
.DNNModuleContent .fa-play-circle-o:before {
  content: "\f01d";
}
.DNNModuleContent .fa-rotate-right:before,
.DNNModuleContent .fa-repeat:before {
  content: "\f01e";
}
.DNNModuleContent .fa-refresh:before {
  content: "\f021";
}
.DNNModuleContent .fa-list-alt:before {
  content: "\f022";
}
.DNNModuleContent .fa-lock:before {
  content: "\f023";
}
.DNNModuleContent .fa-flag:before {
  content: "\f024";
}
.DNNModuleContent .fa-headphones:before {
  content: "\f025";
}
.DNNModuleContent .fa-volume-off:before {
  content: "\f026";
}
.DNNModuleContent .fa-volume-down:before {
  content: "\f027";
}
.DNNModuleContent .fa-volume-up:before {
  content: "\f028";
}
.DNNModuleContent .fa-qrcode:before {
  content: "\f029";
}
.DNNModuleContent .fa-barcode:before {
  content: "\f02a";
}
.DNNModuleContent .fa-tag:before {
  content: "\f02b";
}
.DNNModuleContent .fa-tags:before {
  content: "\f02c";
}
.DNNModuleContent .fa-book:before {
  content: "\f02d";
}
.DNNModuleContent .fa-bookmark:before {
  content: "\f02e";
}
.DNNModuleContent .fa-print:before {
  content: "\f02f";
}
.DNNModuleContent .fa-camera:before {
  content: "\f030";
}
.DNNModuleContent .fa-font:before {
  content: "\f031";
}
.DNNModuleContent .fa-bold:before {
  content: "\f032";
}
.DNNModuleContent .fa-italic:before {
  content: "\f033";
}
.DNNModuleContent .fa-text-height:before {
  content: "\f034";
}
.DNNModuleContent .fa-text-width:before {
  content: "\f035";
}
.DNNModuleContent .fa-align-left:before {
  content: "\f036";
}
.DNNModuleContent .fa-align-center:before {
  content: "\f037";
}
.DNNModuleContent .fa-align-right:before {
  content: "\f038";
}
.DNNModuleContent .fa-align-justify:before {
  content: "\f039";
}
.DNNModuleContent .fa-list:before {
  content: "\f03a";
}
.DNNModuleContent .fa-dedent:before,
.DNNModuleContent .fa-outdent:before {
  content: "\f03b";
}
.DNNModuleContent .fa-indent:before {
  content: "\f03c";
}
.DNNModuleContent .fa-video-camera:before {
  content: "\f03d";
}
.DNNModuleContent .fa-photo:before,
.DNNModuleContent .fa-image:before,
.DNNModuleContent .fa-picture-o:before {
  content: "\f03e";
}
.DNNModuleContent .fa-pencil:before {
  content: "\f040";
}
.DNNModuleContent .fa-map-marker:before {
  content: "\f041";
}
.DNNModuleContent .fa-adjust:before {
  content: "\f042";
}
.DNNModuleContent .fa-tint:before {
  content: "\f043";
}
.DNNModuleContent .fa-edit:before,
.DNNModuleContent .fa-pencil-square-o:before {
  content: "\f044";
}
.DNNModuleContent .fa-share-square-o:before {
  content: "\f045";
}
.DNNModuleContent .fa-check-square-o:before {
  content: "\f046";
}
.DNNModuleContent .fa-arrows:before {
  content: "\f047";
}
.DNNModuleContent .fa-step-backward:before {
  content: "\f048";
}
.DNNModuleContent .fa-fast-backward:before {
  content: "\f049";
}
.DNNModuleContent .fa-backward:before {
  content: "\f04a";
}
.DNNModuleContent .fa-play:before {
  content: "\f04b";
}
.DNNModuleContent .fa-pause:before {
  content: "\f04c";
}
.DNNModuleContent .fa-stop:before {
  content: "\f04d";
}
.DNNModuleContent .fa-forward:before {
  content: "\f04e";
}
.DNNModuleContent .fa-fast-forward:before {
  content: "\f050";
}
.DNNModuleContent .fa-step-forward:before {
  content: "\f051";
}
.DNNModuleContent .fa-eject:before {
  content: "\f052";
}
.DNNModuleContent .fa-chevron-left:before {
  content: "\f053";
}
.DNNModuleContent .fa-chevron-right:before {
  content: "\f054";
}
.DNNModuleContent .fa-plus-circle:before {
  content: "\f055";
}
.DNNModuleContent .fa-minus-circle:before {
  content: "\f056";
}
.DNNModuleContent .fa-times-circle:before {
  content: "\f057";
}
.DNNModuleContent .fa-check-circle:before {
  content: "\f058";
}
.DNNModuleContent .fa-question-circle:before {
  content: "\f059";
}
.DNNModuleContent .fa-info-circle:before {
  content: "\f05a";
}
.DNNModuleContent .fa-crosshairs:before {
  content: "\f05b";
}
.DNNModuleContent .fa-times-circle-o:before {
  content: "\f05c";
}
.DNNModuleContent .fa-check-circle-o:before {
  content: "\f05d";
}
.DNNModuleContent .fa-ban:before {
  content: "\f05e";
}
.DNNModuleContent .fa-arrow-left:before {
  content: "\f060";
}
.DNNModuleContent .fa-arrow-right:before {
  content: "\f061";
}
.DNNModuleContent .fa-arrow-up:before {
  content: "\f062";
}
.DNNModuleContent .fa-arrow-down:before {
  content: "\f063";
}
.DNNModuleContent .fa-mail-forward:before,
.DNNModuleContent .fa-share:before {
  content: "\f064";
}
.DNNModuleContent .fa-expand:before {
  content: "\f065";
}
.DNNModuleContent .fa-compress:before {
  content: "\f066";
}
.DNNModuleContent .fa-plus:before {
  content: "\f067";
}
.DNNModuleContent .fa-minus:before {
  content: "\f068";
}
.DNNModuleContent .fa-asterisk:before {
  content: "\f069";
}
.DNNModuleContent .fa-exclamation-circle:before {
  content: "\f06a";
}
.DNNModuleContent .fa-gift:before {
  content: "\f06b";
}
.DNNModuleContent .fa-leaf:before {
  content: "\f06c";
}
.DNNModuleContent .fa-fire:before {
  content: "\f06d";
}
.DNNModuleContent .fa-eye:before {
  content: "\f06e";
}
.DNNModuleContent .fa-eye-slash:before {
  content: "\f070";
}
.DNNModuleContent .fa-warning:before,
.DNNModuleContent .fa-exclamation-triangle:before {
  content: "\f071";
}
.DNNModuleContent .fa-plane:before {
  content: "\f072";
}
.DNNModuleContent .fa-calendar:before {
  content: "\f073";
}
.DNNModuleContent .fa-random:before {
  content: "\f074";
}
.DNNModuleContent .fa-comment:before {
  content: "\f075";
}
.DNNModuleContent .fa-magnet:before {
  content: "\f076";
}
.DNNModuleContent .fa-chevron-up:before {
  content: "\f077";
}
.DNNModuleContent .fa-chevron-down:before {
  content: "\f078";
}
.DNNModuleContent .fa-retweet:before {
  content: "\f079";
}
.DNNModuleContent .fa-shopping-cart:before {
  content: "\f07a";
}
.DNNModuleContent .fa-folder:before {
  content: "\f07b";
}
.DNNModuleContent .fa-folder-open:before {
  content: "\f07c";
}
.DNNModuleContent .fa-arrows-v:before {
  content: "\f07d";
}
.DNNModuleContent .fa-arrows-h:before {
  content: "\f07e";
}
.DNNModuleContent .fa-bar-chart-o:before,
.DNNModuleContent .fa-bar-chart:before {
  content: "\f080";
}
.DNNModuleContent .fa-twitter-square:before {
  content: "\f081";
}
.DNNModuleContent .fa-facebook-square:before {
  content: "\f082";
}
.DNNModuleContent .fa-camera-retro:before {
  content: "\f083";
}
.DNNModuleContent .fa-key:before {
  content: "\f084";
}
.DNNModuleContent .fa-gears:before,
.DNNModuleContent .fa-cogs:before {
  content: "\f085";
}
.DNNModuleContent .fa-comments:before {
  content: "\f086";
}
.DNNModuleContent .fa-thumbs-o-up:before {
  content: "\f087";
}
.DNNModuleContent .fa-thumbs-o-down:before {
  content: "\f088";
}
.DNNModuleContent .fa-star-half:before {
  content: "\f089";
}
.DNNModuleContent .fa-heart-o:before {
  content: "\f08a";
}
.DNNModuleContent .fa-sign-out:before {
  content: "\f08b";
}
.DNNModuleContent .fa-linkedin-square:before {
  content: "\f08c";
}
.DNNModuleContent .fa-thumb-tack:before {
  content: "\f08d";
}
.DNNModuleContent .fa-external-link:before {
  content: "\f08e";
}
.DNNModuleContent .fa-sign-in:before {
  content: "\f090";
}
.DNNModuleContent .fa-trophy:before {
  content: "\f091";
}
.DNNModuleContent .fa-github-square:before {
  content: "\f092";
}
.DNNModuleContent .fa-upload:before {
  content: "\f093";
}
.DNNModuleContent .fa-lemon-o:before {
  content: "\f094";
}
.DNNModuleContent .fa-phone:before {
  content: "\f095";
}
.DNNModuleContent .fa-square-o:before {
  content: "\f096";
}
.DNNModuleContent .fa-bookmark-o:before {
  content: "\f097";
}
.DNNModuleContent .fa-phone-square:before {
  content: "\f098";
}
.DNNModuleContent .fa-twitter:before {
  content: "\f099";
}
.DNNModuleContent .fa-facebook-f:before,
.DNNModuleContent .fa-facebook:before {
  content: "\f09a";
}
.DNNModuleContent .fa-github:before {
  content: "\f09b";
}
.DNNModuleContent .fa-unlock:before {
  content: "\f09c";
}
.DNNModuleContent .fa-credit-card:before {
  content: "\f09d";
}
.DNNModuleContent .fa-rss:before {
  content: "\f09e";
}
.DNNModuleContent .fa-hdd-o:before {
  content: "\f0a0";
}
.DNNModuleContent .fa-bullhorn:before {
  content: "\f0a1";
}
.DNNModuleContent .fa-bell:before {
  content: "\f0f3";
}
.DNNModuleContent .fa-certificate:before {
  content: "\f0a3";
}
.DNNModuleContent .fa-hand-o-right:before {
  content: "\f0a4";
}
.DNNModuleContent .fa-hand-o-left:before {
  content: "\f0a5";
}
.DNNModuleContent .fa-hand-o-up:before {
  content: "\f0a6";
}
.DNNModuleContent .fa-hand-o-down:before {
  content: "\f0a7";
}
.DNNModuleContent .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.DNNModuleContent .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.DNNModuleContent .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.DNNModuleContent .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.DNNModuleContent .fa-globe:before {
  content: "\f0ac";
}
.DNNModuleContent .fa-wrench:before {
  content: "\f0ad";
}
.DNNModuleContent .fa-tasks:before {
  content: "\f0ae";
}
.DNNModuleContent .fa-filter:before {
  content: "\f0b0";
}
.DNNModuleContent .fa-briefcase:before {
  content: "\f0b1";
}
.DNNModuleContent .fa-arrows-alt:before {
  content: "\f0b2";
}
.DNNModuleContent .fa-group:before,
.DNNModuleContent .fa-users:before {
  content: "\f0c0";
}
.DNNModuleContent .fa-chain:before,
.DNNModuleContent .fa-link:before {
  content: "\f0c1";
}
.DNNModuleContent .fa-cloud:before {
  content: "\f0c2";
}
.DNNModuleContent .fa-flask:before {
  content: "\f0c3";
}
.DNNModuleContent .fa-cut:before,
.DNNModuleContent .fa-scissors:before {
  content: "\f0c4";
}
.DNNModuleContent .fa-copy:before,
.DNNModuleContent .fa-files-o:before {
  content: "\f0c5";
}
.DNNModuleContent .fa-paperclip:before {
  content: "\f0c6";
}
.DNNModuleContent .fa-save:before,
.DNNModuleContent .fa-floppy-o:before {
  content: "\f0c7";
}
.DNNModuleContent .fa-square:before {
  content: "\f0c8";
}
.DNNModuleContent .fa-navicon:before,
.DNNModuleContent .fa-reorder:before,
.DNNModuleContent .fa-bars:before {
  content: "\f0c9";
}
.DNNModuleContent .fa-list-ul:before {
  content: "\f0ca";
}
.DNNModuleContent .fa-list-ol:before {
  content: "\f0cb";
}
.DNNModuleContent .fa-strikethrough:before {
  content: "\f0cc";
}
.DNNModuleContent .fa-underline:before {
  content: "\f0cd";
}
.DNNModuleContent .fa-table:before {
  content: "\f0ce";
}
.DNNModuleContent .fa-magic:before {
  content: "\f0d0";
}
.DNNModuleContent .fa-truck:before {
  content: "\f0d1";
}
.DNNModuleContent .fa-pinterest:before {
  content: "\f0d2";
}
.DNNModuleContent .fa-pinterest-square:before {
  content: "\f0d3";
}
.DNNModuleContent .fa-google-plus-square:before {
  content: "\f0d4";
}
.DNNModuleContent .fa-google-plus:before {
  content: "\f0d5";
}
.DNNModuleContent .fa-money:before {
  content: "\f0d6";
}
.DNNModuleContent .fa-caret-down:before {
  content: "\f0d7";
}
.DNNModuleContent .fa-caret-up:before {
  content: "\f0d8";
}
.DNNModuleContent .fa-caret-left:before {
  content: "\f0d9";
}
.DNNModuleContent .fa-caret-right:before {
  content: "\f0da";
}
.DNNModuleContent .fa-columns:before {
  content: "\f0db";
}
.DNNModuleContent .fa-unsorted:before,
.DNNModuleContent .fa-sort:before {
  content: "\f0dc";
}
.DNNModuleContent .fa-sort-down:before,
.DNNModuleContent .fa-sort-desc:before {
  content: "\f0dd";
}
.DNNModuleContent .fa-sort-up:before,
.DNNModuleContent .fa-sort-asc:before {
  content: "\f0de";
}
.DNNModuleContent .fa-envelope:before {
  content: "\f0e0";
}
.DNNModuleContent .fa-linkedin:before {
  content: "\f0e1";
}
.DNNModuleContent .fa-rotate-left:before,
.DNNModuleContent .fa-undo:before {
  content: "\f0e2";
}
.DNNModuleContent .fa-legal:before,
.DNNModuleContent .fa-gavel:before {
  content: "\f0e3";
}
.DNNModuleContent .fa-dashboard:before,
.DNNModuleContent .fa-tachometer:before {
  content: "\f0e4";
}
.DNNModuleContent .fa-comment-o:before {
  content: "\f0e5";
}
.DNNModuleContent .fa-comments-o:before {
  content: "\f0e6";
}
.DNNModuleContent .fa-flash:before,
.DNNModuleContent .fa-bolt:before {
  content: "\f0e7";
}
.DNNModuleContent .fa-sitemap:before {
  content: "\f0e8";
}
.DNNModuleContent .fa-umbrella:before {
  content: "\f0e9";
}
.DNNModuleContent .fa-paste:before,
.DNNModuleContent .fa-clipboard:before {
  content: "\f0ea";
}
.DNNModuleContent .fa-lightbulb-o:before {
  content: "\f0eb";
}
.DNNModuleContent .fa-exchange:before {
  content: "\f0ec";
}
.DNNModuleContent .fa-cloud-download:before {
  content: "\f0ed";
}
.DNNModuleContent .fa-cloud-upload:before {
  content: "\f0ee";
}
.DNNModuleContent .fa-user-md:before {
  content: "\f0f0";
}
.DNNModuleContent .fa-stethoscope:before {
  content: "\f0f1";
}
.DNNModuleContent .fa-suitcase:before {
  content: "\f0f2";
}
.DNNModuleContent .fa-bell-o:before {
  content: "\f0a2";
}
.DNNModuleContent .fa-coffee:before {
  content: "\f0f4";
}
.DNNModuleContent .fa-cutlery:before {
  content: "\f0f5";
}
.DNNModuleContent .fa-file-text-o:before {
  content: "\f0f6";
}
.DNNModuleContent .fa-building-o:before {
  content: "\f0f7";
}
.DNNModuleContent .fa-hospital-o:before {
  content: "\f0f8";
}
.DNNModuleContent .fa-ambulance:before {
  content: "\f0f9";
}
.DNNModuleContent .fa-medkit:before {
  content: "\f0fa";
}
.DNNModuleContent .fa-fighter-jet:before {
  content: "\f0fb";
}
.DNNModuleContent .fa-beer:before {
  content: "\f0fc";
}
.DNNModuleContent .fa-h-square:before {
  content: "\f0fd";
}
.DNNModuleContent .fa-plus-square:before {
  content: "\f0fe";
}
.DNNModuleContent .fa-angle-double-left:before {
  content: "\f100";
}
.DNNModuleContent .fa-angle-double-right:before {
  content: "\f101";
}
.DNNModuleContent .fa-angle-double-up:before {
  content: "\f102";
}
.DNNModuleContent .fa-angle-double-down:before {
  content: "\f103";
}
.DNNModuleContent .fa-angle-left:before {
  content: "\f104";
}
.DNNModuleContent .fa-angle-right:before {
  content: "\f105";
}
.DNNModuleContent .fa-angle-up:before {
  content: "\f106";
}
.DNNModuleContent .fa-angle-down:before {
  content: "\f107";
}
.DNNModuleContent .fa-desktop:before {
  content: "\f108";
}
.DNNModuleContent .fa-laptop:before {
  content: "\f109";
}
.DNNModuleContent .fa-tablet:before {
  content: "\f10a";
}
.DNNModuleContent .fa-mobile-phone:before,
.DNNModuleContent .fa-mobile:before {
  content: "\f10b";
}
.DNNModuleContent .fa-circle-o:before {
  content: "\f10c";
}
.DNNModuleContent .fa-quote-left:before {
  content: "\f10d";
}
.DNNModuleContent .fa-quote-right:before {
  content: "\f10e";
}
.DNNModuleContent .fa-spinner:before {
  content: "\f110";
}
.DNNModuleContent .fa-circle:before {
  content: "\f111";
}
.DNNModuleContent .fa-mail-reply:before,
.DNNModuleContent .fa-reply:before {
  content: "\f112";
}
.DNNModuleContent .fa-github-alt:before {
  content: "\f113";
}
.DNNModuleContent .fa-folder-o:before {
  content: "\f114";
}
.DNNModuleContent .fa-folder-open-o:before {
  content: "\f115";
}
.DNNModuleContent .fa-smile-o:before {
  content: "\f118";
}
.DNNModuleContent .fa-frown-o:before {
  content: "\f119";
}
.DNNModuleContent .fa-meh-o:before {
  content: "\f11a";
}
.DNNModuleContent .fa-gamepad:before {
  content: "\f11b";
}
.DNNModuleContent .fa-keyboard-o:before {
  content: "\f11c";
}
.DNNModuleContent .fa-flag-o:before {
  content: "\f11d";
}
.DNNModuleContent .fa-flag-checkered:before {
  content: "\f11e";
}
.DNNModuleContent .fa-terminal:before {
  content: "\f120";
}
.DNNModuleContent .fa-code:before {
  content: "\f121";
}
.DNNModuleContent .fa-mail-reply-all:before,
.DNNModuleContent .fa-reply-all:before {
  content: "\f122";
}
.DNNModuleContent .fa-star-half-empty:before,
.DNNModuleContent .fa-star-half-full:before,
.DNNModuleContent .fa-star-half-o:before {
  content: "\f123";
}
.DNNModuleContent .fa-location-arrow:before {
  content: "\f124";
}
.DNNModuleContent .fa-crop:before {
  content: "\f125";
}
.DNNModuleContent .fa-code-fork:before {
  content: "\f126";
}
.DNNModuleContent .fa-unlink:before,
.DNNModuleContent .fa-chain-broken:before {
  content: "\f127";
}
.DNNModuleContent .fa-question:before {
  content: "\f128";
}
.DNNModuleContent .fa-info:before {
  content: "\f129";
}
.DNNModuleContent .fa-exclamation:before {
  content: "\f12a";
}
.DNNModuleContent .fa-superscript:before {
  content: "\f12b";
}
.DNNModuleContent .fa-subscript:before {
  content: "\f12c";
}
.DNNModuleContent .fa-eraser:before {
  content: "\f12d";
}
.DNNModuleContent .fa-puzzle-piece:before {
  content: "\f12e";
}
.DNNModuleContent .fa-microphone:before {
  content: "\f130";
}
.DNNModuleContent .fa-microphone-slash:before {
  content: "\f131";
}
.DNNModuleContent .fa-shield:before {
  content: "\f132";
}
.DNNModuleContent .fa-calendar-o:before {
  content: "\f133";
}
.DNNModuleContent .fa-fire-extinguisher:before {
  content: "\f134";
}
.DNNModuleContent .fa-rocket:before {
  content: "\f135";
}
.DNNModuleContent .fa-maxcdn:before {
  content: "\f136";
}
.DNNModuleContent .fa-chevron-circle-left:before {
  content: "\f137";
}
.DNNModuleContent .fa-chevron-circle-right:before {
  content: "\f138";
}
.DNNModuleContent .fa-chevron-circle-up:before {
  content: "\f139";
}
.DNNModuleContent .fa-chevron-circle-down:before {
  content: "\f13a";
}
.DNNModuleContent .fa-html5:before {
  content: "\f13b";
}
.DNNModuleContent .fa-css3:before {
  content: "\f13c";
}
.DNNModuleContent .fa-anchor:before {
  content: "\f13d";
}
.DNNModuleContent .fa-unlock-alt:before {
  content: "\f13e";
}
.DNNModuleContent .fa-bullseye:before {
  content: "\f140";
}
.DNNModuleContent .fa-ellipsis-h:before {
  content: "\f141";
}
.DNNModuleContent .fa-ellipsis-v:before {
  content: "\f142";
}
.DNNModuleContent .fa-rss-square:before {
  content: "\f143";
}
.DNNModuleContent .fa-play-circle:before {
  content: "\f144";
}
.DNNModuleContent .fa-ticket:before {
  content: "\f145";
}
.DNNModuleContent .fa-minus-square:before {
  content: "\f146";
}
.DNNModuleContent .fa-minus-square-o:before {
  content: "\f147";
}
.DNNModuleContent .fa-level-up:before {
  content: "\f148";
}
.DNNModuleContent .fa-level-down:before {
  content: "\f149";
}
.DNNModuleContent .fa-check-square:before {
  content: "\f14a";
}
.DNNModuleContent .fa-pencil-square:before {
  content: "\f14b";
}
.DNNModuleContent .fa-external-link-square:before {
  content: "\f14c";
}
.DNNModuleContent .fa-share-square:before {
  content: "\f14d";
}
.DNNModuleContent .fa-compass:before {
  content: "\f14e";
}
.DNNModuleContent .fa-toggle-down:before,
.DNNModuleContent .fa-caret-square-o-down:before {
  content: "\f150";
}
.DNNModuleContent .fa-toggle-up:before,
.DNNModuleContent .fa-caret-square-o-up:before {
  content: "\f151";
}
.DNNModuleContent .fa-toggle-right:before,
.DNNModuleContent .fa-caret-square-o-right:before {
  content: "\f152";
}
.DNNModuleContent .fa-euro:before,
.DNNModuleContent .fa-eur:before {
  content: "\f153";
}
.DNNModuleContent .fa-gbp:before {
  content: "\f154";
}
.DNNModuleContent .fa-dollar:before,
.DNNModuleContent .fa-usd:before {
  content: "\f155";
}
.DNNModuleContent .fa-rupee:before,
.DNNModuleContent .fa-inr:before {
  content: "\f156";
}
.DNNModuleContent .fa-cny:before,
.DNNModuleContent .fa-rmb:before,
.DNNModuleContent .fa-yen:before,
.DNNModuleContent .fa-jpy:before {
  content: "\f157";
}
.DNNModuleContent .fa-ruble:before,
.DNNModuleContent .fa-rouble:before,
.DNNModuleContent .fa-rub:before {
  content: "\f158";
}
.DNNModuleContent .fa-won:before,
.DNNModuleContent .fa-krw:before {
  content: "\f159";
}
.DNNModuleContent .fa-bitcoin:before,
.DNNModuleContent .fa-btc:before {
  content: "\f15a";
}
.DNNModuleContent .fa-file:before {
  content: "\f15b";
}
.DNNModuleContent .fa-file-text:before {
  content: "\f15c";
}
.DNNModuleContent .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.DNNModuleContent .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.DNNModuleContent .fa-sort-amount-asc:before {
  content: "\f160";
}
.DNNModuleContent .fa-sort-amount-desc:before {
  content: "\f161";
}
.DNNModuleContent .fa-sort-numeric-asc:before {
  content: "\f162";
}
.DNNModuleContent .fa-sort-numeric-desc:before {
  content: "\f163";
}
.DNNModuleContent .fa-thumbs-up:before {
  content: "\f164";
}
.DNNModuleContent .fa-thumbs-down:before {
  content: "\f165";
}
.DNNModuleContent .fa-youtube-square:before {
  content: "\f166";
}
.DNNModuleContent .fa-youtube:before {
  content: "\f167";
}
.DNNModuleContent .fa-xing:before {
  content: "\f168";
}
.DNNModuleContent .fa-xing-square:before {
  content: "\f169";
}
.DNNModuleContent .fa-youtube-play:before {
  content: "\f16a";
}
.DNNModuleContent .fa-dropbox:before {
  content: "\f16b";
}
.DNNModuleContent .fa-stack-overflow:before {
  content: "\f16c";
}
.DNNModuleContent .fa-instagram:before {
  content: "\f16d";
}
.DNNModuleContent .fa-flickr:before {
  content: "\f16e";
}
.DNNModuleContent .fa-adn:before {
  content: "\f170";
}
.DNNModuleContent .fa-bitbucket:before {
  content: "\f171";
}
.DNNModuleContent .fa-bitbucket-square:before {
  content: "\f172";
}
.DNNModuleContent .fa-tumblr:before {
  content: "\f173";
}
.DNNModuleContent .fa-tumblr-square:before {
  content: "\f174";
}
.DNNModuleContent .fa-long-arrow-down:before {
  content: "\f175";
}
.DNNModuleContent .fa-long-arrow-up:before {
  content: "\f176";
}
.DNNModuleContent .fa-long-arrow-left:before {
  content: "\f177";
}
.DNNModuleContent .fa-long-arrow-right:before {
  content: "\f178";
}
.DNNModuleContent .fa-apple:before {
  content: "\f179";
}
.DNNModuleContent .fa-windows:before {
  content: "\f17a";
}
.DNNModuleContent .fa-android:before {
  content: "\f17b";
}
.DNNModuleContent .fa-linux:before {
  content: "\f17c";
}
.DNNModuleContent .fa-dribbble:before {
  content: "\f17d";
}
.DNNModuleContent .fa-skype:before {
  content: "\f17e";
}
.DNNModuleContent .fa-foursquare:before {
  content: "\f180";
}
.DNNModuleContent .fa-trello:before {
  content: "\f181";
}
.DNNModuleContent .fa-female:before {
  content: "\f182";
}
.DNNModuleContent .fa-male:before {
  content: "\f183";
}
.DNNModuleContent .fa-gittip:before,
.DNNModuleContent .fa-gratipay:before {
  content: "\f184";
}
.DNNModuleContent .fa-sun-o:before {
  content: "\f185";
}
.DNNModuleContent .fa-moon-o:before {
  content: "\f186";
}
.DNNModuleContent .fa-archive:before {
  content: "\f187";
}
.DNNModuleContent .fa-bug:before {
  content: "\f188";
}
.DNNModuleContent .fa-vk:before {
  content: "\f189";
}
.DNNModuleContent .fa-weibo:before {
  content: "\f18a";
}
.DNNModuleContent .fa-renren:before {
  content: "\f18b";
}
.DNNModuleContent .fa-pagelines:before {
  content: "\f18c";
}
.DNNModuleContent .fa-stack-exchange:before {
  content: "\f18d";
}
.DNNModuleContent .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.DNNModuleContent .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.DNNModuleContent .fa-toggle-left:before,
.DNNModuleContent .fa-caret-square-o-left:before {
  content: "\f191";
}
.DNNModuleContent .fa-dot-circle-o:before {
  content: "\f192";
}
.DNNModuleContent .fa-wheelchair:before {
  content: "\f193";
}
.DNNModuleContent .fa-vimeo-square:before {
  content: "\f194";
}
.DNNModuleContent .fa-turkish-lira:before,
.DNNModuleContent .fa-try:before {
  content: "\f195";
}
.DNNModuleContent .fa-plus-square-o:before {
  content: "\f196";
}
.DNNModuleContent .fa-space-shuttle:before {
  content: "\f197";
}
.DNNModuleContent .fa-slack:before {
  content: "\f198";
}
.DNNModuleContent .fa-envelope-square:before {
  content: "\f199";
}
.DNNModuleContent .fa-wordpress:before {
  content: "\f19a";
}
.DNNModuleContent .fa-openid:before {
  content: "\f19b";
}
.DNNModuleContent .fa-institution:before,
.DNNModuleContent .fa-bank:before,
.DNNModuleContent .fa-university:before {
  content: "\f19c";
}
.DNNModuleContent .fa-mortar-board:before,
.DNNModuleContent .fa-graduation-cap:before {
  content: "\f19d";
}
.DNNModuleContent .fa-yahoo:before {
  content: "\f19e";
}
.DNNModuleContent .fa-google:before {
  content: "\f1a0";
}
.DNNModuleContent .fa-reddit:before {
  content: "\f1a1";
}
.DNNModuleContent .fa-reddit-square:before {
  content: "\f1a2";
}
.DNNModuleContent .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.DNNModuleContent .fa-stumbleupon:before {
  content: "\f1a4";
}
.DNNModuleContent .fa-delicious:before {
  content: "\f1a5";
}
.DNNModuleContent .fa-digg:before {
  content: "\f1a6";
}
.DNNModuleContent .fa-pied-piper:before {
  content: "\f1a7";
}
.DNNModuleContent .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.DNNModuleContent .fa-drupal:before {
  content: "\f1a9";
}
.DNNModuleContent .fa-joomla:before {
  content: "\f1aa";
}
.DNNModuleContent .fa-language:before {
  content: "\f1ab";
}
.DNNModuleContent .fa-fax:before {
  content: "\f1ac";
}
.DNNModuleContent .fa-building:before {
  content: "\f1ad";
}
.DNNModuleContent .fa-child:before {
  content: "\f1ae";
}
.DNNModuleContent .fa-paw:before {
  content: "\f1b0";
}
.DNNModuleContent .fa-spoon:before {
  content: "\f1b1";
}
.DNNModuleContent .fa-cube:before {
  content: "\f1b2";
}
.DNNModuleContent .fa-cubes:before {
  content: "\f1b3";
}
.DNNModuleContent .fa-behance:before {
  content: "\f1b4";
}
.DNNModuleContent .fa-behance-square:before {
  content: "\f1b5";
}
.DNNModuleContent .fa-steam:before {
  content: "\f1b6";
}
.DNNModuleContent .fa-steam-square:before {
  content: "\f1b7";
}
.DNNModuleContent .fa-recycle:before {
  content: "\f1b8";
}
.DNNModuleContent .fa-automobile:before,
.DNNModuleContent .fa-car:before {
  content: "\f1b9";
}
.DNNModuleContent .fa-cab:before,
.DNNModuleContent .fa-taxi:before {
  content: "\f1ba";
}
.DNNModuleContent .fa-tree:before {
  content: "\f1bb";
}
.DNNModuleContent .fa-spotify:before {
  content: "\f1bc";
}
.DNNModuleContent .fa-deviantart:before {
  content: "\f1bd";
}
.DNNModuleContent .fa-soundcloud:before {
  content: "\f1be";
}
.DNNModuleContent .fa-database:before {
  content: "\f1c0";
}
.DNNModuleContent .fa-file-pdf-o:before {
  content: "\f1c1";
}
.DNNModuleContent .fa-file-word-o:before {
  content: "\f1c2";
}
.DNNModuleContent .fa-file-excel-o:before {
  content: "\f1c3";
}
.DNNModuleContent .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.DNNModuleContent .fa-file-photo-o:before,
.DNNModuleContent .fa-file-picture-o:before,
.DNNModuleContent .fa-file-image-o:before {
  content: "\f1c5";
}
.DNNModuleContent .fa-file-zip-o:before,
.DNNModuleContent .fa-file-archive-o:before {
  content: "\f1c6";
}
.DNNModuleContent .fa-file-sound-o:before,
.DNNModuleContent .fa-file-audio-o:before {
  content: "\f1c7";
}
.DNNModuleContent .fa-file-movie-o:before,
.DNNModuleContent .fa-file-video-o:before {
  content: "\f1c8";
}
.DNNModuleContent .fa-file-code-o:before {
  content: "\f1c9";
}
.DNNModuleContent .fa-vine:before {
  content: "\f1ca";
}
.DNNModuleContent .fa-codepen:before {
  content: "\f1cb";
}
.DNNModuleContent .fa-jsfiddle:before {
  content: "\f1cc";
}
.DNNModuleContent .fa-life-bouy:before,
.DNNModuleContent .fa-life-buoy:before,
.DNNModuleContent .fa-life-saver:before,
.DNNModuleContent .fa-support:before,
.DNNModuleContent .fa-life-ring:before {
  content: "\f1cd";
}
.DNNModuleContent .fa-circle-o-notch:before {
  content: "\f1ce";
}
.DNNModuleContent .fa-ra:before,
.DNNModuleContent .fa-rebel:before {
  content: "\f1d0";
}
.DNNModuleContent .fa-ge:before,
.DNNModuleContent .fa-empire:before {
  content: "\f1d1";
}
.DNNModuleContent .fa-git-square:before {
  content: "\f1d2";
}
.DNNModuleContent .fa-git:before {
  content: "\f1d3";
}
.DNNModuleContent .fa-hacker-news:before {
  content: "\f1d4";
}
.DNNModuleContent .fa-tencent-weibo:before {
  content: "\f1d5";
}
.DNNModuleContent .fa-qq:before {
  content: "\f1d6";
}
.DNNModuleContent .fa-wechat:before,
.DNNModuleContent .fa-weixin:before {
  content: "\f1d7";
}
.DNNModuleContent .fa-send:before,
.DNNModuleContent .fa-paper-plane:before {
  content: "\f1d8";
}
.DNNModuleContent .fa-send-o:before,
.DNNModuleContent .fa-paper-plane-o:before {
  content: "\f1d9";
}
.DNNModuleContent .fa-history:before {
  content: "\f1da";
}
.DNNModuleContent .fa-genderless:before,
.DNNModuleContent .fa-circle-thin:before {
  content: "\f1db";
}
.DNNModuleContent .fa-header:before {
  content: "\f1dc";
}
.DNNModuleContent .fa-paragraph:before {
  content: "\f1dd";
}
.DNNModuleContent .fa-sliders:before {
  content: "\f1de";
}
.DNNModuleContent .fa-share-alt:before {
  content: "\f1e0";
}
.DNNModuleContent .fa-share-alt-square:before {
  content: "\f1e1";
}
.DNNModuleContent .fa-bomb:before {
  content: "\f1e2";
}
.DNNModuleContent .fa-soccer-ball-o:before,
.DNNModuleContent .fa-futbol-o:before {
  content: "\f1e3";
}
.DNNModuleContent .fa-tty:before {
  content: "\f1e4";
}
.DNNModuleContent .fa-binoculars:before {
  content: "\f1e5";
}
.DNNModuleContent .fa-plug:before {
  content: "\f1e6";
}
.DNNModuleContent .fa-slideshare:before {
  content: "\f1e7";
}
.DNNModuleContent .fa-twitch:before {
  content: "\f1e8";
}
.DNNModuleContent .fa-yelp:before {
  content: "\f1e9";
}
.DNNModuleContent .fa-newspaper-o:before {
  content: "\f1ea";
}
.DNNModuleContent .fa-wifi:before {
  content: "\f1eb";
}
.DNNModuleContent .fa-calculator:before {
  content: "\f1ec";
}
.DNNModuleContent .fa-paypal:before {
  content: "\f1ed";
}
.DNNModuleContent .fa-google-wallet:before {
  content: "\f1ee";
}
.DNNModuleContent .fa-cc-visa:before {
  content: "\f1f0";
}
.DNNModuleContent .fa-cc-mastercard:before {
  content: "\f1f1";
}
.DNNModuleContent .fa-cc-discover:before {
  content: "\f1f2";
}
.DNNModuleContent .fa-cc-amex:before {
  content: "\f1f3";
}
.DNNModuleContent .fa-cc-paypal:before {
  content: "\f1f4";
}
.DNNModuleContent .fa-cc-stripe:before {
  content: "\f1f5";
}
.DNNModuleContent .fa-bell-slash:before {
  content: "\f1f6";
}
.DNNModuleContent .fa-bell-slash-o:before {
  content: "\f1f7";
}
.DNNModuleContent .fa-trash:before {
  content: "\f1f8";
}
.DNNModuleContent .fa-copyright:before {
  content: "\f1f9";
}
.DNNModuleContent .fa-at:before {
  content: "\f1fa";
}
.DNNModuleContent .fa-eyedropper:before {
  content: "\f1fb";
}
.DNNModuleContent .fa-paint-brush:before {
  content: "\f1fc";
}
.DNNModuleContent .fa-birthday-cake:before {
  content: "\f1fd";
}
.DNNModuleContent .fa-area-chart:before {
  content: "\f1fe";
}
.DNNModuleContent .fa-pie-chart:before {
  content: "\f200";
}
.DNNModuleContent .fa-line-chart:before {
  content: "\f201";
}
.DNNModuleContent .fa-lastfm:before {
  content: "\f202";
}
.DNNModuleContent .fa-lastfm-square:before {
  content: "\f203";
}
.DNNModuleContent .fa-toggle-off:before {
  content: "\f204";
}
.DNNModuleContent .fa-toggle-on:before {
  content: "\f205";
}
.DNNModuleContent .fa-bicycle:before {
  content: "\f206";
}
.DNNModuleContent .fa-bus:before {
  content: "\f207";
}
.DNNModuleContent .fa-ioxhost:before {
  content: "\f208";
}
.DNNModuleContent .fa-angellist:before {
  content: "\f209";
}
.DNNModuleContent .fa-cc:before {
  content: "\f20a";
}
.DNNModuleContent .fa-shekel:before,
.DNNModuleContent .fa-sheqel:before,
.DNNModuleContent .fa-ils:before {
  content: "\f20b";
}
.DNNModuleContent .fa-meanpath:before {
  content: "\f20c";
}
.DNNModuleContent .fa-buysellads:before {
  content: "\f20d";
}
.DNNModuleContent .fa-connectdevelop:before {
  content: "\f20e";
}
.DNNModuleContent .fa-dashcube:before {
  content: "\f210";
}
.DNNModuleContent .fa-forumbee:before {
  content: "\f211";
}
.DNNModuleContent .fa-leanpub:before {
  content: "\f212";
}
.DNNModuleContent .fa-sellsy:before {
  content: "\f213";
}
.DNNModuleContent .fa-shirtsinbulk:before {
  content: "\f214";
}
.DNNModuleContent .fa-simplybuilt:before {
  content: "\f215";
}
.DNNModuleContent .fa-skyatlas:before {
  content: "\f216";
}
.DNNModuleContent .fa-cart-plus:before {
  content: "\f217";
}
.DNNModuleContent .fa-cart-arrow-down:before {
  content: "\f218";
}
.DNNModuleContent .fa-diamond:before {
  content: "\f219";
}
.DNNModuleContent .fa-ship:before {
  content: "\f21a";
}
.DNNModuleContent .fa-user-secret:before {
  content: "\f21b";
}
.DNNModuleContent .fa-motorcycle:before {
  content: "\f21c";
}
.DNNModuleContent .fa-street-view:before {
  content: "\f21d";
}
.DNNModuleContent .fa-heartbeat:before {
  content: "\f21e";
}
.DNNModuleContent .fa-venus:before {
  content: "\f221";
}
.DNNModuleContent .fa-mars:before {
  content: "\f222";
}
.DNNModuleContent .fa-mercury:before {
  content: "\f223";
}
.DNNModuleContent .fa-transgender:before {
  content: "\f224";
}
.DNNModuleContent .fa-transgender-alt:before {
  content: "\f225";
}
.DNNModuleContent .fa-venus-double:before {
  content: "\f226";
}
.DNNModuleContent .fa-mars-double:before {
  content: "\f227";
}
.DNNModuleContent .fa-venus-mars:before {
  content: "\f228";
}
.DNNModuleContent .fa-mars-stroke:before {
  content: "\f229";
}
.DNNModuleContent .fa-mars-stroke-v:before {
  content: "\f22a";
}
.DNNModuleContent .fa-mars-stroke-h:before {
  content: "\f22b";
}
.DNNModuleContent .fa-neuter:before {
  content: "\f22c";
}
.DNNModuleContent .fa-facebook-official:before {
  content: "\f230";
}
.DNNModuleContent .fa-pinterest-p:before {
  content: "\f231";
}
.DNNModuleContent .fa-whatsapp:before {
  content: "\f232";
}
.DNNModuleContent .fa-server:before {
  content: "\f233";
}
.DNNModuleContent .fa-user-plus:before {
  content: "\f234";
}
.DNNModuleContent .fa-user-times:before {
  content: "\f235";
}
.DNNModuleContent .fa-hotel:before,
.DNNModuleContent .fa-bed:before {
  content: "\f236";
}
.DNNModuleContent .fa-viacoin:before {
  content: "\f237";
}
.DNNModuleContent .fa-train:before {
  content: "\f238";
}
.DNNModuleContent .fa-subway:before {
  content: "\f239";
}
.DNNModuleContent .fa-medium:before {
  content: "\f23a";
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.jp-audio, div.jp-audio-stream, div.jp-video
{
    /* Edit the font-size to counteract inherited font sizing. 	 * Eg. 1.25em = 1 / 0.8em 	 */
    font-size: 1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666;
    background-color: #eee;
}
div.jp-audio-stream
{
    width: 182px;
}
div.jp-video-full40
{
    /* Rules for IE6 (full-screen) */
    width: 480px;
    height: 270px; /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
    position: static !important;
    position: relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div
{
    z-index: 1000;
}
div.jp-video-full div.jp-jplayer
{
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
}

div.jp-video-full div.jp-gui
{
    position: fixed !important;
    position: static; /* Rules for IE6 (full-screen) */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface
{
    position: absolute !important;
    position: relative; /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
}

.jp-type-single
{
    overflow: hidden;
    position: relative;
}

.jp-gui div.jp-interface
{
    background: none repeat scroll 0 0 #2b2b2b;
    bottom: -77px;
    color: #646464;
    display: block;
    height: 67px;
    left: 0;
    padding: 0 0 10px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in 0s;
    width: 100%;
    z-index: 101;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jp-toggles
{
    float: right;
    margin-right: 10px !important;
}

div.jp-audio div.jp-type-single div.jp-interface {
    height: 80px;
    background: none repeat scroll 0 0 #2b2b2b;
    bottom: -80px;
    color: #646464;
    display: block;
    height: 67px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in 0s;
    width: 100%;
    z-index: 101;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jp-type-single:hover .jp-interface,
div.jp-audio .jp-type-single:hover .jp-interface {
    bottom: 0;
}

.jp-play
{
    float: left;
}

/*.jp-progress.jp-progress-separate
{
    margin-bottom: -3px !important;
    margin-left: -378px !important;
    margin-top: -2px !important;
}*/

.jp-volume-bar.jp-volume-bar-separate
{
    float: left !important;
    margin-left: -73px;
    margin-top: 18px !important;
}
div.jp-audio div.jp-type-single div.jp-interface, div.separate
{
    height: 80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface
{
    height: 80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface
{
    height: 80px;
}

/* @group CONTROLS */

div.jp-controls-holder
{
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.jp-audio ul.jp-controls
{
    margin-top: 35px;
}

/*div.jp-audio ul.jp-controls
{
    padding-left: 45px;
    padding-top: 10px;
    width: 380px;
}*/

div.jp-audio-stream ul.jp-controls
{
    width: 142px;
    padding: 20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls
{
    width: 78px;
}

div.jp-video div.jp-type-playlist ul.jp-controls
{
    width: 134px;
    margin-left: 172px;
}
div.jp-video ul.jp-controls, div.jp-interface ul.jp-controls li
{
    display: inline;
    float: left;
}

div.jp-interface ul.jp-controls a
{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
a.jp-play, a.jp-pause
{
    width: 40px;
    height: 40px;
}

a.jp-play
{
    background: url("images/jplayer.blue.monday.png") 0 0 no-repeat;
}
a.jp-play:hover
{
    /*background: url("images/jplayer.blue.monday.png") -41px 0 no-repeat;*/
    opacity: 0.9;
}
a.jp-pause
{
    background: url("images/jplayer.blue.monday.png") 0 -42px no-repeat;
    display: none;
}
/*a.jp-pause:hover
{
    background: url("images/jplayer.blue.monday.png") -41px -42px no-repeat;
}*/

a.jp-stop, a.jp-previous, a.jp-next
{
    width: 28px;
    height: 28px;
    margin-top: 6px;
}

a.jp-stop
{
    background: url("images/jplayer.blue.monday.png") 0 -83px no-repeat;
    margin-left: -5px;
}

/*a.jp-stop:hover
{
    background: url("images/jplayer.blue.monday.png") -29px -83px no-repeat;
}*/

a.jp-previous
{
    background: url("images/jplayer.blue.monday.png") 0 -112px no-repeat;
}
/*a.jp-previous:hover
{
    background: url("images/jplayer.blue.monday.png") -29px -112px no-repeat;
}*/

a.jp-next
{
    background: url("images/jplayer.blue.monday.png") 0 -141px no-repeat;
}
/*a.jp-next:hover
{
    background: url("images/jplayer.blue.monday.png") -29px -141px no-repeat;
}*/

/* @end */

/* @group progress bar */

div.jp-progress
{
    overflow: hidden;
    background-color: #ddd;
}
/*div.jp-audio div.jp-progress
{
    height: 6px;
    top: 37px;
}*/
/*div.jp-audio div.jp-type-single div.jp-progress
{
    display: inline-block;
    margin-bottom: 22px;
    margin-left: 13px;
    margin-top: -14px;
    height: 6px;
    width: 186px;
}*/
div.jp-audio div.jp-type-single div.jp-progress
{
    height: 6px;
    top: 0; 
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
div.jp-audio div.jp-type-playlist div.jp-progress
{
    left: 166px;
    width: 130px;
}
div.jp-video div.jp-progress,
div.jp-video div.jp-progress
{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 6px;
}
div.jp-seek-bar
{
    background: none repeat scroll 0 0 #323232;
    width: 0px;
    height: 100%;
    cursor: pointer;
}
div.jp-play-bar
{
    background: url("images/jplayer.blue.monday.png") 0 -250px repeat-x;
    width: 0px;
    height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg
{
    background: url("images/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute, a.jp-unmute, a.jp-volume-max
{
    width: 18px;
    height: 15px;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute
{
    margin-left: 8px;
    margin-top: 12px;
}
div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute
{
    margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute, div.jp-audio-stream div.jp-type-single a.jp-unmute
{
    margin-left: 10px;
}

div.jp-audio a.jp-volume-max, div.jp-audio-stream a.jp-volume-max
{
    margin-left: 56px;
    margin-top: 14px;
}

div.jp-video a.jp-mute, div.jp-video a.jp-unmute, div.jp-video a.jp-volume-max
{
    position: absolute;
    top: 12px;
    margin-top: 0;
}

div.jp-video a.jp-mute, div.jp-video a.jp-unmute
{
    left: 72px;
}

div.jp-video a.jp-volume-max
{
    left: 150px;
}

a.jp-mute
{
    background: url("images/jplayer.blue.monday.png") 0 -170px no-repeat;
}
/*a.jp-mute:hover
{
    background: url("images/jplayer.blue.monday.png") -19px -170px no-repeat;
}*/
a.jp-unmute
{
    background: url("images/jplayer.blue.monday.png") -60px -170px no-repeat;
    display: none;
}
/*a.jp-unmute:hover
{
    background: url("images/jplayer.blue.monday.png") -79px -170px no-repeat;
}*/
a.jp-volume-max
{
    background: url("images/jplayer.blue.monday.png") 0 -186px no-repeat;
}
/*a.jp-volume-max:hover
{
    background: url("images/jplayer.blue.monday.png") -19px -186px no-repeat;
}*/

div.jp-volume-bar
{
    overflow: hidden;
    background: url("images/jplayer.blue.monday.png") 0 -251px repeat-x;
    width: 46px;
    height: 5px;
    cursor: pointer;
}
div.jp-audio div.jp-volume-bar
{
    float: right;
    margin-right: 101px;
    margin-top: -10px;
}
div.jp-audio-stream div.jp-volume-bar
{
    margin-left: 330px;
}
div.jp-video div.jp-volume-bar
{
    top: 17px;
    left: 92px;
    position: absolute;
}
div.jp-volume-bar-value
{
    background: url("images/jplayer.blue.monday.png") 0 -256px repeat-x;
    width: 0px;
    height: 5px;
}

/* @end */

/* @group current time and duration */

/*div.jp-audio div.jp-time-holder
{
    top: 50px;
}*/
/*div.jp-audio div.jp-type-single div.jp-time-holder
{
    margin-left: 117px;
    margin-top: -19px;
    width: 186px;
}*/
div.jp-audio div.jp-type-single div.jp-time-holder
{
    position: absolute;
    width: 100%;
    top: 0;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder
{
    left: 166px;
    width: 130px;
}

div.jp-current-time, div.jp-duration
{
    width: 60px;
    font-size: 1em;
    font-style: oblique;
}
div.jp-current-time
{
    float: left;
    display: inline;
}
div.jp-duration
{
    float: right;
    display: inline;
    text-align: right;
}

div.jp-video div.jp-current-time {
    margin: 0 0 8px 12px;
}

div.jp-audio div.jp-current-time {
    margin: 10px 0 0 10px;
}

div.jp-video div.jp-duration {
    margin: 0 10px 8px 0;
}

div.jp-audio div.jp-duration {
    margin: 10px 10px 0 0;
}

/* @end */

/* @group playlist */

div.jp-title
{
    font-weight: bold;
    text-align: center;
}

div.jp-title, div.jp-playlist
{
    width: 100%;
    background-color: #ccc;
    border-top: 1px solid #009be3;
}
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist
{
    border-top: none;
}
div.jp-title ul, div.jp-playlist ul
{
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: .72em;
}

div.jp-title li
{
    padding: 5px 0;
    font-weight: bold;
}
div.jp-playlist li
{
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #eee;
}

div.jp-playlist li div
{
    display: inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child
{
    padding: 5px 0 5px 20px;
    border-bottom: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current
{
    list-style-type: square;
    list-style-position: inside;
    padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a
{
    color: #333;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover
{
    color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current
{
    color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove
{
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover
{
    color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media
{
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a
{
    color: #666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover
{
    color: #0d88c1;
}
span.jp-artist
{
    font-size: .8em;
    color: #666;
}

/* @end */

div.jp-video-play
{
    width: 100%;
    overflow: hidden; /* Important for nested negative margins to work in modern browsers */
    cursor: pointer;
    background-color: rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

/* Fixed: Centering play icon */
/*div.jp-video-270p div.jp-video-play
{
    margin-top: -270px;
    height: 270px;
}
div.jp-video-360p div.jp-video-play
{
    margin-top: -360px;
    height: 360px;
}*/
div.jp-video-full div.jp-video-play
{
    height: 100%;
}
a.jp-video-play-icon
{
    position: relative;
    display: block;
    width: 116px;
    height: 116px;
    margin-left: -56px;
    margin-top: -50px;
    left: 50%;
    top: 50%;
    background: url("images/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
    text-indent: -9999px;
    background-size: 100px 100px;
}
div.jp-video-play:hover a.jp-video-play-icon
{
    background: url("images/jplayer.blue.monday.video.play.png") 0 0px no-repeat;
    background-size: 100px 100px;
}

div.jp-jplayer audio, div.jp-jplayer
{
    width: 0px;
    height: 0px;
}

div.jp-jplayer
{
    background-color: #000000;
}


/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles
{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
    width: 25px;
    right: 0;
    position: absolute;
    top: 50px;
}

div.jp-audio .jp-type-playlist ul.jp-toggles
{
    width: 55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px;
}

div.jp-video ul.jp-toggles
{
    margin-top: 10px;
    width: 100px;
}

ul.jp-toggles li
{
    display: block;
    float: right;
}

ul.jp-toggles li a
{
    display: block;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    line-height: 100%; /* need this for IE6 */
}

a.jp-full-screen
{
    background: url("images/jplayer.blue.monday.png") 0 -310px no-repeat;
    margin-left: 20px;
}

/*a.jp-full-screen:hover
{
    background: url("images/jplayer.blue.monday.png") -30px -310px no-repeat;
}*/

a.jp-restore-screen
{
    background: url("images/jplayer.blue.monday.png") -60px -310px no-repeat;
    margin-left: 20px;
}

/*a.jp-restore-screen:hover
{
    background: url("images/jplayer.blue.monday.png") -90px -310px no-repeat;
}*/

a.jp-repeat
{
    background: url("images/jplayer.blue.monday.png") 0 -290px no-repeat;
}

/*a.jp-repeat:hover
{
    background: url("images/jplayer.blue.monday.png") -30px -290px no-repeat;
}*/

a.jp-repeat-off
{
    background: url("images/jplayer.blue.monday.png") -60px -290px no-repeat;
}

/*a.jp-repeat-off:hover
{
    background: url("images/jplayer.blue.monday.png") -90px -290px no-repeat;
}*/

a.jp-shuffle
{
    background: url("images/jplayer.blue.monday.png") 0 -270px no-repeat;
    margin-left: 5px;
}

/*a.jp-shuffle:hover
{
    background: url("images/jplayer.blue.monday.png") -30px -270px no-repeat;
}*/

a.jp-shuffle-off
{
    background: url("images/jplayer.blue.monday.png") -60px -270px no-repeat;
    margin-left: 5px;
}

/*a.jp-shuffle-off:hover
{
    background: url("images/jplayer.blue.monday.png") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution
{
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none;
}

.jp-no-solution a
{
    color: #000;
}

.jp-no-solution span
{
    font-size: 1em;
    display: block;
    text-align: center;
    font-weight: bold;
}



/* @end */


/* Lightbox */

.jquery-lightbox-move *
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-lightbox-overlay
{
    background: #000000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jquery-lightbox
{
    position: relative;
    padding: 17px 0;
}

.jquery-lightbox-border-top-left, .jquery-lightbox-border-top-right, .jquery-lightbox-border-bottom-left, .jquery-lightbox-border-bottom-right
{
    position: absolute;
    height: 18px;
    width: 12%;
    z-index: 7000;
}

.jquery-lightbox-border-top-left
{
    background: url(images/jquery-lightbox-theme.png) no-repeat 0 0;
    top: 0;
    left: 0;
}

.jquery-lightbox-border-top-right
{
    background: url(images/jquery-lightbox-theme.png) no-repeat right 0;
    top: 0;
    right: 0;
}

.jquery-lightbox-border-top-middle
{
    background: #2b2b2b;
    position: absolute;
    height: 7px;
    width: 78%;
    top: 0;
    left: 12%;
    z-index: 7000;
    overflow: hidden;
}

.jquery-lightbox-border-bottom-left
{
    background: url(images/jquery-lightbox-theme.png) no-repeat 0 bottom;
    bottom: 19px;
    left: 0;
}

.jquery-lightbox-border-bottom-right
{
    background: url(images/jquery-lightbox-theme.png) no-repeat right bottom;
    bottom: 19px;
    right: 0;
}

.jquery-lightbox-border-bottom-middle
{
    background: #2b2b2b;
    height: 7px;
    width: 78%;
    position: absolute;
    bottom: 19px;
    left: 12%;
    z-index: 7000;
    overflow: hidden;
}
.mlightbox
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 4px solid #CCC;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.jquery-lightbox-title, 
.jquery-lightbox-caption {
    background: #2b2b2b;
    color: #FFFFFF;
    font-family: inherit;
    opacity: 0;
    padding: 10px 10px 20px;
    z-index: 9999;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.jquery-lightbox-title {
	position: absolute;
	left: -7px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding-bottom: 10px;
    text-align: center;
    height: 39px;
    overflow: hidden;
    top: -40px;
}

.jquery-lightbox-caption {
    position: absolute;
    bottom: -90px;
    left: -7px;
    height: 90px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.jquery-lightbox-caption .lc-social {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}

.jquery-lightbox-caption .lc-social > div {
    display: block;
    margin-bottom: 3px;
}

.jquery-lightbox-caption .lc-social .rating > div {
    display: inline-block;
}

.jquery-lightbox-caption .lc-caption {
    height: 18px;
    margin: 0 200px 5px 0;
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
}

.jquery-lightbox-caption {
    color: #999999;
}

.jquery-lightbox-caption .lc-caption span {
    color: #CCCCCC;
}

.jquery-lightbox-title a,
.jquery-lightbox-title a:hover, 
.jquery-lightbox-title a:visited, 
.jquery-lightbox-title a:active,
.jquery-lightbox-caption a, 
.jquery-lightbox-caption a:hover, 
.jquery-lightbox-caption a:visited, 
.jquery-lightbox-caption a:active {   
    font-size: 13px;
    letter-spacing: normal;
    line-height: normal;

}

.jquery-lightbox-title a,
.jquery-lightbox-title a:hover,
.jquery-lightbox-title a:visited:hover, 
.jquery-lightbox-title a:visited, 
.jquery-lightbox-title a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.jquery-lightbox-caption a, 
.jquery-lightbox-caption a:hover, 
.jquery-lightbox-caption a:visited:hover,
.jquery-lightbox-caption a:visited, 
.jquery-lightbox-caption a:active {
    color: #999999;
}

.jquery-lightbox-caption a:hover {
    text-decoration: underline;
}

.jquery-lightbox-html
{
    z-index: 7000;
    position: relative;
    border: 0;
    border-left: 7px solid #2b2b2b;
    border-right: 7px solid #2b2b2b;
    padding: 0;
    vertical-align: top;
    -webkit-overflow-scrolling: touch;
    top: -10px;
}

.lc-loading {
    text-align: center;
}

.jquery-lightbox-html .lc-loading {
    left: 50%;
    margin-left: -110px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 210px;
    height: 60px;
}

.jquery-lightbox-html .lc-loading img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.jquery-lightbox-html embed, 
.jquery-lightbox-html object, 
.jquery-lightbox-html iframe 
{
    vertical-align: top;
    display: block;
}

.jquery-lightbox-background
{
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 6999;
    float: left;
    padding: 0;
}

.jquery-lightbox-background img
{
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    max-width: 100%;
}


.jquery-lightbox-mode-image .jquery-lightbox-html
{
    z-index: 6998;
    padding: 0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background
{
    background: #FFFFFF;
}

.jquery-lightbox-mode-html .jquery-lightbox-content {
    overflow: auto;
    height: 100%;
    padding: 10px 10px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.jquery-lightbox-loading, .jquery-lightbox-mode-html .jquery-lightbox-loading
{
    background: #FFFFFF url(images/loading.gif) no-repeat center center;
}

.jquery-lightbox-button-close
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -190px -115px;
    position: absolute;
    top: -27px;
    width: 29px;
    height: 29px;
    right: 7px;
    z-index: 7002;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

.jquery-lightbox-button-close:hover
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -220px -115px;
}

.jquery-lightbox:hover .jquery-lightbox-buttons, .jquery-lightbox:hover .jquery-lightbox-button-close, .jquery-lightbox:hover .jquery-lightbox-caption, .jquery-lightbox:hover .jquery-lightbox-title
{
    opacity: 1;
}

.jquery-lightbox-button-close span, .jquery-lightbox-buttons span
{
    display: none;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close
{
    z-index: 7002;
}

.jquery-lightbox-buttons
{
    position: absolute;
    top: -39px;
    left: -5px;
    z-index: 7001;
    height: 39px;
    display: none;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init, .jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
    width: 5px;
    height: 39px;
    float: left;
    display: inline;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -151px -146px;
    margin: 7px 0 0 7px;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -244px -146px;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -156px -146px;
    width: 24px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left:hover
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -156px -187px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-slideshow-on
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -220px -269px;
    width: 24px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
}


.jquery-lightbox-buttons .jquery-lightbox-button-slideshow-off
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -153px -269px;
    width: 24px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
}


.jquery-lightbox-buttons .jquery-lightbox-button-right
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -220px -146px;
    width: 24px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right:hover
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -220px -187px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-max
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -182px -146px;
    width: 36px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -182px -187px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-min
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -162px -228px;
    width: 36px;
    height: 39px;
    float: left;
    display: inline;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover
{
    background: url(images/jquery-lightbox-theme.png) no-repeat -207px -228px;
}


.jquery-lightbox-buttons-custom
{
    height: 39px;
    float: left;
    display: inline;
    background: #2b2b2b;
    line-height: 39px;
    font-size: 10px;
    margin: 7px 0 0 0;
}

.jquery-lightbox-buttons-custom a
{
    color: #FFFFFF;
    font-size: 10px;
    display: inline;
    font-weight: normal;
    text-decoration: underline;
    padding: 0 3px;
}

.jquery-lightbox-navigator
{
    display: none;
}

.jquery-lightbox-hide
{
    display: none;
}

/* Retina: */ 
/* 
@media screen and (max-device-width: 640px), screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-device-width: 768px) and (max--moz-device-pixel-ratio: 2)
{
    .jquery-lightbox-button-close, .jquery-lightbox-button-close:hover, .jquery-lightbox-border-top-left, .jquery-lightbox-border-top-right, .jquery-lightbox-border-bottom-left, .jquery-lightbox-border-bottom-right, .jquery-lightbox-buttons .jquery-lightbox-buttons-init, .jquery-lightbox-buttons .jquery-lightbox-buttons-end, .jquery-lightbox-buttons .jquery-lightbox-button-left, .jquery-lightbox-buttons .jquery-lightbox-button-left:hover, .jquery-lightbox-buttons .jquery-lightbox-button-right, .jquery-lightbox-buttons .jquery-lightbox-button-right:hover, .jquery-lightbox-buttons .jquery-lightbox-button-max, .jquery-lightbox-buttons .jquery-lightbox-button-max:hover, .jquery-lightbox-buttons .jquery-lightbox-button-min, .jquery-lightbox-buttons .jquery-lightbox-button-min:hover
    {
        background-image: url(images/jquery-lightbox-theme-mobile.png);
        background-size: 834px auto;
    }

    .jquery-lightbox-button-close
    {
        background-position: -380px -230px;
        width: 58px;
        height: 58px;
        right: -52px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none;
    }

    .jquery-lightbox-button-close:hover
    {
        background-position: -440px -230px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-buttons-init, .jquery-lightbox-buttons .jquery-lightbox-buttons-end
    {
        width: 10px;
        height: 78px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-buttons-init
    {
        background-position: -302px -306px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-buttons-end
    {
        background-position: -488px -306px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-left
    {
        background-position: -312px -306px;
        width: 48px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-left:hover
    {
        background-position: -312px -388px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-right
    {
        background-position: -440px -306px;
        width: 48px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-right:hover
    {
        background-position: -440px -388px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-max
    {
        background-position: -364px -306px;
        width: 72px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-max:hover
    {
        background-position: -364px -388px;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-min
    {
        background-position: -324px -470px;
        width: 72px;
        height: 78px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none;
    }

    .jquery-lightbox-buttons .jquery-lightbox-button-min:hover
    {
        background-position: -414px -470px;
    }
}
*/

.modal-true .jquery-lightbox-button-left, .modal-true .jquery-lightbox-button-max, .modal-true .jquery-lightbox-button-slideshow-off, .modal-true .jquery-lightbox-button-right, .jquery-lightbox-button-close.modal-true
{
    display: none !important;
}

.video-wrapper {
    margin:0 auto;
}

