@charset "utf-8";/*!
 *  Font Awesome 4.1.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(/templates/favourite/icons/font/FontAwesome/fontawesome-webfont.eot);
  src: url(/templates/favourite/icons/font/FontAwesome/fontawesome-webfont.eot) format('embedded-opentype'), url(/templates/favourite/icons/font/FontAwesome/fontawesome-webfont.woff) format('woff'), url(/templates/favourite/icons/font/FontAwesome/fontawesome-webfont.ttf) format('truetype'), url(/templates/favourite/icons/font/FontAwesome/fontawesome-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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-square:before,
.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-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-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";
}
/*

Theme Name: Favourite
Theme URL: http://demo.favthemes.com/favourite/
Description: Responsive and Customizable Joomla! Framework
Author: FavThemes
Author URI: http://www.favthemes.com
Bootstrap Authors: @mdo and @fat
Theme Version: 3.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html

*/

/*  Table of Content
================================================================================

1. CATEGORIES
2. ITEMS
3. TAGS
4. USER PAGE
5. LATEST ITEMS
6. K2 MODULES
7. K2 ITEM EDIT
8. K2 Joomla! Overrides

================================================================================ */



/* 1. CATEGORIES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* K2 Container
---------------------------------------------------------------------------- */

#k2Container {
  padding: 0;
}
#k2Container a {
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#k2Container a.modal {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: auto;
	margin-left: 0;
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

/* K2 Lists
---------------------------------------------------------------------------- */

#k2Container div.itemBody ul,
#k2Container div.tagItemBody ul,
#k2Container div.catItemBody ul,
#k2Container div.userItemBody ul,
#k2Container div.latestItemBody ul {
  list-style-type: none;
  margin-left: 0;
}
#k2Container div.itemBody ul li,
#k2Container div.tagItemBody ul li,
#k2Container div.catItemBody ul li,
#k2Container div.userItemBody ul li,
#k2Container div.latestItemBody ul li {
  line-height: 1.5em;
}
#k2Container div.itemBody ul li li,
#k2Container div.itemBody ul li li li,
#k2Container div.itemBody ul li li li li,
#k2Container div.tagItemBody ul li li,
#k2Container div.tagItemBody ul li li li,
#k2Container div.tagItemBody ul li li li li,
#k2Container div.catItemBody ul li li,
#k2Container div.catItemBody ul li li li,
#k2Container div.catItemBody ul li li li li,
#k2Container div.userItemBody ul li li,
#k2Container div.userItemBody ul li li li,
#k2Container div.userItemBody ul li li li li,
#k2Container div.latestItemBody ul li li,
#k2Container div.latestItemBody ul li li li,
#k2Container div.latestItemBody ul li li li li {
  padding-left: 1.4em;
}
#k2Container div.itemBody ul li:before,
#k2Container div.tagItemBody ul li:before,
#k2Container div.catItemBody ul li:before,
#k2Container div.userItemBody ul li:before,
#k2Container div.latestItemBody ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}
div.latestItemTagsBlock {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.latestItemTagsBlock:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f02b";
}
div.latestItemTagsBlock span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Category Columns
---------------------------------------------------------------------------- */

div.catItemView p {
	text-align: justify;
}
.catItemView {
	margin: 0 2.7624309392265194% 2em 0;
	padding: 0 0 2em 0;
	overflow: hidden;
}
itemContainerLast .catItemView {
	margin-left: 0;
  *margin-left: 0;
}

/* Mobile */
@media (max-width: 767px) {

	.itemContainer {
		width: 100%!important;
	}
	.itemContainer.itemContainerLast {
		margin-left: 0!important;
	}

}

/* Feed Icon
---------------------------------------------------------------------------- */

div.k2FeedIcon {
	padding: 0;
}

/* Category Block
---------------------------------------------------------------------------- */

div.itemListCategory {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
div.itemListCategory img {
	display: none !important;
}

/* Category Title
---------------------------------------------------------------------------- */

div.itemListCategory h2:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
  padding-right: 0.5em;
  color: #0099FF;
  content: "\f07c";
}

/* Category Item Header
---------------------------------------------------------------------------- */

div.catItemHeader {
	padding-bottom: 0;
	margin: 14px 0 7px;
}

/* Category Item Title
---------------------------------------------------------------------------- */

div.catItemHeader h3.catItemTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.catItemHeader h3.catItemTitle a {
	color: #333;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.catItemHeader h3.catItemTitle a:hover {
	color: #0099FF;
}
div.catItemHeader h3.catItemTitle span {
	padding: 0;
}

/* Category Item Featured
---------------------------------------------------------------------------- */

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
	background: none;
}
div.itemIsFeatured h2:before,
div.catItemIsFeatured h3:before,
div.userItemIsFeatured h3:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
  content: "\f005";
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	font-size: 16px;
	line-height: 21px;
	color: #0099FF;
	background-color: #fff;
	padding: 0.3em 0.4em 0.2em;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.catItemHeader h3.catItemTitle span sup {
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
}

/* Category Item Author
---------------------------------------------------------------------------- */

div.catItemHeader span.catItemAuthor {
	padding: 2px 0 0;
}

/* Category Item Ratings Block
---------------------------------------------------------------------------- */

div.catItemRatingBlock {
	padding: 8px 0 0;
}

/* Category Item Links
---------------------------------------------------------------------------- */

div.catItemLinks {
	margin: 0 0 12px 0;
}
div#itemListLinks {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
div#itemListLinks div.catItemView {
	border: none;
	padding: 0;
	margin: 0;
}
div#itemListLinks div.catItemView h3 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0;
}
div#itemListLinks div.catItemView h3 a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
	color: #333;
}

/* Category Item Intro Text
---------------------------------------------------------------------------- */

div.catItemIntroText {
	padding: 0;
}

/* Category Item Hits
---------------------------------------------------------------------------- */

div.catItemHitsBlock {
	display: block;
	padding: 0;
	border-bottom: none;
}
div.catItemHitsBlock:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f06e";
}
span.catItemHits {
	font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* Category Item Category Name
---------------------------------------------------------------------------- */

div.catItemCategory {
	display: block;
	padding: 0;
	border-bottom: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.catItemCategory:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f046";
}
div.catItemCategory span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Category Tags
---------------------------------------------------------------------------- */

div.catItemTagsBlock {
	display: block;
	padding: 0;
	border-bottom: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.catItemTagsBlock:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 18px;
	margin-right: 0.5em;
	content: "\f02b";
}
div.catItemTagsBlock span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Category Comments Anchor Link
---------------------------------------------------------------------------- */

div.catItemCommentsLink {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2em;
	border-right: none;
}

/* Category Read More
---------------------------------------------------------------------------- */

div.catItemReadMore {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	margin-right: 10px;
	margin-top: 14px;
  margin-bottom: 1.5em;
  padding: 10px 16px 6px;
  font-size: 14px;
	line-height: 21px;
	*line-height: 21px;
  border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  	box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.catItemReadMore a {
	color: #333;
}
div.catItemReadMore:hover {
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.catItemReadMore:active {
  box-shadow:none;
}
div.catItemReadMore a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 0.5em;
	content: "\f054";
}

/* Category Item Date Modified
---------------------------------------------------------------------------- */

span.catItemDateModified {
	display: block;
	float:left;
	padding: 0;
	margin: 5px 0 0;
	font-style: italic;
	color: #999;
	border-top: none;
}

/* K2 PAGINATION
---------------------------------------------------------------------------------- */

div.k2Pagination {
  display: block;
}
div.k2Pagination ul {
  list-style-type: none;
  line-height: 2.4em;
  padding-left: 0;
}
div.k2Pagination ul li a {
  color: #444;
  margin-right: 1em;
  padding: 8px 12px 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.k2Pagination ul li a:hover,
div.k2Pagination ul li a:focus {
  background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.k2Pagination ul li.active a {
	color: #0099ff;
}
div.k2Pagination li.disabled a,
div.k2Pagination ul li.active a {
	box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
}
div.k2Pagination li.disabled a:hover,
div.k2Pagination ul li.active a:hover {
	box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
}
div.k2Pagination li.disabled i {
	padding-right: 0;
}

/* Mobile */
@media (max-width: 979px) {

  div.k2Pagination ul li a {
    padding: 4px 8px 2px;
  }

}


/* 2. ITEMS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Item View
---------------------------------------------------------------------------- */

div.itemView {
	padding: 0;
	border: none;
	margin: 0 0 20px 0;
	overflow: hidden;
}

/* Item Header
---------------------------------------------------------------------------- */

div.itemHeader {
	padding-bottom: 0;
	margin: 14px 0 7px;
}

/* Item Title
---------------------------------------------------------------------------- */

div.itemHeader h2.itemTitle {
	font-family: 'Open Sans', sans-serif;
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.itemHeader h2.itemTitle span {
	padding: 0;
}
div.itemHeader h2.itemTitle span sup {
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
}

/* Item Toolbar
---------------------------------------------------------------------------- */

div.itemToolbar ul li span.itemTextResizerTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}
div.itemToolbar {
	margin-top: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
}
div.itemToolbar ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
div.itemToolbar ul li:first-child {
	padding-left: 0;
}
div.itemToolbar ul li a {
	font-size: 14px;
}
div.itemToolbar ul li a.itemCommentsLink {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
}
div.itemToolbar ul li a.itemPrintLink span,
div.itemToolbar ul li a.itemEmailLink span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}
div.itemToolbar ul li a.itemPrintLink span:hover,
div.itemToolbar ul li a.itemEmailLink span:hover {
	color: #333;
}
div.itemToolbar ul li a.itemEmailLink span:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	margin-right: 0.5em;
	content: "\f0e0";
}
div.itemToolbar ul li a.itemPrintLink span:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	margin-right: 0.5em;
	content: "\f02f";
}
div.itemRatingBlock {
	padding: 8px 0 0;
}

div.itemRatingBlock span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}
div.itemRatingLog {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

/* Item Footer
---------------------------------------------------------------------------- */

div.itemContentFooter {
	border: none;
}
span.itemHits {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
span.itemHits:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f06e";
}
span.itemDateModified {
	font-style: italic;
	color: #999;
}

/* Item Category Name
---------------------------------------------------------------------------- */

div.itemCategory {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.itemCategory:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f046";
}
div.itemCategory span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Item Tags
---------------------------------------------------------------------------- */

div.itemTagsBlock {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.itemTagsBlock:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 18px;
	margin-right: 0.5em;
	content: "\f02b";
}
div.itemTagsBlock span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Item Author
---------------------------------------------------------------------------- */

h3.itemAuthorName {
	line-height: 28px;
	margin-bottom: 18px;

}
div.itemAuthorBlock div.itemAuthorDetails {
	padding: 0;
}
div.itemAuthorBlock {
	background-color: transparent;
	border: none;
	margin: 26px 0 0;
	padding: 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
	margin-right: 20px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
	display: block;
	color: #333;
	border-right: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
	padding-left: 0.3em;
}

/* Item Author Latest
---------------------------------------------------------------------------- */

div.itemAuthorLatest {
	margin-top: 20px;
}
div.itemAuthorLatest h3 {
	margin-top: 25px;
}
div.itemAuthorLatest ul {
	list-style-type: none;
	margin-left: 0;
	padding-top: 2px;
	padding-left: 0;
}
div.itemAuthorLatest ul li {
	line-height: 1.5em;
}
div.itemAuthorLatest ul li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
	color: #333;
}

/* Item Related Items
---------------------------------------------------------------------------- */

div.itemRelated h3 {
	margin-top: 32px;
}
div.itemRelated ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
div.itemRelated ul li {
	line-height: 2em;
}
div.itemRelated ul li a.itemRelTitle:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
	color: #333;
}
div.itemRelCat {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
div.itemRelAuthor {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* Item Navigation
---------------------------------------------------------------------------- */

div.itemNavigation {
	background-color: transparent;
	border: none;
	margin: 28px 0;
	padding: 0;
}
span.itemNavigationTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -1px;
	color: #333!important;
}
div.itemNavigation span.itemNavigationTitle,
div.itemNavigation a.itemNext,
div.itemNavigation a.itemPrevious {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

/* Item Comments
---------------------------------------------------------------------------- */

div.itemComments {
	background-color: transparent;
	border: none;
	padding: 0;
}
div.itemCommentsForm h3 {
	margin-bottom: 10px;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border: none;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
div.itemCommentsForm form {
	margin-top: 20px;
}
div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;

}
div.itemCommentsForm form input.inputbox,
div.itemCommentsForm form textarea.inputbox {
	font-size: 13px;
	color: #333;
}
div.itemCommentsForm form input#submitCommentButton {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	margin: 30px 10px 10px 0;
  padding: 9px 16px 7px;
  border: 1px solid #ddd;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}
/* IE */
.lt-ie9 div.itemCommentsForm form input#submitCommentButton {
  padding: 9px 16px 5px;
  margin-right: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.itemCommentsForm form input#submitCommentButton:active {
  box-shadow:none;
}
div.itemCommentsForm form span#formLog {
  display: block;
  margin: 21px 0 0;
  padding: 14px 0 0;
}

/* Item Comments Pagination
---------------------------------------------------------------------------- */

