/*
 *  Document   : plugins.css
 *  Author     : Various
 *  Description: Stylesheet of various plugins in one file for consistency
 *               Many styles altered to match the template's style
 *
 *  Includes (with shortcode):
 *      (#01fas) Font Awesome
 *      (#02gps) Glyphicons PRO
 *      (#03fcs) FullCalendar
 *      (#04djs) Dropzone.js
 *      (#05chs) Chosen
 *      (#06dps) Datepicker for Bootstrap
 *      (#07bes) WYSIWYG5 for Bootstrap
 *      (#08prs) PRISM.js
 *      (#09mps) Magnific Popup CSS
 *      (#10dts) Datatables
 *      (#11eps) Easy Pie Chart
 *      (#12cas) CSS3 ANIMATION CHEAT SHEET
 *      (#13tps) Bootstrap Timepicker
 *      (#14tis) Jquery Tags Input
 */

/*
=================================================================
(#01fas) 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-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome/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.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 30px;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.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;
}
.fa-spin-fast {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s 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: #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-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";
}

/*
=================================================================
(#02gps) Glyphicons PRO

Project:  GLYPHICONS
Author:   Jan Kovarik - www.glyphicons.com
Twitter:  @jankovarik
=================================================================
*/

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('fonts/glyphicons.pro/glyphicons-regular.eot');
    src: url('fonts/glyphicons.pro/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons.pro/glyphicons-regular.woff') format('woff'), url('fonts/glyphicons.pro/glyphicons-regular.ttf') format('truetype'), url('fonts/glyphicons.pro/glyphicons-regular.svg#glyphiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings Regular';
    src: url('fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Social Regular';
    src: url('fonts/glyphicons.social.pro/glyphicons-social-regular.eot');
    src: url('fonts/glyphicons.social.pro/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons.social.pro/glyphicons-social-regular.woff') format('woff'), url('fonts/glyphicons.social.pro/glyphicons-social-regular.ttf') format('truetype'), url('fonts/glyphicons.social.pro/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Filetypes Regular';
    src: url('fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.eot');
    src: url('fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.woff') format('woff'), url('fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.ttf') format('truetype'), url('fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="glyphicon-"],
[class*=" glyphicon-"],
[class^="halfling-"],
[class*=" halfling-"],
[class^="social-"],
[class*=" social-"],
[class^="filetype-"],
[class*=" filetype-"] {
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
    display: inline;
    text-decoration: none;
    *display: inline;
    *zoom: 1;
}
[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before,
[class^="halfling-"]:before,
[class*=" halfling-"]:before,
[class^="social-"]:before,
[class*=" social-"]:before,
[class^="filetype-"]:before,
[class*=" filetype-"]:before {
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    margin-top: -3px;
    *display: inline;
    *zoom: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
[class^="halfling-"]:before,
[class*=" halfling-"]:before {
    font-family: 'Glyphicons Halflings Regular';
}
[class^="social-"]:before,
[class*=" social-"]:before {
    font-family: 'Glyphicons Social Regular';
}
[class^="filetype-"]:before,
[class*=" filetype-"]:before {
    font-family: 'Glyphicons Filetypes Regular';
}
.glyphicon-white:before {
    color: #fff;
}
.glyphicon-glass:before {
    content: "\E001";
}
.glyphicon-leaf:before {
    content: "\E002";
}
.glyphicon-dog:before {
    content: "\1F415";
}
.glyphicon-user:before {
    content: "\E004";
}
.glyphicon-girl:before {
    content: "\1F467";
}
.glyphicon-car:before {
    content: "\E006";
}
.glyphicon-user_add:before {
    content: "\E007";
}
.glyphicon-user_remove:before {
    content: "\E008";
}
.glyphicon-film:before {
    content: "\E009";
}
.glyphicon-magic:before {
    content: "\E010";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-camera:before {
    content: "\1F4F7";
}
.glyphicon-heart:before {
    content: "\E013";
}
.glyphicon-beach_umbrella:before {
    content: "\E014";
}
.glyphicon-train:before {
    content: "\1F686";
}
.glyphicon-print:before {
    content: "\E016";
}
.glyphicon-bin:before {
    content: "\E017";
}
.glyphicon-music:before {
    content: "\E018";
}
.glyphicon-note:before {
    content: "\E019";
}
.glyphicon-heart_empty:before {
    content: "\E020";
}
.glyphicon-home:before {
    content: "\E021";
}
.glyphicon-snowflake:before {
    content: "\2744";
}
.glyphicon-fire:before {
    content: "\1F525";
}
.glyphicon-magnet:before {
    content: "\E024";
}
.glyphicon-parents:before {
    content: "\E025";
}
.glyphicon-binoculars:before {
    content: "\E026";
}
.glyphicon-road:before {
    content: "\E027";
}
.glyphicon-search:before {
    content: "\E028";
}
.glyphicon-cars:before {
    content: "\E029";
}
.glyphicon-notes_2:before {
    content: "\E030";
}
.glyphicon-pencil:before {
    content: "\270F";
}
.glyphicon-bus:before {
    content: "\1F68C";
}
.glyphicon-wifi_alt:before {
    content: "\E033";
}
.glyphicon-luggage:before {
    content: "\E034";
}
.glyphicon-old_man:before {
    content: "\E035";
}
.glyphicon-woman:before {
    content: "\1F469";
}
.glyphicon-file:before {
    content: "\E037";
}
.glyphicon-coins:before {
    content: "\E038";
}
.glyphicon-airplane:before {
    content: "\2708";
}
.glyphicon-notes:before {
    content: "\E040";
}
.glyphicon-stats:before {
    content: "\E041";
}
.glyphicon-charts:before {
    content: "\E042";
}
.glyphicon-pie_chart:before {
    content: "\E043";
}
.glyphicon-group:before {
    content: "\E044";
}
.glyphicon-keys:before {
    content: "\E045";
}
.glyphicon-calendar:before {
    content: "\1F4C5";
}
.glyphicon-router:before {
    content: "\E047";
}
.glyphicon-camera_small:before {
    content: "\E048";
}
.glyphicon-dislikes:before {
    content: "\E049";
}
.glyphicon-star:before {
    content: "\E050";
}
.glyphicon-link:before {
    content: "\E051";
}
.glyphicon-eye_open:before {
    content: "\E052";
}
.glyphicon-eye_close:before {
    content: "\E053";
}
.glyphicon-alarm:before {
    content: "\E054";
}
.glyphicon-clock:before {
    content: "\E055";
}
.glyphicon-stopwatch:before {
    content: "\E056";
}
.glyphicon-projector:before {
    content: "\E057";
}
.glyphicon-history:before {
    content: "\E058";
}
.glyphicon-truck:before {
    content: "\E059";
}
.glyphicon-cargo:before {
    content: "\E060";
}
.glyphicon-compass:before {
    content: "\E061";
}
.glyphicon-keynote:before {
    content: "\E062";
}
.glyphicon-paperclip:before {
    content: "\1F4CE";
}
.glyphicon-power:before {
    content: "\E064";
}
.glyphicon-lightbulb:before {
    content: "\E065";
}
.glyphicon-tag:before {
    content: "\E066";
}
.glyphicon-tags:before {
    content: "\E067";
}
.glyphicon-cleaning:before {
    content: "\E068";
}
.glyphicon-ruller:before {
    content: "\E069";
}
.glyphicon-gift:before {
    content: "\E070";
}
.glyphicon-umbrella:before {
    content: "\2602";
}
.glyphicon-book:before {
    content: "\E072";
}
.glyphicon-bookmark:before {
    content: "\1F516";
}
.glyphicon-wifi:before {
    content: "\E074";
}
.glyphicon-cup:before {
    content: "\E075";
}
.glyphicon-stroller:before {
    content: "\E076";
}
.glyphicon-headphones:before {
    content: "\E077";
}
.glyphicon-headset:before {
    content: "\E078";
}
.glyphicon-warning_sign:before {
    content: "\E079";
}
.glyphicon-signal:before {
    content: "\E080";
}
.glyphicon-retweet:before {
    content: "\E081";
}
.glyphicon-refresh:before {
    content: "\E082";
}
.glyphicon-roundabout:before {
    content: "\E083";
}
.glyphicon-random:before {
    content: "\E084";
}
.glyphicon-heat:before {
    content: "\E085";
}
.glyphicon-repeat:before {
    content: "\E086";
}
.glyphicon-display:before {
    content: "\E087";
}
.glyphicon-log_book:before {
    content: "\E088";
}
.glyphicon-address_book:before {
    content: "\E089";
}
.glyphicon-building:before {
    content: "\E090";
}
.glyphicon-eyedropper:before {
    content: "\E091";
}
.glyphicon-adjust:before {
    content: "\E092";
}
.glyphicon-tint:before {
    content: "\E093";
}
.glyphicon-crop:before {
    content: "\E094";
}
.glyphicon-vector_path_square:before {
    content: "\E095";
}
.glyphicon-vector_path_circle:before {
    content: "\E096";
}
.glyphicon-vector_path_polygon:before {
    content: "\E097";
}
.glyphicon-vector_path_line:before {
    content: "\E098";
}
.glyphicon-vector_path_curve:before {
    content: "\E099";
}
.glyphicon-vector_path_all:before {
    content: "\E100";
}
.glyphicon-font:before {
    content: "\E101";
}
.glyphicon-italic:before {
    content: "\E102";
}
.glyphicon-bold:before {
    content: "\E103";
}
.glyphicon-text_underline:before {
    content: "\E104";
}
.glyphicon-text_strike:before {
    content: "\E105";
}
.glyphicon-text_height:before {
    content: "\E106";
}
.glyphicon-text_width:before {
    content: "\E107";
}
.glyphicon-text_resize:before {
    content: "\E108";
}
.glyphicon-left_indent:before {
    content: "\E109";
}
.glyphicon-right_indent:before {
    content: "\E110";
}
.glyphicon-align_left:before {
    content: "\E111";
}
.glyphicon-align_center:before {
    content: "\E112";
}
.glyphicon-align_right:before {
    content: "\E113";
}
.glyphicon-justify:before {
    content: "\E114";
}
.glyphicon-list:before {
    content: "\E115";
}
.glyphicon-text_smaller:before {
    content: "\E116";
}
.glyphicon-text_bigger:before {
    content: "\E117";
}
.glyphicon-embed:before {
    content: "\E118";
}
.glyphicon-embed_close:before {
    content: "\E119";
}
.glyphicon-table:before {
    content: "\E120";
}
.glyphicon-message_full:before {
    content: "\E121";
}
.glyphicon-message_empty:before {
    content: "\E122";
}
.glyphicon-message_in:before {
    content: "\E123";
}
.glyphicon-message_out:before {
    content: "\E124";
}
.glyphicon-message_plus:before {
    content: "\E125";
}
.glyphicon-message_minus:before {
    content: "\E126";
}
.glyphicon-message_ban:before {
    content: "\E127";
}
.glyphicon-message_flag:before {
    content: "\E128";
}
.glyphicon-message_lock:before {
    content: "\E129";
}
.glyphicon-message_new:before {
    content: "\E130";
}
.glyphicon-inbox:before {
    content: "\E131";
}
.glyphicon-inbox_plus:before {
    content: "\E132";
}
.glyphicon-inbox_minus:before {
    content: "\E133";
}
.glyphicon-inbox_lock:before {
    content: "\E134";
}
.glyphicon-inbox_in:before {
    content: "\E135";
}
.glyphicon-inbox_out:before {
    content: "\E136";
}
.glyphicon-cogwheel:before {
    content: "\E137";
}
.glyphicon-cogwheels:before {
    content: "\E138";
}
.glyphicon-picture:before {
    content: "\E139";
}
.glyphicon-adjust_alt:before {
    content: "\E140";
}
.glyphicon-database_lock:before {
    content: "\E141";
}
.glyphicon-database_plus:before {
    content: "\E142";
}
.glyphicon-database_minus:before {
    content: "\E143";
}
.glyphicon-database_ban:before {
    content: "\E144";
}
.glyphicon-folder_open:before {
    content: "\E145";
}
.glyphicon-folder_plus:before {
    content: "\E146";
}
.glyphicon-folder_minus:before {
    content: "\E147";
}
.glyphicon-folder_lock:before {
    content: "\E148";
}
.glyphicon-folder_flag:before {
    content: "\E149";
}
.glyphicon-folder_new:before {
    content: "\E150";
}
.glyphicon-edit:before {
    content: "\E151";
}
.glyphicon-new_window:before {
    content: "\E152";
}
.glyphicon-check:before {
    content: "\E153";
}
.glyphicon-unchecked:before {
    content: "\E154";
}
.glyphicon-more_windows:before {
    content: "\E155";
}
.glyphicon-show_big_thumbnails:before {
    content: "\E156";
}
.glyphicon-show_thumbnails:before {
    content: "\E157";
}
.glyphicon-show_thumbnails_with_lines:before {
    content: "\E158";
}
.glyphicon-show_lines:before {
    content: "\E159";
}
.glyphicon-playlist:before {
    content: "\E160";
}
.glyphicon-imac:before {
    content: "\E161";
}
.glyphicon-macbook:before {
    content: "\E162";
}
.glyphicon-ipad:before {
    content: "\E163";
}
.glyphicon-iphone:before {
    content: "\E164";
}
.glyphicon-iphone_transfer:before {
    content: "\E165";
}
.glyphicon-iphone_exchange:before {
    content: "\E166";
}
.glyphicon-ipod:before {
    content: "\E167";
}
.glyphicon-ipod_shuffle:before {
    content: "\E168";
}
.glyphicon-ear_plugs:before {
    content: "\E169";
}
.glyphicon-record:before {
    content: "\E170";
}
.glyphicon-step_backward:before {
    content: "\E171";
}
.glyphicon-fast_backward:before {
    content: "\E172";
}
.glyphicon-rewind:before {
    content: "\E173";
}
.glyphicon-play:before {
    content: "\E174";
}
.glyphicon-pause:before {
    content: "\E175";
}
.glyphicon-stop:before {
    content: "\E176";
}
.glyphicon-forward:before {
    content: "\E177";
}
.glyphicon-fast_forward:before {
    content: "\E178";
}
.glyphicon-step_forward:before {
    content: "\E179";
}
.glyphicon-eject:before {
    content: "\E180";
}
.glyphicon-facetime_video:before {
    content: "\E181";
}
.glyphicon-download_alt:before {
    content: "\E182";
}
.glyphicon-mute:before {
    content: "\E183";
}
.glyphicon-volume_down:before {
    content: "\E184";
}
.glyphicon-volume_up:before {
    content: "\E185";
}
.glyphicon-screenshot:before {
    content: "\E186";
}
.glyphicon-move:before {
    content: "\E187";
}
.glyphicon-more:before {
    content: "\E188";
}
.glyphicon-brightness_reduce:before {
    content: "\E189";
}
.glyphicon-brightness_increase:before {
    content: "\E190";
}
.glyphicon-circle_plus:before {
    content: "\E191";
}
.glyphicon-circle_minus:before {
    content: "\E192";
}
.glyphicon-circle_remove:before {
    content: "\E193";
}
.glyphicon-circle_ok:before {
    content: "\E194";
}
.glyphicon-circle_question_mark:before {
    content: "\E195";
}
.glyphicon-circle_info:before {
    content: "\E196";
}
.glyphicon-circle_exclamation_mark:before {
    content: "\E197";
}
.glyphicon-remove:before {
    content: "\E198";
}
.glyphicon-ok:before {
    content: "\E199";
}
.glyphicon-ban:before {
    content: "\E200";
}
.glyphicon-download:before {
    content: "\E201";
}
.glyphicon-upload:before {
    content: "\E202";
}
.glyphicon-shopping_cart:before {
    content: "\E203";
}
.glyphicon-lock:before {
    content: "\1F512";
}
.glyphicon-unlock:before {
    content: "\E205";
}
.glyphicon-electricity:before {
    content: "\E206";
}
.glyphicon-ok_2:before {
    content: "\E207";
}
.glyphicon-remove_2:before {
    content: "\E208";
}
.glyphicon-cart_out:before {
    content: "\E209";
}
.glyphicon-cart_in:before {
    content: "\E210";
}
.glyphicon-left_arrow:before {
    content: "\E211";
}
.glyphicon-right_arrow:before {
    content: "\E212";
}
.glyphicon-down_arrow:before {
    content: "\E213";
}
.glyphicon-up_arrow:before {
    content: "\E214";
}
.glyphicon-resize_small:before {
    content: "\E215";
}
.glyphicon-resize_full:before {
    content: "\E216";
}
.glyphicon-circle_arrow_left:before {
    content: "\E217";
}
.glyphicon-circle_arrow_right:before {
    content: "\E218";
}
.glyphicon-circle_arrow_top:before {
    content: "\E219";
}
.glyphicon-circle_arrow_down:before {
    content: "\E220";
}
.glyphicon-play_button:before {
    content: "\E221";
}
.glyphicon-unshare:before {
    content: "\E222";
}
.glyphicon-share:before {
    content: "\E223";
}
.glyphicon-chevron-right:before {
    content: "\E224";
}
.glyphicon-chevron-left:before {
    content: "\E225";
}
.glyphicon-bluetooth:before {
    content: "\E226";
}
.glyphicon-euro:before {
    content: "\20AC";
}
.glyphicon-usd:before {
    content: "\E228";
}
.glyphicon-gbp:before {
    content: "\E229";
}
.glyphicon-retweet_2:before {
    content: "\E230";
}
.glyphicon-moon:before {
    content: "\E231";
}
.glyphicon-sun:before {
    content: "\2609";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-direction:before {
    content: "\E234";
}
.glyphicon-brush:before {
    content: "\E235";
}
.glyphicon-pen:before {
    content: "\E236";
}
.glyphicon-zoom_in:before {
    content: "\E237";
}
.glyphicon-zoom_out:before {
    content: "\E238";
}
.glyphicon-pin:before {
    content: "\E239";
}
.glyphicon-albums:before {
    content: "\E240";
}
.glyphicon-rotation_lock:before {
    content: "\E241";
}
.glyphicon-flash:before {
    content: "\E242";
}
.glyphicon-google_maps:before {
    content: "\E243";
}
.glyphicon-anchor:before {
    content: "\2693";
}
.glyphicon-conversation:before {
    content: "\E245";
}
.glyphicon-chat:before {
    content: "\E246";
}
.glyphicon-male:before {
    content: "\E247";
}
.glyphicon-female:before {
    content: "\E248";
}
.glyphicon-asterisk:before {
    content: "\002A";
}
.glyphicon-divide:before {
    content: "\00F7";
}
.glyphicon-snorkel_diving:before {
    content: "\E251";
}
.glyphicon-scuba_diving:before {
    content: "\E252";
}
.glyphicon-oxygen_bottle:before {
    content: "\E253";
}
.glyphicon-fins:before {
    content: "\E254";
}
.glyphicon-fishes:before {
    content: "\E255";
}
.glyphicon-boat:before {
    content: "\E256";
}
.glyphicon-delete:before {
    content: "\E257";
}
.glyphicon-sheriffs_star:before {
    content: "\E258";
}
.glyphicon-qrcode:before {
    content: "\E259";
}
.glyphicon-barcode:before {
    content: "\E260";
}
.glyphicon-pool:before {
    content: "\E261";
}
.glyphicon-buoy:before {
    content: "\E262";
}
.glyphicon-spade:before {
    content: "\E263";
}
.glyphicon-bank:before {
    content: "\1F3E6";
}
.glyphicon-vcard:before {
    content: "\E265";
}
.glyphicon-electrical_plug:before {
    content: "\E266";
}
.glyphicon-flag:before {
    content: "\E267";
}
.glyphicon-credit_card:before {
    content: "\E268";
}
.glyphicon-keyboard-wireless:before {
    content: "\E269";
}
.glyphicon-keyboard-wired:before {
    content: "\E270";
}
.glyphicon-shield:before {
    content: "\E271";
}
.glyphicon-ring:before {
    content: "\02DA";
}
.glyphicon-cake:before {
    content: "\E273";
}
.glyphicon-drink:before {
    content: "\E274";
}
.glyphicon-beer:before {
    content: "\E275";
}
.glyphicon-fast_food:before {
    content: "\E276";
}
.glyphicon-cutlery:before {
    content: "\E277";
}
.glyphicon-pizza:before {
    content: "\E278";
}
.glyphicon-birthday_cake:before {
    content: "\E279";
}
.glyphicon-tablet:before {
    content: "\E280";
}
.glyphicon-settings:before {
    content: "\E281";
}
.glyphicon-bullets:before {
    content: "\E282";
}
.glyphicon-cardio:before {
    content: "\E283";
}
.glyphicon-t-shirt:before {
    content: "\E284";
}
.glyphicon-pants:before {
    content: "\E285";
}
.glyphicon-sweater:before {
    content: "\E286";
}
.glyphicon-fabric:before {
    content: "\E287";
}
.glyphicon-leather:before {
    content: "\E288";
}
.glyphicon-scissors:before {
    content: "\E289";
}
.glyphicon-bomb:before {
    content: "\1F4A3";
}
.glyphicon-skull:before {
    content: "\1F480";
}
.glyphicon-celebration:before {
    content: "\E292";
}
.glyphicon-tea_kettle:before {
    content: "\E293";
}
.glyphicon-french_press:before {
    content: "\E294";
}
.glyphicon-coffe_cup:before {
    content: "\E295";
}
.glyphicon-pot:before {
    content: "\E296";
}
.glyphicon-grater:before {
    content: "\E297";
}
.glyphicon-kettle:before {
    content: "\E298";
}
.glyphicon-hospital:before {
    content: "\1F3E5";
}
.glyphicon-hospital_h:before {
    content: "\E300";
}
.glyphicon-microphone:before {
    content: "\1F3A4";
}
.glyphicon-webcam:before {
    content: "\E302";
}
.glyphicon-temple_christianity_church:before {
    content: "\E303";
}
.glyphicon-temple_islam:before {
    content: "\E304";
}
.glyphicon-temple_hindu:before {
    content: "\E305";
}
.glyphicon-temple_buddhist:before {
    content: "\E306";
}
.glyphicon-bicycle:before {
    content: "\1F6B2";
}
.glyphicon-life_preserver:before {
    content: "\E308";
}
.glyphicon-share_alt:before {
    content: "\E309";
}
.glyphicon-comments:before {
    content: "\E310";
}
.glyphicon-flower:before {
    content: "\2698";
}
.glyphicon-baseball:before {
    content: "\26BE";
}
.glyphicon-rugby:before {
    content: "\E313";
}
.glyphicon-ax:before {
    content: "\E314";
}
.glyphicon-table_tennis:before {
    content: "\E315";
}
.glyphicon-bowling:before {
    content: "\1F3B3";
}
.glyphicon-tree_conifer:before {
    content: "\E317";
}
.glyphicon-tree_deciduous:before {
    content: "\E318";
}
.glyphicon-more_items:before {
    content: "\E319";
}
.glyphicon-sort:before {
    content: "\E320";
}
.glyphicon-filter:before {
    content: "\E321";
}
.glyphicon-gamepad:before {
    content: "\E322";
}
.glyphicon-playing_dices:before {
    content: "\E323";
}
.glyphicon-calculator:before {
    content: "\E324";
}
.glyphicon-tie:before {
    content: "\E325";
}
.glyphicon-wallet:before {
    content: "\E326";
}
.glyphicon-piano:before {
    content: "\E327";
}
.glyphicon-sampler:before {
    content: "\E328";
}
.glyphicon-podium:before {
    content: "\E329";
}
.glyphicon-soccer_ball:before {
    content: "\E330";
}
.glyphicon-blog:before {
    content: "\E331";
}
.glyphicon-dashboard:before {
    content: "\E332";
}
.glyphicon-certificate:before {
    content: "\E333";
}
.glyphicon-bell:before {
    content: "\1F514";
}
.glyphicon-candle:before {
    content: "\E335";
}
.glyphicon-pushpin:before {
    content: "\1F4CC";
}
.glyphicon-iphone_shake:before {
    content: "\E337";
}
.glyphicon-pin_flag:before {
    content: "\E338";
}
.glyphicon-turtle:before {
    content: "\1F422";
}
.glyphicon-rabbit:before {
    content: "\1F407";
}
.glyphicon-globe:before {
    content: "\E341";
}
.glyphicon-briefcase:before {
    content: "\1F4BC";
}
.glyphicon-hdd:before {
    content: "\E343";
}
.glyphicon-thumbs_up:before {
    content: "\E344";
}
.glyphicon-thumbs_down:before {
    content: "\E345";
}
.glyphicon-hand_right:before {
    content: "\E346";
}
.glyphicon-hand_left:before {
    content: "\E347";
}
.glyphicon-hand_up:before {
    content: "\E348";
}
.glyphicon-hand_down:before {
    content: "\E349";
}
.glyphicon-fullscreen:before {
    content: "\E350";
}
.glyphicon-shopping_bag:before {
    content: "\E351";
}
.glyphicon-book_open:before {
    content: "\E352";
}
.glyphicon-nameplate:before {
    content: "\E353";
}
.glyphicon-nameplate_alt:before {
    content: "\E354";
}
.glyphicon-vases:before {
    content: "\E355";
}
.glyphicon-bullhorn:before {
    content: "\E356";
}
.glyphicon-dumbbell:before {
    content: "\E357";
}
.glyphicon-suitcase:before {
    content: "\E358";
}
.glyphicon-file_import:before {
    content: "\E359";
}
.glyphicon-file_export:before {
    content: "\E360";
}
.glyphicon-bug:before {
    content: "\1F41B";
}
.glyphicon-crown:before {
    content: "\1F451";
}
.glyphicon-smoking:before {
    content: "\E363";
}
.glyphicon-cloud-upload:before {
    content: "\E364";
}
.glyphicon-cloud-download:before {
    content: "\E365";
}
.glyphicon-restart:before {
    content: "\E366";
}
.glyphicon-security_camera:before {
    content: "\E367";
}
.glyphicon-expand:before {
    content: "\E368";
}
.glyphicon-collapse:before {
    content: "\E369";
}
.glyphicon-collapse_top:before {
    content: "\E370";
}
.glyphicon-globe_af:before {
    content: "\E371";
}
.glyphicon-global:before {
    content: "\E372";
}
.glyphicon-spray:before {
    content: "\E373";
}
.glyphicon-nails:before {
    content: "\E374";
}
.glyphicon-claw_hammer:before {
    content: "\E375";
}
.glyphicon-classic_hammer:before {
    content: "\E376";
}
.glyphicon-hand_saw:before {
    content: "\E377";
}
.glyphicon-riflescope:before {
    content: "\E378";
}
.glyphicon-electrical_socket_eu:before {
    content: "\E379";
}
.glyphicon-electrical_socket_us:before {
    content: "\E380";
}
.glyphicon-message_forward:before {
    content: "\E381";
}
.glyphicon-coat_hanger:before {
    content: "\E382";
}
.glyphicon-dress:before {
    content: "\1F457";
}
.glyphicon-bathrobe:before {
    content: "\E384";
}
.glyphicon-shirt:before {
    content: "\E385";
}
.glyphicon-underwear:before {
    content: "\E386";
}
.glyphicon-log_in:before {
    content: "\E387";
}
.glyphicon-log_out:before {
    content: "\E388";
}
.glyphicon-exit:before {
    content: "\E389";
}
.glyphicon-new_window_alt:before {
    content: "\E390";
}
.glyphicon-video_sd:before {
    content: "\E391";
}
.glyphicon-video_hd:before {
    content: "\E392";
}
.glyphicon-subtitles:before {
    content: "\E393";
}
.glyphicon-sound_stereo:before {
    content: "\E394";
}
.glyphicon-sound_dolby:before {
    content: "\E395";
}
.glyphicon-sound_5_1:before {
    content: "\E396";
}
.glyphicon-sound_6_1:before {
    content: "\E397";
}
.glyphicon-sound_7_1:before {
    content: "\E398";
}
.glyphicon-copyright_mark:before {
    content: "\E399";
}
.glyphicon-registration_mark:before {
    content: "\E400";
}
.glyphicon-radar:before {
    content: "\E401";
}
.glyphicon-skateboard:before {
    content: "\E402";
}
.glyphicon-golf_course:before {
    content: "\E403";
}
.glyphicon-sorting:before {
    content: "\E404";
}
.glyphicon-sort-by-alphabet:before {
    content: "\E405";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\E406";
}
.glyphicon-sort-by-order:before {
    content: "\E407";
}
.glyphicon-sort-by-order-alt:before {
    content: "\E408";
}
.glyphicon-sort-by-attributes:before {
    content: "\E409";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\E410";
}
.glyphicon-compressed:before {
    content: "\E411";
}
.glyphicon-package:before {
    content: "\1F4E6";
}
.glyphicon-cloud_plus:before {
    content: "\E413";
}
.glyphicon-cloud_minus:before {
    content: "\E414";
}
.glyphicon-disk_save:before {
    content: "\E415";
}
.glyphicon-disk_open:before {
    content: "\E416";
}
.glyphicon-disk_saved:before {
    content: "\E417";
}
.glyphicon-disk_remove:before {
    content: "\E418";
}
.glyphicon-disk_import:before {
    content: "\E419";
}
.glyphicon-disk_export:before {
    content: "\E420";
}
.glyphicon-tower:before {
    content: "\E421";
}
.glyphicon-send:before {
    content: "\E422";
}
.glyphicon-git_branch:before {
    content: "\E423";
}
.glyphicon-git_create:before {
    content: "\E424";
}
.glyphicon-git_private:before {
    content: "\E425";
}
.glyphicon-git_delete:before {
    content: "\E426";
}
.glyphicon-git_merge:before {
    content: "\E427";
}
.glyphicon-git_pull_request:before {
    content: "\E428";
}
.glyphicon-git_compare:before {
    content: "\E429";
}
.glyphicon-git_commit:before {
    content: "\E430";
}
.glyphicon-construction_cone:before {
    content: "\E431";
}
.glyphicon-shoe_steps:before {
    content: "\E432";
}
.glyphicon-plus:before {
    content: "\002B";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-redo:before {
    content: "\E435";
}
.glyphicon-undo:before {
    content: "\E436";
}
.glyphicon-golf:before {
    content: "\E437";
}
.glyphicon-hockey:before {
    content: "\E438";
}
.glyphicon-pipe:before {
    content: "\E439";
}
.glyphicon-wrench:before {
    content: "\1F527";
}
.glyphicon-folder_closed:before {
    content: "\E441";
}
.glyphicon-phone_alt:before {
    content: "\E442";
}
.glyphicon-earphone:before {
    content: "\E443";
}
.glyphicon-floppy_disk:before {
    content: "\E444";
}
.glyphicon-floppy_saved:before {
    content: "\E445";
}
.glyphicon-floppy_remove:before {
    content: "\E446";
}
.glyphicon-floppy_save:before {
    content: "\E447";
}
.glyphicon-floppy_open:before {
    content: "\E448";
}
.glyphicon-translate:before {
    content: "\E449";
}
.glyphicon-fax:before {
    content: "\E450";
}
.glyphicon-factory:before {
    content: "\1F3ED";
}
.glyphicon-shop_window:before {
    content: "\E452";
}
.glyphicon-shop:before {
    content: "\E453";
}
.glyphicon-kiosk:before {
    content: "\E454";
}
.glyphicon-kiosk_wheels:before {
    content: "\E455";
}
.glyphicon-kiosk_light:before {
    content: "\E456";
}
.glyphicon-kiosk_food:before {
    content: "\E457";
}
.glyphicon-transfer:before {
    content: "\E458";
}
.glyphicon-money:before {
    content: "\E459";
}
.glyphicon-header:before {
    content: "\E460";
}
.glyphicon-blacksmith:before {
    content: "\E461";
}
.glyphicon-saw_blade:before {
    content: "\E462";
}
.glyphicon-basketball:before {
    content: "\E463";
}
.glyphicon-server:before {
    content: "\E464";
}
.glyphicon-server_plus:before {
    content: "\E465";
}
.glyphicon-server_minus:before {
    content: "\E466";
}
.glyphicon-server_ban:before {
    content: "\E467";
}
.glyphicon-server_flag:before {
    content: "\E468";
}
.glyphicon-server_lock:before {
    content: "\E469";
}
.glyphicon-server_new:before {
    content: "\E470";
}

.halfling-glass:before {
    content: "\E001";
}
.halfling-music:before {
    content: "\E002";
}
.halfling-search:before {
    content: "\E003";
}
.halfling-envelope:before {
    content: "\2709";
}
.halfling-heart:before {
    content: "\E005";
}
.halfling-star:before {
    content: "\E006";
}
.halfling-star-empty:before {
    content: "\E007";
}
.halfling-user:before {
    content: "\E008";
}
.halfling-film:before {
    content: "\E009";
}
.halfling-th-large:before {
    content: "\E010";
}
.halfling-th:before {
    content: "\E011";
}
.halfling-th-list:before {
    content: "\E012";
}
.halfling-ok:before {
    content: "\E013";
}
.halfling-remove:before {
    content: "\E014";
}
.halfling-zoom-in:before {
    content: "\E015";
}
.halfling-zoom-out:before {
    content: "\E016";
}
.halfling-off:before {
    content: "\E017";
}
.halfling-signal:before {
    content: "\E018";
}
.halfling-cog:before {
    content: "\E019";
}
.halfling-trash:before {
    content: "\E020";
}
.halfling-home:before {
    content: "\E021";
}
.halfling-file:before {
    content: "\E022";
}
.halfling-time:before {
    content: "\E023";
}
.halfling-road:before {
    content: "\E024";
}
.halfling-download-alt:before {
    content: "\E025";
}
.halfling-download:before {
    content: "\E026";
}
.halfling-upload:before {
    content: "\E027";
}
.halfling-inbox:before {
    content: "\E028";
}
.halfling-play-circle:before {
    content: "\E029";
}
.halfling-repeat:before {
    content: "\E030";
}
.halfling-refresh:before {
    content: "\E031";
}
.halfling-list-alt:before {
    content: "\E032";
}
.halfling-lock:before {
    content: "\1F512";
}
.halfling-flag:before {
    content: "\E034";
}
.halfling-headphones:before {
    content: "\E035";
}
.halfling-volume-off:before {
    content: "\E036";
}
.halfling-volume-down:before {
    content: "\E037";
}
.halfling-volume-up:before {
    content: "\E038";
}
.halfling-qrcode:before {
    content: "\E039";
}
.halfling-barcode:before {
    content: "\E040";
}
.halfling-tag:before {
    content: "\E041";
}
.halfling-tags:before {
    content: "\E042";
}
.halfling-book:before {
    content: "\E043";
}
.halfling-bookmark:before {
    content: "\1F516";
}
.halfling-print:before {
    content: "\E045";
}
.halfling-camera:before {
    content: "\1F4F7";
}
.halfling-font:before {
    content: "\E047";
}
.halfling-bold:before {
    content: "\E048";
}
.halfling-italic:before {
    content: "\E049";
}
.halfling-text-height:before {
    content: "\E050";
}
.halfling-text-width:before {
    content: "\E051";
}
.halfling-align-left:before {
    content: "\E052";
}
.halfling-align-center:before {
    content: "\E053";
}
.halfling-align-right:before {
    content: "\E054";
}
.halfling-align-justify:before {
    content: "\E055";
}
.halfling-list:before {
    content: "\E056";
}
.halfling-indent-left:before {
    content: "\E057";
}
.halfling-indent-right:before {
    content: "\E058";
}
.halfling-facetime-video:before {
    content: "\E059";
}
.halfling-picture:before {
    content: "\E060";
}
.halfling-pencil:before {
    content: "\270F";
}
.halfling-map-marker:before {
    content: "\E062";
}
.halfling-adjust:before {
    content: "\E063";
}
.halfling-tint:before {
    content: "\E064";
}
.halfling-edit:before {
    content: "\E065";
}
.halfling-share:before {
    content: "\E066";
}
.halfling-check:before {
    content: "\E067";
}
.halfling-move:before {
    content: "\E068";
}
.halfling-step-backward:before {
    content: "\E069";
}
.halfling-fast-backward:before {
    content: "\E070";
}
.halfling-backward:before {
    content: "\E071";
}
.halfling-play:before {
    content: "\E072";
}
.halfling-pause:before {
    content: "\E073";
}
.halfling-stop:before {
    content: "\E074";
}
.halfling-forward:before {
    content: "\E075";
}
.halfling-fast-forward:before {
    content: "\E076";
}
.halfling-step-forward:before {
    content: "\E077";
}
.halfling-eject:before {
    content: "\E078";
}
.halfling-chevron-left:before {
    content: "\E079";
}
.halfling-chevron-right:before {
    content: "\E080";
}
.halfling-plus-sign:before {
    content: "\E081";
}
.halfling-minus-sign:before {
    content: "\E082";
}
.halfling-remove-sign:before {
    content: "\E083";
}
.halfling-ok-sign:before {
    content: "\E084";
}
.halfling-question-sign:before {
    content: "\E085";
}
.halfling-info-sign:before {
    content: "\E086";
}
.halfling-screenshot:before {
    content: "\E087";
}
.halfling-remove-circle:before {
    content: "\E088";
}
.halfling-ok-circle:before {
    content: "\E089";
}
.halfling-ban-circle:before {
    content: "\E090";
}
.halfling-arrow-left:before {
    content: "\E091";
}
.halfling-arrow-right:before {
    content: "\E092";
}
.halfling-arrow-up:before {
    content: "\E093";
}
.halfling-arrow-down:before {
    content: "\E094";
}
.halfling-share-alt:before {
    content: "\E095";
}
.halfling-resize-full:before {
    content: "\E096";
}
.halfling-resize-small:before {
    content: "\E097";
}
.halfling-plus:before {
    content: "\002B";
}
.halfling-minus:before {
    content: "\2212";
}
.halfling-asterisk:before {
    content: "\002A";
}
.halfling-exclamation-sign:before {
    content: "\E101";
}
.halfling-gift:before {
    content: "\E102";
}
.halfling-leaf:before {
    content: "\E103";
}
.halfling-fire:before {
    content: "\1F525";
}
.halfling-eye-open:before {
    content: "\E105";
}
.halfling-eye-close:before {
    content: "\E106";
}
.halfling-warning-sign:before {
    content: "\E107";
}
.halfling-plane:before {
    content: "\E108";
}
.halfling-calendar:before {
    content: "\1F4C5";
}
.halfling-random:before {
    content: "\E110";
}
.halfling-comments:before {
    content: "\E111";
}
.halfling-magnet:before {
    content: "\E112";
}
.halfling-chevron-up:before {
    content: "\E113";
}
.halfling-chevron-down:before {
    content: "\E114";
}
.halfling-retweet:before {
    content: "\E115";
}
.halfling-shopping-cart:before {
    content: "\E116";
}
.halfling-folder-close:before {
    content: "\E117";
}
.halfling-folder-open:before {
    content: "\E118";
}
.halfling-resize-vertical:before {
    content: "\E119";
}
.halfling-resize-horizontal:before {
    content: "\E120";
}
.halfling-hdd:before {
    content: "\E121";
}
.halfling-bullhorn:before {
    content: "\E122";
}
.halfling-bell:before {
    content: "\1F514";
}
.halfling-certificate:before {
    content: "\E124";
}
.halfling-thumbs-up:before {
    content: "\E125";
}
.halfling-thumbs-down:before {
    content: "\E126";
}
.halfling-hand-right:before {
    content: "\E127";
}
.halfling-hand-left:before {
    content: "\E128";
}
.halfling-hand-top:before {
    content: "\E129";
}
.halfling-hand-down:before {
    content: "\E130";
}
.halfling-circle-arrow-right:before {
    content: "\E131";
}
.halfling-circle-arrow-left:before {
    content: "\E132";
}
.halfling-circle-arrow-top:before {
    content: "\E133";
}
.halfling-circle-arrow-down:before {
    content: "\E134";
}
.halfling-globe:before {
    content: "\E135";
}
.halfling-wrench:before {
    content: "\1F527";
}
.halfling-tasks:before {
    content: "\E137";
}
.halfling-filter:before {
    content: "\E138";
}
.halfling-briefcase:before {
    content: "\1F4BC";
}
.halfling-fullscreen:before {
    content: "\E140";
}
.halfling-dashboard:before {
    content: "\E141";
}
.halfling-paperclip:before {
    content: "\1F4CE";
}
.halfling-heart-empty:before {
    content: "\E143";
}
.halfling-link:before {
    content: "\E144";
}
.halfling-phone:before {
    content: "\E145";
}
.halfling-pushpin:before {
    content: "\1F4CC";
}
.halfling-euro:before {
    content: "\20AC";
}
.halfling-usd:before {
    content: "\E148";
}
.halfling-gbp:before {
    content: "\E149";
}
.halfling-sort:before {
    content: "\E150";
}
.halfling-sort-by-alphabet:before {
    content: "\E151";
}
.halfling-sort-by-alphabet-alt:before {
    content: "\E152";
}
.halfling-sort-by-order:before {
    content: "\E153";
}
.halfling-sort-by-order-alt:before {
    content: "\E154";
}
.halfling-sort-by-attributes:before {
    content: "\E155";
}
.halfling-sort-by-attributes-alt:before {
    content: "\E156";
}
.halfling-unchecked:before {
    content: "\E157";
}
.halfling-expand:before {
    content: "\E158";
}
.halfling-collapse:before {
    content: "\E159";
}
.halfling-collapse-top:before {
    content: "\E160";
}
.halfling-log_in:before {
    content: "\E161";
}
.halfling-flash:before {
    content: "\E162";
}
.halfling-log_out:before {
    content: "\E163";
}
.halfling-new_window:before {
    content: "\E164";
}
.halfling-record:before {
    content: "\E165";
}
.halfling-save:before {
    content: "\E166";
}
.halfling-open:before {
    content: "\E167";
}
.halfling-saved:before {
    content: "\E168";
}
.halfling-import:before {
    content: "\E169";
}
.halfling-export:before {
    content: "\E170";
}
.halfling-send:before {
    content: "\E171";
}
.halfling-floppy_disk:before {
    content: "\E172";
}
.halfling-floppy_saved:before {
    content: "\E173";
}
.halfling-floppy_remove:before {
    content: "\E174";
}
.halfling-floppy_save:before {
    content: "\E175";
}
.halfling-floppy_open:before {
    content: "\E176";
}
.halfling-credit_card:before {
    content: "\E177";
}
.halfling-transfer:before {
    content: "\E178";
}
.halfling-cutlery:before {
    content: "\E179";
}
.halfling-header:before {
    content: "\E180";
}
.halfling-compressed:before {
    content: "\E181";
}
.halfling-earphone:before {
    content: "\E182";
}
.halfling-phone_alt:before {
    content: "\E183";
}
.halfling-tower:before {
    content: "\E184";
}
.halfling-stats:before {
    content: "\E185";
}
.halfling-sd_video:before {
    content: "\E186";
}
.halfling-hd_video:before {
    content: "\E187";
}
.halfling-subtitles:before {
    content: "\E188";
}
.halfling-sound_stereo:before {
    content: "\E189";
}
.halfling-sound_dolby:before {
    content: "\E190";
}
.halfling-sound_5_1:before {
    content: "\E191";
}
.halfling-sound_6_1:before {
    content: "\E192";
}
.halfling-sound_7_1:before {
    content: "\E193";
}
.halfling-copyright_mark:before {
    content: "\E194";
}
.halfling-registration_mark:before {
    content: "\E195";
}
.halfling-cloud:before {
    content: "\2601";
}
.halfling-cloud_download:before {
    content: "\E197";
}
.halfling-cloud_upload:before {
    content: "\E198";
}
.halfling-tree_conifer:before {
    content: "\E199";
}
.halfling-tree_deciduous:before {
    content: "\E200";
}

.social-pinterest:before {
    content: "\E001";
}
.social-dropbox:before {
    content: "\E002";
}
.social-google_plus:before {
    content: "\E003";
}
.social-jolicloud:before {
    content: "\E004";
}
.social-yahoo:before {
    content: "\E005";
}
.social-blogger:before {
    content: "\E006";
}
.social-picasa:before {
    content: "\E007";
}
.social-amazon:before {
    content: "\E008";
}
.social-tumblr:before {
    content: "\E009";
}
.social-wordpress:before {
    content: "\E010";
}
.social-instapaper:before {
    content: "\E011";
}
.social-evernote:before {
    content: "\E012";
}
.social-xing:before {
    content: "\E013";
}
.social-zootool:before {
    content: "\E014";
}
.social-dribbble:before {
    content: "\E015";
}
.social-deviantart:before {
    content: "\E016";
}
.social-read_it_later:before {
    content: "\E017";
}
.social-linked_in:before {
    content: "\E018";
}
.social-forrst:before {
    content: "\E019";
}
.social-pinboard:before {
    content: "\E020";
}
.social-behance:before {
    content: "\E021";
}
.social-github:before {
    content: "\E022";
}
.social-youtube:before {
    content: "\E023";
}
.social-skitch:before {
    content: "\E024";
}
.social-foursquare:before {
    content: "\E025";
}
.social-quora:before {
    content: "\E026";
}
.social-badoo:before {
    content: "\E027";
}
.social-spotify:before {
    content: "\E028";
}
.social-stumbleupon:before {
    content: "\E029";
}
.social-readability:before {
    content: "\E030";
}
.social-facebook:before {
    content: "\E031";
}
.social-twitter:before {
    content: "\E032";
}
.social-instagram:before {
    content: "\E033";
}
.social-posterous_spaces:before {
    content: "\E034";
}
.social-vimeo:before {
    content: "\E035";
}
.social-flickr:before {
    content: "\E036";
}
.social-last_fm:before {
    content: "\E037";
}
.social-rss:before {
    content: "\E038";
}
.social-skype:before {
    content: "\E039";
}
.social-e-mail:before {
    content: "\E040";
}
.social-vine:before {
    content: "\E041";
}
.social-myspace:before {
    content: "\E042";
}
.social-goodreads:before {
    content: "\E043";
}
.social-apple:before {
    content: "\F8FF";
}
.social-windows:before {
    content: "\E045";
}
.social-yelp:before {
    content: "\E046";
}
.social-playstation:before {
    content: "\E047";
}
.social-xbox:before {
    content: "\E048";
}
.social-android:before {
    content: "\E049";
}
.social-ios:before {
    content: "\E050";
}

.filetype-txt:before {
    content: "\E001";
}
.filetype-doc:before {
    content: "\E002";
}
.filetype-rtf:before {
    content: "\E003";
}
.filetype-log:before {
    content: "\E004";
}
.filetype-tex:before {
    content: "\E005";
}
.filetype-msg:before {
    content: "\E006";
}
.filetype-text:before {
    content: "\E007";
}
.filetype-wpd:before {
    content: "\E008";
}
.filetype-wps:before {
    content: "\E009";
}
.filetype-docx:before {
    content: "\E010";
}
.filetype-page:before {
    content: "\E011";
}
.filetype-csv:before {
    content: "\E012";
}
.filetype-dat:before {
    content: "\E013";
}
.filetype-tar:before {
    content: "\E014";
}
.filetype-xml:before {
    content: "\E015";
}
.filetype-vcf:before {
    content: "\E016";
}
.filetype-pps:before {
    content: "\E017";
}
.filetype-key:before {
    content: "\1F511";
}
.filetype-ppt:before {
    content: "\E019";
}
.filetype-pptx:before {
    content: "\E020";
}
.filetype-sdf:before {
    content: "\E021";
}
.filetype-gbr:before {
    content: "\E022";
}
.filetype-ged:before {
    content: "\E023";
}
.filetype-mp3:before {
    content: "\E024";
}
.filetype-m4a:before {
    content: "\E025";
}
.filetype-waw:before {
    content: "\E026";
}
.filetype-wma:before {
    content: "\E027";
}
.filetype-mpa:before {
    content: "\E028";
}
.filetype-iff:before {
    content: "\E029";
}
.filetype-aif:before {
    content: "\E030";
}
.filetype-ra:before {
    content: "\E031";
}
.filetype-mid:before {
    content: "\E032";
}
.filetype-m3v:before {
    content: "\E033";
}
.filetype-e_3gp:before {
    content: "\E034";
}
.filetype-shf:before {
    content: "\E035";
}
.filetype-avi:before {
    content: "\E036";
}
.filetype-asx:before {
    content: "\E037";
}
.filetype-mp4:before {
    content: "\E038";
}
.filetype-e_3g2:before {
    content: "\E039";
}
.filetype-mpg:before {
    content: "\E040";
}
.filetype-asf:before {
    content: "\E041";
}
.filetype-vob:before {
    content: "\E042";
}
.filetype-wmv:before {
    content: "\E043";
}
.filetype-mov:before {
    content: "\E044";
}
.filetype-srt:before {
    content: "\E045";
}
.filetype-m4v:before {
    content: "\E046";
}
.filetype-flv:before {
    content: "\E047";
}
.filetype-rm:before {
    content: "\E048";
}
.filetype-png:before {
    content: "\E049";
}
.filetype-psd:before {
    content: "\E050";
}
.filetype-psp:before {
    content: "\E051";
}
.filetype-jpg:before {
    content: "\E052";
}
.filetype-tif:before {
    content: "\E053";
}
.filetype-tiff:before {
    content: "\E054";
}
.filetype-gif:before {
    content: "\E055";
}
.filetype-bmp:before {
    content: "\E056";
}
.filetype-tga:before {
    content: "\E057";
}
.filetype-thm:before {
    content: "\E058";
}
.filetype-yuv:before {
    content: "\E059";
}
.filetype-dds:before {
    content: "\E060";
}
.filetype-ai:before {
    content: "\E061";
}
.filetype-eps:before {
    content: "\E062";
}
.filetype-ps:before {
    content: "\E063";
}
.filetype-svg:before {
    content: "\E064";
}
.filetype-pdf:before {
    content: "\E065";
}
.filetype-pct:before {
    content: "\E066";
}
.filetype-indd:before {
    content: "\E067";
}
.filetype-xlr:before {
    content: "\E068";
}
.filetype-xls:before {
    content: "\E069";
}
.filetype-xlsx:before {
    content: "\E070";
}
.filetype-db:before {
    content: "\E071";
}
.filetype-dbf:before {
    content: "\E072";
}
.filetype-mdb:before {
    content: "\E073";
}
.filetype-pdb:before {
    content: "\E074";
}
.filetype-sql:before {
    content: "\E075";
}
.filetype-aacd:before {
    content: "\E076";
}
.filetype-app:before {
    content: "\E077";
}
.filetype-exe:before {
    content: "\E078";
}
.filetype-com:before {
    content: "\E079";
}
.filetype-bat:before {
    content: "\E080";
}
.filetype-apk:before {
    content: "\E081";
}
.filetype-jar:before {
    content: "\E082";
}
.filetype-hsf:before {
    content: "\E083";
}
.filetype-pif:before {
    content: "\E084";
}
.filetype-vb:before {
    content: "\E085";
}
.filetype-cgi:before {
    content: "\E086";
}
.filetype-css:before {
    content: "\E087";
}
.filetype-js:before {
    content: "\E088";
}
.filetype-php:before {
    content: "\E089";
}
.filetype-xhtml:before {
    content: "\E090";
}
.filetype-htm:before {
    content: "\E091";
}
.filetype-html:before {
    content: "\E092";
}
.filetype-asp:before {
    content: "\E093";
}
.filetype-cer:before {
    content: "\E094";
}
.filetype-jsp:before {
    content: "\E095";
}
.filetype-cfm:before {
    content: "\E096";
}
.filetype-aspx:before {
    content: "\E097";
}
.filetype-rss:before {
    content: "\E098";
}
.filetype-csr:before {
    content: "\E099";
}
.filetype-less:before {
    content: "\003C";
}
.filetype-otf:before {
    content: "\E101";
}
.filetype-ttf:before {
    content: "\E102";
}
.filetype-font:before {
    content: "\E103";
}
.filetype-fnt:before {
    content: "\E104";
}
.filetype-eot:before {
    content: "\E105";
}
.filetype-woff:before {
    content: "\E106";
}
.filetype-zip:before {
    content: "\E107";
}
.filetype-zipx:before {
    content: "\E108";
}
.filetype-rar:before {
    content: "\E109";
}
.filetype-targ:before {
    content: "\E110";
}
.filetype-sitx:before {
    content: "\E111";
}
.filetype-deb:before {
    content: "\E112";
}
.filetype-e_7z:before {
    content: "\E113";
}
.filetype-pkg:before {
    content: "\E114";
}
.filetype-rpm:before {
    content: "\E115";
}
.filetype-cbr:before {
    content: "\E116";
}
.filetype-gz:before {
    content: "\E117";
}
.filetype-dmg:before {
    content: "\E118";
}
.filetype-cue:before {
    content: "\E119";
}
.filetype-bin:before {
    content: "\E120";
}
.filetype-iso:before {
    content: "\E121";
}
.filetype-hdf:before {
    content: "\E122";
}
.filetype-vcd:before {
    content: "\E123";
}
.filetype-bak:before {
    content: "\E124";
}
.filetype-tmp:before {
    content: "\E125";
}
.filetype-ics:before {
    content: "\E126";
}
.filetype-msi:before {
    content: "\E127";
}
.filetype-cfg:before {
    content: "\E128";
}
.filetype-ini:before {
    content: "\E129";
}
.filetype-prf:before {
    content: "\E130";
}

/*
=================================================================
(#03fcs) FullCalendar v1.6.4 Stylesheet

Docs & License: http://arshaw.com/fullcalendar/
(c) 2013 Adam Shaw
=================================================================
*/

.fc {
    direction: ltr;
    text-align: left;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}

/* Header
------------------------------------------------------------------------*/
.fc-header {
    margin-bottom: 10px;
}

.fc-header td {
    white-space: nowrap;
    display: block;
}

.fc-header-left {
    width: 100%;
    text-align: center;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 100%;
    text-align: center;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
    font-size: 22px;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

/* buttons edges butting together */
.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
    margin-right: 0; /* back to normal */
}

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}

/* Content
------------------------------------------------------------------------*/
.fc-content {
    clear: both;
    zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}

.fc-view {
    width: 100%;
    overflow: hidden;
}

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
    border: 1px solid #ddd;
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
    background: #fcf8e3;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
    background: #f39c12;
    opacity: .3;
    filter: alpha(opacity=30); /* for IE */
}

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

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 2.5em;
    line-height: 2.5em;
    white-space: nowrap;
    cursor: pointer;
}

/*
        Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
        and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline; /* for IE7 */
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
    font-weight: bold;
}

/* icon (for jquery ui) */

.fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%;
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
    background-color: #f39c12;
    color: #ffffff;
    border: 1px solid #d98600;
    -webkit-box-shadow: 0 1px 0 #d98600;
    box-shadow: 0 1px 0 #d98600;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #ffffff;
    background-color: #f2bb61;
}

.fc-state-hover {
    text-decoration: none;
    background-color: #f2bb61;
    color: #ffffff;
}

.fc-state-down,
.fc-state-active {
    background-color: #f2bb61;
    border-top-width: 2px;
    border-bottom-width: 0;
    color: #ffffff;
    outline: 0;
}

.fc-state-disabled {
    cursor: default;
    background-color: #f39c12;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
    z-index: 8;
}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
    z-index: 9;
}

.fc-event {
    border: 1px solid #f39c12; /* default BORDER color */
    background-color: #f39c12; /* default BACKGROUND color */
    color: #fff;               /* default TEXT color */
    font-size: .85em;
    cursor: default;
}

a.fc-event {
    text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden; /* hacky spaces (IE6/7) */
    font-size: 300%;  /* */
    line-height: 50%; /* */
}

/* Horizontal Events
------------------------------------------------------------------------*/
a.fc-event:hover {
    color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* resizable */
.fc-event-hori .ui-resizable-e {
    top: 0           !important; /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px; /* IE6 had 0 height */
}

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
thead th.fc-widget-header {
    background-color: #f9f9f9;
    padding: 12px 2px;
    font-weight: 300;
    font-size: 18px;
}

.fc-grid th {
    text-align: center;
}

.fc .fc-week-number {
    width: 22px;
    text-align: center;
}

.fc .fc-week-number div {
    padding: 0 2px;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30); /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px; /* distance between events and day edges */
}

/* event styles */
.fc-grid .fc-event-time {
    font-weight: bold;
}

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}


/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-week-number {
    font-weight: bold;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

/* all-day area */
.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px; /* TODO: doesnt work well in quirksmode */
    _height: 34px;
}

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

/* slot rows */
.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid; /* doesn't work with background in IE6/7 */
}

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
    display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */
.fc-event-vert .ui-resizable-s {
    bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
    _overflow: hidden;
}

/* Small devices, Tablets (>768px) */
@media screen and (min-width: 768px) {

    .fc-header td {
        display: table-cell;
    }

    .fc-header-left {
        width: 25%;
        text-align: left;
    }

    .fc-header-right {
        width: 25%;
        text-align: right;
    }

    .fc-header-title h2 {
        font-size: 30px;
    }
}

/*
=================================================================
(#04djs) Dropzone.js 3.7.1

MIT License
=================================================================
*/

.dropzone {
    position: relative;
    border: 1px dashed #cccccc;
    background: rgba(0,0,0,0.02);
    padding: 1em;
    border-radius: 3px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    padding: 100px 0;
}
.dropzone.dz-drag-hover {
    border-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background: rgba(255,255,255,0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 100px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
}

/*
=================================================================
(#05chs) Chosen

MIT License
=================================================================
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1041;
    width: 100%;
    border: 1px solid #999999;
    border-top: 0;
    background: #ffffff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 34px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    box-shadow: 0 1px 0 #d9d9d9;
    box-shadow: 0 1px 0 #d9d9d9;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    height: 34px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    margin-top: 6px;
    width: 100%;
    height: 100%;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #999;
    background: #ffffff url('../img/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    line-height: normal;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #f39c12;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    cursor: text;
    -webkit-box-shadow: 0 1px 0 #d9d9d9;
    box-shadow: 0 1px 0 #d9d9d9;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px 8px;
    height: 30px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    font-size: 100%;
    line-height: normal;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 7px 0 6px 5px;
    padding: 3px 20px 3px 5px;
    background: #f0f0f0;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #999999;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #999999;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #999;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('chosen-sprite.png') no-repeat -30px -20px;
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('../img/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('../img/jquery.chosen/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* @end */

/*
=================================================================
(#06dps) Datepicker for Bootstrap
Copyright 2012 Stefan Petre
Improvements by Andrew Rowls

Licensed under the Apache License v2.0
http://www.apache.org/licenses/LICENSE-2.0
=================================================================
*/

.datepicker {
    padding: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days {
    display: block;
}
.datepicker.months div.datepicker-months {
    display: block;
}
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    color: #ffffff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #f39c12;
    color: #ffffff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #f39c12;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    color: #ffffff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #f39c12;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

/*
=================================================================
(#07bes) Bootstrap WYSIWYG5
=================================================================
*/

ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}

ul.wysihtml5-toolbar::after {
    clear: both;
    display: table;
    content: "";
}

ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
    font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
    text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-color: #ffffff;
    border-top-width: 2px;
    border-bottom-width: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
    display:block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
    background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
    background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
    background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
    background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
    background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
    background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
    background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
    background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
    background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
    background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
    background: orange !important;
}

/*
=================================================================
(#08prs) prism.js okaidia theme for JavaScript, CSS and HTML

Loosely based on Monokai textmate theme by http://www.monokai.nl/
@author ocodia
=================================================================
*/

code[class^="language-"],
code[class*=" language-"],
pre[class^="language-"],
pre[class*=" language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Code blocks */
pre[class^="language-"],
pre[class*=" language-"] {
    padding: 1em;
    margin: 0 0 15px;
    overflow: auto;
    border-radius: 3px;
    border: none;
}

:not(pre) > code[class^="language-"],
:not(pre) > code[class*=" language-"],
pre[class^="language-"],
pre[class*=" language-"] {
    background: #333;
}

/* Inline code */
:not(pre) > code[class^="language-"],
:not(pre) > code[class*=" language-"] {
    padding: .1em;
    border-radius: .3em;
}

pre code {
    border: 0;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #f8f8f2;
}

.namespace {
    opacity: .7;
}

.token.property,
.token.tag {
    color: #f92672;
}

.token.boolean,
.token.number{
    color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string {
    color: #a6e22e;
}


.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #f8f8f2;
}

.token.atrule,
.token.attr-value
{
    color: #e6db74;
}


.token.keyword{
    color: #66d9ef;
}

.token.regex,
.token.important {
    color: #fd971f;
}

.token.important {
    font-weight: bold;
}

.token.entity {
    cursor: help;
}
pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
}

pre.line-numbers > code {
    position: relative;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em; /* works for line-numbers below 1000 lines */
    letter-spacing: -1px;
    border-right: 1px solid #999;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}

/*
=================================================================
(#09mps) Magnific Popup CSS
=================================================================
*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    width: 50px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*
=================================================================
(#10dts) Datatables
=================================================================
*/

.dataTables_wrapper > div {
    /*background-color: #fff;*/
    padding: 8px 0 3px;
    width: auto;
    /*border: 1px solid #e9e9e9;*/
    border-top-width: 0;
}

.dataTables_wrapper > div:first-child {
    border-top-width: 1px;
    border-bottom-width: 0;
}

.dataTables_wrapper .row {
    margin: 0;
}

.dataTables_filter label,
.dataTables_length label,
.dataTables_info,
.dataTables_paginate {
    margin: 0;
    padding: 0;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_info {
    padding-top: 6px;
}

.dataTables_paginate {
    float: right;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    padding-right: 20px;
}

.table thead .sorting,
.table thead .sorting_asc,
.table thead .sorting_desc,
.table thead .sorting_asc_disabled,
.table thead .sorting_desc_disabled {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.table thead .sorting { background-image: url('../img/jquery.datatables/sort_both.png'); }
.table thead .sorting_asc { background-image: url('../img/jquery.datatables/sort_asc.png'); }
.table thead .sorting_desc { background-image: url('../img/jquery.datatables/sort_desc.png'); }
.table thead .sorting_asc_disabled { background-image: url('../img/jquery.datatables/sort_asc_disabled.png'); }
.table thead .sorting_desc_disabled { background-image: url('../img/jquery.datatables/sort_desc_disabled.png'); }

.dataTable {
    clear: both;
    margin-bottom: 0 !important;
    max-width: none !important;
}

.dataTable th:active {
    outline: none;
}

.dataTables_scrollHead table {
    margin-bottom: 0 !important;
}

.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

.dataTables_scrollBody tbody tr:first-child th,
.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

.dataTables_scrollFoot table {
    border-top: none;
}

.editable-form {
    margin: 0;
}

.editable-form button {
    margin: 5px 0 5px 5px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .table thead .sorting { background-image: url('../img/jquery.datatables/sort_both@2x.png'); }
    .table thead .sorting_asc { background-image: url('../img/jquery.datatables/sort_asc@2x.png'); }
    .table thead .sorting_desc { background-image: url('../img/jquery.datatables/sort_desc@2x.png'); }
    .table thead .sorting_asc_disabled { background-image: url('../img/jquery.datatables/sort_asc_disabled@2x.png'); }
    .table thead .sorting_desc_disabled { background-image: url('../img/jquery.datatables/sort_desc_disabled@2x.png'); }
}

/*
==============================================
(#11eps) Easy Pie Chart
==============================================
*/

.easyPieChart {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 300;
}

.easyPieChart small {
    font-size: 14px;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/*
==============================================
(#12cas) CSS3 ANIMATION CHEAT SHEET

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/

.animation-slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(4%);
    }
    95%{
        transform: translateY(-2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
slideUp
==============================================
*/

.animation-slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(4%);
    }
    80%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(4%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
slideLeft
==============================================
*/

.animation-slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50%{
        ransform: translateX(-8%);
    }
    65%{
        transform: translateX(4%);
    }
    80%{
        transform: translateX(-4%);
    }
    95%{
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }
    50%{
        -webkit-transform: translateX(-8%);
    }
    65%{
        -webkit-transform: translateX(4%);
    }
    80%{
        -webkit-transform: translateX(-4%);
    }
    95%{
        -webkit-transform: translateX(2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideRight
==============================================
*/

.animation-slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    50%{
        transform: translateX(8%);
    }
    65%{
        transform: translateX(-4%);
    }
    80%{
        transform: translateX(4%);
    }
    95%{
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
    50%{
        -webkit-transform: translateX(8%);
    }
    65%{
        -webkit-transform: translateX(-4%);
    }
    80%{
        -webkit-transform: translateX(4%);
    }
    95%{
        -webkit-transform: translateX(-2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideExpandUp
==============================================
*/

.animation-slideExpandUp {
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease -out;
    visibility: visible !important;
}

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(0.5);
    }
    30%{
        transform: translateY(-8%) scaleX(0.5);
    }
    40%{
        transform: translateY(2%) scaleX(0.5);
    }
    50%{
        transform: translateY(0%) scaleX(1.1);
    }
    60%{
        transform: translateY(0%) scaleX(0.9);
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleX(0.95);
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }
    100%{
        transform: translateY(0%) scaleX(1);
    }
}

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(0.5);
    }
    30%{
        -webkit-transform: translateY(-8%) scaleX(0.5);
    }
    40%{
        -webkit-transform: translateY(2%) scaleX(0.5);
    }
    50%{
        -webkit-transform: translateY(0%) scaleX(1.1);
    }
    60%{
        -webkit-transform: translateY(0%) scaleX(0.9);
    }
    70% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }
    80%{
        -webkit-transform: translateY(0%) scaleX(0.95);
    }
    90% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }
    100%{
        -webkit-transform: translateY(0%) scaleX(1);
    }
}

/*
==============================================
expandUp
==============================================
*/

.animation-expandUp {
    animation-name: expandUp;
    -webkit-animation-name: expandUp;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        transform: translateY(3%);
    }
    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        -webkit-transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        -webkit-transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%) scale(1) scaleY(1);
    }
}

/*
==============================================
fadeIn
==============================================
*/

.animation-fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/*
==============================================
expandOpen
==============================================
*/

.animation-expandOpen {
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8);
    }
    50% {
        transform: scale(0.95);
    }
    80% {
        transform: scale(1.05);
    }
    90% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8);
    }
    50% {
        -webkit-transform: scale(0.95);
    }
    80% {
        -webkit-transform: scale(1.05);
    }
    90% {
        -webkit-transform: scale(0.98);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

/*
==============================================
bigEntrance
==============================================
*/

.animation-bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }
    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

