@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
.border-box {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
}
.clear-fix:after {
  clear: both;
}
.clear {
  clear: both;
}
#serif {
  font-family: 'Rokkitt', serif;
}
#sans-serif {
  font-family: 'Lato', sans-serif;
}
/*!
 *  Font Awesome 4.0.3 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('font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') 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 #eee;
  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);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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";
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #423e35;
  font-family: 'Lato', sans-serif;
  color: #333;
  line-height: 140%;
}
a {
  color: #015FB1;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}
h1 span {
  font-weight: normal;
  color: #888;
}
h1 span a {
  color: #888;
}
.wrapper {
  max-width: 100%;
  min-width: 900px;
  margin: 0 0 1em;
  -webkit-box-shadow: 0 0 1em 0 #111;
  -moz-box-shadow: 0 0 1em 0 #111;
  box-shadow: 0 0 1em 0 #111;
}
.main-header {
  background: #fcfcfc;
}
.secondary-header {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: block;
  border-bottom: 1px solid #4a463d;
}
.secondary-header .fa {
  float: right;
}
.info-header {
  margin-bottom: -1px;
  padding: 0.5em;
  display: block;
  background: #93A053;
  background: #aab571;
  background: -moz-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aab571), color-stop(100%, #848f4a));
  background: -webkit-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: -o-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: -ms-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: linear-gradient(top, #aab571 0%, #848f4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aab571, endColorstr=#848f4a, GradientType=0);
  color: whitesmoke;
}
.main-nav {
  background: #4a463d;
  background: -moz-linear-gradient(top, #4a463d 0%, #3c3931 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a463d), color-stop(100%, #3c3931));
  background: -webkit-linear-gradient(top, #4a463d 0%, #3c3931 100%);
  background: -o-linear-gradient(top, #4a463d 0%, #3c3931 100%);
  background: -ms-linear-gradient(top, #4a463d 0%, #3c3931 100%);
  background: linear-gradient(top, #4a463d 0%, #3c3931 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a463d, endColorstr=#3c3931, GradientType=0);
  z-index: 3;
  height: 3.5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.main-nav .site-logo {
  float: left;
  padding: 0;
}
.main-nav .site-logo img {
  max-height: 100%;
  height: 2.25em;
  margin: 0.5em 2em 0;
}
.main-nav .nav-list {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.main-nav .nav-list > li {
  float: left;
  position: relative;
}
.main-nav .nav-list > li a {
  color: #dce1c5;
  padding: 1.25em 1em;
  line-height: 1em;
  display: block;
}
.main-nav .nav-list > li.active,
.main-nav .nav-list > li:hover {
  background: #3b3935;
}
.main-nav .nav-list > li.active a,
.main-nav .nav-list > li:hover a {
  color: #fafbf7;
  text-decoration: none;
}
.main-nav .nav-list > li:hover ul {
  height: auto;
  max-height: 1000px;
  z-index: 2;
}
.main-nav .nav-list > li ul {
  transition: all 0.5s ease-in;
  height: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  background: #a0ad60;
  background: rgba(147, 160, 83, 0.95);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.main-nav .nav-list > li ul li {
  float: none;
  margin: 0;
  border-top: 1px solid white;
}
.main-nav .nav-list > li ul li a {
  color: white;
  white-space: nowrap;
  font-size: 0.875em;
  transition: all 0.15s ease-in;
  padding: 1.14285714em;
}
.main-nav .nav-list > li ul li a:hover {
  background: #93A053;
}
.main-content {
  padding: 5em 2em 2em;
  background: #fcfcfc;
  overflow: hidden;
  clear: both;
}
.viewing-farm .main-content {
  padding-top: 7em;
}
.main-footer {
  color: #ccc;
  font-size: 0.7em;
  padding: 0 2.85714286em;
  max-width: 100%;
  margin: 0 auto;
}
.main-footer a {
  color: #ccc;
}
.footer-logo {
  float: right;
  text-align: right;
  font-size: 0.8em;
}
.data-table {
  width: 100%;
  font-size: 0.8em;
}
.data-table th,
.data-table td {
  padding: 0.5em 1em;
}
.data-table td {
  border: 1px solid #d4d4d4;
}
.data-table thead th {
  background: #93A053;
  background: #aab571;
  background: -moz-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aab571), color-stop(100%, #848f4a));
  background: -webkit-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: -o-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: -ms-linear-gradient(top, #aab571 0%, #848f4a 100%);
  background: linear-gradient(top, #aab571 0%, #848f4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aab571, endColorstr=#848f4a, GradientType=0);
  text-align: left;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  color: whitesmoke;
  white-space: nowrap;
}
.data-table thead th a {
  color: whitesmoke;
}
.data-table tfoot {
  border-top: 1px solid #bbb;
}
.data-table tfoot td {
  background: #fff !important;
  border: none;
}
.data-table tr:nth-child(odd) td {
  background: #f3f3f3;
}
.data-table .actions .btn {
  font-size: 1em;
}
.data-table .has-icons .fa {
  float: right;
  line-height: 1.3em;
  margin-left: 0.2em;
}
.data-table .postmeta {
  font-size: 0.85em;
}
.min-col,
.icon-col {
  width: 1px;
  white-space: nowrap;
}
.asc a,
.dsc a {
  position: relative;
  width: 100%;
  display: block;
  padding-right: 20px;
}
.asc a:before,
.dsc a:before {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  top: 0;
}
.asc a:before {
  content: "▲";
}
.dsc a:before {
  content: "▼";
}
.paging {
  clear: both;
  padding: 0.5em;
  border-top: 0;
  text-align: center;
}
.paging .pages {
  font-size: 0.9em;
}
.paging .active {
  background: #93A053;
  color: #fff;
  border-color: #93A053;
}
.paging .active:hover {
  border-color: #93A053;
  color: #fff;
  background: #848f4a;
}
.paging a {
  margin: 0 0.2em;
}
.paging .info {
  display: block;
  margin-bottom: 0.5em;
  color: #888;
}
input[type=text],
input[type=password],
select,
textarea {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
}
input,
textarea,
select {
  padding: 0.5em;
}
textarea {
  height: 10em;
}
.form-wrapper,
.view-wrapper {
  width: 100%;
  overflow: hidden;
}
.form-primary,
.view-primary {
  width: 80%;
  float: left;
  overflow: hidden;
  padding: 1em 1em 1em 0;
}
.form-secondary,
.view-secondary {
  width: 19%;
  float: right;
  font-size: 0.8em;
  padding: 1em 0 1em 1em;
}
.form-primary {
  border: 1px solid #ddd;
  padding: 1em;
  width: 75%;
}
.form-secondary {
  width: 25%;
}
.form-general {
  width: 100%;
}
.form-general hr {
  background: #d3d3d3;
  border: 0;
  clear: both;
  height: 1px;
  margin: 1em 0 0 0;
}
.form-row {
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
  clear: both;
  padding: 0.5em 0;
}
.form-field {
  padding: 1em 1em;
  overflow: hidden;
  float: left;
}
.form-field:first-child {
  border-top-width: 1px;
}
.form-field label {
  display: block;
  margin-bottom: 0.5em;
}
.form-field input[type=text],
.form-field input[type=password],
.form-field select,
.form-field textarea {
  width: 100%;
}
.form-field .measurement-value[type=text] {
  width: 30%;
  float: left;
  margin-right: 5px;
}
.form-field .measurement-unit {
  width: 30%;
  float: left;
}
.form-field-1 {
  width: 25%;
}
.form-field-2 {
  width: 50%;
}
.form-field-3 {
  width: 75%;
}
.form-field-4 {
  width: 100%;
}
.form-buttons {
  clear: both;
  padding: 1em 0;
  margin: 0 1em;
}
.form-buttons .btn {
  margin-left: 0.25em;
}
.form-buttons .btn:first-child {
  margin-left: 0;
}
.radio-options-inline label {
  display: inline;
  margin: 0 0.25em;
}
.files {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files li {
  overflow: hidden;
  padding: 0.25em 0;
}
.files .remove {
  float: right;
}
.file-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.file-button span {
  cursor: pointer;
}
.file-button input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -moz-transform: translate(-300px, 0px) scale(4);
  direction: ltr;
  border-width: 0 0 100px 200px;
}
.select-other {
  margin-top: 0.5em;
}
.multi-select ul {
  list-style: none;
  padding: 0;
  margin: 0.25em 0 0;
}
.multi-select select {
  float: none;
  width: 85%;
}
.multi-select li {
  width: 100%;
  overflow: hidden;
  padding: 0.25em 0;
}
.multi-select li span {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-select li a {
  float: right;
}
.multi-select li.none {
  display: none;
}
.multi-select .btn {
  float: right;
}
.multi-select > .btn {
  padding: 3px 5px;
  margin-left: 1%;
  max-width: 14%;
}
.password-field input[type=password] {
  width: 72%;
}
.password-field button {
  float: right;
}
.field-array {
  list-style: none;
  margin: 0;
  padding: 0;
}
.field-array li {
  padding-bottom: 0.5em;
  position: relative;
}
.field-array .field-array-buttons {
  position: absolute;
  right: 1em;
  top: 0.5em;
  font-size: 0.8em;
}
.field-array .field-array-buttons a {
  color: #333;
}
.field-array .field-array-buttons a:hover {
  text-decoration: none;
}
.field-array input[type=text] {
  padding-right: 48px;
}
.field-array button,
.field-array .btn {
  font-size: 0.9em;
}
.field-help {
  font-size: 0.75em;
  padding: 0.5em;
  line-height: 1em;
}
.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid #bbb;
  background: #eee;
  color: #555;
  line-height: 2em;
  white-space: nowrap;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.35);
}
.btn:hover {
  border-color: #b4be82;
  color: #848f4a;
  text-decoration: none;
}
.btn-primary {
  background: #015FB1;
  color: #fff;
  border-color: #015FB1;
}
.btn-primary:hover {
  background: #01447e;
  color: #fff;
  border-color: #015FB1;
}
.btn-secondary {
  background: #93A053;
  color: #fff;
  border-color: #93A053;
}
.btn-secondary:hover {
  border-color: #93A053;
  color: #fff;
  background: #848f4a;
}
.btn-logout {
  background: #C31318;
  border: 0;
}
.btn-logout:hover {
  background: #ac1115;
}
.btn-delete {
  background: #C31318;
  background: #ec373c;
  background: -moz-linear-gradient(top, #ec373c 0%, #ac1115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec373c), color-stop(100%, #ac1115));
  background: -webkit-linear-gradient(top, #ec373c 0%, #ac1115 100%);
  background: -o-linear-gradient(top, #ec373c 0%, #ac1115 100%);
  background: -ms-linear-gradient(top, #ec373c 0%, #ac1115 100%);
  background: linear-gradient(top, #ec373c 0%, #ac1115 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ec373c, endColorstr=#ac1115, GradientType=0);
  color: #fff;
  border-color: #C31318;
}
.btn-delete:hover {
  border-color: #C31318;
  color: #fff;
  background: #C31318;
}
.close-button {
  float: right;
}
.data-list-parent {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  clear: both;
}
.data-list-parent > li {
  border: 1px solid #ccc;
  border-top-width: 0;
  padding: 1em;
}
.data-list-parent > li p {
  margin: 0.5em 0;
  font-weight: bold;
}
.data-list-parent > li:first-child {
  border-top-width: 1px;
}
.data-list-parent > li ul {
  margin-top: 1em;
}
.data-list {
  clear: both;
  margin: 0;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  list-style: none;
  padding: 0.5em 1em;
}
.data-list li {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 0.5em 0;
  overflow: hidden;
}
.data-list li:first-child {
  border-top: 0;
}
.data-list li .heading {
  padding: 0;
}
.filter .data-list {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 1em;
}
.data-list-table {
  width: 100%;
}
.data-list-table tbody,
.data-list-table tfoot {
  border: 1px solid #d4d4d4;
  background: #f3f3f3;
}
.data-list-table th {
  font-weight: normal;
  color: #777;
  font-size: 0.9em;
  text-align: left;
  padding: 0 1.11111111em;
}
.data-list-table td {
  padding: 0.5em 1em;
  border-top: 1px solid #e1e1e1;
}
.data-list-table .icon-col {
  padding-right: 0.25em;
}
.data-list-table .icon-col + td,
.data-list-table .icon-col + th {
  padding-left: 0.25em;
}
.inline-label {
  position: absolute;
  font-size: 0.6em;
  margin-bottom: -1.5em;
  opacity: 0.5;
}
.actions {
  float: right;
  margin-left: 1em;
  font-weight: normal;
}
.actions .btn {
  margin: 0 0.25em 0.25em;
  font-size: 0.7em;
}
td .actions {
  margin-left: 0;
}
.heading {
  padding: 1em 0;
  clear: both;
  *zoom: 1;
}
.heading h1,
.heading h2,
.heading h3 {
  float: left;
  margin: 0;
}
.heading:before,
.heading:after {
  content: "";
  display: table;
}
.heading:after {
  clear: both;
}
.heading .btn {
  font-size: 0.9em;
}
.dialog-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7f000000', endColorstr='#7f000000');
  /* IE */
}
.dialog-content {
  max-width: 800px;
  margin: 1em auto;
  background: #fff;
  padding: 2em;
  opacity: 1;
  box-shadow: 0 0 0.5em #333;
  overflow: hidden;
}
.dialog-content .form-general {
  width: 100%;
}
.dialog-content .postmeta {
  float: left;
  margin-top: 1.33333333em;
}
.dialog-content h1,
.dialog-content .heading {
  padding-top: 0;
  margin-top: 0;
}
.dialog-content .close-button {
  margin-top: 1em;
}
.dialog-buttons {
  padding-top: 1em;
}
.postmeta {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
  color: #666;
}
.postnav {
  list-style: none;
  padding: 0;
}
.site-message {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  overflow: hidden;
}
.site-message .btn {
  font-style: normal;
  margin: 0;
}
.rank-buttons {
  float: left;
  margin-right: 0.5em;
}
.rank-buttons .btn {
  font-size: 0.6em;
  margin-right: 0.25em;
}
.breadcrumbs {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.breadcrumbs li {
  float: left;
  padding: 0.2em 0.2em 0.2em 0;
}
.breadcrumbs li:before {
  content: ' › ';
}
.breadcrumbs li:first-child:before {
  content: '';
}
.thumb {
  margin-right: 10px;
  float: left;
  border: 1px solid #d4d4d4;
}
.thumb img {
  display: block;
}
.dashboard-sidebar .recent-images {
  margin-bottom: 1em;
}
.dashboard-sidebar .thumb {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
}
.dashboard-main .data-list {
  margin-bottom: 1em;
}
.activity-content {
  margin-left: 40px;
}
.activity-content .large-thumb {
  display: inline-block;
  width: 49%;
  height: 386px;
  margin: 1%;
  border: 1px solid #ccc;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
}
.activity-content .large-thumb:nth-child(odd) {
  margin-left: 0;
}
.activity-content .large-thumb:nth-child(even) {
  margin-right: 0;
}
.fa.large {
  font-size: 30px;
  float: left;
  margin-right: 10px;
  color: #d4d4d4;
}
.filter {
  width: 19%;
  float: right;
  font-size: 0.8em;
  padding: 1em 0 1em 1em;
}
.filter .form-field {
  width: 100%;
  border: 0;
  padding: 1em 0 1.25em;
  border-top: 1px solid #d4d4d4;
}
.filter .form-field:first-child {
  border-top: 0;
}
.filter .secondary-header {
  margin-top: 5px;
}
.filter .half-field {
  width: 50%;
  padding-right: 1em;
  float: left;
}
.filter .half-field label {
  font-size: 0.85em;
  margin: 0;
}
.filter-result {
  width: 80%;
  float: left;
}
.filter-header .fa,
.files-header .fa {
  display: none;
}
.filter-header.loading .fa,
.files-header.loading .fa {
  display: block;
}
.display-fields {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #d4d4d4;
  *zoom: 1;
}
.display-fields:before,
.display-fields:after {
  content: "";
  display: table;
}
.display-fields:after {
  clear: both;
}
.display-fields li {
  border-top: 1px dotted #d4d4d4;
  padding: 0.5em;
  overflow: hidden;
}
.display-fields .display-label {
  font-weight: bold;
  font-size: .85em;
  line-height: 1.25em;
  float: left;
  width: 30%;
}
.display-fields .display-label:after {
  content: ":";
}
.display-fields .display-value {
  float: right;
  width: 68%;
}
.display-fields-new {
  overflow: hidden;
}
.display-row {
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-top: 0;
  clear: both;
}
.display-row:first-child {
  border-top: 1px solid #d4d4d4;
}
.display-field {
  overflow: hidden;
  float: left;
  border-left: 1px solid #d4d4d4;
  background: #fff;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.display-field:first-child {
  border-left-width: 0;
}
.display-field:only-child {
  border-right: 1px solid #d4d4d4;
}
.display-field-1 {
  width: 25%;
}
.display-field-2 {
  width: 50%;
}
.display-field-3 {
  width: 75%;
}
.display-field-4 {
  width: 100%;
}
.display-field-4:only-child {
  border-right: 0;
}
.display-label {
  padding: 0.625em 1.25em;
  font-size: .8em;
  line-height: 1.25em;
  border-bottom: 1px dotted #d4d4d4;
  text-transform: uppercase;
  background: #f3f3f3;
}
.display-label:after {
  content: ":";
}
.display-value {
  padding: 0.5em 1em;
}
.tabs section {
  clear: both;
  display: none;
  overflow: hidden;
}
.tabs section .display-fields {
  margin-bottom: 0;
}
.tabs section .display-fields > li:first-child {
  border-top: 0;
}
.tabs .tab-content {
  border: 1px solid #d4d4d4;
  padding: 1em;
}
.tabs section:first-of-type {
  display: block;
}
.tabs nav a {
  margin-right: 0.75em;
  line-height: 2em;
  text-transform: uppercase;
  display: inline-block;
  color: #93A053;
  margin-bottom: -1px;
  padding: 0 0.1em;
}
.tabs nav a:first-child {
  border: 0;
}
.tabs nav a.active,
.tabs nav a:hover {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #555;
}
.current-user {
  float: right;
  font-size: 0.8em;
  min-width: 200px;
  text-align: right;
  padding: 0.9em;
  color: #eee;
}
.current-user:before {
  content: 'User:';
  color: #ccc;
  padding-right: 0.5em;
}
.current-user a {
  margin-left: 0.5em;
}
.global-search {
  font-size: 0.8em;
  margin-top: -18px;
  clear: both;
  float: right;
  width: 20%;
}
.global-search input {
  width: 100%;
}
.subscriptions {
  margin: 1.1em 2em 0 0;
  float: right;
}
.subscriptions img {
  margin: 0 0.3em;
}
.chart {
  clear: both;
  width: 100%;
  height: 350px;
  margin: 1em 0 2em;
}
.statistics {
  float: left;
  width: 49%;
}
.recent-users {
  float: right;
  width: 49%;
}
.gallery-thumb-item {
  float: left;
  padding: 0.5em;
  text-align: center;
  width: 140px;
  height: 166px;
}
.gallery-thumb-item label {
  display: block;
  text-align: left;
  font-size: 0.8em;
}
.gallery-thumb-item img {
  border: 1px solid #d4d4d4;
}
.gallery-image-wrapper {
  position: relative;
}
.gallery-prev,
.gallery-next {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.gallery-prev {
  left: 1em;
  background: url('/shared/img/arrow-left.png') left center no-repeat;
}
.gallery-next {
  right: 1em;
  background: url('/shared/img/arrow-right.png') right center no-repeat;
}
.image-listing {
  padding: 0;
  margin: 0;
  list-style: none;
}
.image-listing li {
  float: left;
  margin-right: 10px;
}
.image-listing img {
  border: 1px solid #d4d4d4;
  float: left;
}
.farm-dashboard:before {
  content: "";
  width: 1px;
  background: #8f8877;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
}
.secondary-nav {
  position: fixed;
  top: 4.3em;
  left: 0;
  right: 0;
  padding: 0.5em 2em;
  font-size: 0.8em;
  box-shadow: inset 0 0 3px #bbb;
  background: #eee;
  z-index: 2;
}
.secondary-nav .farm {
  /*float: right;*/
  font-size: 1.25em;
  line-height: 1.25em;
  margin-right: 10px;
  color: #888;
}
caption {
  padding: 0.5em 0;
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 2em;
}
caption .actions {
  font-size: 0.8em;
}
.ui-widget {
  font-size: 0.9em;
}
.ui-autocomplete span {
  font-size: 0.8em;
  display: block;
}
.settings-table {
  margin-bottom: 1em;
}
.settings-table select {
  width: 100%;
  background: whitesmoke;
}
.settings-table td {
  width: 33%;
}
.settings-table .save-row {
  display: none;
}
.status-new td .save-row,
.status-changed td .save-row {
  display: inline-block;
}
.status-saving td {
  background: #f00 !important;
}
.form-message {
  text-align: center;
  font-size: 1.2em;
}
.error input,
.error select,
.error textarea {
  border: 1px solid #C31318;
}
.well {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 0 1em 1em;
  margin-bottom: 1em;
}
.well > h2,
.well > h3,
.well > h4 {
  margin-bottom: 10px;
}
.well .well {
  background: #f3f3f3;
  padding: 1em;
  border: 1px solid #d4d4d4;
  margin-bottom: 0;
}
.color-green {
  color: #93A053;
}
.color-yellow {
  color: #f90;
}
.color-red {
  color: #C31318;
}
.meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: #ccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 10px 0 0;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.meter span {
  display: block;
  height: 100%;
  -webkit-border-radius: 20px 4px 4px 20px;
  -moz-border-radius: 20px 4px 4px 20px;
  border-radius: 20px 4px 4px 20px;
  background: #0180ee;
  background: -moz-linear-gradient(top, #0180ee 0%, #015198 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0180ee), color-stop(100%, #015198));
  background: -webkit-linear-gradient(top, #0180ee 0%, #015198 100%);
  background: -o-linear-gradient(top, #0180ee 0%, #015198 100%);
  background: -ms-linear-gradient(top, #0180ee 0%, #015198 100%);
  background: linear-gradient(top, #0180ee 0%, #015198 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0180ee, endColorstr=#015198, GradientType=0);
  border-color: #015FB1;
  position: relative;
  overflow: hidden;
}
.meter-legend {
  font-size: 0.825em;
  *zoom: 1;
  margin-bottom: 10px;
}
.meter-legend:before,
.meter-legend:after {
  content: "";
  display: table;
}
.meter-legend:after {
  clear: both;
}
.meter-legend .legend-left {
  float: left;
  font-weight: bold;
}
.meter-legend .legend-right {
  float: right;
}
.form-table {
  width: 100%;
  font-size: 0.8em;
}
.form-table th,
.form-table td {
  padding: 0.5em 1em;
  border: 1px solid #d4d4d4;
}
.form-table th {
  font-weight: normal;
  color: #777;
  text-align: left;
  padding: 0 1em;
  border: 1px solid #d4d4d4;
}
.scroll-to-fixed-fixed.fixed-bottom {
  background: #f5f5f5;
  border: 1px solid #bbb;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
}
.table-field-qty {
  width: 100px;
}
.loading-message {
  text-align: center;
  font-size: 1.2em;
}
.field-required {
  color: #C31318;
}
.auto-complete ul {
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
  list-style: none;
  position: absolute;
  z-index: 2;
  background: #fcfcfc;
  margin: 0 0 20px 0;
  display: none;
  padding: 0;
}
.auto-complete li {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
  margin: 0;
}
.auto-complete li:first-child {
  border-top: 0;
}
.auto-complete li:hover,
.auto-complete li.active {
  background: #015FB1;
  color: #fff;
  cursor: pointer;
}
canvas {
  width: 100% !important;
}
.form-heading {
  font-weight: bold;
  font-size: 1.2em;
}
.primary-link {
  font-size: 1.1em;
  font-weight: bold;
}
.tag-list {
  list-style: none;
  margin: 0.25em 0;
  padding: 0;
  font-size: 0.9em;
}
.tag-list li {
  float: left;
  margin: 0.25em 0.25em 0 0;
}
.tag-list li:first-child {
  margin-left: 0;
}
.tag-list .btn {
  line-height: 1.6em;
}
.dropdown {
  float: right;
  position: relative;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
}
.dropdown .toggler {
  border-radius: 0 0 0 4px;
  display: block;
  padding: 2px 10px;
}
.dropdown .toggler:after {
  padding-left: 5px;
  content: '▾';
  color: #333;
  float: right;
}
.dropdown ul {
  font-size: 0.9em;
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d4d4d4;
  right: -1px;
}
.dropdown ul li a {
  border-top: 1px solid #d4d4d4;
  display: block;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
}
.dropdown ul li:first-child a {
  border-top: 0;
}
.dropdown:hover ul {
  display: block;
}
.extra-info {
  padding-left: 5px;
  color: #666;
}
.legend {
  list-style: none;
  padding: 1em;
  border: 1px solid #d4d4d4;
  font-size: 0.8em;
}
.legend-title {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d4d4d4;
}