div.itemCommentsPagination {
  margin: 28px 0 21px;
}
div.itemCommentsPagination ul.pagination-list {
  list-style-type: none;
  line-height: 2.4em;
  margin-left: 0;
}
div.itemCommentsPagination ul.pagination-list li {
  float: left;
}
div.itemCommentsPagination ul.pagination-list li a {
  color: #444;
  margin-right: 1em;
  padding: 8px 12px 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.itemCommentsPagination ul.pagination-list li a:hover {
  background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.itemCommentsPagination ul.pagination-list [class^="icon-"],
div.itemCommentsPagination ul.pagination-list [class*=" icon-"] {
  font-size: 18px;
  padding-right: 0;
}
div.itemCommentsPagination ul.pagination-list > .disabled > a:hover,
div.itemCommentsPagination ul.pagination-list > .active > a:hover {
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
}
div.itemCommentsPagination ul.pagination-list li a:before {
  content: none!important;
}
div.itemCommentsPagination ul.pagination-list p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 9px;
}


/* 3. TAGS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Tag Item View
---------------------------------------------------------------------------- */

div.tagItemView {
	padding: 0 0 1em 0;
	margin: 0 0 3em 0;
	border-bottom: none;
	overflow: hidden;
}

/* Tag Header
---------------------------------------------------------------------------- */

div.tagItemHeader {
	padding-bottom: 0;
	margin: 14px 0;
}

/* Tag Item Title
---------------------------------------------------------------------------- */

div.tagItemHeader h2.tagItemTitle {
	font-family: 'Open Sans', sans-serif;
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}

/* Tag Item Category
---------------------------------------------------------------------------- */

div.tagItemCategory {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.tagItemCategory:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f046";
}
div.tagItemCategory span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Tag Read More
---------------------------------------------------------------------------- */

div.tagItemReadMore {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	margin-right: 10px;
	margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 10px 16px 6px;
  font-size: 14px;
	line-height: 21px;
	*line-height: 21px;
  border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  	box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.tagItemReadMore a {
	color: #333;
}
div.tagItemReadMore:hover {
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.tagItemReadMore:active {
  box-shadow:none;
}
div.tagItemReadMore a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 0.5em;
	content: "\f054";
}

/* Tag Item Intro Text
---------------------------------------------------------------------------- */

div.tagItemIntroText {
	padding: 0;
}


/* 4. USER PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* User Block
---------------------------------------------------------------------------- */

div.userBlock {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
div.userBlock img {
	margin-right: 20px;
}
div.userBlock h2 {
	font-size: 24.5px;
}
div.userBlock div.userDescription {
	padding: 0;
}
span.userURL,
span.userEmail {
	display: block;
	color: #333;
	border-right: none;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}
span.userURL a,
span.userEmail a {
	padding-left: 0.3em;
	font-weight: normal;
}
div.userBlock div.userAdditionalInfo {
	padding: 0;
	margin: 0;
}

/* User Item View
---------------------------------------------------------------------------- */

div.userItemView {
	padding: 0 0 1em 0;
	margin: 0 0 3em 0;
	border-bottom: none;
	overflow: hidden;
}

/* User Header
---------------------------------------------------------------------------- */

div.userItemHeader {
	padding-bottom: 0;
	margin: 14px 0;
}

/* User Item Title
---------------------------------------------------------------------------- */

div.userItemHeader h3.userItemTitle {
	font-family: 'Open Sans', sans-serif;
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}

/* User Item Category
---------------------------------------------------------------------------- */

div.userItemCategory {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.userItemCategory:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f046";
}
div.userItemCategory span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* User Read More
---------------------------------------------------------------------------- */

div.userItemReadMore {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	margin-right: 10px;
	margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 10px 16px 6px;
  font-size: 14px;
	line-height: 21px;
	*line-height: 21px;
  border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.userItemReadMore a {
	color: #333;
}
div.userItemReadMore:hover {
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.userItemReadMore:active {
  box-shadow:none;
}
div.userItemReadMore a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 0.5em;
	content: "\f054";
}

/* User Item Intro Text
---------------------------------------------------------------------------- */

div.userItemIntroText {
	padding: 0;
}

/* User Tags
---------------------------------------------------------------------------- */

div.userItemTagsBlock {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.userItemTagsBlock:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f02b";
}
div.userItemTagsBlock span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* User Comments Anchor Link
---------------------------------------------------------------------------- */

div.userItemCommentsLink {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2em;
	border-right: none;
}


/* 5. LATEST ITEMS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Latest Items Block
---------------------------------------------------------------------------- */

div.latestItemsCategory {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
div.latestItemsCategory img {
	display: none !important;
}
div.latestItemsCategory a {
	color: #111;
}

/* Latest Items Title
---------------------------------------------------------------------------- */

div.latestItemsCategory h2:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
  padding-right: 0.5em;
  color: #0099FF;
  content: "\f07c";
}

/* Latest Item View
---------------------------------------------------------------------------- */

div.latestItemView {
	padding: 0 0 1em 0;
	margin: 0 0 3em 0;
	border-bottom: none;
	overflow: hidden;
}

/* Latest Header
---------------------------------------------------------------------------- */

div.latestItemHeader {
	padding-bottom: 0;
	margin: 14px 0;
}

/* Latest Item Title
---------------------------------------------------------------------------- */

div.latestItemHeader h2.latestItemTitle {
	font-family: 'Open Sans', sans-serif;
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}

/* Latest Item Category
---------------------------------------------------------------------------- */

div.latestItemCategory {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.latestItemsCategory h2 {
	margin: 0 0 14px 0;
}
div.latestItemCategory:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f046";
}
div.latestItemCategory span {
	font-weight: normal;
	color: #333;
	padding: 0;
}

/* Latest Read More
---------------------------------------------------------------------------- */

div.latestItemReadMore {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	margin-right: 10px;
	margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 10px 16px 6px;
  font-size: 14px;
	line-height: 21px;
	*line-height: 21px;
  border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  	box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.latestItemReadMore a {
	color: #333;
}
div.latestItemReadMore:hover {
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.latestItemReadMore:active {
  box-shadow:none;
}
div.latestItemReadMore a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 0.5em;
	content: "\f054";
}

/* Latest Item Intro Text
---------------------------------------------------------------------------- */

div.latestItemIntroText {
	padding: 0;
}


/* 6. K2 MODULES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* K2 Content
---------------------------------------------------------------------------- */

div.k2ItemsBlock ul {
	margin: 0;
	padding-left: 0;
}
div.k2ItemsBlock ul li {
	list-style-type: none;
	margin-bottom: 3em;
}
div.k2ItemsBlock ul li.lastItem {
	margin-bottom: 1em;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300!important;
	font-size: 24.5px;
}
div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
	padding: 0;
	margin: 0 20px 0 0;
}
div.k2ItemsBlock ul li div.moduleItemAuthor  {
	margin-top: 10px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
	display: block;
	padding: 0;
	line-height: 150%;
	margin-top: 20px;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0.5em;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 12px;
	content: "\f073";
}
div.k2ItemsBlock ul li a.moduleItemCategory {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.k2ItemsBlock ul li div.moduleItemTags {
	display: block;
	padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.k2ItemsBlock ul li div.moduleItemTags:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 18px;
	margin-right: 0.5em;
	content: "\f02b";
}
div.k2ItemsBlock ul li div.moduleItemTags b {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
div.k2ItemsBlock ul li a.moduleItemComments {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2em;
	border-right: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.k2ItemsBlock ul li span.moduleItemHits {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	border: none;
}
div.k2ItemsBlock ul li span.moduleItemHits:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 0.5em;
	content: "\f06e";
}

/* K2 Comments
---------------------------------------------------------------------------- */

div.k2LatestCommentsBlock ul {
	margin: 0;
	padding-left: 0;
}
div.k2LatestCommentsBlock ul li {
	list-style-type: none;
	margin-bottom: 2em;
}
div.k2LatestCommentsBlock ul li.lastItem {
	margin-bottom: 1em;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
	padding: 0;
	margin: 0 20px 0 0;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	display: block;
	line-height: 21px;
	color: #333;
	margin-bottom: 8px;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.k2LatestCommentsBlock ul li span.lcUsername:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 12px;
	content: "\f075";
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
div.k2LatestCommentsBlock ul li span.lcItemTitle {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-top: 1em;
}
div.k2LatestCommentsBlock ul li span.lcItemCategory {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
}
div.itemComments ul.itemCommentsList li.authorResponse {
	background: none;
	padding: 0;
	border: none;
}
div.itemComments ul.itemCommentsList li img {
	padding: 0;
	margin: 0 20px 0 0;
	background: #fff;
	border: 1px solid #ccc;
}
div.itemComments ul.itemCommentsList li span.commentDate,
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	padding: 0;
	margin: 0 0 8px 0;
	border-right: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
div.itemComments ul.itemCommentsList li span.commentDate:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 12px;
	content: "\f075";
}

/* K2 Tools
---------------------------------------------------------------------------- */

div.k2ArchivesBlock ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
div.k2ArchivesBlock ul li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
 	color: #333;
}

/* K2 User
---------------------------------------------------------------------------- */

div.k2LoginBlock fieldset.input input.button,
div.k2UserBlock form input.button.ubLogout {
	display: inline-block;
	margin: 10px 10px 10px 0;
  padding: 9px 16px 7px;
  font-size: 14px;
	line-height: 21px;
	*line-height: 21px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #0099FF;
  color: #fff;
  background-image: none;
  border: 1px solid #008fee;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* IE */
.lt-ie9 div.k2LoginBlock fieldset.input input.button,
.lt-ie9 div.k2UserBlock form input.button.ubLogout {
	border: none;
  padding: 9px 16px 5px;
  margin-right: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.k2LoginBlock fieldset.input input.button:hover,
div.k2UserBlock form input.button.ubLogout:hover {
	background-color: #0099FF;
  border: 1px solid #008fee;
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.k2LoginBlock fieldset.input input.button:active,
div.k2UserBlock form input.button.ubLogout:active {
  	box-shadow:none;
}
/* IE */
.lt-ie9 div.k2LoginBlock fieldset.input input.button:hover,
.lt-ie9 div.k2UserBlock form input.button.ubLogout:hover {
	border: none;
}
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
div.k2UserBlock ul.k2UserBlockActions {
	margin-top: 1em;
}
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li {
	line-height: 2em;
}
div.k2UserBlock ul.k2UserBlockActions li a.modal {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: auto;
	margin-left: 0;
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.k2LoginBlock ul li a:before,
div.k2UserBlock ul.k2UserBlockActions li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
 	color: #333;
}
div.k2LoginBlock fieldset.input {
	padding: 0 0 6px 0;
}
div.k2LoginBlock form {
	margin-bottom: 0;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24.5px;
	line-height: 50px;
}
div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {
	padding: 0;
	margin: 0 20px 0 0;
}
div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {
	display: inline-block;
	margin-top: 0.5em;
}
div.k2LoginBlock fieldset.input input#modlgn_username.inputbox,
div.k2LoginBlock fieldset.input input#modlgn_passwd {
	display: inline;
	width: inherit;
}

/* K2 Users
---------------------------------------------------------------------------- */

div.k2UsersBlock ul {
	margin: 0;
	padding-left: 0;
}
div.k2UsersBlock ul li {
	list-style-type: none;
	margin-bottom: 2em;
}
div.k2UsersBlock ul li.lastItem {
	margin-bottom: 0;
}
div.k2UsersBlock ul li a.ubUserAvatar img {
	padding: 0;
	margin: 0 20px 0 0;
}
div.k2UsersBlock ul li a.ubUserName {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300!important;
	font-size: 21px;
	line-height: 1.3em;
}
div.k2UsersBlock ul li div.ubUserDescription {
	margin-top: 0.5em;
}
div.k2UsersBlock ul li h3 {
	font-size: 24.5px;
	background: none;
	border: none;
	box-shadow: none;
	color: #444;
}
div.k2UsersBlock ul li ul.ubUserItems li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
 	color: #333;
}

/* Items Filtered by Date
---------------------------------------------------------------------------- */

div.genericItemView {
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
}
div.genericItemCategory {
	display: block;
	border-bottom: none;
	border-left: 1px solid #cccccc;
	padding: 0 14px;
	font-size: 14px;
	border-right: none;
}
div.genericItemCategory span,
div.genericItemCategory a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
div.genericItemHeader h2.genericItemTitle {
	font-family: 'Open Sans', sans-serif;
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.genericItemHeader span.genericItemDateCreated {
	display: inline-block;
	padding-top: 4px;
	font-size: 12px;
}
div.genericItemReadMore {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	background-color: #AA528B;
  background-image: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 12px 21px 8px 14px;
	margin: 2em 0 1em 0;
	font-size: 18px;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  box-shadow: none;
  border: none;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.genericItemReadMore:hover {
  background-image:none;
  color: #fff;
  background-color: #111!important;
}
div.genericItemReadMore a,
div.genericItemReadMore a:hover {
	color: #fff;
}
div.genericItemReadMore a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 7px;
	content: "\f054";
}
/* IE */
.lt-ie9 div.genericItemReadMore {
	padding: 12px 21px 16px;
	display: inline;
	line-height: 1em;
}


/* 7. K2 ITEM EDIT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

span.catItemEditLink {
	padding: 0;
}
#k2Container span.catItemEditLink a.modal,
#k2Container span.itemEditLink a.modal,
#k2Container span.userItemEditLink a.modal {
	float: right;
	color: #333;
	background-color: #eee;
	font-size: 12px;
	line-height: 18px;
	padding: 11px 17px 5px;
	margin-top: 2px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#k2Container span.catItemAddLink,
#k2Container span.userItemAddLink {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: none;
	text-align: right;
}
#k2Container span.catItemAddLink a.modal,
#k2Container span.userItemAddLink a.modal {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
#k2Container span.catItemAddLink a.modal:before,
#k2Container span.userItemAddLink a.modal:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	margin-right: 12px;
	content: "\f044";
}
span.userItemEditLink {
	padding: 0;
}


/* 8. K2 Joomla! Overrides
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.even,
.odd {
	background-color: transparent;
	padding: 0;
	border: none;
}

/* User Profile
---------------------------------------------------------------------------- */

.k2AccountPage table.admintable {
	width: 100%;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
	background: #fff;
	border-bottom: none;
	border-right: none;
	color: #333;
	text-align: left;
	width: 16em;
}
.k2AccountPage table.admintable td.key span.optional,
.k2AccountPage table.admintable td.paramlist_key span.optional {
	color: #999;
}
.k2AccountPage table.admintable td.key label,
.k2AccountPage table.admintable td.paramlist_key label {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 7px;
	line-height: 21px;
}
.k2AccountPage table.admintable td.key label#imagemsg {
	margin-top: 16px;
}
.k2AccountPage table.admintable td input#image {
	margin-top: 9px;
}
.k2AccountPage table.admintable td.key label#urlmsg {
	margin-top: 10px;
}
.k2AccountPage table.admintable td input#url {
	margin-top: 9px;
}
.k2AccountPage table.admintable td.key label#jform_params_editor-lbl {
	margin-top: 24px;
}
.k2AccountPage table.admintable td.key label#jform_params_timezone-lbl,
.k2AccountPage table.admintable td.key label#jform_params_language-lbl,
.k2AccountPage table.admintable td.key label#jform_params_admin_style-lbl,
.k2AccountPage table.admintable td.key label#jform_params_admin_language-lbl,
.k2AccountPage table.admintable td.key label#jform_params_helpsite-lbl {
	margin-top: 21px;
}
.k2AccountPage table.admintable td.key label#jform_params_editor-lbl,
.k2AccountPage table.admintable td.key label#jform_params_timezone-lbl,
.k2AccountPage table.admintable td.key label#jform_params_language-lbl,
.k2AccountPage table.admintable td.key label#jform_params_admin_style-lbl,
.k2AccountPage table.admintable td.key label#jform_params_admin_language-lbl,
.k2AccountPage table.admintable td.key label#jform_params_helpsite-lbl {
	margin-bottom: 0;
}
.k2AccountPage table.admintable td select#jform_params_editor {
	margin-top: 10px;
}
.k2AccountPage table.admintable td select#jform_params_timezone,
.k2AccountPage table.admintable td select#jform_params_language,
.k2AccountPage table.admintable td select#jform_params_admin_style,
.k2AccountPage table.admintable td select#jform_params_admin_language,
.k2AccountPage table.admintable td select#jform_params_helpsite {
	margin-top: 8px;
}
.k2AccountPage table.admintable input.inputbox {
	margin-top: 8px;
	margin-bottom: 4px;
}
.k2AccountPage th.k2ProfileHeading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 21px;
	padding: 29px 0 8px;
	background: #fff;
	line-height: 1.5em;
}
.k2AccountPage table.mceLayout {
	margin-top: 36px;
}
.k2AccountPage table.admintable a.btn {
	margin: 0;
}
.k2AccountPage div.k2AccountPageUpdate {
	border-top: none;
	margin: 2em 0 0;
	padding: 0;
	text-align: left;
}
.k2AccountPage button.button.validate {
	display: inline-block;
	margin: 3px 10px 10px 0;
  padding: 9px 16px 7px;
  font-size: 14px;
	line-height: 21px;
	*line-height: 21px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #0099FF;
  color: #fff;
  background-image:none;
  border: 1px solid #008fee;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
   	7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* IE */
.lt-ie9 .k2AccountPage button.button.validate {
  padding: 9px 16px 5px;
  margin-right: 0;
  border: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.k2AccountPage button.button.validate:hover {
  background-color: #0099FF;
  border: 1px solid #008fee;
  background-image:none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
/* IE */
.lt-ie9 .k2AccountPage button.button.validate:hover {
  border: none;
}
.k2AccountPage button.button.validate:active {
  box-shadow:none;
}

/* Disable Back to Top
---------------------------------------------------------------------------- */

div.itemBackToTop {
  display: none;
}
/*

Theme Name: Favourite
Theme URL: http://demo.favthemes.com/favourite/
Description: Responsive and Customizable Joomla! Framework
Author: FavThemes
Author URI: http://www.favthemes.com
Bootstrap Authors: @mdo and @fat
Theme Version: 3.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html

*/

/*  Table of Content
============================================================================

1. RESPONSIVE GRID
2. FONT ICON
3. J!CONTENT CSS
4. MODULES CSS
5. TYPOGRAPHY
6. MODULE VARIATIONS
7. COMPONENT PAGE

============================================================================ */


/* 1. RESPONSIVE GRID
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.row-fluid {
  margin: 0 auto;
  max-width: 980px;
}

/* Mobile */
@media (max-width: 767px) {

  .container-fluid {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  #fav-intro2.span3,
  #fav-intro4.span3,
  #fav-showcase2.span3,
  #fav-showcase4.span3,
  #fav-top2.span3,
  #fav-top4.span3,
  #fav-bottom2.span3,
  #fav-bottom4.span3,
  #fav-footer2.span3,
  #fav-footer4.span3 {
    float: left;
    width: 48.5%;
    margin-left: 3%;
  }
  #fav-intro1.span3,
  #fav-intro3.span3,
  #fav-showcase1.span3,
  #fav-showcase3.span3,
  #fav-top1.span3,
  #fav-top3.span3,
  #fav-bottom1.span3,
  #fav-bottom3.span3,
  #fav-footer1.span3,
  #fav-footer3.span3 {
    float: left;
    width: 48.5%;
    margin-left: 0;
  }
  #fav-intro3.span3,
  #fav-showcase3.span3,
  #fav-top3.span3,
  #fav-bottom3.span3,
  #fav-footer3.span3 {
    clear:both;
  }
  .row-fluid .span4 {
    float: left;
    width: 31.3%;
    margin-left: 3%;
  }
  #fav-slide2.span4,
  #fav-showcopyright.span3,
  #fav-copyright.span3,
  #fav-copyright2.span9 {
    float: none;
    width: 100%;
    margin-left: 0;
  }

}