/*
==============================================
hatch
==============================================
*/

.animation-hatch {
    animation-name: hatch;
    -webkit-animation-name: hatch;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    visibility: visible !important;
}

@keyframes hatch {
    0% {
        transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        transform: rotate(2deg) scaleY(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    65% {
        transform: rotate(1deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
    }
    50% {
        -webkit-transform: rotate(-2deg);
    }
    65% {
        -webkit-transform: rotate(1deg);
    }
    80% {
        -webkit-transform: rotate(-1deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

/*
==============================================
bounce
==============================================
*/

.animation-bounce {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
    0% {
        transform: translateY(0%) scaleY(0.6);
    }
    60%{
        transform: translateY(-100%) scaleY(1.1);
    }
    70%{
        transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleY(1.05) scaleX(1);
    }
    90%{
        transform: translateY(0%) scaleY(0.95) scaleX(1);
    }
    100%{
        transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0%) scaleY(0.6);
    }
    60%{
        -webkit-transform: translateY(-100%) scaleY(1.1);
    }
    70%{
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80%{
        -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
    }
    90%{
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
    }
    100%{
        -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

/*
==============================================
pulse
==============================================
*/

.animation-pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        ransform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

/*
==============================================
floating
==============================================
*/

.animation-floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
tossing
==============================================
*/

.animation-tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
    0% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-4deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(4deg);
    }
    100% {
        -webkit-transform: rotate(-4deg);
    }
}

/*
==============================================
pullUp
==============================================
*/

.animation-pullUp {
    animation-name: pullUp;
    -webkit-animation-name: pullUp;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}

/*
==============================================
pullDown
==============================================
*/

.animation-pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}

/*
==============================================
stretchLeft
==============================================
*/

.animation-stretchLeft {
    animation-name: stretchLeft;
    -webkit-animation-name: stretchLeft;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(0.3);
    }
    40% {
        transform: scaleX(1.02);
    }
    60% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(0.3);
    }
    40% {
        -webkit-transform: scaleX(1.02);
    }
    60% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}

/*
==============================================
stretchRight
==============================================
*/

.animation-stretchRight {
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
    0% {
        transform: scaleX(0.3);
    }
    40% {
        transform: scaleX(1.02);
    }
    60% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(0.3);
    }
    40% {
        -webkit-transform: scaleX(1.02);
    }
    60% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}

/*
==============================================
(#13tps) Timepicker Component for Twitter Bootstrap

Copyright 2013 Joris de Wit

Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
==============================================
*/

.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}
.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #f39c12;
    color: #ffffff;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}
@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}
@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }
    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

/*
==============================================
(#14tis) Jquery Tags Input
==============================================
*/

div.tagsinput {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 6px 8px 0;
    color: #333;
    -webkit-box-shadow: 0 1px 0 #d9d9d9;
    box-shadow: 0 1px 0 #d9d9d9;
    border: 1px solid #d9d9d9;
}

div.tagsinput span.tag {
    border: 1px solid #f39c12;
    background-color: #fcf8e3;
    border-radius: 2px;
    display: block;
    float: left;
    padding: 0 20px 0 5px;
    height: 20px;
    line-height: 18px;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 6px;
    font-size: 12px;
    position: relative;
}

div.tagsinput span.tag a {
    position: absolute;
    display: block;
    top: 0;
    right: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    height: 20px;
    width: 10px;
    text-align: center;
}

div.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: transparent;
    outline: 0;
    margin-right: 4px;
    margin-bottom: 6px;
}

div.tagsinput div {
    display: block;
    float: left;
}

div.tagsinput:before,
div.tagsinput:after {
    content:" ";
    display:table;
}

div.tagsinput:after {
    clear:both;
}

.not_valid {
    background: #fbd8db !important;
    color: #90111a !important;
}