@media (max-width: 480px) {

  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span6,
  .row-fluid .span9 {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

}

/* IE6 Styles */
.lt-ie7 .container-fluid,
.lt-ie7 .row-fluid {
  display:none;
}


/* 2. FONT ICON
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

[class^="fa fa-"],
[class*=" fa fa-"] {
  font-size: 18px;
  padding-right: 0.6em;
}

/* Make FontAwesome compatible with Joomla! IcoMoon
---------------------------------------------------------------------------------- */

span.icon-plus,
span.icon-chevron-right,
span.icon-list,
span.icon-cog,
span.icon-envelope,
span.icon-print,
span.icon-edit,
span.icon-search,
span.icon-ok,
span.icon-location,
.icon-arrow-down,
.icon-copy,
.icon-picture,
.icon-file-add,
.icon-home,
.icon-first,
.icon-cancel,
.icon-file-add,
.icon-eye,
.icon-folder-2,
.icon-first,
.icon-previous,
.icon-next,
.icon-last,
.icon-arrow-left,
.icon-user,
.icon-lock,
.icon-save {
  background: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 0.4em;
  font-style: normal;
}
span.icon-plus:before,
span.icon-chevron-right:before,
span.icon-list:before,
span.icon-cog:before,
span.icon-envelope:before,
span.icon-print:before,
span.icon-edit:before,
span.icon-search:before,
span.icon-ok:before,
span.icon-location:before,
.icon-arrow-down:before,
.icon-copy:before,
.icon-picture:before,
.icon-file-add:before,
.icon-home:before,
.icon-cancel:before,
.icon-file-add:before,
.icon-eye:before,
.icon-folder-2:before,
.icon-first:before,
.icon-previous:before,
.icon-next:before,
.icon-last:before,
.icon-arrow-left:before,
.icon-user:before,
.icon-lock:before,
.icon-save:before {
  font-family: FontAwesome;
}

/* First and Previous Icons */
.icon-first,
.icon-previous,
.icon-next,
.icon-last {
  font-style: normal;
  margin-top: 0.3em;
}
.icon-next {
	margin-right: 0;
}
/* Read More Arrow */
span.icon-chevron-right {
  font-size: 21px;
  margin: 0;
  float: right;
  padding: 2px 0 0 21px;
}
span.icon-chevron-right:before {
  content: "\f105";
}
/* Article Options */
span.icon-cog {
  font-size: 16px;
}
span.icon-cog:before {
  content: "\f013";
}
/* Article Mail */
span.icon-envelope:before {
  content: "\f0e0";
}
/* Article Print */
span.icon-print:before {
  content: "\f02f";
}
/* Article Edit */
span.icon-edit:before {
  content: "\f044";
}
/* Cancel Button */
.icon-cancel:before {
  content: "\f00d";
}
/* Article Add */
.icon-file-add:before {
  content: "\f08e";
}
/* Toggle Editor */
.icon-eye:before {
  content: "\f06e";
}
/* Create Article Image */
.icon-folder-2:before {
  content: "\f07b";
}
/* Pagination First */
.icon-first:before {
  content: "\f049";
}
/* Pagination Previous */
.icon-previous:before {
  content: "\f04a";
}
/* Pagination Next */
.icon-next:before {
  content: "\f04e";
}
/* Pagination Last */
.icon-last:before {
  content: "\f050";
}
/* Smart Search Advanced Button */
span.icon-list {
  padding-top: 2px;
}
.icon-list:before {
  content: "\f03a";
}
/* Smart Search Search Button */
.icon-search:before {
  content: "\f002";
}
/* List All Categories */
span.icon-plus {
  margin-right: 0;
}
span.icon-plus:before {
  content: "\f067";
}
/* 404 */
.icon-home {
  padding-top: 3px;
  margin-right: 14px;
}
.icon-home:before {
  content: "\f015";
}
/* Editor Save Button */
.icon-ok:before {
  content: "\f00c";
}
.icon-file-add:before {
  content: "\f08e";
}
/* Editor Picture Button */
.icon-picture:before {
  content: "\f03e";
}
/* Editor Page Break Button */
.icon-copy:before {
  content: "\f0c5";
}
/* Editor Read More Button */
.icon-arrow-down:before {
  content: "\f063";
}
/* Log Out Button */
.icon-arrow-left {
  font-size: 24px;
  padding-top: 2px;
}
.icon-arrow-left:before {
  content: "\f104";
}
/* Edit Profile */
.icon-user {
  font-size: 18px;
  padding-top: 4px;
}
.icon-user:before {
  content: "\f007";
}
/* Breadcrumbs location icon */
span.icon-location:before {
	content: "\f041";
}
/* Login Form Lock */
.icon-lock {
	font-size: 16px;
	margin-right: 0;
}
.icon-lock:before {
	content: "\f023";
}
/* Icon Save */
.icon-save:before {
	content: "\f00c";
}


/* 3. J!CONTENT CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Article
---------------------------------------------------------------------------------- */

.blog,
.blog-featured,
.item,
.item-page {
	text-align: justify;
	display: block;
	overflow: hidden;
}
.item,
.item-page,
div[class^="leading-"],
div[class*=" leading-"] {
  margin-bottom: 8px;
  overflow: hidden;
  padding-bottom: 22px;
}
.blog .btn,
.blog-featured .btn {
	margin-top: 10px;
	padding: 10px 16px 8px;
}
.blog .btn [class^="fa fa-"],
.blog .btn [class*=" fa fa-"],
.blog-featured .btn [class^="fa fa-"],
.blog-featured .btn [class*=" fa fa-"],
.item .btn [class^="fa fa-"],
.item .btn [class*=" fa fa-"],
.item-page .btn [class^="fa fa-"],
.item-page .btn [class*=" fa fa-"] {
	font-size: 18px;
}
.blog span[class^="fa fa-"],
.blog span[class*=" fa fa-"],
.blog-featured span[class^="fa fa-"],
.blog-featured span[class*=" fa fa-"],
.item span[class^="fa fa-"],
.item span[class*=" fa fa-"],
.item-page span[class^="fa fa-"],
.item-page span[class*=" fa fa-"],
.category-list span[class^="fa fa-"],
.category-list span[class*=" fa fa-"] {
  font-size: 16px;
}

/* Article Title
---------------------------------------------------------------------------------- */

.page-header h2,
h2.item-title,
.componentheading {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
.page-header h2 a,
h2.item-title a {
	color: #444;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.page-header h2 a:hover,
h2.item-title a:hover {
	color: #0099ff;
}
.page-header {
	border: none;
  margin: 16px 0 21px;
  padding-bottom: 0;
}
.page-header h1 {
  margin-bottom: 0;
  padding-top: 2px;
}
.items-leading .btn-group.pull-right,
div[class^="item column-"] .btn-group.pull-right,
div[class*=" item column-"] .btn-group.pull-right,
.item-page .btn-group.pull-right {
	float: none;
}

/* Article Intro and Full Images
---------------------------------------------------------------------------------- */

div.pull-right.item-image {
  margin: 0 0 10px 30px;
}
div.pull-left.item-image {
  margin: 0 30px 10px 0;
}
p.img_caption {
  margin-top: 21px;
  font-weight: bold;
}

/* Article Info
---------------------------------------------------------------------------------- */

dl.article-info {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #999999;
}
dl.article-info [class^="fa fa-"],
dl.article-info [class*=" fa fa-"] {
  font-size: 16px;
}
.article-info dd {
	font-size: 0.7em!important;
	margin-left: 0;
}
dt.article-info-term {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  color: #333;
	margin-bottom: 14px;
}
span.content_rating {
  display: block;
  padding: 2px 0 5px;
}
div.content_rating {
  margin-top: 7px;
  margin-bottom: 21px;
}
.btn-group .btn.dropdown-toggle {
	padding: 8px 12px 4px;
  margin-top: 0;
  margin-bottom: 29px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-menu {
	min-width: 100%;
}
.dropdown-menu [class^="fa fa-"],
.dropdown-menu [class*=" fa fa-"] {
  font-size: 16px;
}
ul.dropdown-menu {
	padding-bottom: 0;
}
ul.dropdown-menu li:hover a {
	background-color: transparent;
}
.dropdown-menu li > a {
  padding: 3px 12px 3px 12px;
}
ul.dropdown-menu a:hover {
	color: #0099ff;
	background-color: transparent;
  background-image:none;
}
.pull-right > .dropdown-menu {
  left: 0;
  right: auto;
  margin-top: -27px;
}
span.content_vote input.btn.btn-mini {
  margin: 0;
  padding: 9px 10px 5px;
}
/* IE */
.lt-ie9 .dropdown-menu {
  margin-right: 0;
}
.lt-ie9 .btn-group .btn.dropdown-toggle {
  margin-bottom: 6px;
}
.lt-ie9 a.btn.dropdown-toggle {
  margin-top: 21px;
  bottom: 21px;
}

/* Article Items More
---------------------------------------------------------------------------------- */

.items-more ul.nav-tabs.nav-stacked {
  margin-bottom: 24px;
}
.items-more ul.nav-tabs.nav-stacked a {
  padding-top: 14px;
  padding-left: 0;
}
.items-more .nav-tabs.nav-stacked > li > a {
  border: none;
}
.items-more .nav-tabs.nav-stacked > li > a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}
.items-more ol.nav-tabs.nav-stacked {
  margin-top: 14px;
  padding-bottom: 7px;
}
.items-more .nav-tabs > li > a {
  padding-top: 0;
  padding-left: 0;
}

/* Article Read More
---------------------------------------------------------------------------------- */

p.readmore [class^="fa fa-"],
p.readmore [class*=" fa fa-"] {
  vertical-align: middle;
  margin-right: 7px;
}
p.readmore a.btn {
  text-align: left;
}

/* Article Pagination
---------------------------------------------------------------------------------- */

.pagination {
  display: block;
}
.pagination ul {
  list-style-type: none;
  line-height: 2.4em;
  padding-left: 0;
}
.pagination ul li {
  float: left;
}
.pagination ul li.active a {
	color: #0099ff;
}
.pagination ul li a,
.pager .next a,
.pager .previous a {
  color: #444;
  margin-right: 1em;
  padding: 8px 12px 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pagination ul li a:hover,
.pager .next a:hover,
.pager .previous a:hover {
  background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.pagination [class^="icon-"],
.pagination [class*=" icon-"] {
  font-size: 18px;
  padding-right: 0;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .active > a:hover {
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
}
.pagination ul li a:before {
  content: none!important;
}
.pagination p.counter.pull-right {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 9px;
}
.lt-ie9 ul.pagination-list li.disabled {
  display: none;
}

/* Mobile */
@media (max-width: 979px) {

  .pagination ul li a,
  .pager .next a,
  .pager .previous a {
    padding: 4px 8px 2px;
  }

}

/* Article Navigation
---------------------------------------------------------------------------------- */

.pager .next a,
.pager .previous a {
	margin-right: 10px;
	padding: 8px 18px 6px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.pager.pagenav li:before {
  content: none;
}

/* Article Lists
---------------------------------------------------------------------------------- */

.item ul,
.item-page ul,
.items-leading ul {
  list-style-type: none;
}
.item ul li,
.item-page ul li,
.items-leading ul li {
  line-height: 1.5em;
}
.item ul li li,
.item-page ul li li,
.items-leading ul li li,
.item ul li li li,
.item-page ul li li li li,
.items-leading ul li li li,
.item ul li li li li,
.item-page ul li li li li,
.items-leading ul li li li li {
  padding-left: 1.4em;
}
.item ul li:before,
.item-page ul li:before,
.items-leading ul li:before {
  font-family: fantasy;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}
.item ul.dropdown-menu li:before,
.item-page ul.dropdown-menu li:before,
.items-leading ul.dropdown-menu li:before {
  display: none;
}

/* Archived Articles
---------------------------------------------------------------------------------- */

.archive form#adminForm button.btn.btn-primary {
  vertical-align: middle;
  display: block;
  margin-top: 14px;
}
#archive-items {
  margin-top: 10px;
}
div.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  color: #444;
  padding: 8px 10px;
  margin-bottom: 18px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.archive fieldset.filters input {
  margin-bottom: 0;
  min-height: 28px;
}

/* Create Article
---------------------------------------------------------------------------------- */

div.edit.item-page {
	margin-top: 10px;
}
div.edit.item-page .nav-tabs > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
}
div.edit button.btn.btn-primary {
  background-color: #0099FF;
  color: #fff;
  background-image: none;
  border: 1px solid #008fee;
}
div.edit button.btn,
div.edit button.btn.btn-primary {
	box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
    opacity: 1;
    filter: alpha(opacity=100);
}
div.edit .btn [class^="fa fa-"],
div.edit .btn [class*=" fa fa-"],
div.edit button.btn.btn-primary [class^="fa fa-"],
div.edit button.btn.btn-primary [class*=" fa fa-"] {
	margin-right: 0;
}
div.edit button.btn.btn-primary:hover {
	background-color: #0099FF;
  border: 1px solid #008fee;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.edit.item-page .btn,
div.edit.item-page .btn-primary {
	padding: 8px 12px 6px;
}
div.edit.item-page .btn [class^="fa fa-"],
div.edit.item-page .btn [class*=" fa fa-"],
div.edit.item-page .btn-primary [class^="fa fa-"],
div.edit.item-page .btn [class*=" fa fa-"] {
	font-size: 16px;
	line-height: 16px;
}
div.edit.item-page .chzn-container-single-nosearch {
  margin-bottom: 100%;
}
button.btn#jform_publish_up_img ,
button.btn#jform_publish_down_img {
  padding: 4px 0 3px 9px;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
button.btn#jform_publish_up_img:hover,
button.btn#jform_publish_down_img:hover {
	background-color: #fff;
  background-image: none;
  box-shadow: none;
}
div.edit.item-page .toggle-editor.btn-toolbar.pull-right {
	margin-top: 28px;
}
div.edit.item-page .nav-tabs > li > a:hover {
  background-color: #eee;
}
div.edit.item ul li:before,
div.edit.item-page ul li:before,
div.edit.items-leading ul li:before {
  content: none;
}
div.edit.item-page .nav-tabs > li > a:hover { background-color: #eee; }
textarea.mce_editable {
  width: 98%!important;
}
span.list-edit.pull-left.width-50 {
  margin-right: 7px;
}
div.edit.item-page .tab-content {
  overflow: visible;
}
div.edit.item-page textarea#jform_articletext {
  width: 94% !important;
}

/* Featured Articles
---------------------------------------------------------------------------------- */

.items-leading .createdby {
	font-size: 1em;
}
.blog-featured h2.item-title {
	margin: 16px 0 21px;
}

/* Category Title
---------------------------------------------------------------------------------- */

span.subheading-category {
  display: block;
  font-size: 21px;
  line-height: 1.5em;
  padding: 8px 14px 6px;
  margin-top: -5px;
  margin-bottom: 21px;
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.05), 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Mobile */
@media (max-width: 979px) {

  span.subheading-category {
    font-size: 21px !important;
  }

}

/* Category Description
---------------------------------------------------------------------------------- */

div.category-desc ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}

/* List All Categories
---------------------------------------------------------------------------------- */

.categories-list {
  padding-top: 12px;
}
.categories-list h4.item-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.categories-list h3.page-header.item-title {
  font-size: 16px;
  margin: 0;
  border: none;
  font-weight: normal;
}
.categories-list a.btn.btn-mini.pull-right {
  padding: 4px 5px 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.categories-list ul {
  list-style-type: none;
  margin-left: 0;
}
.categories-list ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  padding-right: 10px;
  color: #333;
}
.categories-list [class^="fa fa-"],
.categories-list [class*=" fa fa-"] {
  font-size: 16px;
  padding: 0;
}
.categories-list [class^="fa fa-"],
.categories-list [class*=" fa fa-"] {
  padding-right: 0;
  margin-right: 0;
  font-size: 16px;
}
.categories-list dt {
  float: left;
  margin-right: 10px;
}

/* Category Children
---------------------------------------------------------------------------------- */

.cat-children .page-header {
  margin: 0;
  padding: 0;
}
.cat-children h3.page-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  border: none;
  margin: 0;
}
.cat-children h3.page-header a.btn.btn-mini.pull-right {
  padding: 4px 8px;
}
.cat-children h3.page-header a.btn.btn-mini.pull-right span {
  vertical-align: middle;
}

/* Category List
---------------------------------------------------------------------------------- */

div.category-list {
  margin-top: 14px;
}
ul.category.list-striped.list-condensed {
  list-style-type: none;
  margin-left: 0;
}
ul.category span.list-edit.pull-left.width-50 a {
  color: #111;
  margin-right: 1em;
}
.category-list ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  padding-right: 10px;
  color: #333;
}
.category-list .btn-toolbar {
  margin-bottom: 6px;
}
ul.category.list-striped.list-condensed li {
  padding: 1px 0 0;
}
ul.category.list-striped span.list.pull-left {
  float: none;
}

/* Tags
---------------------------------------------------------------------------------- */

div.tag-category {
  margin-top: 14px;
}
div.tag-category h2 {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 0;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.tag-category h3 {
	font-size: 21px;
}
div.tag-category p {
	text-align: justify;
}
div.tags .label-info[href],
div.tags .badge-info[href] {
  background-color: #444;
  padding: 4px 8px;
  margin-top: 14px;
  margin-bottom: 14px;
}
div.tag-category .thumbnails > li {
  margin-left: 0;
  margin-right: 21px;
}
div.tag-category ul.thumbnails h3 {
  font-size: 14px;
  line-height: 21px;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.tag-category ul.thumbnails h3 a {
  background-color: #444;
  color: #fff;
  padding: 4px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.tag-category ul.thumbnails h3 a:hover {
  background-color: #777;
  color: #fff;
}
ul.category.list-striped {
  list-style: none;
}
ul.category.list-striped li h3 a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}

/* Login Form
---------------------------------------------------------------------------------- */

.login,
.logout {
  margin-top: 14px;
}
.login fieldset.well {
  padding: 30px 0 0;
}
.logout button.btn.btn-primary {
  padding: 8px 16px;
  font-family: sans-serif;
  text-transform:none;
  text-shadow: none;
}
.logout button.btn.btn-primary [class^="icon-"],
.logout button.btn.btn-primary [class*=" icon-"] {
  font-size: 16px;
  line-height: 16px;
	padding-top: 0;
	margin-top: 0;
}
.logout .form-horizontal .controls {
  margin-left: 0px;
}
.login .nav-tabs > li > a,
.logout .nav-tabs > li > a {
  padding-top: 12px;
}
.logout-button {
	margin-top: 21px;
}

/* User Profile
---------------------------------------------------------------------------- */

div.profile {
	margin-top: 14px;
}
div.profile legend {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	border: none;
}
div.profile ul.btn-toolbar.pull-right {
	margin: 0;
	float:none;
}
div.profile ul.btn-toolbar.pull-right a.btn {
	padding: 8px 12px 6px;
}
div.profile ul.btn-toolbar.pull-right a.btn [class^="fa fa-"],
div.profile ul.btn-toolbar.pull-right a.btn [class*=" fa fa-"] {
	font-size:14px;
	line-height: 14px;
}
div.profile fieldset legend{
	padding-top: 12px;
  margin-bottom: 16px;
}
div.profile #users-profile-custom legend {
  padding-top: 16px;
}
div.profile dl.dl-horizontal {
  margin-top: 10px;
}
div.profile dl.dl-horizontal dt,
div.profile dl.dl-horizontal dd {
	font-weight: normal;
	line-height: 21px;
	text-align: left;
}
div.profile dl.dl-horizontal dd {
	font-weight: bold;
}
div.profile dl.dl-horizontal dt {
	width: 14em;
}

/* Edit User Profile
---------------------------------------------------------------------------- */

div.profile-edit button.btn.btn-primary.validate {
	text-transform: none;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
}
div.profile-edit div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 2em;
}
div.profile-edit fieldset legend {
	padding-top: 0.5em;
}

/* Registration Form
---------------------------------------------------------------------------- */

div.registration button.btn.btn-primary.validate {
	text-transform: none;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
}
div.registration div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 2em;
}
div.registration fieldset legend {
	padding-top: 0.5em;
}

/* Username Reminder
---------------------------------------------------------------------------- */

div.remind {
  margin-top: 24px;
}
div.remind label {
  text-align: left;
}
div.remind fieldset div.control-group {
  margin-top: 26px;
  margin-bottom: 0;
}
div.remind button.btn.btn-primary.validate {
  text-transform: none;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
}
div.remind div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Password Reset
---------------------------------------------------------------------------- */

div.reset {
  margin-top: 24px;
}
div.reset label {
  text-align: left;
}
div.reset fieldset div.control-group {
  margin-top: 26px;
  margin-bottom: 0;
}
div.reset button.btn.btn-primary.validate {
  text-transform: none;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
}
div.reset div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Search Form
---------------------------------------------------------------------------- */

div.search {
  margin-top: 14px;
}
div.search [class^="fa fa-"],
div.search [class*=" fa fa-"] {
  padding-right: 0;
}
input#mod-search-searchword {
  width: 64%;
}
div.finder {
  margin-top: 14px;
}
div.search button.btn.hasTooltip {
  padding: 4px 10px;
}
div.search button.btn.hasTooltip [class^="fa fa-"],
div.search button.btn.hasTooltip [class*=" fa fa-"] {
  margin-right: 0;
  padding-right: 2px;
}
div.search fieldset legend {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 14px;
  margin-bottom: 6px;
  border: none;
}
div.search div.phrases-box label {
  padding-top: 6px;
  padding-bottom: 0;
}
div.search div.ordering-box label {
  margin-top: 24px;
  margin-bottom: 16px;
}
div.search select#ordering.inputbox {
  margin-bottom: 14px;
}
div.search fieldset.only label {
  padding-top: 6px;
  padding-bottom: 0;
}
div.search dd {
  font-size: 14px;
  line-height: 1.5em;
}
div.search dt.result-title {
  line-height: 44px;
	font-weight: normal;
}
div.search dd.result-category {
  font-style: italic;
  color: #999;
}
div.search dd.result-created {
  font-weight:bold;
}
.lt-ie9 div.search fieldset {
  margin-top: 30px;
}

/* Single Contact
---------------------------------------------------------------------------- */

div.contact fieldset legend {
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 18px;
	padding-top: 24px;
  margin-bottom: 7px;
	border: none;
}
div.contact dl.dl-horizontal dt {
	line-height: 21px;
	text-align: left;
  width: 30px;
}
div.contact .dl-horizontal dd {
	margin-left: 2em;
}
dl.contact-address.dl-horizontal {
  margin-top: 34px;
  margin-bottom: 28px;
}
div.contact div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 2px;
  padding-bottom: 3px;
	margin-top: 0;
}
div.contact div.page-header {
  margin: 11px 0 40px;
}
div.contact div.accordion-inner {
  padding: 0;
	border: none;
}
div.contact span.jicons-icons {
  display: none;
}
div.contact span.contact-street:before,
div.contact span.contact-emailto:before,
div.contact span.contact-telephone:before,
div.contact span.contact-fax:before,
div.contact span.contact-mobile:before {
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
  color: #444;
}
div.contact span.contact-street:before {
  content: "\f015";
}
div.contact span.contact-emailto:before {
  content: "\f0e0";
}
div.contact span.contact-telephone:before {
  content: "\f095";
}
div.contact span.contact-fax:before {
  content: "\f02f";
}
div.contact span.contact-mobile:before {
  content: "\f10a";
  padding-left: 2px;
}
div.contact .accordion-heading .accordion-toggle {
  padding: 12px 20px 8px;
}
/* IE */
.lt-ie9 div.contact .accordion-heading a[href='#display-links'].accordion-toggle {
  height: 21px;
}
div.contact .form-horizontal .control-group {
  margin-bottom: 12px;
}
div.contact .nav-tabs > li > a {
  padding-top: 12px;
  padding-left: 0;
  padding-bottom: 0;
}
div.contact .nav-tabs,
div.contact .nav-tabs >li>a,
div.contact .nav-tabs li a:hover {
  border: none;
}
div.contact .nav-tabs li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}

/* Featured Contacts
---------------------------------------------------------------------------- */

div.blog-featured fieldset legend {
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	border: none;
}
div.blog-featured table {
	width: 100%;
	line-height: 2em;
	margin-bottom: 10px;
	text-align: center;
}
div.blog-featured thead a {
	color: #111;
}
div.blog-featured thead tr {
	background-color: #eee;
}
div.blog-featured thead th {
	padding: 6px 4px;
	border: 1px solid #e2e2e2;
}
div.blog-featured tbody td {
	padding: 0.3em 0.5em;
	border: 1px solid #e5e5e5;
}
div.blog-featured div.display-limit select.inputbox.input-mini {
	margin-top: 0.5em;
}

/* List Contacts
---------------------------------------------------------------------------- */

div.contact-category {
	margin-top: 10px;
}
div.contact-category h2 {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 14px;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.contact-category ul.category.list-striped {
	list-style-type: none;
	margin-left: 0;
  margin-top: 14px;
}
div.contact-category ul.category.list-striped strong.list-title:before{
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
	padding-right: 10px;
	color: #333;
}
div.contact-category select#limit.inputbox.input-mini {
  vertical-align: baseline;
}
div.contact-category table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: transparent;
  font-size: 1em;
}
div.contact-category table tr {
  border: 1px solid #DDDDDD;
}
div.contact-category table tr:first-child th,
div.contact-category table tr:first-child td,
div.contact-category table thead:first-child tr:first-child th,
div.contact-category table thead:first-child tr:first-child td,
div.contact-category table tbody:first-child tr:first-child th,
div.contact-category table tbody:first-child tr:first-child td {
  border-top: 0px none;
}
div.contact-category table tr:first-child th,
div.contact-category table tr:first-child td,
div.contact-category table thead:first-child tr:first-child th,
div.contact-category table thead:first-child tr:first-child td,
div.contact-category table tbody:first-child tr:first-child th,
div.contact-category table tbody:first-child tr:first-child td {
  border-top: 0px none;
  padding-left: 21px;
}
div.contact-category table thead th,
div.contact-category table tbody th {
  vertical-align: bottom;
}
div.contact-category table th {
  background-color: #EEEEEE;
  color: #444;
}
div.contact-category table th a {
  color: #444;
}
div.contact-category table th {
  font-weight: bold;
  border: 0px none;
}
div.contact-category table th,
div.contact-category table td {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
  text-align: left;
}


/* List News Feeds
---------------------------------------------------------------------------- */

div.newsfeed-category {
  margin-top: 10px;
}
div.newsfeed-category h2 {
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 14px;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.newsfeed-category ul.category.list-striped.list-condensed {
  margin-top: 14px;
}

/* Web Links in a Category
---------------------------------------------------------------------------- */

div.weblink-category {
	margin-top: 10px;
}
div.weblink-category h2 {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
	margin-top: 14px;
  margin-bottom: 19px;
	padding-bottom: 6px;
	text-align: left;
}
div.weblink-category ul.category.list-striped {
	list-style-type: none;
	margin-left: 0;
  margin-top: 8px;
}
div.weblink-category div.list-title {
  display: inline;
}
div.weblink-category div.list-title img {
  display: none;
}


/* Submit a Web Link
---------------------------------------------------------------------------- */

div.edit .btn-group > .btn:last-child {
	padding: 8px 12px 6px;
	font-family: sans-serif;
	text-transform: none;
}

/* Wrapper
---------------------------------------------------------------------------- */

.contentpane iframe.wrapper {
  border: 1px solid #ccc;
}
#blockrandom {
  border: 1px solid #ccc;
}

/* Accordion
---------------------------------------------------------------------------- */

.accordion-group {
  border: none;
}
.accordion-group .accordion-heading {
  background-color: #fff;
  color: #111;
	border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.accordion-heading .accordion-toggle {
  padding: 14px 20px 8px;
}
#accordionContact.accordion {
	margin-bottom: 0;
}

/* Tiptool
---------------------------------------------------------------------------- */

.tip-wrap .tip {
  max-width: 200px;
  background-color: #111;
  color: #eee;
  padding: 0.5em 1em;
}

/* Element Invisible
---------------------------------------------------------------------------- */

.element-invisible,
.hidelabeltxt {
  display: none!important;
}


/* 4. MODULES CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Moduletable
---------------------------------------------------------------------------- */

.moduletable,
div[class^="moduletable-"],
div[class*=" moduletable-"] {
	text-align: justify;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Moduletable Title
---------------------------------------------------------------------------- */

.moduletable h3 {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 6px;
	padding-bottom: 6px;
}
.moduletable .custom h3,
div[class^="moduletable-"] div[class^="custom-"] h3,
div[class^="moduletable-"] div[class*=" custom-"] h3,
div[class*=" moduletable-"] div[class^="custom-"] h3,
div[class*=" moduletable-"] div[class*=" custom-"] h3 {
  color: #333;
	font-size: 24.5px;
	margin: 10px 0;
  background: none;
  text-shadow: none;
  border-radius: none 0px;
  box-shadow: none;
  border: none;
  padding: 0;
  text-transform: none;
}

/* Module Menu
---------------------------------------------------------------------------- */

/* Menu Default */

.moduletable .custom ul,
div[class^="moduletable-"] ul,
div[class*=" moduletable-"] ul {
	list-style-type: none;
	margin-left: 0;
}
.moduletable .custom ul li,
div[class^="moduletable-"] ul.nav.menu li,
div[class*=" moduletable-"] ul.nav.menu li,
div[class^="moduletable-"] ul li,
div[class*=" moduletable-"] ul li {
	line-height: 24px;
}
.moduletable .custom ul li li,
div[class^="moduletable-"] ul.nav.menu li li,
div[class*=" moduletable-"] ul.nav.menu li li,
div[class^="moduletable-"] ul li li,
div[class*=" moduletable-"] ul li li,
.moduletable .custom ul li li li,
div[class^="moduletable-"] ul.nav.menu li li li,
div[class*=" moduletable-"] ul.nav.menu li li li,
div[class^="moduletable-"] ul li li li,
div[class*=" moduletable-"] ul li li li,
.moduletable .custom ul li li li li,
div[class^="moduletable-"] ul.nav.menu li li li li,
div[class*=" moduletable-"] ul.nav.menu li li li li,
div[class^="moduletable-"] ul li li li li,
div[class*=" moduletable-"] ul li li li li {
	padding-left: 1.4em;
}
.moduletable .custom ul li:before,
div[class^="moduletable-"] div[class^="custom-"] ul li:before,
div[class*=" moduletable-"] div[class^="custom-"] ul li:before,
div[class^="moduletable-"] div[class*=" custom-"] ul li:before,
div[class*=" moduletable-"] div[class*=" custom-"] ul li:before,
div[class^="moduletable-"] ul.nav.menu li:before,
div[class*=" moduletable-"] ul.nav.menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
}
.moduletable .custom ul li a,
div[class^="moduletable-"] div[class^="custom-"] ul li a,
div[class*=" moduletable-"] div[class^="custom-"] ul li a,
div[class^="moduletable-"] div[class*=" custom-"] ul li a,
div[class*=" moduletable-"] div[class*=" custom-"] ul li a,
div[class^="moduletable-"] ul.nav.menu li a,
div[class*=" moduletable-"] ul.nav.menu li a {
  display: inline;
}
.moduletable .custom ul li.current.active a,
div[class^="moduletable-"] ul.nav.menu li.current.active a,
div[class*=" moduletable-"] ul.nav.menu li.current.active a,
div[class^="moduletable-"] ul li.current.active a,
div[class*=" moduletable-"] ul li.current.active a {
	color: #444;
	line-height: 2em;
}
.nav > li > a:hover { background-color: transparent; }


/* Breadcrumbs Module
---------------------------------------------------------------------------- */

.breadcrumb {
	background-color: transparent;
	margin: 0;
}
.breadcrumb .moduletable {
	margin: 0;
}
.moduletable ul.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb > li > .divider {
	margin-right: 0;
  padding: 0 7px;
  color: #777;
}
.breadcrumb > li + li:before {
  content: none;
}
/* IE */
.lt-ie9 .breadcrumb > li {
  display: inline;
  zoom: 1;
}

/* Nav
---------------------------------------------------------------------------- */

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background: none;
  color: inherit;
}

/* Login Form Module
---------------------------------------------------------------------------- */

#login-form .input-prepend.input-append .add-on:first-child,
#login-form .input-prepend.input-append .btn:first-child {
  margin-left: 0;
}
#login-form ul.unstyled a:before {
  display: none;
}
#login-form a.btn.hasTooltip {
  padding: 3px 7px 5px;
  box-shadow: none;
}
#login-form [class^="icon-"],
#login-form [class*=" icon-"] {
  padding-top: 4px;
	margin: 0;
	font-size: 14px;
}
#login-form span.icon-user.tip,
#login-form span.icon-lock.tip {
  font-size: 14px;
}
#login-form ul.unstyled i.icon-arrow-right {
  font-size: 14px;
  padding-left: 0.5em;
  color: #333;
}
#login-form ul.unstyled li a:hover {
  text-decoration: none;
}
#form-login-submit .btn-primary {
  margin-top: 10px;
}

/* Search Module
---------------------------------------------------------------------------- */

div.search input.inputbox.search-query,
div[class^="search-"] input[class^="inputbox-"].search-query,
div[class*=" search-"] input[class^="inputbox-"].search-query {
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.search button.btn.btn-primary,
div[class^="search-"] button.btn.btn-primary,
div[class*=" search-"] button.btn.btn-primary {
  color: #333;
  text-shadow: none;
  padding: 5px 9px 3px;
  margin-top: 14px;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.search button.btn.btn-primary:hover,
div[class^="search-"] button.btn.btn-primary:hover,
div[class*=" search-"] button.btn.btn-primary:hover {
  background-image: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.search button.btn.btn-primary:active,
div[class^="search-"] button.btn.btn-primary:active,
div[class*=" search-"] button.btn.btn-primary:active {
  box-shadow:none;
}
div.search form.form-inline,
div[class^="search-"] form.form-inline,
div[class*=" search-"] form.form-inline {
  margin-bottom: 4px;
}
#search-form button.btn.btn-primary,
div[id^="search-form"] button.btn.btn-primary,
div[id*=" search-form"] button.btn.btn-primary {
  font-weight:normal;
  font-size: 14px;
  font-family: sans-serif;
  text-transform: none;
  padding: 9px 16px 7px;
}
#search-form .btn i {
  font-size: 18px;
}

/* Smart Search Module
---------------------------------------------------------------------------- */

#finder-search button.btn,
div[id^="finder-search"] button.btn,
div[id*=" finder-search"] button.btn {
  margin: 14px;
}
#finder-search a.btn,
div[id^="finder-search"] a.btn,
div[id*=" finder-search"] a.btn {
  margin-top: 14px;
}
#finder-search button.btn.btn-primary.disabled,
div[id^="finder-search"] button.btn.btn-primary.disabled,
div[id*=" finder-search"] button.btn.btn-primary.disabled,
#finder-search button.btn.btn-primary.disabled:hover,
div[id^="finder-search"] button.btn.btn-primary.disabled:hover,
div[id*=" finder-search"] button.btn.btn-primary.disabled:hover,
#finder-search button.btn.btn-primary.disabled:focus,
div[id^="finder-search"] button.btn.btn-primary.disabled:focus,
div[id*=" finder-search"] button.btn.btn-primary.disabled:focus {
  background-color: #888;
  border: 1px solid #777;
  color: #ffffff;
}
span.highlight {
  background-color: #eee;
  border: 1px solid #ddd;
  font-weight: 300;
  padding: 2px 6px;
  border-radius: 4px;
	font-size: 14px;
}
ul.search-results {
  list-style: none;
  margin-left: 0;
}
div.result-url {
  color: #777;
  font-style: italic;
}

/* Weblinks Module
---------------------------------------------------------------------------- */

ul.weblinks,
ul[class^="weblinks-"],
ul[class*=" weblinks-"] {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}
ul.weblinks li a:before,
ul[class^="weblinks-"] li a:before,
ul[class*=" weblinks-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Syndicate Feeds
---------------------------------------------------------------------------- */

.moduletable a.syndicate-module {
  padding-bottom: 10px;
  display: block;
}
.moduletable [class^="syndicate-module"] span,
.moduletable [class*=" syndicate-module"] span,
.moduletable [class^="syndicate-module-"] span,
.moduletable [class*=" syndicate-module-"] span {
  line-height: 2em;
}

/* Archived Articles Module
---------------------------------------------------------------------------- */

ul.archive-module,
ul[class^="archive-module-"],
ul[class*=" archive-module-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.archive-module li,
ul[class^="archive-module-"] li,
ul[class*=" archive-module-"] li {
	line-height: 2em;
}
ul.archive-module li a:before,
ul[class^="archive-module-"] li a:before,
ul[class*=" archive-module-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Article Most Read Modules
---------------------------------------------------------------------------- */

ul.mostread,
ul[class^="mostread-"],
ul[class*=" mostread-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.mostread li,
ul[class^="mostread-"] li,
ul[class*=" mostread-"] li {
	line-height: 2em;
}
ul.mostread li a:before,
ul[class^="mostread-"] li a:before,
ul[class*=" mostread-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Article Categories Module
---------------------------------------------------------------------------- */

ul.categories-module,
ul[class^="categories-module-"],
ul[class*=" categories-module-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.categories-module ul,
ul[class^="categories-module-"] ul,
ul[class*=" categories-module-"] ul,
ul.categories-module ul ul,
ul[class^="categories-module-"] ul ul,
ul[class*=" categories-module-"] ul ul {
  list-style-type: none;
}
ul.categories-module h4,
ul[class^="categories-module-"] h4,
ul[class*=" categories-module-"] h4 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
  line-height: 24px;
  margin: 0;
}
ul.categories-module li,
ul[class^="categories-module-"] li,
ul[class*=" categories-module-"] li {
	line-height: 2em;
}
ul.categories-module li a,
ul[class^="categories-module-"] li a,
ul[class*=" categories-module-"] li a {
    font-family: Helvetica, sans-serif;
}
ul.categories-module li a:before,
ul[class^="categories-module-"] li a:before,
ul[class*=" categories-module-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Articles Category Module
---------------------------------------------------------------------------- */

ul.category-module,
ul[class^="category-module-"],
ul[class*=" category-module-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.category-module h4,
ul[class^="category-module-"] h4,
ul[class*=" category-module-"] h4 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul.category-module li,
ul[class^="category-module-"] li,
ul[class*=" category-module-"] li {
	line-height: 2em;
}
ul.category-module li a:before,
ul[class^="category-module-"] li a:before,
ul[class*=" category-module-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Who's Online Module
---------------------------------------------------------------------------- */

ul.whosonline {
	list-style-type: none;
	margin-left: 0;
}

ul.whosonline li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Users Latest Module
---------------------------------------------------------------------------- */

ul.latestusers {
	list-style-type: none;
	margin-left: 0;
}

ul.latestusers li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Newsflash Module
---------------------------------------------------------------------------- */

div.newsflash,
div[class^="newsflash-"],
div[class*=" newsflash-"] {
	margin-bottom: 1em;
}
h4.newsflash-title,
h4[class^="newsflash-title-"],
h4[class*=" newsflash-title-"] {
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 21px;
  clear: both;
}
div.newsflash a.readmore,
div[class^="newsflash-"] a.readmore,
div[class*=" newsflash-"] a.readmore {
  display:block;
  padding: 14px 0;
  margin: 14px 0;
}

/* Statistics Module
---------------------------------------------------------------------------- */

dl.stats-module,
dl[class^="stats-module-"],
dl[class*=" stats-module-"] {
	margin-bottom: 0;
}
dl.stats-module dt,
dl[class^="stats-module-"] dt,
dl[class*=" stats-module-"] dt {
	background-color: #eee;
	line-height: 32px;
	padding-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
dl.stats-module dd,
dl[class^="stats-module-"] dd,
dl[class*=" stats-module-"] dd {
	line-height: 32px;
}

/* Edit Modules
---------------------------------------------------------------------------- */

span.icon-edit {
  padding-right: 0;
}
a.btn.jmodedit {
  padding: 6px 4px 4px 8px;
  box-shadow: none;
}


/* 5. TYPOGRAPHY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Lead
---------------------------------------------------------------------------- */

.lead {
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 22px;
}
/* Mobile */
@media (max-width: 767px) {

	.lead {
		font-size: 16px;
    line-height: 1.5em;
	}

}

/* Emphasis Classes
---------------------------------------------------------------------------- */

.text-warning { color: #c09853; }
a.text-warning:hover { color: #a47e3c; }

.text-error { color: #b94a48; }
a.text-error:hover { color: #953b39; }

.text-info { color: #3a87ad; }
a.text-info:hover { color: #2d6987; }

.text-success { color: #468847; }
a.text-success:hover { color: #356635; }

/* Blockquote
---------------------------------------------------------------------------- */

blockquote {
	font-family: Times, serif;
  padding-left: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	border-left: none;
	font-style: italic;
}
blockquote:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  float:left;
  font-size: 70px;
  color: #ddd;
  line-height: 1em;
  margin-right: 0.5em;
  content: "\f10e";
}
blockquote p {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.3em;
}
blockquote small { line-height: 3em; }

/* Drop Caps
---------------------------------------------------------------------------- */

p.dropcap:first-letter {
	font-size: 5em;
	line-height: 1em;
	float: left;
	font-family: Times, serif;
	padding-right: 0.3em;
}

/* Pre, Code
---------------------------------------------------------------------------- */

pre {
	margin: 12px 0 21px;
}
code {
  padding: 4px 8px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

/* Mobile */
@media (max-width: 767px) {

	pre {
		display: inline-block;
	}

}

/* Buttons
---------------------------------------------------------------------------- */

.btn {
  color: #333333;
  background-color: #e6e6e6;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 9px 16px 7px;
  border: 1px solid #ddd;
  /* box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9); */
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn:hover,
.btn:focus {
  color: #333333;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn:focus {
  outline: 0;
}
.btn:active {
  box-shadow: none;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus {
  background-color: #ddd;
  border: 1px solid #ccc;
  color: #111;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
    background-image: none;
}

/* IE */
.lt-ie9 .btn {
  padding: 9px 16px 5px;
  margin-right: 0;
}
.lt-ie9 .btn:hover,
.lt-ie9 .btn:focus {
  background-color: #d9d9d9;
}

/* Primary */

.btn-primary {
  background-color: #0099FF;
  border: 1px solid #008fee;
  color: #ffffff;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0099FF;
  border: 1px solid #008fee;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
/* IE */
.lt-ie9 .btn:hover,
.lt-ie9 .btn:focus {
  background-color: #008fee;
}

/* Bootstrap Buttons
---------------------------------------------------------------------------- */

/* Info */

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
  color: #ffffff;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* IE */
.lt-ie9 .btn-info:hover {
  background-color: #46b8da;
}

/* Success */

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
  color: #ffffff;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* IE */
.lt-ie9 .btn-success:hover {
  background-color: #4cae4c;
}

/* Warning */

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
  color: #ffffff;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* IE */
.lt-ie9 .btn-warning:hover {
  background-color: #eea236;
}

/* Danger */

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
  color: #ffffff;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* IE */
.lt-ie9 .btn-danger:hover {
  background-color: #d43f3a;
}

/* Inverse */

.btn-inverse {
  color: #ffffff;
  background-color: #ff0000;
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  background-image: none;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #191919;
  border-color: #222;
  color: #ffffff;
}
/* IE */
.lt-ie9 .btn-inverse:hover {
  background-color: #191919;
}

/* Link */

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
  background-image: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}
/* IE */
.lt-ie9 .btn-link:hover {
  background-color: transparent;
}

/* Button sizes
---------------------------------------------------------------------------- */

.btn-large,
.btn-small,
.btn-mini {
	margin-right: 10px;
  margin-bottom: 16px;
  box-shadow:
    0px 1px 1px rgba(200, 200, 200, 0.9),
    2px 1px 1px rgba(200, 200, 200, 0.9),
    1px 2px 1px rgba(200, 200, 200, 0.9),
    3px 2px 1px rgba(80, 80, 80, 0.2),
    2px 3px 1px rgba(80, 80, 80, 0.2),
    4px 3px 2px rgba(210, 210, 210, 0.3),
    3px 4px 2px rgba(213, 213, 213, 0.3),
    5px 4px 2px rgba(216, 216, 216, 0.3),
    4px 5px 2px rgba(219, 219, 219, 0.3),
    6px 5px 2px rgba(223, 223, 223, 0.3),
    5px 6px 2px rgba(226, 226, 226, 0.3),
    7px 6px 4px rgba(229, 229, 229, 0.3),
    6px 7px 4px rgba(233, 233, 233, 0.3),
    8px 7px 6px rgba(236, 236, 236, 0.3),
    7px 8px 6px rgba(239, 239, 239, 0.5),
    9px 8px 9px rgba(243, 243, 243, 0.7),
    8px 9px 9px rgba(246, 246, 246, 0.9);
}
.btn-large {
  padding: 15px 22px 13px;
  font-size: 18px;
}
.btn-small {
  padding: 8px 14px 6px;
}
.btn-mini {
  padding: 6px 12px 4px;
}

/* Badge
---------------------------------------------------------------------------- */

.badge {
  margin-left: 1em;
  margin-right: 1em;
  padding: 2px 10px;
  line-height: 2em;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge-info {
  background-color: #0099FF;
}

/* Inline Labels
---------------------------------------------------------------------------- */

span.label-red,
span.label-blue,
span.label-green,
span.label-grey,
span.label-orange {
  padding:2px 6px;
  font-size:14px;
  color:#fff;
}

span.label-red {
  background-color:#ff4444;
}
span.label-red:hover {
  background-color:#cc0000;
}

span.label-blue {
  background-color:#0192c9;
}
span.label-blue:hover {
  background-color:#016d96;
}

span.label-green {
  background-color:#65a23a;
}
span.label-green:hover {
  background-color:#467028;
}

span.label-orange {
  background-color:#f89406;
}
span.label-orange:hover {
  background-color:#d78005;
}

span.label-grey {
  background-color: #444444;
}
span.label-grey:hover {
  background-color: #1F1F1F;
}

/* Box Icons
---------------------------------------------------------------------------- */

.simple-box,
.info-box,
.success-box,
.warning-box,
.error-box {
	margin: 10px 0 11px;
  padding: 9px 35px 9px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.simple-box {
	background-color: #eeeeee;
	border: 1px solid #e7e7e7;
	color: #777;
}
.info-box {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
}
.success-box {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#468847;
}
.warning-box {
	background-color:#fcf8e3;
	border: 1px solid #fbeed5;
	color:#c09853;
}
.error-box {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

/* Bubbles
---------------------------------------------------------------------------- */

.bubble-red,
.bubble-blue,
.bubble-green,
.bubble-grey,
.bubble-orange {
	position: relative;
	padding: 15px;
	margin: 10px 0;
	color: #444;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bubble-red:after,
.bubble-blue:after,
.bubble-green:after,
.bubble-grey:after,
.bubble-orange:after {
	position: absolute;
	bottom: -12px;
	left: 50px;
	width: 0;
	border-width: 12px 12px 0;
	border-style: solid;
	content: "";
	display: block;
}

/* Bubble Red */

.bubble-red {
	border: 2px solid #f44;
}
.bubble-red:after {
	border-color: #f44 transparent;
}

/* Bubble Blue */

.bubble-blue {
	border: 2px solid #0c82c5;
}
.bubble-blue:after {
	border-color: #0c82c5 transparent;
}

/* Bubble Green */

.bubble-green {
	border: 2px solid #9bbb04;
}
.bubble-green:after {
	border-color: #9bbb04 transparent;
}

/* Bubble Grey */

.bubble-grey {
	border: 2px solid #ccc;
}
.bubble-grey:after {
	border-color: #ccc transparent;
}

/* Bubble Orange */

.bubble-orange {
	border: 2px solid orange;
}
.bubble-orange:after {
	border-color: orange transparent;
}

/* Image Styles
---------------------------------------------------------------------------- */

.img-right,
.img-left,
.img-rounded {
	vertical-align: middle;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
}

/* Image Right */

.img-right {
  float: right;
  margin: 0 0 10px 30px;
}

@media handheld, only screen and (max-width: 480px) {

  .img-right {
    float: none;
    margin: 0;
  }

}

/* Image Left */

.img-left {
  float:left;
  margin: 0 30px 10px 0;
}

@media handheld, only screen and (max-width: 480px) {

  .img-left {
    float: none;
    margin: 0;
  }

}

/* Image Center */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Image Rounded */

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Image Circle */

.img-circle {
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Image Polaroid */

.img-polaroid {
	padding: 7px;
	background-color: #eee;
	border: 1px solid #ddd;
}

/* Image Shadow */

.img-shadow {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.47);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.47);
  box-shadow: 0 0 5px rgba(0,0,0,.47);
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

/* Menu Basic
---------------------------------------------------------------------------- */

.moduletable ul.nav.menubasic,
div[class^="moduletable-"] ul.nav.menubasic,
div[class*=" moduletable-"] ul.nav.menubasic {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.moduletable ul.nav.menubasic li,
div[class^="moduletable-"] ul.nav.menubasic li,
div[class*=" moduletable-"] ul.nav.menubasic li {
  list-style-type: none;
  margin-bottom: 0;
  line-height: 2em;
  border-top: 1px solid #ddd;
}
.moduletable ul.nav.menubasic li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li:first-child {
  border-top: none;
}
.moduletable ul.nav.menubasic li.current:first-child,
div[class^="moduletable-"] ul.nav.menubasic li.current:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li.current:first-child,
.moduletable ul.nav.menubasic li:first-child:hover,
div[class^="moduletable-"] ul.nav.menubasic li:first-child:hover,
div[class*=" moduletable-"] ul.nav.menubasic li:first-child:hover {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.moduletable ul.nav.menubasic li.current:last-child,
div[class^="moduletable-"] ul.nav.menubasic li.current:last-child,
div[class*=" moduletable-"] ul.nav.menubasic li.current:last-child,
.moduletable ul.nav.menubasic li:last-child:hover,
div[class^="moduletable-"] ul.nav.menubasic li:last-child:hover,
div[class*=" moduletable-"] ul.nav.menubasic li:last-child:hover {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.moduletable ul.nav.menubasic li.deeper.parent li.current,
div[class^="moduletable-"] ul.nav.menubasic li.deeper.parent li.current,
div[class*=" moduletable-"] ul.nav.menubasic li.deeper.parent li.current,
.moduletable ul.nav.menubasic li.deeper.parent li.current:last-child,
div[class^="moduletable-"] ul.nav.menubasic li.deeper.parent li.current:last-child,
div[class*=" moduletable-"] ul.nav.menubasic li.deeper.parent li.current:last-child {
	border-radius: 0;
}
.moduletable ul.nav.menubasic li a,
div[class^="moduletable-"] ul.nav.menubasic li a,
div[class*=" moduletable-"] ul.nav.menubasic li a {
  padding: 7px 14px 6px !important;
  line-height: 2em;
  display: block;
}
.moduletable ul.nav.menubasic li li a,
div[class^="moduletable-"] ul.nav.menubasic li li a,
div[class*=" moduletable-"] ul.nav.menubasic li a li li a {
  padding-left: 28px!important;
}
.moduletable ul.nav.menubasic li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li a {
  padding-left: 42px!important;
}
.moduletable ul.nav.menubasic li li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li li a{
  padding-left: 56px!important;
}
.moduletable ul.nav.menubasic li li li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li li li a {
  padding-left: 70px!important;
}
.moduletable ul.nav.menubasic li li li li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li li li li a {
  padding-left: 84px!important;
}
.moduletable ul.nav.menubasic li a:before,
div[class^="moduletable-"] ul.nav.menubasic li a:before,
div[class*=" moduletable-"] ul.nav.menubasic li a:before,
.moduletable ul.nav.menubasic li.current ul.nav-child a:before,
div[class^="moduletable-"] ul.nav.menubasic li.current ul.nav-child a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.current ul.nav-child a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
  padding-right: 0;
  color: #aaa;
  float: right;
  font-size: 15px;
  line-height: 2em;
}
.moduletable .menubasic a:hover,
div[class^="moduletable-"] .menubasic a:hover,
div[class*=" moduletable-"] .menubasic a:hover,
.moduletable ul.nav.menubasic li.current:hover,
div[class^="moduletable-"] ul.nav.menubasic li.current:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.current:hover,
.moduletable .menubasic li.active ul.nav-child,
div[class^="moduletable-"] .menubasic li.active ul.nav-child,
div[class*=" moduletable-"] .menubasic li.active ul.nav-child,
.moduletable ul.nav.menubasic li.current a:focus, div[class^="moduletable-"] ul.nav.menubasic li.current a:focus, div[class*=" moduletable-"] ul.nav.menubasic li.current a:focus, .moduletable ul.nav.menubasic > li > a:focus, div[class^="moduletable-"] ul.nav.menubasic > li > a:focus, div[class*=" moduletable-"] ul.nav.menubasic > li > a:focus {
  background-color: #fff;
	color: #444;
	border-radius: 5px !important;
}
.moduletable ul.nav.menubasic li a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li a:hover:before {
  color: #777;
}
.moduletable ul.nav.menubasic li.current,
div[class^="moduletable-"] ul.nav.menubasic li.current,
div[class*=" moduletable-"] ul.nav.menubasic li.current,
.moduletable ul.nav.menubasic li.current.active.deeper.parent,
div[class^="moduletable-"] ul.nav.menubasic li.current.active.deeper.parent,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active.deeper.parent,
.moduletable .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent,
div[class^="moduletable-"] .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent,
div[class*=" moduletable-"] .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent {
  background-color: #0099ff;
	color: #fff;
}
.moduletable ul.nav.menubasic li.current ul.nav-child a,
div[class^="moduletable-"] ul.nav.menubasic li.current ul.nav-child a,
div[class*=" moduletable-"] ul.nav.menubasic li.current ul.nav-child a {
	color: #0099ff;
}
.moduletable ul.nav.menubasic li.current a,
div[class^="moduletable-"] ul.nav.menubasic li.current a,
div[class*=" moduletable-"] ul.nav.menubasic li.current a {
	color: #fff;
}
.moduletable ul.nav.menubasic li.current a:hover,
div[class^="moduletable-"] ul.nav.menubasic li.current a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.current a:hover {
	border-radius: 0;
	color: #444!important;
}
.moduletable ul.nav.menubasic li.current a:first-child,
div[class^="moduletable-"] ul.nav.menubasic li.current a:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li.current a:first-child {
	color: #fff;
}
.moduletable ul.nav.menubasic li.current a:before,
div[class^="moduletable-"] ul.nav.menubasic li.current a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.current a:before {
  color: #fff;
}
.moduletable ul.nav.menubasic li.current a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li.current a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li.current a:hover:before {
  color: #444!important;
}
.moduletable ul.nav.menubasic li li,
div[class^="moduletable-"] ul.nav.menubasic li li,
div[class*=" moduletable-"] ul.nav.menubasic li li,
.moduletable ul.nav.menubasic li li li,
div[class^="moduletable-"] ul.nav.menubasic li li li,
div[class*=" moduletable-"] ul.nav.menubasic li li li,
.moduletable ul.nav.menubasic li li li li,
div[class^="moduletable-"] ul.nav.menubasic li li li li,
div[class*=" moduletable-"] ul.nav.menubasic li li li li {
  line-height: 2em;
  padding-left: 0;
}
.moduletable ul.nav.menubasic li li:hover,
div[class^="moduletable-"] ul.nav.menubasic li li:hover,
div[class*=" moduletable-"] ul.nav.menubasic li li:hover,
.moduletable ul.nav.menubasic li li li:hover,
div[class^="moduletable-"] ul.nav.menubasic li li li:hover,
div[class*=" moduletable-"] ul.nav.menubasic li li li:hover,
.moduletable ul.nav.menubasic li li li li:hover,
div[class^="moduletable-"] ul.nav.menubasic li li li li:hover,
div[class*=" moduletable-"] ul.nav.menubasic li li li li:hover {
  background: none;
}
.moduletable ul.nav.menubasic li li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li li:first-child,
.moduletable ul.nav.menubasic li li li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li li li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li li li:first-child,
.moduletable ul.nav.menubasic li li li li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li li li li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li li li li:first-child {
  border-top: 1px solid #ddd;
}

/* IE */
.lt-ie9 .moduletable ul.nav.menubasic,
.lt-ie9 div[class^="moduletable-"] ul.nav.menubasic,
.lt-ie9 div[class*=" moduletable-"] ul.nav.menubasic {
  margin-left: 0;
}
.lt-ie9 .moduletable ul.nav.menubasic ul {
  margin-left: 0;
}
.lt-ie9 .moduletable ul.nav.menubasic li a,
.lt-ie9 div[class^="moduletable-"] ul.nav.menubasic li a,
.lt-ie9 div[class*=" moduletable-"] ul.nav.menubasic li a,
.lt-ie9 .moduletable ul.nav.menubasic > li,
.lt-ie9 div[class^="moduletable-"] ul.nav.menubasic > li,
.lt-ie9 div[class*=" moduletable-"] ul.nav.menubasic > li {
  position: static;
}

/* Menu Arrow
---------------------------------------------------------------------------- */

.moduletable ul.nav.menuarrow,
div[class^="moduletable-"] ul.nav.menuarrow,
div[class*=" moduletable-"] ul.nav.menuarrow {
  list-style-type: none;
  margin-bottom: 0;
}
.moduletable ul.nav.menuarrow li,
div[class^="moduletable-"] ul.nav.menuarrow li,
div[class*=" moduletable-"] ul.nav.menuarrow li {
  line-height: 24px;
}
.moduletable ul.nav.menuarrow li li,
div[class^="moduletable-"] ul.nav.menuarrow li li,
div[class*=" moduletable-"] ul.nav.menuarrow li li,
.moduletable ul.nav.menuarrow li li li,
div[class^="moduletable-"] ul.nav.menuarrow li li li,
div[class*=" moduletable-"] ul.nav.menuarrow li li li,
.moduletable ul.nav.menuarrow li li li li,
div[class^="moduletable-"] ul.nav.menuarrow li li li li,
div[class*=" moduletable-"] ul.nav.menuarrow li li li li {
  padding-left: 1.4em;
}
.moduletable ul.nav.menuarrow li a:before,
div[class^="moduletable-"] ul.nav.menuarrow li a:before,
div[class*=" moduletable-"] ul.nav.menuarrow li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}
.moduletable ul.nav.menuarrow li.current.active a,
div[class^="moduletable-"] ul.nav.menuarrow li.current.active a,
div[class*=" moduletable-"] ul.nav.menuarrow li.current.active a {
  color: #444;
  line-height: 2em;
}


/* 6. MODULE VARIATIONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Variation 1
---------------------------------------------------------------------------------- */

.moduletable-sfx1 h3 {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 6px;
	padding-bottom: 6px;
}
.moduletable-sfx1 h3 i {
	color: #111;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 2
---------------------------------------------------------------------------------- */

.moduletable-sfx2 h3 {
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #0099ff;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 6px;
	padding-bottom: 8px;
}
.moduletable-sfx2 h3 i {
	background-color: #0099ff;
	color: #FFF;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 3
---------------------------------------------------------------------------------- */

.moduletable-sfx3 h3 {
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #0099ff;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx3 h3 i {
	background-color: #0099ff;
	color: #FFF;
	padding: 10px;
	border-radius: 50%;
	margin-right: 21px;
}

/* Variation 4
---------------------------------------------------------------------------------- */

.moduletable-sfx4 {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx4 h3 {
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx4 h3 i {
	color: #111;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 5
---------------------------------------------------------------------------------- */

.moduletable-sfx5 {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx5 h3 {
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #0099ff;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx5 h3 i {
	background-color: #0099ff;
	color: #FFF;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 6
---------------------------------------------------------------------------------- */

.moduletable-sfx6 {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx6 h3 {
  font-size: 24px;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #0099ff;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx6 h3 i {
	background-color: #0099ff;
	color: #FFF;
	padding: 10px;
	border-radius: 50%;
	margin-right: 21px;
}

/* Variation 7
---------------------------------------------------------------------------------- */

.moduletable-sfx7 {
	color: #fff;
	background-color: #0099ff;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx7 h3 {
  color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx7 h3 i {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 8
---------------------------------------------------------------------------------- */

.moduletable-sfx8 {
	color: #fff;
	background-color: #0099ff;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx8 h3 {
  color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx8 h3 i {
	color: #0099ff;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 9
---------------------------------------------------------------------------------- */

.moduletable-sfx9 {
	color: #fff;
	background-color: #0099ff;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx9 h3 {
  color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 19px;
  margin-top: 8px;
	padding-bottom: 6px;
}
.moduletable-sfx9 h3 i {
	color: #0099ff;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	margin-right: 21px;
}

/* No Icon Variation */

div[class^="moduletable-"] .noicon i,
div[class*=" moduletable-"] .noicon i {
  display: none;
}


/* 7. COMPONENT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body.contentpane {
  padding: 1em;
  background-color: #fff;
}
body.contentpane a, body.component-body a {
    font-weight: normal;
}
body.contentpane #adminForm .table th,
body.contentpane #adminForm .table td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
body.contentpane fieldset.filter.clearfix .btn {
  padding: 2px 10px;
}
body.contentpane fieldset.filter.clearfix .btn [class^="fa fa-"],
body.contentpane fieldset.filter.clearfix .btn [class*=" fa fa-"] {
  font-size: 16px;
  padding:0;
}
body.contentpane #imageForm button.btn {
  padding :8px 12px 6px;
  text-transform: none;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 14px;
}
body.contentpane #imageForm button.btn:hover {
  border: 1px solid #ddd;
}
body.contentpane #imageForm button.btn.btn-primary:hover {
  border: none;
}
body.contentpane #imageForm #upbutton.btn  {
  padding: 2px 10px;
  margin-top: 7px;
}
body.contentpane #imageForm .control-group {
  margin: 0;
}

/* Fix for Bootstrap Print Links
---------------------------------------------------------------------------- */

@media print {
  a[href]:after {
    content: none;
  }
  #fav-nav-sm {
    display: none;
  }
  #fav-navbar {
    display: none;
  }
  #fav-styles {
    display: none;
  }
}

/* K2 Admin
---------------------------------------------------------------------------- */

body.contentpane td.hidden-phone a.modal {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: auto;
  margin-left: 0;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
div#k2Frontend table.k2FrontendToolbar td.button {
  font-weight: normal;
	display: inline-block;
  padding: 4px 16px;
	border-radius: 4px;
	margin-left: 7px;
  font-size: 14px;
  line-height: 21px;
  *line-height: 21px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div#k2Frontend table.k2FrontendToolbar td.button:hover {
  background-color: #eee;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div#k2Frontend table.k2FrontendToolbar td.button a:hover {
  color: #444;
}
span.icon-32-save.icon-save,
span.icon-32-cancel.icon-cancel,
div.btn-toolbar [class^="fa fa-"],
div.btn-toolbar [class*=" fa fa-"] {
  font-size: 16px;
  margin-right: 0.5em;
}
div.btn-toolbar .btn,
div.toggle-editor .btn-group {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.toggle-editor .btn-group {
  margin: 14px 0;
}
div.toggle-editor .btn-group a.btn {
  border: none;
  margin: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.btn-toolbar .btn:hover,
div.toggle-editor .btn-group:hover {
  background-color: #eee;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
div.btn-toolbar a.btn {
  margin: 21px 0 0;
}
div.btn-toolbar a.btn:hover {
  color: #444;
}
div#k2Frontend hr.sep,
div#k2Frontend .table td {
  border: none;
}
#k2FrontendEditToolbar h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	background-image: none;
}
div.dummyHeight {
  border: none;
  background-color: #e0e0e0;
}
/*

Theme Name: Favourite
Theme URL: http://demo.favthemes.com/favourite/
Description: Responsive and Customizable Joomla! Framework
Author: FavThemes
Author URI: http://www.favthemes.com
Bootstrap Authors: @mdo and @fat
Theme Version: 3.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html

*/


/*  Table of Content
============================================================================

1. GENERAL CSS
2. HEADER
3. CONTENT BLOCKS
4. EXTENSIONS
5. CUSTOM STYLES

============================================================================ */


/* 1. GENERAL CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {

  body {
    padding-left: 0!important;
    padding-right: 0!important;
  }

}
a {
  color: #0099ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #444;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300!important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 10px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #fff;
  border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}
img {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* 2. HEADER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-containerwrap {
	background: url(/templates/favourite/images/wood_pattern.png) repeat ;
}
#fav-container {
	background-color: #fff;
	margin-top: 9px;
	margin-bottom: 9px;
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
}
#fav-headerwrap {
	margin-bottom: 9px;
	padding-top: 7px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

/* Mobile */
@media handheld, only screen and (max-width: 768px) {

  #fav-header {
		padding-top: 20px;
  }

}

/* LOGO
---------------------------------------------------------------------------- */

#fav-logo {
  height: 100%;
  margin: 0;
  padding: 22px 0 0;
  text-align: left ;
}
#fav-logo h1 {
  margin: 0;
}
.defaultLogo,
.mediaLogo {
  display: block;
  padding: 0;
  margin: 0;
}
.textLogo {
  color: #111;
  font-size: 40px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 30px;
}
.slogan {
  color: #777;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.showRetinaLogo {
  display: none;
}

/* Mobile */
@media (max-width: 1199px) {

  .row #fav-logo {
    width: 100%;
    padding-top: 0;
  }
  #fav-logo {
    text-align: center;
    float: none;
    width: 100%;
  }

}
@media handheld, only screen and (max-width: 768px) {

  #fav-logo {
    margin-top: 0;
    padding-top: 0;
  }
  #fav-logo.span3 {
    margin-bottom: 0;
  }

}

/* NAVIGATION
---------------------------------------------------------------------------- */

#fav-nav {
  z-index: 100;
  position: relative;
  float: right;
}
#fav-nav .moduletable {
  background: none;
  overflow: visible;
  margin: 0;
}
#fav-nav .moduletable ul.nav.menu {
  float:right;
}
#fav-nav .moduletable ul.nav.menu li,
#fav-nav .moduletable ul.nav.menu li li,
#fav-nav .moduletable ul.nav.menu li li li,
#fav-nav .moduletable ul.nav.menu li li li li {
  line-height: 20px;
  padding-left: 0;
}
#fav-nav .navigation {
	margin-top: 26px;
}
#fav-nav .navigation li a {
  color: #777;
  padding: 14px 21px;
  margin: 0 0 0 14px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#fav-nav .navigation li a:before {
  content: none;
}
#fav-nav .navigation .nav-pills > .active > a,
#fav-nav .navigation .nav-pills > li > a:hover {
  background-color: #0099FF;
	color: #fff;
  text-decoration: none;
}
.navigation .nav-pills {
  margin-bottom: 0;
}

/* Subnav */

.navigation ul.nav-child {
  position: absolute;
  left: 10px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navigation ul.nav > li {
  position: relative;
  float: left;
}
.navigation ul.nav > li:hover > .nav-child,
.navigation ul.nav > li > a:focus + .nav-child,
.navigation ul.nav-child li:hover > ul {
  display: block;
}
#fav-nav .nav-pills ul.nav-child li > ul {
  margin: -38px 0 0 190px;
  padding: 0;
}
.navigation ul.nav-child a {
  display: block;
  clear: both;
  color: #333;
  font-size: 14px;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 2em!important;
  white-space: nowrap;
}
#fav-nav .navigation .nav-pills .nav-child {
  padding-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#fav-nav .navigation .nav-pills .nav-child a {
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  border-top: none!important;
  border-bottom: 1px solid #ddd;
}
#fav-nav .navigation .nav-pills .nav-child > .active > a,
#fav-nav .navigation .nav-pills .nav-child > li > a:hover  {
  text-decoration: none;
  color: #0099ff;
}
.navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}
.navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.navigation .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.navigation .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.navigation .nav-child li > ul:before {
  top: 10px;
  left: -7px;
  border-left: none;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
}
.navigation .nav-child li > ul:after {
  top: 11px;
  left: -6px;
  margin-top: 0;
  border-left: none;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
}

/* Mobile */
@media (min-width: 768px) and (max-width: 1199px) {

	#fav-headerwrap {
		padding-bottom: 0;
		border-bottom: none;
	}
	#fav-nav {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 14px 0px;
		margin-top: 32px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
  }
  #fav-nav .moduletable ul.nav.menu {
    float: none;
  }
  #fav-nav .navigation {
    display: table;
    margin: 0 auto;
  }
  #fav-nav .navigation .nav-pills {
    margin-top: 0;
  }

}

@media (min-width: 768px) and (max-width: 979px) {

   #fav-nav .navigation li a {
    padding: 10px;
   }

}
@media (min-width: 768px) {

  #fav-navbar {
    display: none;
  }

}

/* IE */
.lt-ie9 #fav-navbar,
.lt-ie9 #fav-nav {
  display: none;
}
.lt-ie9 #fav-header {
  position: relative;
  z-index: 9999;
}
.lt-ie9 .navigation ul.nav-child {
  padding-top: 0;
}
.lt-ie9 .navigation ul.nav-child a:hover {
  background-color: #fff;
}


/* Navbar for mobile view
---------------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {

  #fav-nav {
    display: none;
  }

  /* Navbar */

  #fav-navbar .moduletable {
    margin: 0;
    padding: 7px 0 0;
  }
  #fav-navbar .navbar {
    margin-bottom: 0;
  }
  #fav-navbar .navbar-inner {
    padding: 0;
  }
  #fav-navbar a.btn.btn-navbar {
    margin-bottom: 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

  /* Navbar collapse */

  #fav-navbar-collapse .moduletable ul li,
  #fav-navbar-collapse ul {
    background: none;
    float: none;
    padding: 0;
    margin: 0;
  }
  #fav-navbar-collapse li a {
    padding-left: 14px;
  }
  #fav-navbar-collapse li li a {
    padding-left: 28px;
  }
  #fav-navbar-collapse li li li a {
    padding-left: 42px;
  }
  #fav-navbar-collapse li li li li a {
    padding-left: 56px;
  }
  #fav-navbar-collapse li li li li li a {
    padding-left: 70px;
  }
  #fav-navbar-collapse a {
    display: block;
    padding: 4px 14px 2px;
    font-size: 14px;
    line-height: 2em;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
  }
  #fav-navbar-collapse a:before {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
    padding-top: 0;
    float: right;
    font-size: 15px;
    line-height: 2em;
    font-weight: normal;
  }
  .navbar-inverse .nav .active > a,
  .navbar .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar .nav .active > a:hover,
  .navbar-inverse .nav .active > a:focus,
  .navbar .nav .active > a:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* Navbar Light */

  div.navbar #fav-navbar-collapse li a:hover,
  div.navbar #fav-navbar-collapse li li a:hover,
  div.navbar #fav-navbar-collapse li li li a:hover,
  div.navbar #fav-navbar-collapse li li li li a:hover,
  div.navbar #fav-navbar-collapse li a:focus,
  div.navbar #fav-navbar-collapse li li a:focus,
  div.navbar #fav-navbar-collapse li li li a:focus,
  div.navbar #fav-navbar-collapse li li li li a:focus,
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #eee!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  div.navbar #fav-navbar-collapse li li:hover,
  div.navbar #fav-navbar-collapse li li li:hover,
  div.navbar #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar #fav-navbar-collapse li {
    border-top: 1px solid #ddd;
  }
  div.navbar #fav-navbar-collapse a {
    color: #444;
  }
  div.navbar #fav-navbar-collapse a:before {
    color: #aaa;
  }
  div.navbar #fav-navbar-collapse li a:hover:before,
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #777;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
      color: #333;
      background-color: #fff;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
      color: #aaa;
  }
  div.navbar #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
      color: #444;
  }
  .navbar .btn-navbar .icon-bar {
    background-color: #444;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
  }

  /* Navbar Inverse */

  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li a:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #333!important;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li {
    border-top: 1px solid #222;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
    color: #fff;
    background-color: #111;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
    color: #fff;
  }
  div.navbar.navbar-inverse .btn-navbar .icon-bar {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  #fav-navbar.navbar.navbar-inverse a.btn.btn-navbar {
    border-color: #040404 #040404 #000;
  }

}


/* 3. CONTENT BLOCKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-slide,
#fav-intro,
#fav-showcase,
#fav-promo,
#fav-top,
#fav-maintop,
#fav-bottom,
#fav-user,
#fav-footer {
  padding-top: 11px;
  padding-bottom: 10px;
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-slide,
  #fav-intro,
  #fav-showcase,
  #fav-promo,
  #fav-top,
  #fav-maintop,
  #fav-bottom,
  #fav-user,
  #fav-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

}

/* SLIDE
---------------------------------------------------------------------------- */

#fav-slide .moduletable li,
#fav-slide div[class^="moduletable-"] li,
#fav-slide div[class*=" moduletable-"] li {
  background: none;
}
#fav-slide .moduletable li ul,
#fav-slide div[class^="moduletable-"] li ul,
#fav-slide div[class*=" moduletable-"] li ul {
  margin-bottom: 14px;
}

/* Mobile */
@media (max-width: 767px) {

  #fav-slide .moduletable li ul,
  #fav-slide div[class^="moduletable-"] li ul,
  #fav-slide div[class*=" moduletable-"] li ul {
    margin-bottom: 0;
  }

}

/* BREADCRUMBS
---------------------------------------------------------------------------- */

#fav-breadcrumbs .moduletable,
#fav-breadcrumbs div[class^="moduletable-"],
#fav-breadcrumbs div[class*=" moduletable-"] {
  font-size: 0.9em;
  margin: 5px 0px 2px;
}
#fav-breadcrumbs .moduletable img,
#fav-breadcrumbs div[class^="moduletable-"] img,
#fav-breadcrumbs div[class*=" moduletable-"] img {
  display: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-breadcrumbs .moduletable,
  #fav-breadcrumbs div[class^="moduletable-"],
  #fav-breadcrumbs div[class*=" moduletable-"] {
    margin-top: 10px;
    margin-bottom: 0;
  }

}

/* TOP
---------------------------------------------------------------------------- */

#fav-topwrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 14px;
	margin-bottom: 18px;
}


/* MAIN
---------------------------------------------------------------------------- */

#fav-messagewrap .row-fluid [class*="span"] {
  min-height:0;
}
#system-message {
  margin-top: 10px;
}
#fav-mainwrap .row-fluid [class*="span"] {
  min-height: 10px;
}

/* COPYRIGHT
---------------------------------------------------------------------------- */

#fav-copyrightwrap {
	border-top: 1px solid #ddd;
	margin-top: 2px;
}
#fav-copyright ul.nav.menu {
  float: right;
  margin: 10px 0;
}
#fav-copyright ul.nav.menu li {
  float: left;
  list-style:none;
  background: none;
  line-height: 21px;
}
#fav-copyright ul.nav.menu li a {
  display: block;
  color: #333333;
  margin-left: 21px;
}
#fav-copyright ul.nav.menu li.active a,
#fav-copyright ul.nav.menu li a:hover,
#fav-copyright ul.nav.menu li:hover a {
  color: #0099FF;
  text-decoration:none;
}
#fav-showcopyright p {
  padding: 21px 0 7px;
  line-height: 21px;
  font-size: 14px;
}
/* Mobile */
@media (max-width: 768px) {

  #fav-copyright .moduletable ul.nav.menu {
    margin: 0 auto;
    display: table;
  }
  #fav-copyright ul.nav.menu {
    float: none;
  }
  #fav-copyright ul.nav.menu li a {
    margin: 0 21px 0 0;
  }
  #fav-showcopyright {
    text-align: center;
  }

}
@media (max-width: 480px) {

  #fav-copyright ul.nav.menu li {
    float: none;
    text-align: center;
    padding: 4px;
  }
  #fav-copyright ul.nav.menu li a {
    margin: 0;
  }

}

/* BACKTOP
---------------------------------------------------------------------------- */

a.backtop i {
  background-color: #777;
  color: #FFFFFF;
  font-size: 2em;
  padding-right: 0;
  padding: 0.3em 0.5em;
  display: block;
	border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.backtop i:hover {
  opacity: 0.8;
}
#fav-backtotop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  width: 55px;
}
#fav-backtotop .backtop {
  float: right;
}

@media (max-width: 1199px) {

  #fav-backtotop {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 36px;
    float: right;
  }

}

/* Mobile */
@media (min-width: 768px) {

  #fav-backtotop-mobile {
    display: none;
  }

}
@media handheld, only screen and (max-width: 767px) {

  #fav-backtotop {
    display: none;
  }
  #fav-backtotop-mobile {
    text-align: center;
    margin-bottom: 10px;
  }

}

/* IE */
.lt-ie9 #fav-backtotop {
  padding-bottom: 1em;
}
.lt-ie9 #fav-backtotop-mobile {
  display: none;
}

/* MOBILE PARAMETERS
---------------------------------------------------------------------------- */

@media (max-width: 480px) {
  #fav-main img,
  .moduletable .custom img,
  div[class^="moduletable-"] div[class^="custom-"] img,
  div[class*=" moduletable-"] div[class*=" custom-"] img,
  .img-left,
  .img-right {
    display: inline-block ;
  }

  #fav-advertwrap,
  #fav-intro1, #fav-intro2, #fav-intro3, #fav-intro4,
  #fav-slide1, #fav-slide2,
  #fav-showcase1, #fav-showcase2, #fav-showcase3, #fav-showcase4,
  #fav-promo1, #fav-promo2, #fav-promo3,
  #fav-top1, #fav-top2, #fav-top3, #fav-top4,
  #fav-maintop1, #fav-maintop2, #fav-maintop3,
  #fav-sidebar1, #fav-sidebar2,
  #fav-mainbottom1, #fav-mainbottom2, #fav-mainbottom3,
  #fav-bottom1, #fav-bottom2, #fav-bottom3, #fav-bottom4,
  #fav-user1, #fav-user2, #fav-user3,
  #fav-footer1, #fav-footer2, #fav-footer3, #fav-footer4,
  #fav-copyright1, #fav-copyright2,
  #fav-debug {
    display: block ;
  }
}


/* 4. EXTENSIONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* FAVSLIDER
---------------------------------------------------------------------------- */

.favdemo .fav-control-nav {
	bottom: 14px!important;
}
.favdemo div[id^="slider-"].favslider,
.favdemo div[id*=" slider-"].favslider {
	margin-bottom: 10px!important;
}
div[id^="slider-"].favslider,
div[id*=" slider-"].favslider {
  position: relative;
}
.favslider .fav-next,
.favslider .fav-prev {
  opacity: 1;
}
.favslider:hover .fav-next:hover,
.favslider:hover .fav-prev:hover {
  opacity: 0.8;
}
.favslider .fav-prev,
.favslider:hover .fav-prev {
	left: 5px!important;
}
.favslider .fav-next,
.favslider:hover .fav-next {
	right: 5px!important;
}
#fav-caption {
  left: 0;
  right: 0;
	margin: 0 auto;
  top: 36%;
  bottom: auto;
  width: 60%;
	padding: 21px;
	text-shadow: none;
  background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
#fav-caption h3 {
  font-size: 36px;
	color: #333;
	margin: 6px 0 4px;
	padding: 0;
	line-height: 1.2em;
  text-transform: uppercase;
	text-align:center;
	font-weight: 300;
	border: none;
}
#fav-caption p {
	color: #333;
	text-align:center;
}

@media handheld, only screen and (max-width: 990px) {

	#fav-caption h3 {
  	font-size: 30px;
	}

}

@media handheld, only screen and (max-width: 767px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 26px;
		margin-bottom: 0;
	}
	.fav-direction-nav li .fav-next,
	.favslider:hover .fav-direction-nav li .fav-next,
	.fav-direction-nav li .fav-prev,
	.favslider:hover .fav-direction-nav li .fav-prev {
		top: 50%;
	}

}

@media handheld, only screen and (max-width: 600px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 24px;
	}
	#fav-caption p {
  	font-size: 16px;
		margin-bottom: 0;
	}

}

@media handheld, only screen and (max-width: 480px) {

	#fav-caption {
  	top: 20%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 21px;
	}
	#fav-caption p {
  	font-size: 12px;
	}

}

@media handheld, only screen and (max-width: 320px) {

	#fav-caption {
  	top: 10%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 18px;
	}

}

 /* IE */
.lt-ie9 #fav-caption {
  background-color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  padding: 1% 3% 2%;
}


/* FAVGLYPH
---------------------------------------------------------------------------- */

.favdemo .favglyph-icon-center h2 {
	font-weight: 400!important;
}
.favdemo #favglyph .favglyph-icon-center i {
	color: #0099ff;
}
.favdemo .favglyph-icon-left #favglyph,
.favdemo .favglyph-icon-right #favglyph {
	margin-top: 0;
	margin-bottom: 21px;
}
.favdemo .favglyph-icon-left #favglyph-icon,
.favdemo .favglyph-icon-right #favglyph-icon {
	border-color: #0099ff;
}
.favdemo #favglyph .favglyph-icon-left i,
.favdemo #favglyph .favglyph-icon-right i {
	background-color: #0099ff;
}


/* FAVSOCIAL
---------------------------------------------------------------------------- */

.favdemo div[id^="favsocial"] a,
.favdemo div[id*=" favsocial"] a {
	border: 1px solid #ddd;
}
.favdemo ul#favsocial-list {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.favdemo #favsocial {
	margin-top: 3px;
}


/* FAVEFFECTS
---------------------------------------------------------------------------- */

.favdemo #faveffects {
	margin-top: 40px;
}
.favdemo #faveffects i {
	color: #0099ff;
}
.favdemo #faveffects i:hover {
	color: #444!important;
}
.favdemo #faveffects p[id^="faveffects-title"] a,
.favdemo #faveffects p[id*=" faveffects-title"] a {
	font-weight: 300;
}
@media handheld, only screen and (max-width: 990px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 16px!important;
	}

}
@media handheld, only screen and (max-width: 767px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 14px!important;
	}

}
@media handheld, only screen and (max-width: 480px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 21px!important;
	}

}


/* 5. CUSTOM STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-download p {
  margin: 0;
}
#fav-download #fav-download-message {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3em;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
}
#fav-download #fav-download-btn {
  float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
}
#fav-download a.btn.btn-primary.btn-large {
	margin-bottom: 9px;
}

/* Mobile */
@media handheld, only screen and (max-width: 1199px) {

 #fav-download #fav-download-message {
    float: none;
    text-align: center;
    padding: 4px 0 21px;
  }
  #fav-download #fav-download-btn {
    float: none;
    font-size: 16px;
    text-align: center;
		bottom: 4px;
		margin-top: 4px;
		position: relative;
  }

}
/*

Theme Name: Favourite
Theme URL: http://demo.favthemes.com/favourite/
Description: Responsive and Customizable Joomla! Framework 
Author: FavThemes
Author URI: http://www.favthemes.com
Bootstrap Authors: @mdo and @fat
Theme Version: 3.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html

*/

/* STYLE 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* TEMPLATE CSS
---------------------------------------------------------------------------- */

/* Links */
a {
  color: #0099FF;
}
/* Navigation */
#fav-nav .navigation .nav-pills > .active > a, 
#fav-nav .navigation .nav-pills > li > a:hover {
  background-color: #0099FF;
	color: #fff;
}
#fav-nav .navigation .nav-pills .nav-child > .active > a, 
#fav-nav .navigation .nav-pills .nav-child > li > a:hover  {
  color: #0099ff;
}
/* Copyright */
#fav-copyright ul.nav.menu li.active a, 
#fav-copyright ul.nav.menu li a:hover, 
#fav-copyright ul.nav.menu li:hover a { 
  color: #0099FF;  
}

/* JOOMLA! CSS  
---------------------------------------------------------------------------- */

/* Article Title */
.page-header h2 a:hover, 
h2.item-title a:hover { 
	color: #0099ff; 
}
/* Article Info */
ul.dropdown-menu a:hover { 
  color: #0099FF; 
  background-color: transparent;
  background-image:none;  
}
/* Create Article */
div.edit button.btn.btn-primary {
  background-color: #0099FF; 
  color: #fff; 
  border: 1px solid #008fee;
}
div.edit button.btn.btn-primary:hover {
  background-color: #0099FF;
  border: 1px solid #008fee;
}
/* Buttons */
.btn-primary { 
  background-color: #0099FF; 
  border: 1px solid #008fee;
  color: #ffffff;
}
.btn-primary:hover { 
  background-color: #0099FF;
  border: 1px solid #008fee;
  color: #ffffff;
}
/* Badge */
.badge-info {
background-color: #0099FF;
}
/* Menu Basic */
.moduletable ul.nav.menubasic li.current,
div[class^="moduletable-"] ul.nav.menubasic li.current,
div[class*=" moduletable-"] ul.nav.menubasic li.current,
.moduletable ul.nav.menubasic li.current.active.deeper.parent,
div[class^="moduletable-"] ul.nav.menubasic li.current.active.deeper.parent,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active.deeper.parent,
.moduletable .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent,
div[class^="moduletable-"] .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent,
div[class*=" moduletable-"] .menubasic li.active ul.nav-child:hover li.current.active.deeper.parent {
  background-color: #0099ff;
	color: #fff;
}
.moduletable ul.nav.menubasic li.current ul.nav-child a,
div[class^="moduletable-"] ul.nav.menubasic li.current ul.nav-child a,
div[class*=" moduletable-"] ul.nav.menubasic li.current ul.nav-child a {
	color: #0099ff;
}
/* Pagination */
.pagination ul li.active a {
	color: #0099ff;
}
/* Variation 2 */
.moduletable-sfx2 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx2 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 3 */
.moduletable-sfx3 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx3 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 5 */
.moduletable-sfx5 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx5 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 6 */
.moduletable-sfx6 h3 {
	border-bottom: 1px solid #0099ff;
}
.moduletable-sfx6 h3 i {
	background-color: #0099ff;
	color: #FFF;
}
/* Variation 7 */
.moduletable-sfx7 {
	color: #fff;
	background-color: #0099ff;
}
/* Variation 8 */
.moduletable-sfx8 {
	color: #fff;
	background-color: #0099ff;
}
.moduletable-sfx8 h3 i {
	color: #0099ff;
	background-color: #fff;
}
/* Variation 9 */
.moduletable-sfx9 {
	color: #fff;
	background-color: #0099ff;
}
.moduletable-sfx9 h3 i {
	color: #0099ff;
	background-color: #fff;
}


/* K2 CSS
---------------------------------------------------------------------------- */

/* Category Title */
div.itemListCategory h2:before {
  color: #0099FF;
}
/* Category Item Title */
div.catItemHeader h3.catItemTitle a:hover {
	color: #0099FF; 
}
/* Category Item Featured  */
div.itemIsFeatured h2:before, 
div.catItemIsFeatured h3:before, 
div.userItemIsFeatured h3:before {
	color: #0099FF;
	background-color: #fff;
}
/* K2 Pagination  */
div.k2Pagination ul li.active a {
	color: #0099ff;
}
/* Latest Items Title */
div.latestItemsCategory h2:before {
  color: #0099FF;
}
/* K2 User */
div.k2LoginBlock fieldset.input input.button,
div.k2UserBlock form input.button.ubLogout {
	background-color: #0099FF; 
  color: #fff; 
  border: 1px solid #008fee;
}
div.k2LoginBlock fieldset.input input.button:hover,
div.k2UserBlock form input.button.ubLogout:hover {
	background-color: #0099FF;
  border: 1px solid #008fee;
}
/* User Profile */
.k2AccountPage button.button.validate {
	background-color: #0099FF; 
  color: #fff; 
  border: 1px solid #008fee;
}
.k2AccountPage button.button.validate:hover { 
  background-color: #0099FF;
  border: 1px solid #008fee;
}

/* EXTENSIONS
---------------------------------------------------------------------------- */

/* FavGlyph */
.favdemo #favglyph .favglyph-icon-center i {
	color: #0099ff!important;
}
.favdemo .favglyph-icon-left #favglyph-icon,
.favdemo .favglyph-icon-right #favglyph-icon {
	border-color: #0099ff!important;
}
.favdemo #favglyph .favglyph-icon-left i,
.favdemo #favglyph .favglyph-icon-right i {
	background-color: #0099ff!important;
}
/* FavEffects */
.favdemo #faveffects i {
	color: #0099ff!important;
}
