/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}




/**
 * File: Style.css
 * Description : Contains all necessary styling for the WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 1.9.6
 **/


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


/*   TABLE OF CONTENT
/*========================================================================*/


/*
/*      01. DEFAULT STYLING
/*      02. GENERAL STYLING
/*      03. LOGO
/*      04. BUTTONS
/*      05. SLIDERS 
/*      06. NAVIGATION
/*      07. HEADER
/*      08. CONTENT
/*      09. FOOTER
/*      10. HOME
/*      11. ABOUT
/*      12. GRID, PARALLAX & FEATURED EFFECT
/*      13. SERVICES
/*      14. PORTFOLIO
/*      15. PORTFOLIO GRID
/*      16. BLOG
/*      17. SINGLE PORTFOLIO
/*      18. SINGLE
/*      19. COMMENTS
/*      20. MISCELLANEOUS
/*      21. AD-HOC Fixes
/*      22. RESPONSIVE FIXES
/*
/*========================================================================*/


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


/*   01. DEFAULT STYLING
/*========================================================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    -webkit-font-smoothing: antialiased;
}

ul,
ol {
    list-style: none;
}

body {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #F9F9F9;
    color: #313b3d;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 14px;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    z-index: 0;
}

textarea:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

input[type="radio"]:hover {
    -webkit-appearance: radio;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ins {
    text-decoration: none;
}

label {
    font-weight: 600;
}

iframe {
    max-width: 100% !important;
}

#wpadminbar {
    -webkit-transform: translateZ(0);
}


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


/*   02. GENERAL STYLING
/*========================================================================*/


/*
font-family: 'Steelfish Book'
font-family: 'Steelfish Light'
font-family: 'Steelfish Regular'
font-family: 'Steelfish Bold'
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.35em;
    font-family: 'Open Sans', sans-serif;
    color: #282828;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 75%;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
}

img,
.image {
    max-width: 100%;
    height: auto;
}

h3+p,
p+h3,
p+p,
ul+p,
p+ul,
ul+ol,
ol+ul,
blockquote+p,
p+blockquote {
    margin-top: 10px;
}

.tab-pane+h3 {
    margin-top: 0;
}

blockquote p {
    font-weight: 400;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.form_field,
.input-text,
.edd-input,
.ninja-forms-field,
.wpcf7 input.wpcf7-text,
#s {
    padding: 6px 20px;
    border: 1px solid #EFEFEF;
    color: #888;
    width: 100%;
}

.input {
    padding: 5px 10px;
    border: 1px solid #EFEFEF;
    color: #888;
}

select {
    padding: 2px;
    max-width: 100%;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

.widget select {
    width: 100%;
}

footer .form_field,
footer .input-text,
footer .ninja-forms-field,
footer .wpcf7 input.wpcf7-text,
footer #s,
footer .chosen-container.chosen-with-drop .chosen-drop,
footer .chosen-container-active.chosen-with-drop .chosen-single,
footer .chosen-container-single .chosen-single {
    background: #313b3d;
    border-color: #232b2d;
    color: #FFF;
    width: 100%;
    margin-bottom: 8px;
}
.pf-content i {
    font-size: 25px
}
.input-text.highlight {
    border-color: #cf4f2f;
}

footer .chosen-container {
    width: 100% !important;
}

.form_field:focus {
    color: #444;
}

.form_field.error_input {
    border-color: #eb3f22;
}

input+input,
input+textarea {
    margin-top: 10px;
}

input[type='submit'].form_field,
input[type='submit'].ninja-forms-field,
#searchsubmit {
    padding: 10px 24px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #F16645;
    background-image: url(../images/button.png);
    border: none;
    color: #FFF;
    border-radius: 2px;
}

a {
    font-weight: 400;
}

a:hover {
    color: #720200;
    text-decoration: none;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.reply a,
.link,
.ahref {
    color: #720200;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.showhide_indetails.link {
    font-size: 11px;
}

.link:after {
    content: '';
    padding-left: 2px;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.link:hover:after {
    content: '+';
}

.fitvids {
    margin-bottom: 30px;
}

#main {
    z-index: 1;
    background: #FFF;
}

.content ul:not([class]) {
    list-style: disc outside none;
    margin-left: 15px;
}

.content .active ul:not([class]) {
    list-style: none;
    margin-left: 0;
}

.content ol:not([class]) {
    list-style: decimal outside none;
    margin-left: 15px;
}

.assignment_students > li ul,
#content .content ol,

.course-create-help li {
    height: auto;
}
/*Main Content*/

#content .content ul,

/*Units in start-course frame*/

.main_unit_content ul,
.small_desc ul,
.wpb_text_column ul,
.bbpress #content .content .bbp-reply-content ol,

/*Forums*/

.bbpress #content .content .bbp-reply-content ul {
    list-style: disc outside none;
    margin-left: 15px;
}

#content .content ul.grid,
#content .content ul.woocommerce-error,
#content .content ul.vibe_filterable {
    margin-left: 0;
}

.assignment_students > li ol,
#content .content ol,
.wpb_text_column ol,
.main_unit_content ol {
    list-style: decimal outside none;
    margin-left: 15px;
}

.content ul > li > ul,
.content ol > li > ol {
    padding-left: 30px;
}

.single_unit_content,
.single-unit-content .wp-video {
    position: relative;
}

.unit_content .commentmetadata {
    float: right;
    margin: 0 0 0 20px;
}

.unit_content .commentlist li {
    border-bottom: 1px solid #EFEFEF;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.unit_content .commentlist li ul.children li {
    border-bottom: none;
    border-top: 1px solid #EFEFEF;
}

.unit_content .commentlist li .reply {
    top: auto;
    bottom: 0;
    cursor: pointer;
    font-size: 11px;
}

.unit_content .commentlist li .reply a:hover:after {
    content: '';
}

.unit_content .commentlist li .vcard img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.unit_content .load_more_comments,
.unit_content .add_comment {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.unit_content #discussion.loading {
    opacity: 0.4;
}

.unit_content .button {
    cursor: pointer;
    padding: 4px 10px;
}

.unit_content .add_unit_comment_text.hide {
    display: none;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


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


/*   04. CHOSEN CUSTOMIZATION
/*========================================================================*/

.chosen-container {
    min-width: 160px;
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single {
    background: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    box-shadow: none;
    height: 40px;
    padding: 6px 10px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border-radius: 0 0 2px 2px;
    border-color: #EFEFEF;
}

.chosen-container .chosen-results li.highlighted {
    background: #78c8c9;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 10px;
}


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


/*   04. BUTTONS
/*========================================================================*/

.button {
    padding: 10px 24px;
    display: inline-block;
    margin: 10px 10px 10px 0;
    font-size: 12px;
    background-color: #720200;
    border: 1px solid #720200;
    background-image: url(../images/button.png);
    color: #FFF;
    border-radius: 2px;
    outline: none;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.button.blue {
    background-color: #720200;
}

.button.green {
    background-color: #70c989;
}

.button.primary {
    background-color: #fa7252;
    border-color: #fa7252;
}

.button.full {
    width: 100%;
    text-align: center;
}

.button+.button {
    margin-left: 10px;
}

.button.full+.button {
    margin: 10px 0;
}

.button.full+.button.full {
    margin-top: 0;
}

.button.small {
    font-size: 12px;
    padding: 8px 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

.button:hover {
    color: #FFF;
    background-image: none;
}


/* === Other Classes ====*/

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.first {
    clear: both;
}
.textalign-right{
    text-align: right;
}
.textalign-left{
    text-align: left;
}
.printfriendly {
    margin-top: 5px
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}

.fb_iframe_widget {
    max-width: 100%;
    overflow: hidden;
}

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


/*   05. FLEXSLIDERS
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
}

.flex-control-nav li a {
    width: 30px;
    height: 5px;
    background: #FFF;
    text-indent: -9999px;
    display: block;
    opacity: 0.4;
}

.flex-control-nav li a.flex-active {
    opacity: 1;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.heading {
    margin: 20px 0;
}

.heading a {
    font-size: 14px;
    text-transform: uppercase;
    float: right;
}

.heading span>a {
    font-size: 11px;
    font-weight: 600;
    color: #bbb;
}

.noheading .flex-direction-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
}


/*
.radio {
list-style: none !important;
}
.radio input[type="radio"] {
margin: 0 10px;
float: none;
}

/* ------------------------------------------------------------------------ */


/* 03. SOCIAL ICONS
/* ------------------------------------------------------------------------ */


/*==== Social Icons ====*/

ul.socialicons {
    float: left;
    margin: -5px 5px 0 !important;
    padding: 0;
    list-style: none !important;
    display: inline-block;
}

ul.socialicons li {
    float: left;
    width: auto !important;
    border: none !important;
    margin: 0 0 0 15px;
    font-size: 20px;
    line-height: 1px;
}

ul.socialicons.round li a {
    border-radius: 20px;
    padding: 6px 6px 1px;
    color: #FFF;
    line-height: 1em;
    background: rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

ul.socialicons.square li a {
    padding: 3px 6px 1px;
    color: #FFF;
    line-height: 1em;
    background: rgba(0, 0, 0, 0.2);
}

ul.socialicons.round li,
ul.socialicons.square li {
    margin: 0 0 0 5px;
}

ul.socialicons li:first-child {
    margin: 0;
}

ul.socialicons.social li a:hover,
ul.socialicons.color li a:hover {
    background: #78c8c9;
}

ul.socialicons.color li a:hover,
ul.socialicons.color li a {
    color: #FFFFFF !important;
}


/*===Social Icons Colored ====*/

ul.socialicons.color li a.twitter {
    background: #2bb5dc !important;
}

ul.socialicons.color li a.google.plus {
    background: #DD4B39 !important;
}

ul.socialicons.color li a.facebook {
    background: #3B5998 !important;
}

ul.socialicons.color li a.pinterest {
    background: #d04e4e !important;
}

ul.socialicons.color li a.gplus {
    background: #C63D2D !important;
}

ul.socialicons.color li a.tumblr {
    background: #345775 !important;
}

ul.socialicons.color li a.github {
    background: #4183c4 !important;
}

ul.socialicons.color li a.blogger {
    background: #FF8833 !important;
}

ul.socialicons.color li a.dribbble {
    background: #f90f63 !important;
}

ul.socialicons.color li a.like {
    background: rgb(225, 111, 75);
    color: #FFF !important;
    font-weight: 600;
}

ul.socialicons.color li a.digg {
    background: #356aa0;
}

ul.socialicons.color li a.flickr {
    background: #FE0883 !important;
}

ul.socialicons.color li a.foursquare {
    background: #0072B1 !important;
}

ul.socialicons.color li a.instagram {
    background: #4E433C !important;
}

ul.socialicons.color li a.linkedin {
    background: #4875B4 !important;
}

ul.socialicons.color li a.reddit {
    background: #CEE3F8 !important;
}

ul.socialicons.color li a.vimeo {
    background: #44BBFF !important;
}

ul.socialicons.color li a.youtube,
ul.socialicons.color li a.fontawesome-webfont-5 {
    background: #C4302B !important;
}

ul.socialicons.color li a.stumbleupon {
    background: #EB4924 !important;
}

ul.socialicons.color li a.rss {
    background: #FA9B39 !important;
}


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


/*   06. BLOCKS
/*========================================================================*/

.global,
.pusher {
    height: auto;
    display: inline-block;
    width: 100%;
}

.global {
    position: relative;
}

.pusher {
    z-index: 99;
    background: #F9F9F9;
    width: 100%;
    height: auto;
    display: inline-block;
}

.pagesidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 220px;
    height: 100%;
    background: #0e262e;
    color: #EEE;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagesidebar li>ul {
    display: none;
}

.pagesidebar .menu-item-has-children {
    position: relative;
}

.pagesidebar .menu-item-has-children:after {
    content: "\e05d";
    font-family: 'fonticon';
    position: absolute;
    top: 15px;
    right: 10px;
    color: rgba(255, 255, 255, 0.2);
}

.pagesidebar .menu-item-has-children.active:after {
    content: "\e092";
}

.pagesidebar .left.menu-item {
    float: none;
}

.open .menu::after {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    background: transparent;
    content: '';
    cursor: pointer;
}

#main {
    z-index: 1;
    background: #FFF;
}

.radio {
    list-style: none !important;
}

.radio input[type="radio"] {
    margin: 0 10px;
    float: none;
}

.visibility-toggle-link,
.field-visibility-settings-close {
    font-size: 11px;
    color: #bbb;
    font-weight: 600;
    text-transform: uppercase;
}

.field-visibility-settings-close {
    color: #CF4F2F;
}


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


/*   06. HEADER & NAVIGATION
/*========================================================================*/

#headerinfo {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 8px 0;
    font-size: 12px;
    color: #676767
}

.semnatura-posdru {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.semnatura-posdru p {
    font-size: 12px;
    color: #333;
    text-transform: none;
}

.semnatura-posdru .first_p {
    margin: 0 0 3px 80px;
    text-align: left;
}

.second_p {
    bottom: 0;
    margin: 0 0 3px 80px;
    position: absolute;
}

header {
    display: inline-block;
    width: 100%;
    background: #313B3D;
    padding: 0;
    margin: 0 0 -5px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.75);
    position: relative;
}
#headertop {
    background: #232b2d;
    padding: 8px 0;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

#headertop .homeicon {
    display: none;
}

#headertop.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateZ(0);
    transition: all 0.5s;
}

#headertop.fixed .homeicon {
    display: block;
    float: left;
}

#headertop.fixed {
    -webkit-transform: translateZ(0);
}

#headertop .homeicon img {
    max-height: 20px;
}

#headertop li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #576972;
}

#headertop li:first-child {
    border: none;
}

#headertop a {
    color: rgba(255, 255, 255, 0.6);
}

#headertop #username a {
    word-break: break-all;
}

#headertop .topmenu {
    float: right;
    margin: 10px 0
}

#headertop.fixed + header {
    margin-top: 36px;
}

header #searchdiv {
    float: right;
    color: #576972;
    font-size: 16px;
    padding: 28px 0 0;
}

header #searchicon {
    float: right;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    padding: 17px 0 0;
    cursor: pointer;
}

header #searchdiv {
    display: none;
    z-index: 999;
}

header #searchform {
    position: absolute;
    opacity: 0;
    min-width: 200px;
    top: 57px;
    right: 0;
    border-radius: 2px;
    background: #53050b!important;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header #searchdiv.active {
    display: block !important;
}

header #searchdiv.active #searchform {
    -webkit-animation: slideDown 0.2s ease-in-out;
    -moz-animation: slideDown 0.2s ease-in-out;
    -o-animation: slideDown 0.2s ease-in-out;
    animation: slideDown 0.2s ease-in-out;
    opacity: 1;
    z-index: 91;
}

header #searchform input[type="text"] {
    border: none;
    background: #232b2d;
    font-size: 20px;
    padding: 12px;
    width: 100%;
    border-radius: 2px;
}

#searchform label {
    display: none;
}

header #searchform label,
header #searchform input[type="submit"] {
    display: none;
}

header #searchform:after {
    content: '';
    position: absolute;
    top: -20px;
    height: 15px;
    width: 15px;
    right: 10px;
    bottom: 0px;
    border: 10px solid;
    border-color: transparent transparent #53050b transparent!important;
}

nav {
    /* Adjusting for Logo */
    float: left;
}

nav .menu li {
    float: left;
}

nav .menu li.active a {
    color: #FFF;
    position: relative;
}


/*
.menu li.active a:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left:-10px;
    bottom:0px;
    border:10px solid;
    border-color: transparent transparent #FFF transparent;
} */

nav .menu li:first-child a {
    margin-left: 0;
    padding: 20px 6px 20px 0;
}

nav .menu li:hover > a {
    opacity: 1;
}

nav .sub-menu li:hover > a {
    opacity: 1;
}

nav .menu li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 10px;
    padding: 20px 6px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
    opacity: 0.8;
    position: relative;
}

nav .menu li.current-menu-item a {
    color: #FFF;
    opacity: 1;
}

nav .menu li.iconstyle {
    width: 88px;
    float: left;
}

nav .menu li.hasmenu {
    position: relative;
}

nav .sub-menu {
    display: none;
}

nav .sub-menu {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    background: #48575a;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

nav .hasmenu .sub-menu {
    width: 176px;
}

nav .sub-menu li > .sub-menu {
    top: 0;
    left: 100%;
}

nav .sub-menu li.left > .sub-menu {
    top: 0;
    left: -100%;
}

nav .menu-item-has-children:hover > a:before {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 15px;
    width: 15px;
    left: 20px;
    bottom: 0px;
    border: 10px solid;
    border-color: transparent transparent #48575a transparent;
}

nav .sub-menu li > .sub-menu:before {
    content: '';
    border: none;
}

nav .sub-menu li {
    display: block;
    position: relative;
    width: 100%;
}

nav .sub-menu li a {
    color: #FFF;
    opacity: 0.8;
    display: block;
    font-size: 12px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding: 10px;
}

nav .sub-menu > li:last-child a {
    border-bottom: none;
}

nav .sub-menu li a:hover {
    opacity: 1;
}

nav .menu li:hover > .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: fadeInFromNone 1s ease-in-out;
    -moz-transition: fadeInFromNone 1s ease-in-out;
    -o-transition: fadeInFromNone 1s ease-in-out;
    transition: fadeInFromNone 1s ease-in-out;
}

nav .menu li > .sub-menu {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

nav .menu li.megadrop > .sub-menu {
    width: 100%;
}

nav .menu li.iconstyle > .sub-menu {
    width: 360px;
    margin-left: -50%;
}

nav .menu li.iconstyle > .sub-menu li {
    width: 120px;
    float: left;
    text-align: center;
    font-size: 12px;
}

nav .menu li.iconstyle li i {
    display: block;
    font-size: 48px;
}

.menu-sidebar {
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

.menu-sidebar.column5 .widget {
    width: 20%;
    float: left;
}

.menu-sidebar.column4 .widget {
    width: 25%;
    float: left;
}

.menu-sidebar.column3 .widget {
    width: 33%;
    float: left;
}

.menu-sidebar.column2 .widget {
    width: 50%;
    float: left;
}

.menu-sidebar .widget .inside {
    padding: 20px 15px;
}

.menu-sidebar .widget {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.megadrop .menu-sidebar {
    padding: 0 0 10px;
}

.megadrop .menu-sidebar .widget ul li {
    border: none;
    padding: 0;
}

.megadrop .menu-sidebar .widget_course_list li h6 {
    color: #FFF;
}

.megadrop .menu-sidebar .widget_course_list li img {
    border-color: rgba(0, 0, 0, 0.2);
}

.megadrop .menu-sidebar {
    color: rgba(255, 255, 255, 0.6);
}

.megadrop .menu-sidebar .widget ul li a {
    padding: 4px 0;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

.megadrop .menu-sidebar .widget ul li a:hover {
    color: #FFF;
}

.megadrop .menu-sidebar .widget + .widget {
    margin: 0;
}

.megadrop .menu-sidebar .widgettitle {
    font-size: 14px;
    color: #FFF;
    margin: 0;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-sidebar.column5 .widget:nth-child(5n+1) {
    clear: both;
    border-left: none;
}

.menu-sidebar.column4 .widget:nth-child(4n+1) {
    clear: both;
    border-left: none;
}

.menu-sidebar.column3 .widget:nth-child(3n+1) {
    clear: both;
    border-left: none;
}

.menu-sidebar.column2 .widget:nth-child(2n+1) {
    clear: both;
    border-left: none;
}


/* === END EFFECT === */

button {
    display: inline-block;
    margin: 0 1em;
    border: none;
    background: none;
}

button span {
    display: block;
}

#trigger {
    cursor: pointer;
    display: none;
    background: transparent;
}

#trigger {
    z-index: 99;
}

.open #trigger {
    z-index: 0;
}

#trigger .lines {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 4px;
    background: #FFF;
    color: #FFF;
    /* Not in use when the colors are specified below */
    transition: 0.3s;
}

.lines:before,
.lines:after {
    display: inline-block;
    width: 32px;
    height: 4px;
    background: #FFF;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 6px center;
    transform-origin: 6px center;
}

.lines:after {
    top: -8px;
}

.lines:before {
    top: 8px;
}

.open .lines {
    background: transparent !important;
}

.open .lines:before,
.open .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 32px;
}

.open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}


/* content style */

.pusher {
    position: relative;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    over-y: hidden;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.open .pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


/* Effect 2: Reveal */

.open .pusher {
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
}

.pagesidebar {
    z-index: 1;
    color: #eee;
}

.open .pagesidebar {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    box-shadow: inset 1px 0 0px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.pagesidebar::after {
    display: none;
}

.pagesidebar .widget li > a {
    padding: 4px 0;
    display: inline-block;
}

.col-md-3 .widget {
    position: relative;
}

h2#sidelogo {
    text-align: center;
    max-height: 32px;
    margin-bottom: 30px;
}

h2#sidelogo img {
    display: inline-block;
    max-height: 32px;
}

h2#sidelogo:hover img {
    opacity: 1;
}

.sidemenu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidemenu li {
    clear: both;
}

.sidemenu li a {
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #FFF;
    opacity: 0.8;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sidemenu li.menu-item-has-children > a {
    margin-right: 30px;
}

.sidemenu li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidemenu li.active a,
.sidemenu li a:hover {
    opacity: 1;
    background: #12333e;
}


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


/*   03. LOGO
/*========================================================================*/

#logo {
    margin: 0;
    padding: 0;
    webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#logo img {
    max-height: 48px;
    width: auto;
}

#bpavatar+ul {
    position: relative;
    min-height: 102px;
}

#vibe_bp_login li#admin_panel_icon {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    right: 0;
    text-align: right;
}

#vibe_bp_login li#admin_panel_icon i {
    padding: 4px 8px;
    line-height: 0;
}


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


/*   03. NOTIFICATION
/*========================================================================*/

#footernotification,
#headernotification {
    background: #720200;
}


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


/*   03. SLIDER
/*========================================================================*/

#slider {
    height: 480px;
    margin-top: -5px;
    display: block;
    width: 100%;
    background: url(../images/slide1.jpg) 50% 100px;
    background-attachment: fixed;
}


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


/*   03. FOOTER
/*========================================================================*/

footer {
    background: #313B3D;
    position: relative;
    margin-top: 30px;
    padding: 30px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

footer .item-list li {
    clear: both;
    margin: 5px 0;
}

footer .item-avatar {
    float: left;
    max-width: 48px;
    border-radius: 2px;
    margin-right: 10px;
}

#footernotification,
#headernotification {
    background: #720200;
    padding: 15px 0;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
}

#footernotification .close,
#headernotification .close {
    float: right;
    font-size: 24px;
    opacity: 0.6;
    color: #FFF;
    cursor: pointer;
}

#footernotification .close:hover,
#headernotification .close:hover {
    opacity: 1;
}

#footernotification h2,
#footernotification h3,
#footernotification h4,
#footernotification h5,
#footernotification h6,
#footernotification p,
#headernotification h2,
#headernotification h3,
#headernotification h4,
#headernotification h5,
#headernotification h6,
#headernotification p {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 600;
}

.footerbottom {
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footerbottom {
    background: #232b2d;
    padding: 30px 0 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    text-transform: uppercase;
}

#footerbottom a {
    color: rgba(255, 255, 255, 0.6);
}

#footerlogo {
    max-width: 48px;
    float: left;
    margin: -15px 10px 0 0;
    padding: 0;
    opacity: 0.6;
}

#footerlogo:hover {
    opacity: 1;
}

#footer_social_icons,
#footermenu {
    float: right;
}

#footer_social_icons .social li,
.footermenu li {
    float: left;
    margin-left: 15px;
}

#footer_social_icons .socialicons {
    font-size: 20px;
    line-height: 1;
}

#footer_social_icons .socialicons a {
    opacity: 0.8;
}

#footer_social_icons .socialicons a:hover {
    opacity: 1;
}

.footertitle,
footer h4 {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.quick-flickr-item a {
    max-width: 64px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 10px 10px 0;
}

.quick-flickr-item a:hover {
    border-color: #78c8c9;
}

.footerwidget .postsmall .post_title a {
    font-size: 14px;
    text-transform: none;
}

.footerwidget .vibeposts li {
    clear: both;
}

.footerwidget .tagcloud a {
    background-color: #720200;
}

.twitter_item > p {
    background: rgba(230, 230, 230, 0.2);
    padding: 20px;
    border-radius: 2px;
}

.twitter_item i {
    font-size: 32px;
}

.twitter_item p:after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 38px;
    border: 20px solid;
    border-color: rgba(230, 230, 230, 0.2) transparent transparent transparent;
}

.footerwidget > ul li {
    position: relative;
    clear: both;
}

.footerwidget ul li a {
    padding: 4px 0;
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

.footerwidget ul.slides li a {
    padding: 0;
}

.footerwidget .avatar-block .item-avatar,
.widget .avatar-block .item-avatar {
    float: left;
    max-width: 52px;
    margin: 4px 4px 0 0;
}

.footerwidget .widget_course_list li img {
    border-color: rgba(0, 0, 0, 0.2);
}

.footerwidget .widget_course_list li h6 {
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
}

.footerwidget .widget_course_list li h6 span {
    color: rgba(255, 255, 255, 0.4);
}

.footerwidget .avatar-block .item-avatar img,
.widget .avatar-block .item-avatar img {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.widget .avatar-block .item-avatar:hover img,
.footerwidget .avatar-block .item-avatar:hover img {
    border-color: #720200;
}

.footermenu li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', 'Open Sans', sans-serif;
}

.footerwidget ul li a:hover,
.footermenu li a:hover {
    color: #FFF;
}

#scrolltop a {
    color: #FFF;
}

#scrolltop {
    position: absolute;
    right: 20px;
    bottom: 22px;
    font-size: 20px;
    color: #FFF;
    z-index: 99;
    background: #981625;
    padding: 6px 12px;
    border-radius: 2px;
    opacity: 0.6
}

#scrolltop.fix {
    position: fixed;
}

#scrolltop:hover {
    opacity: 1;
}

#scrolltop span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    margin-top: -8px;
}


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


/*   07. TITILE
/*========================================================================*/

#title {
    margin-top: -5px;
    padding: 30px 0 0;
}

.pagetitle h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.pagetitle h5 {
    margin-bottom: 10px;
}

.single-wplms-assignment .pagetitle > span a {
    margin-left: 0;
}


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


/*   07. Breadcrumbs
/*========================================================================*/

.error {
    padding: 8px 20px;
    border-radius: 2px;
    background: #f9edbe;
    border: 1px solid #f0c36d;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
}

.bcrow {
    text-align: left;
    padding: 12px 0;
    line-height: 1;
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.breadcrumbs {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none !important;
}

.col-md-3 .breadcrumbs {
    padding: 20px 0 10px;
}

.breadcrumbs li {
    float: left;
    /*white-space:nowrap; Long breadcrumbs breaking the site*/
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.breadcrumbs a {
    font-weight: 600;
}

.breadcrumbs li+li:before {
    font-family: "fonticon" !important;
    content: "\e0f6";
    font-size: 10px;
    margin-right: 10px;
}

.prev_next li {
    float: left;
    background: #FFF;
    border-radius: 2px;
    padding: 15px 0;
    max-width: 50%;
    min-width: 40%;
}

.prev_next li img {
    max-width: 32px;
    max-height: 60px;
    border-radius: 2px;
}

.prev_next li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.prev_next li a span {
    margin: 0 15px;
}

.prev_next .prev:before {
    font-family: 'fonticon';
    content: "\e172";
    float: left;
    color: #bbb;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 24px;
}

.prev_next .next:after {
    font-family: 'fonticon';
    content: "\e0f6";
    float: right;
    color: #bbb;
    font-size: 24px;
    margin-right: 10px;
    margin-left: 5px;
}


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


/*   07. Blog 
/*========================================================================*/

.meta {
    float: left;
    text-align: right;
    font-size: 14px;
    border-right: 1px solid #EFEFEF;
}

.meta .date {
    margin: 0;
}

.meta,
.meta a {
    color: #999;
}

.meta .date .day {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    opacity: 0.4;
    line-height: 1;
    padding: 0 10px 10px 0;
}

.meta .date .month {
    padding: 10px 10px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #EFEFEF;
    font-size: 12px;
    letter-spacing: 2px;
}


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


/*   07. Blogpost
/*========================================================================*/

.blogpost {
    clear: both;
    margin-bottom: 60px;
}

.blogpost .featured {
    max-width: 200px;
    height: auto;
    float: left;
    margin: 0 20px;
}

.blogpost h3 {
    margin-top: 0;
}

.blogpost img {
    height: auto;
}

.blogpost .excerpt {
    margin-left: 90px;
}

.blogpost .excerpt.thumb {
    margin-left: 310px;
}

.excerpt .cats {
    padding: 4px 0;
    margin: 4px 0 10px;
    border-top: 1px dotted #EFEFEF;
    border-bottom: 1px dotted #EFEFEF;
}

.content .cats ul,
.cats ul {
    float: left;
    list-style: none;
}

.cats p {
    margin: 0;
    color: #bbb;
    text-transform: uppercase;
}

.cats li {
    float: left;
    margin-right: 5px;
}

.cats a {
    font-size: 11px;
    font-weight: 600;
    color: #bbb;
    text-transform: uppercase;
}

.cats a:hover {
    color: #720200;
}


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


/*   07. PAGINATION
/*========================================================================*/

.pagination {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    color: #444;
}

.content .pagination {
    margin: 0;
}

a.page-numbers,
.page-numbers.current,
.pagination span,
.pagination label {
    background: #F6F6F6;
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bbb;
}

.page-numbers.current,
.pagination span.current {
    background: #720200;
    color: #FFF;
    font-weight: 600;
}

a.page-numbers,
.pagination a {
    background: #F6F6F6;
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.expand header {
    background: none !important;
}


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


/*   07. SIDEBAR
/*========================================================================*/

.sidebar {
    padding: 30px 0;
}

.widget .widget_title {
    border-bottom: 5px solid #EFEFEF;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.widget.Carousel.Vibe+.widget {
    margin-top: 0;
}

.col-md-3 .widget+.widget {
    clear: both;
    display: inline-block;
    width: 100%;
}

.widget #s {
    border: 1px solid #EFEFEF;
    padding: 6px;
}

.widget ul li {
    width: 100%;
    padding: 8px 0;
    display: inline-block;
    border-bottom: 1px dotted #EFEFEF;
    font-size: 14px;
}

.widget ul.flex-direction-nav li {
    padding: 0;
    border: none;
}

.widget ul li > ul li:last-child {
    border-bottom: none;
}

.widget ul li > ul.children {
    margin: 0;
    padding-left: 0;
}

.widget ul.hierarchial li > ul.children li {
    clear: both;
    padding: 10px 0 0 0;
}

.widget ul.hierarchial li > ul.children li a {
    padding-left: 8px;
}

.widget ul li.current-cat a {
    color: #720200;
    font-weight: 600;
}

.widget ul.hierarchial li > ul.children li:before {
    content: "\e093";
    font-family: 'fonticon';
    font-size: 10px;
    line-height: 16px;
}

.widget ul li:hover > a {
    color: #720200;
}

.widget ul li.product:hover a,
.widget ul.flex-direction-nav li:hover a {
    color: #FFF;
}

.widget .menu li > .sub-menu {
    display: block !important;
    background: none !important;
    position: relative !important;
    opacity: 1;
    width: 100%;
}

.widget .menu-item-has-children:hover > a:before {
    border: none;
}

.widget .menu li a {
    padding: 6px 0;
    color: #444;
}

.widget .menu li.current-menu-item a {
    color: #78c8c9;
}

.tagcloud a {
    color: #FFF;
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #720200;
    padding: 6px 8px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.tagcloud a:hover {
    color: #981625!important
}

.widget #searchform label {
    display: none;
}

.widget .more_posts li small {
    display: block;
    margin-left: 70px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
}

.widget .nav.nav-tabs > li > a {
    padding: 10px 6px;
}

.sidebar .widget #searchform input[type="text"] {
    border: 1px solid #EFEFEF;
    padding: 6px 12px;
    font-size: 14px;
}

.widget .chosen-container {
    min-width: 100%;
}

.sidebar .widget #searchform input[type="submit"],
#signup_submit,
#submit {
    padding: 7px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #720200;
    color: #FFF;
    border: none;
    border-radius: 2px;
    background-image: url(../images/button.png);
}

code {
    background: #F9f9f9;
    padding: 4px 6px;
    color: #444;
    line-height: 1.5;
    white-space: pre-line;
}


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


/*   07. CONTENT
/*========================================================================*/

.content {
    margin: 30px 0;
    padding: 30px;
    background: #FFF;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.content.padding_adjusted {
    padding: 30px 15px !important;
}

.unit_content {
    margin: 30px 0;
    padding: 20px;
    background: #FFF;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.unit_content.loading {
    opacity: 0.4;
}

.page .content,
.single .content,
.padder.content {
    margin: 30px 0;
    padding: 30px;
    background: #FFF;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
}

.page .sidebar,
.single .sidebar {
    padding-top: 30px;
}

.content .vibe_editor {
    margin: 0 -15px;
}

#content + .stripe {
    margin-top: 30px;
}

header + #content + .stripe {
    margin-top: 0;
}

h4.block_title + .date {
    line-height: 1.4;
}

.block_desc {
    line-height: 1.4;
}

.indate {
    opacity: 0.4;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    margin: 0 10px 0 0;
}

.course_title > h2 {
    margin: 0;
}


/*=== Registration page ===*/

.register-section h4 {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.register-section h4:hover {
    color: #720200;
}

.register-section h4+.editfield,
.register-section h4+ label {
    margin-top: 30px;
}

.editfield .checkbox,
.editfield .radio {
    margin: 5px 0;
}

.editfield .checkbox .label,
.editfield .radio .label {
    padding: 0;
    color: #444;
    font-size: 100%;
}

.editfield .checkbox label,
.editfield .radio label {
    display: block;
    margin-bottom: 5px;
}

.editfield .checkbox input {
    margin: 0 5px 0 0;
}

.register-section h4:after {
    content: "\e092";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-family: "fonticon" !important;
}

.register-section+.register-section h4:after {
    content: "\e092";
}

.register-section h4.show:after {
    content: "\e05d";
}

.register-section {
    margin: 30px 0;
    padding: 5px 0;
}

.register-section+.register-section {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

#account_password_field label,
.register-section label {
    width: 100%;
    position: relative;
}

#account_password_field label span,
.register-section label span {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 40px;
    right: 20px;
}

#account_password_field label span {
    top: 32px;
    right: 40px;
}

label.short span {
    color: #FF0000;
}

label.weak span {
    color: orange;
}

label.good span {
    color: #2D98F3;
}

label.strong span {
    color: limegreen;
}

.white-popup {
    max-width: 700px;
}

.button.bibliografie {
    margin: 0 0 10px;
}


/*=== End REgister page ===*/

.content ul.list {
    list-style: disc inside none;
}

#content .content .cats ul,
#content .content .tags ul,
#content .content ul.grid,
#content .content ul.order_details,
#content .content ul.question_options,
#content .content ul.vibe_filterable {
    list-style: none;
}

.container {
    position: relative;
}

#vibe_bp_login {
    display: none;
    width: 240px;
    position: absolute;
    right: 0;
    top: 36px;
    background: #53050B!important;
    border-radius: 2px;
    opacity: 1;
    z-index: 100;
    color: #fff!important
}

#vibe_bp_login:after {
    content: '';
    position: absolute;
    top: -17px;
    left: 80px;
    border: 10px solid;
    border-color: transparent transparent #53050B transparent!important;
}

.logged-in #vibe_bp_login:after {
    left: 200px;
}

#vibe_bp_login a {
    color: rgba(255, 255, 255, 0.6)!important;
}

#vibe_bp_login a:hover {
    color: rgba(255, 255, 255, 1)!important;
}

#vibe_bp_login input[type="text"],
#vibe_bp_login input[type="password"] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px;
    border-radius: 2px;
    margin: 4px 0 0 0;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 10px;
}

#vibe_bp_login input[type="submit"] {
    padding: 10px 0;
    font-size: 11px;
    font-weight: 600;
    background-color: #9E1726;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    background-image: url(../images/button.png);
    width: 100%;
    color: rgba(255, 255, 255, 0.6)
}

#vibe_bp_login input[type="submit"]:hover {
    color: rgba(255, 255, 255, 1)
}

#vibe_bp_login label {
    font-size: 11px;
    width: 100%;
    color: rgba(255, 255, 255, 0.6)!important;
}

#vibe_bp_login a {
    color: rgba(255, 255, 255, 0.6)!important;
}

#vibe_bp_login a:hover {
    color: rgba(255, 255, 255, 1)!important;
}

#vibe_bp_login label input[type="checkbox"] {
    margin-right: 5px;
}

#vibe_bp_login .vbpregister {
    padding: 10px 0;
    font-size: 11px;
    font-weight: 600;
    background-color: #1b5d9c;
    color: #FFF;
    border: none;
    border-radius: 2px;
    background-image: url(../images/button.png);
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
}

#vbp-login-form label > a {
    font-weight: 600;
    opacity: 0.3;
    float: right;
}

.vbplogin {
    position: relative;
}

.vbplogin em {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    background: #78c8c9;
    border-radius: 50%;
}

input[type="checkbox"],
input[type="checkbox"]:hover {
    -webkit-appearance: checkbox !important;
}

input[type="radio"],
input[type="radio"]:hover {
    -webkit-appearance: radio !important;
}

#vibe_p_login .bp-login-widget-user-avatar {
    float: left;
    margin-right: 10px;
}

#vibe_p_login .bp-login-widget-user-avatar img {
    border-radius: 2px;
}

.heading_more {
    position: absolute;
    top: 10px;
    right: 48px;
    text-indent: -9999px;
}

.heading_more:before {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    content: "\e05d";
    font-family: 'fonticon';
    font-size: 11px;
    color: #FFF;
    background: #78c8c9;
    padding: 2px 4px;
    border-radius: 2px;
}

#userstats .in_details+strong {
    float: right;
}

#userstats .in_details+strong+span {
    font-size: 12px;
    font-weight: 600;
    color: #bbb;
}

#download_stats {
    cursor: pointer;
}

.select_download_options ul {
    margin: 0 !important;
}

.select_download_options li {
    float: left;
    display: inline-block;
    padding: 0 10px 10px 0;
}

.select_download_options li label {
    padding-left: 5px;
}


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


/*   07. Unit Comments
/*========================================================================*/

.notes_list,
.notes_list .actions {
    list-style: none !important;
    margin: 0 !important;
}

.notes_list > li:first-child {
    padding-top: 0;
}

.notes_list > li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
}

.notes_list>li img {
    max-width: 64px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    float: left;
}

.notes_list .unit_comment_author {
    font-weight: 600;
    text-transform: uppercase;
}

.notes_list > li .unit_comment_content,
.notes_list > li .actions {
    margin-left: 84px !important;
}

.notes_list .unit_comment_author+span {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb;
}

.notes_list .actions li {
    float: left;
    margin-right: 10px;
}

#notes_query {
    display: none;
}


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


/*   07. WIDGETS
/*========================================================================*/

#unit h1+h3 {
    margin: 0;
}

.postsmall .post_thumb {
    float: left;
    max-width: 70px;
    padding: 0;
    border-radius: 2px;
    margin: 0 10px 0 0;
    line-height: 0;
}

.postsmall .post_thumb a {
    padding: 0;
    border: 2px solid #232b2d;
    display: inline-block;
    max-width: 100%;
}

.postsmall .post_thumb a:hover {
    border-color: #78c8c9;
}

.postsmall .post_title {
    margin: 0;
}

.postsmall .post_title a {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}


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


/*   07. ALL Instructors
/*========================================================================*/

.instructor {
    border: 1px solid #EFEFEF;
    padding: 30px;
    border-radius: 2px;
    margin: 0 0 30px;
}

.unit_content .instructor {
    border: none;
    padding: 0;
    margin: 0;
}

.instructor img {
    margin-bottom: 10px;
    border-radius: 2px;
}

.instructor h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.instructor span {
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: #bbb;
}

.instructor strong {
    font-size: 12px;
    font-weight: 600;
}

.instructor strong a {
    font-weight: 600;
    color: #bbb;
    text-transform: uppercase;
    width: 100%;
}

.instructor strong a:hover {
    color: #78c8c9;
}

.instructor strong span {
    float: right;
    margin: -5px 0;
    padding: 5px 10px;
    border-radius: 50%;
    color: #FFF;
    background: #78c8c9;
}


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


/*   07. SINGLE
/*========================================================================*/

.single .featured {
    margin-bottom: 30px;
}

.single .featured img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 1px #aaa;
}

.postdate {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.tags {
    border-top: 1px solid #EFEFEF;
    margin-top: 30px;
    padding: 30px 0 0 0;
    display: inline-block;
    width: 100%;
}

.tags .page-links {
    float: right;
}

.tags li {
    float: left;
    margin-right: 10px;
}

.tags .social_sharing {
    float: right;
}

.tags li a {
    padding-left: 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bbb;
}

.tags .social_sharing li a {
    font-size: 16px;
}

.tags > ul > li:before,
ul.tags > li:before {
    font-family: 'Fonticon';
    content: '\e025';
    float: left;
    color: #ddd;
}

.unit-page-links {
    text-align: right;
    margin: 30px 0 0;
    padding: 15px 0;
    border-top: 1px solid #EFEFEF;
}

.unit-page-links .page-link {
    display: inline-block;
}

.unit-page-links span,
.unit-page-links a {
    float: left;
    margin-left: 5px;
}

.page-links span {
    background: #78c8c9;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    color: #FFF;
    margin-left: 5px;
}

.page-links a span {
    background: #EFEFEF;
    color: #444;
}

.content + .prev_next_links {
    display: inline-block;
    width: 100%;
}

.single-product .prev_next_links {
    margin: 30px 0;
    color: #bbb;
    display: inline-block;
    width: 100%;
}

.single-product .prev_next_links a {
    padding: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.postauthor {
    margin-top: 30px;
    border: 1px solid #EFEFEF;
    padding: 20px;
    background: #FFF;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
}

.postauthor .auth_image {
    float: left;
    margin-right: 15px;
}

.postauthor .auth_image img {
    max-width: 160px;
    height: auto;
}

.author_info .readmore {
    float: right;
    font-size: 11px;
    color: #bbb;
    margin-top: 7px;
}

.author_info .author_desc {
    margin-top: 10px;
}

.author_info h6 {
    margin: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.author_desc .website {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #bbb;
    float: left;
    text-transform: uppercase;
}

.author_desc .website a {
    font-weight: 600;
}

.author_desc .social {
    display: inline-block;
    float: right;
}

.author_desc .social li {
    float: left;
    margin-right: 8px;
}

.author_desc .social li a {
    color: #bbb;
}

.author_desc .social li a:hover {
    color: #78c8c9;
}

.archive.author .col-md-4.col-sm-6:nth-child(3n+1) {
    clear: both;
}


/* ==== Single Testimonial ===== */

.single-testimonials .testimonial-author {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 5px solid #EFEFEF;
}

.single-testimonials .testimonial-author img {
    max-width: 120px;
    float: left;
    border-radius: 50%;
    margin-right: 30px;
}

.single-testimonials .testimonial-author h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.single-testimonials .testimonial-author h4 span {
    display: block;
    color: #bbb;
}

.dropcap {
    color: #222;
    display: block;
    float: left;
    font-size: 94px;
    line-height: 0.9em;
    font-weight: 600;
    margin: 0 10px 0 0;
}


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


/*   07. CONTACT
/*========================================================================*/

#contactcanvas {
    margin: 0;
    padding: 0;
}

#contactpage .container {
    padding-bottom: 60px;
}

#map-canvas {
    width: 100%;
    height: 360px;
    z-index: 3;
}

.btn-primary,
.btn-default {
    background-color: #78c8c9;
    border-color: #78c8c9;
    background-image: url(../images/button.png);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    color: #FFF;
}

.btn-primary {
    background-color: #f16645;
    border-color: #f16645 !important;
}

.btn-primary:hover,
.btn-default:hover {
    background-color: #EEE;
    color: #333;
    border-color: #ddd !important;
}

#respond {
    clear: both;
}

.single-question #respond {
    display: none;
}

.message + #respond {
    margin-top: 30px;
}

.message + #respond #reply-title {
    border-bottom: 5px solid #EFEFEF;
    font-weight: 600;
    padding-bottom: 10px;
}

.extra_buttons {
    position: absolute;
    top: 60px;
    right: 15px;
    padding: 0;
    background: #EFEFEF;
    z-index: 99;
    display: none;
}

.certificate_generated .extra_buttons {
    display: inline-block;
}

.extra_buttons a {
    padding: 5px 10px;
    display: inline-block;
    border-left: 1px solid #DDD;
}

.extra_buttons a:first-child {
    border-left: none;
}


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


/*   08. Multimedia
/*========================================================================*/

.gallery.big a {
    width: 186.8px;
    height: 130px;
    overflow: hidden;
}

.gallery.small a {
    height: 85px;
    overflow: hidden;
    width: 125px
}


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


/*   07. SINGLE QUESTION
/*========================================================================*/

.content .question {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-right: 35px;
    border-bottom: 5px solid #EFEFEF;
}

.content .question.fillblank,
.content .question.select,
.content .question.match {
    border: none;
}

#question #respond+h5 {
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #EFEFEF;
}

.content ul.question_options {
    list-style: none;
    margin: 30px 0;
}

.question_options input[type="checkbox"],
.question_options input[type="radio"] {
    display: none;
}

.question_options + #respond > #reply-title {
    display: none;
}

.question_options + #respond > #commentform > p,
.fillblank #respond > #commentform > p,
.fillblank #reply-title,
.select_dropdown #respond > #commentform > p,
.select_dropdown #reply-title {
    display: none;
}

.question_options + #respond > #commentform > p.form-submit,
.fillblank #respond > #commentform > p.form-submit,
.select_dropdown #respond > #commentform > p.form-submit {
    display: inline-block;
    margin: 0 20px 0 0;
}

.question_options.sort {
    position: relative;
    overflow: auto;
}

.question_options .sort_option,
.question_options .match_option {
    padding: 6px 24px 4px;
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #EFEFEF;
    border-top: none;
    cursor: move;
}

.question_options.match {
    border: 1px solid #EFEFEF;
    background: #F9f9f9;
    min-height: 80px;
}

.question_options .match_option {
    clear: both;
    display: inline-block;
    border-top: 1px solid #EFEFEF;
    margin: 15px;
    padding: 5px 15px 5px 35px;
    position: relative;
    border-radius: 2px;
}

.question_options .match_option span {
    color: #bbb;
    font-family: 'fonticon';
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.question_options .match_option span:before {
    content: "\e0e0";
}

.sort_option.ui-sortable-helper,
.match_option.ui-sortable-helper {
    display: block
}

.question_options li.sort_option:first-child {
    border-top: 1px solid #EFEFEF;
}

.placeholder {
    background-color: #fff8dc;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: 2px dotted #ffe993;
}

.quiz_question {
    cursor: pointer;
}

.quiz_result ul.socialicons.round li a {
    font-size: 14px;
}

.data_stats {
    list-style: none !important;
    position: absolute;
    top: -35px;
    margin: 0 !important;
    right: 0;
}

.data_stats li {
    float: left;
    padding: 8px 10px 5px 10px;
    background: #FFF;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.data_stats li:hover,
.data_stats li.active {
    background: #78c8c9;
    color: #FFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.stats_content h2 {
    margin: 0;
}

.heading a.small_link {
    float: none;
    font-size: 11px;
    font-weight: 600;
    color: #bbb;
    margin-left: 10px;
}

#question #submit {
    position: absolute;
    z-index: 999;
    width: 50%;
    background: none;
    padding: 15px 0;
    bottom: 0;
    left: 0;
    margin-left: 25%;
    border-radius: 0;
}

.ques_link {
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    min-width: 120px;
    padding: 15px 0;
    width: 25%;
    text-align: center;
    opacity: 0.8;
}

.nextq i,
.prevq i {
    font-size: 16px;
    line-height: 12px
}

.nextq {
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
}

.prevq {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

.reset_answer {
    z-index: 999;
    color: #FFF;
    width: 50%;
    display: block;
    left: 25%;
    padding: 15px 0;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    bottom: 0;
    text-align: center;
    background: #720200;
    cursor: pointer;
}

#comment-status {
    text-align: center;
    display: block;
    margin: 0 -30px 0 -30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

#comment-status p {
    padding: 15px 0;
    background: #f0c36d;
    color: #333;
}

.boxed #comment-status {
    margin: 0;
}

.boxed #comment-status p {
    margin-bottom: 48px;
}

#comment-status .ajax-success {
    background: #70c989;
    color: #FFF;
}

#comment-status .wdpajax-error {
    background: #f0c36d;
    color: #333;
}

.quiz_bar {
    background: #313b3d;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 45px;
}

.ques_link > i {
    font-size: 12px;
    line-height: 1;
}

#question #submit:hover,
.ques_link:hover,
.reset_answer:hover {
    opacity: 1;
    color: #FFF;
    background: #6eaa66;
}

.reset_answer:hover {
    background: #313b3d;
}

.question_options input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

.question_options input[type="checkbox"]:checked + label span {
    background: url(../images/check_radio_sheet.png) -19px top no-repeat;
}

.question_options input[type="radio"] + label>span:first-child {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

.question_options input[type="radio"]:checked + label>span:first-child {
    background: url(../images/check_radio_sheet.png) -57px top no-repeat;
}

.single_text .form-allowed-tags,
.single_text .logged-in-as,
.single-text label.comment-form-textarea {
    display: none;
}

.single_text #comment {
    max-height: 40px;
    margin-bottom: 48px;
}

.navigation a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #720200;
}


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


/*   07. COMMENTS
/*========================================================================*/

#comments {
    clear: both;
    margin-bottom: 60px;
}

#comments .comments-title {
    padding-bottom: 20px;
    border-bottom: 5px solid #EFEFEF;
}

.comments_rss {
    float: right;
    margin: 8px 0 10px;
    font-size: 20px;
}

.comment {
    clear: both;
    position: relative;
    margin-bottom: 30px;
}

.comment-body {
    position: relative;
}

.commentlist {
    margin: 30px 0;
}

.footerwidget .item-list img,
.vcard img {
    width: 64px;
    height: auto;
    border-radius: 2px;
    float: left;
    margin-right: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.footerwidget .item-list li:hover img,
.vcard:hover img {
    border-color: #78c8c9;
}

.footerwidget .item-list li .item-meta,
.vcard .item-meta {
    font-size: 80%;
}

.children {
    margin-top: 30px;
    padding-left: 84px;
}

.children:before {}

.comment-meta a {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb;
    font-weight: 600;
}

.reply {
    position: absolute;
    right: 2px;
    top: 0;
}

.bbpress .reply,
.forums .reply {
    position: relative;
}

.reply a:hover:after {
    content: '+';
    position: absolute;
    right: -10px;
    top: -4px;
    font-weight: 300;
    font-size: 20px;
}

.comment-meta {
    margin: 0 0 0 84px;
}

.comment-body p {
    margin-left: 84px;
}

.button.insert-media.add_media {
    background: #ebebeb;
    border: 1px solid #dedede;
    padding: 4px;
    margin: 0;
    line-height: 1;
    font-size: 11px;
}

.doc-permissions ul,
.connected_courses li {
    list-style: none;
}


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


/*   07. QUIZ
/*========================================================================*/

.full_desc {
    display: none;
}

.full_desc .link,
.small_desc .link {
    margin-left: 0px;
    font-weight: 600;
}

.quiz-sidebar {}

.quiz_details {
    margin: 30px 0;
    padding: 30px 0;
    text-align: center;
    background: #313b3d;
    border-radius: 2px;
}

.quiz_timer {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #FFF;
    border-radius: 50%;
    width: 212px;
    height: 212px;
    margin: 0 auto;
}

.quiz_timer:after {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.countdown + span {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #bbb;
    text-transform: uppercase;
    font-weight: 600;
}

.countdown {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}

.countdown+span+span {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb;
    font-weight: 700;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 52px;
}

.countdown+span+span > strong {
    margin-right: 24px;
}

.quiz_timeline {
    margin-top: 30px;
    padding: 0 30px;
    position: relative;
    max-height: 204px;
    overflow-y: scroll;
}

.quiz_timeline .timeline_wrapper {
    border-left: 4px solid #232b2d;
}

.quiz_timeline li {
    padding: 8px 0 8px 30px;
    text-align: left;
    position: relative;
}

.quiz_timeline li:first-child {
    padding-top: 0;
}

.quiz_timeline li:last-child {
    padding-bottom: 0;
    padding-top: 0;
}

.quiz_timeline li > span {
    position: absolute;
    left: -10px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: #232b2d;
    border-radius: 50%;
}

.quiz_timeline li:first-child > span {
    top: 0;
}

.quiz_timeline li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #bbb;
    font-weight: 600;
}

.quiz_timeline li.active {
    border-left: 4px solid #720200;
    margin-left: -4px;
}

.quiz_timeline li.done {
    border-left: 4px solid #70c989;
    margin-left: -4px;
}

.quiz_timeline li.done a {
    color: #70c989;
}

.quiz_timeline li:hover a,
.quiz_timeline li.active a {
    color: #720200;
}

.quiz_timeline li.done > span {
    background: #70c989;
    ;
}

.quiz_timeline li.done > span:before {
    font-family: "fonticon";
    content: "\e038";
    color: #FFF;
    font-size: 10px;
    line-height: 1;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 3px;
}

.quiz_timeline li:hover > span,
.quiz_timeline li.active > span {
    background: #720200;
}

.quiz_timeline li.active:after {
    position: absolute;
    height: 100%;
    width: 5px;
    display: block;
    background: #720200;
    left: 0;
    top: 0;
}

.quiz_question span {
    float: right;
    padding: 3px 8px;
    background: #232b2d;
    border-radius: 16px;
    color: #FFF;
}

.done .quiz_question span {
    background: #70c989;
    color: #FFF;
}

.active .quiz_question span {
    background: #720200;
    color: #FFF;
}

.reviewlist.commentlist {}

.reviewlist.commentlist .reply {
    display: none;
}

.reviewlist.commentlist .comment-body p {
    margin: 10px 0;
}

.reviewlist.commentlist cite {
    float: right;
    clear: both;
}

.reviewlist.commentlist cite a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.reviewlist.commentlist cite+span,
.reviewlist.commentlist .comment-meta {
    display: none;
}

.reviewlist.commentlist .vcard img {
    float: right;
    border-radius: 50%;
    margin-right: 0;
}

.reviewlist.commentlist .comment {
    display: inline-block;
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 5px solid #EFEFEF;
}

.reviewlist.commentlist .vcard {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.widgets ul.flex-direction-nav li {
    border: none !important;
    padding: 0 !important;
}


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


/*   07. DW Q&A
/*========================================================================*/

.dwqa-list-question .dwqa-footer-meta,
.dwqa-list-question .dwqa-header {
    background: none;
}

.dwqa-list-question .dwqa-comment,
.dwqa-list-question .dwqa-view,
.dwqa-list-question .dwqa-vote {
    color: #444;
}


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


/*   07. UNITS
/*========================================================================*/

.unit_title {
    margin-bottom: 30px;
}

.unit_title h1,
#unit.page_title h1 {
    clear: both;
    width: 100%;
    margin: 10px 20px 10px 0;
    display: inline-block;
}

.unit_title ul,
#unit.page_title ul {
    width: 50%;
    padding: 0;
    border: none;
    display: inline-block;
}

.unit_title ul.tags {
    margin: 0;
}

.unit_title .instructor,
.unit_title ul+.instructor,
#unit.page_title .instructor,
#unit.page_title ul+.instructor {
    width: 50%;
    display: inline-block;
    text-align: right;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
}

.unit_title .instructor img,
.unit_title ul+.instructor img,
#unit.page_title .instructor img,
#unit.page_title ul+.instructor img {
    width: 32px;
    height: auto;
    border-radius: 50%;
    float: right;
    margin-top: 2px;
    margin-left: 10px;
}

.unit_title .instructor span,
.unit_title ul+.instructor span,
#unit.page_title .instructor span,
#unit.page_title ul+.instructor span {
    text-transform: uppercase;
    color: #bbb;
    font-size: 11px;
}

#unit.page_title span {
    font-size: 11px;
    font-weight: 600;
    color: #bbb;
}

.unit_title li {
    float: left;
    margin-right: 10px;
}

.unit_title li a {
    color: #bbb;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.unit_title .print_unit+span,
.quiz_title .print_unit+span {
    float: left;
    font-size: 11px;
    color: #bbb;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

.heading ul.socialicons {
    margin: 0 5px;
}

.heading ul.socialicons li a {
    line-height: 1.5;
}

.heading a.print_results {
    padding: 5px 6px;
    color: #444;
    cursor: pointer;
    line-height: 1;
    background: #EFEFEF;
}

.unit_title .print_unit,
.quiz_title .print_unit {
    position: relative;
    background: none;
    color: #bbb;
    float: left;
    padding: 0 10px 0 0;
}

.course_time {
    margin-top: 30px;
    font-family: sans-serif;
    text-transform: uppercase;
    display: none;
}

.course_time strong {
    color: #bbb;
}

.course_time strong span {
    color: #222;
}

.course_timeline {
    border: 2px solid #3f4c4f;
    border-radius: 2px;
    background: #313b3d;
    margin: 30px 0;
    padding-bottom: 30px;
    position: relative;
}

.course_timeline li {
    padding: 15px 0 15px 30px;
    text-align: left;
    position: relative;
}

.course_timeline h4 {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 20px;
    background: #232b2d;
}

.course_timeline li.section + li,
.course_timeline li+li.section {
    margin-top: 10px;
}

.course_timeline li {
    padding: 0;
    text-align: left;
    position: relative;
}

.course_timeline li.unit_line {
    margin-left: 20px;
    border-left: 3px solid #3f4c4f;
}

.course_timeline li.done a {
    color: rgba(255, 255, 255, 0.6);
}

.course_timeline li:hover a,
.course_timeline li.active a {
    color: #FFF;
}

.course_button > span {
    display: block;
    opacity: 0.8;
    font-weight: 400;
}

.course_timeline li > span {
    position: absolute;
    left: -7px;
    top: 18px;
    width: 12px;
    height: 12px;
    border: 2px solid #313b3d;
    background: #3f4c4f;
    border-radius: 50%;
}

.course_timeline li > span.loading {
    border: 3px double;
}

.course_timeline h4,
.course_timeline li a {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.course_timeline h4 {
    font-size: 12px;
}

.course_timeline li+li {
    padding: 15px 0;
}

.course_timeline li > a {
    margin: 0 10px 0 20px;
    display: inline-block;
}

.course_timeline li.done > span,
.course_timeline li:hover > span,
.course_timeline li.active > span {
    background: #720200;
}

.course_timeline li.done > span:before {
    font-family: "fonticon";
    content: "\e038";
    color: #FFF;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin: 3px 0 0 5px;
}

.course_timeline li.done > span {
    width: 24px;
    height: 24px;
    left: -13px;
    top: 12px;
    background: #70c989;
}

.active .unit span {
    background: #720200;
    color: #FFF;
}

.done .unit span {
    background: #70c989;
    color: #FFF;
}

.review_course.unit_button.button {
    margin: 15px 0;
}


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


/*   07. MESSAGES
/*========================================================================*/

.message {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #720200;
    border-radius: 2px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 24px;
}

.message.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.message h3,
.message h3+p {
    margin: 0;
    font-weight: 600;
    color: #222;
}


/*.message.error{
    border-color: #de5439;
    background-color: #f16645;
} */

.message.error h3,
.message.error h3+p {
    color: #444;
}

.message p {
    margin-bottom: 0;
}


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


/*   07. CERTIFICATE
/*========================================================================*/

.certificate {
    text-align: center;
    font-size: 16px;
    margin: 60px 0;
}

#certificate {
    background: #FFF;
}

.certificate_content {
    position: relative;
    z-index: 2;
}

.certificate h1 {
    font-size: 60px;
    font-weight: 800;
}

.certificate h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.certificate h2 span {
    color: #bbb;
    display: block;
    font-size: 18px;
}

.certificate h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.mfp-content .certificate_generated .col-md-12 {
    margin: 0;
    padding: 0;
}

.certificate_content {
    position: relative;
    border-radius: 2px;
    background-color: #FFF;
    padding: 0;
    display: inline-block;
    width: 100%;
    media: print;
}

.single-certificate #certificate {
    margin: 0 auto;
    overflow: hidden;
}

.vibe_carousel.widget_carousel.flexslider .block {
    margin-right: 0;
}

.vibe_carousel.widget_carousel.flexslider .flex-direction-nav li {
    border-bottom: none;
}


/*.vibe_carousel.onecol .slides > li+li {
margin-left: 30px;
}*/

.certificate_bg_image {
    width: 100%;
    height: auto;
    z-index: -1;
}


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


/*   07. MISCELLANEOUS
/*========================================================================*/

#calendar_wrap {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    width: 100%;
}

#calendar_wrap table {
    width: 100%;
}

#calendar_wrap caption {
    padding: 6px;
    background: #232b2d;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#calendar_wrap thead,
#calendar_wrap tfoot {
    background: rgba(0, 0, 0, 0.1);
}

#calendar_wrap tfoot a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px;
}

#calendar_wrap tbody td {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#calendar_wrap tbody td#today {
    background: #78c8c9;
    color: #FFF;
    font-weight: 600;
    background-image: url(../images/button.png);
}

.fbLoginButton {
    background: #4c66a4;
    padding: 10px 20px 20px 50px;
    line-height: 1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-weight: 800;
    cursor: pointer;
}

.fbLoginButton:before {
    font-family: 'fonticon';
    content: "\e21e";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    font-size: 16px;
    padding: 7px 10px;
    background: #364c7c;
}

#content + .homepageslider.stripe {
    margin-top: 0 !important;
}

.total_students span {
    color: #FFF !important;
}

h2+.shop_table.order_details th,
h2+.shop_table.order_details td {
    width: 100%;
}

.footerwidget ul.slides li {
    clear: none !important;
}

.scontent {
    background: #EFEFEF;
    padding: 15px;
    margin: 30px 0 0;
    border: 1px solid #DDD;
    border-radius: 2px;
    text-align: center;
}

.search_results {
    margin: 30px 0;
}

.scontent .buddypress-course-search-widget.widget {
    width: 100%;
    text-align: center;
}

.scontent .buddypress-course-search-widget.widget ul {
    display: inline-block;
    min-width: 82%;
}

.scontent .buddypress-course-search-widget.widget ul.chosen-results {
    width: 100%;
}

.buddypress-course-search-widget.widget ul li {
    border: none;
}

.scontent .buddypress-course-search-widget.widget ul li {
    max-width: 180px;
    display: inline-block;
    padding-left: 10px;
}

.scontent .buddypress-course-search-widget.widget ul li #s {
    padding: 9px;
    width: 200px;
}

.scontent .buddypress-course-search-widget.widget ul li #searchsubmit {
    padding: 12px 32px;
}

.scontent .buddypress-course-search-widget.widget ul.chosen-results li {
    padding: 10px 0;
    font-size: 12px;
}

.news {
    margin: 20px 0;
}

.news .tags {
    margin-top: 10px;
    padding-top: 10px;
}

.news .news_thumb {
    margin: 10px 0;
}

.news h4,
.news h4 a {
    font-weight: 600;
}

.news span.right {
    color: #bbb;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


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


/*   07. MISC FIXES
/*========================================================================*/

span.wpcf7-form-control-wrap {
    width: 100%;
}

.single-dwqa-question #content .dwqa-question.hentry {
    padding-left: 0;
}

.single-dwqa-question #content .dwqa-container {
    padding-left: 50px;
}

.content header.dwqa-header {
    position: static;
}

#dwqa-answers {
    margin-top: 30px;
}

.quiz_result .quiz_questions .icon-x {
    color: #cf4f2f;
}

.quiz_result .quiz_questions .icon-check {
    color: #6eaa66;
}


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


/*   07. PLUGINS
/*========================================================================*/


/*   BADGE OS   */

.badgeos-required-achievements + h4 {
    border-bottom: 2px solid #EFEFEF;
    padding: 10px 0;
}

#content .content ul.badgeos-achievement-earners-list,
#content .content ul.slides {
    list-style: none;
    margin-left: 0;
}

.badgeos-achievement-earners-list li {
    max-width: 64px;
}

.badgeos-achievement-earners-list li img {
    border-radius: 2px;
    border: 2px solid #EFEFEF;
}

.badgeos-achievement-earners-list li:hover img {
    border-color: #720200;
}

hr {
    clear: both;
}

#content .content ul.search-results-suggest {
    list-style: none;
    margin: 0;
}

#course_short_description {
    display: inline-block;
    max-width: 300px;
    width: 100%;
}

.congrats_badge .ajax-badge {
    max-width: 36px;
    display: block;
    float: right;
    margin-top: -10px;
    cursor: pointer;
}

.course_students li .progress {
    max-width: 128px;
    margin: 10px 0 0 85px;
    clear: both;
    overflow: hidden;
}

.course_students li .progress:hover {
    overflow: visible;
}

.course_students li .progress .bar {
    padding: 2px 1px;
}


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


/*   07. HOME
/*========================================================================*/

.stripe.banner {
    padding-bottom: 0
}

.stripe.banner .stripe_container.fullwidth {
    background: url("../images/egaliatatea-de-sanse.jpg") no-repeat scroll center center transparent;
    min-height: 445px;
}

.stripe.banner .container .v_column {
    display: block;
    margin-top: -10px
}

.stripe.banner .container .one_half {
    background: rgba(153, 23, 38, 0.80);
    min-height: 445px;
    padding: 80px 0 0 20px;
}

.stripe.banner p {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.75);
    font-size: 18px;
    line-height: 100%
}

.stripe.banner .intro {
    margin: 100px 0 10px;
}

.stripe.banner p.first-line,
.stripe.banner p.second-line {
    line-height: 100%;
    margin: 2px;
    font-weight: bold;
}

.stripe.banner p.first-line {
    color: #fff;
    font-size: 34px;
    margin: 0
}

.stripe.banner p.second-line {
    font-size: 43px;
    color: #fdbbc0;
}

.stripe.banner .button {
    float: left;
    min-width: 200px;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    padding: 20px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.v_module.v_column.col-md-4.col-sm-4.v_first {
    padding-left: 0;
}

.v_module.v_column.col-md-4.col-sm-4 {
    padding-right: 0;
}

.home .v_module .widget .widget_title {
    display: none;
}

.home .v_module .intrebare {
    background: none repeat scroll 0 0 #ededed;
    padding: 22px 16px 0;
    text-align: center;
}

.home .v_module .intrebare h3.heading {
    margin: 0;
    text-align: center;
}

.home .v_module .intrebare p.desc {
    margin: 10px 0;
    text-align: center;
}

.home .frm_form_field input[type="text"] {
    border-color: transparent;
}

.home .frm_submit {
    margin: 0
}

.home .frm_submit input[type="submit"] {
    padding: 18px 0;
    width: 100%;
}

.home .more-link {
    margin: 18px 0 0;
}

.home .more-link p {
    margin: 0
}

.home .more-link a {
    color: #9d1c26;
    font-weight: bold;
    font-size: 14px
}

.home .more-link a:hover {
    color: #730300
}

.home .widget_carousel.flexslider .block {
    margin-right: 5px
}

.home .widget_carousel.flexslider .block .block_content {
    display: none;
}

#unit_content .unit_prevnext a:hover,
#unit_content .unit_prevnext a:focus {
    color: #fff
}

#unit_content .unit_prevnext .icon-check {
    font-size: 20px;
    margin: 0;
}

.bbp-user-page .instructor_line {
    display: none;
}

.register .field-visibility-settings-toggle,
.register .field-visibility-settings-notoggle,
.register .editfield .description {
    display: none;
}

.print-pdf {
    overflow: hidden;
}

.print-pdf-post {
    margin: 0 0 10px 0;
    padding: 0
}

.textsize {
    float: right;
    font-size: 15px;
    margin: 8px 20px 0 0;
    width: auto;
}

.textsize a {
    font-size: 15px;
    margin: 0 5px 0;
}
.wangguard-user-report {
    display: none;
}

#id-changeidname, #id-changeidname-c-0, #id-changeidname-1, #id-changeidname-2,#id-iifdF3o20o, #id-sr_VtTuxo3-c-0, #id-changeidname-20, #id-changeidname-3, #id-changeidname-4, #id-changeidname-5, #id-changeidname-6, #id-changeidname-7, #id-changeidname-8, #id-changeidname-9, #id-changeidname-10, #id-changeidname-50 {
    display: none;
}
/*========================================================================*/


/*   07. RESPONSIVE
/*========================================================================*/

@media (max-width: 1199px) {
    .g-recaptcha div {
        width: 100%!important
    }
    .g-recaptcha iframe {
        width: 100%!important
    }
}

@media (max-width: 991px) {
    .blogpost {
        position: relative;
    }
    .blogpost .excerpt.thumb {
        margin-left: 0;
        clear: both;
        margin-top: 30px;
        display: inline-block;
        width: 100%;
    }
    .blogpost .featured {
        max-width: 100%;
        margin: 0 20px;
    }
    .tags .social_sharing {
        margin-top: 15px;
        clear: both;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .blogpost .featured {
        max-width: 320px;
        margin-right: 0;
    }
}
@media (max-width: 768px) {

    .semnatura-posdru .first_p {
    margin: 0 0 3px 8px;
}
.second_p {
    bottom: 0;
    margin: 0 0 -9px 6px;
    max-width: 80%;
    position: absolute;
    text-align: left;
}
.widget_carousel .flex-direction-nav a.flex-next, .widget_carousel .flex-direction-nav a.flex-prev {
    top: -75px;
}
}
@media (max-width: 767px) {
    header {
        padding: 0
    }
    header nav {
        display: none;
    }
    #menu-mobilemenu.sidemenu li a:hover {
        color: #fff
    }
    .prev_next li {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: block;
    }
    .meta .date {
        margin: 0;
        position: absolute;
        top: 0;
        background: #FFF;
    }
    .block.side .block_content {
        display: block;
        clear: both;
    }
    #headertop .topmenu {
        float: none;
        margin: 0 0 0 35px;
        text-align: center;
    }
    #headertop .topmenu li:first-child {
        border-bottom: 1px solid #576972;
    }
    #headertop .topmenu li {
        border-left: 0;
        padding: 2px 0 0;
        margin-left: 0;
        float: none;
    }
    #headertop .topmenu+.topmenu {
        display: none;
    }
    #vibe_bp_login::after {
        left: 179px;
        position: absolute;
        top: -17px;
    }
    #vibe_bp_login {
        right: 0;
        top: 44px;
    }
    #logo {
        padding-bottom: 10px;
        margin-top: 0;
    }
    .semnatura-posdru img {
        padding: 10px 0 5px;
    }
    .semnatura-posdru .second_p {
        font-size: 10px;
        line-height: 12px;
        margin: 0;
        position: relative;
    }
    .semnatura-posdru .first_p {
        margin: 0;
        font-size: 10px;
        line-height: 12px;
        margin: 0;
    }
    .textsize {
        display: none;
    }
    #trigger {
        display: block;
        text-align: right;
        padding: 7px 0;
    }
    header #searchdiv {
        position: absolute;
        right: 40px;
        top: -43px;
        float: right;
        color: #FFF;
        margin: 0;
        padding: 10px 0 30px;
        font-size: 30px;
    }
    header #searchform:after {
        right: 100px;
    }
    header #searchform {
        padding: 8px;
    }
    header #searchdiv.active {
        width: 100%;
    }
    header #searchicon {
        position: relative;
        top: 0;
        right: 0;
        float: none;
        padding: 7px 0;
        width: 50%;
        float: left;
    }
    #certificate h1 {
        font-size: 40px;
    }
    .top-menu-mobile {
        clear: both;
    }
    .stripe.banner .container .one_half {
        padding: 10px;
    }
    .stripe.banner .button {
        width: 100%;
        margin: 0 0 3px;
    }
    #lang_sel {
        margin: 13px 0 0
    }
    #lang_sel ul,
    #lang_sel li {
        max-width: 120px;
    }
    #lang_sel ul ul {
        width: 120px;
    }
    .footertop .col-sm-6 {
        width: 50%;
        float: left;
    }
    #footerbottom {
        padding: 0 0 20px;
    }
    #footermenu {
        float: left;
        margin-top: 10px;
    }
    .footermenu li:first-child {
        margin-left: 0
    }
    .print-pdf {
        display: none;
    }
    .breadcrumb-pg.col-md-6 {
        padding: 0;
        width: 100%;
    }
    .page .content,
    .single .content,
    .padder.content {
        padding: 10px;
    }
    .tabs-left > .nav-tabs {
        margin-right: 0;
    }
    #buddypress div#subnav.item-list-tabs ul li.switch_view {
        display: none;
    }
    #buddypress div.item-list-tabs ul li.last select {
        width: 100%;
    }
    .directory.course #buddypress #course-directory-form #subnav ul li:first-child {
        width: 100%;
    }
    #buddypress div.pagination .pagination-links {
        width: 100%;
        margin-right: 0;
    }
    #buddypress div.pagination .pag-count {
        margin-left: 0;
    }
    .course_instructor {
        width: 100%
    }
    .course_filters {
        display: none;
    }
    .course_lesson h6 {
        margin: 0;
    }
    .print-pdf-post {
        display: none;
    }
    .content .tabs-right .tab-content,
    .content .tabs-left .tab-content {
        width: 100%
    }
    h2 {
    font-size: 20px
}
.item-instructor .instructor_course {
    display: block;
}
.course_curriculum .course_section {
    font-size: 14px
}
.unit_title .instructor, .unit_title ul + .instructor, #unit.page_title .instructor, #unit.page_title ul + .instructor {
    display: none;
}
.unit_prevnext {
    padding: 0
}
.unit_prevnext a{
   
    display: block;
}
.unit_prevnext a#prev_unit {
    border-bottom: 5px solid #fff;
    padding: 15px 5px;
}
.unit_prevnext a#mark-complete {
    border-bottom: 5px solid #fff;
    padding: 5px 5px 20px
}
.unit_prevnext a#next_unit {
     padding: 10px 5px;
}
.unit_title h1, #unit.page_title h1 {
    font-size: 20px
}
}

@media (max-width: 340px) {
    .home .widget_carousel.flexslider .block {
        margin-right: 0;
    }
}

@media (max-width: 440px) {
    #buddypress div.item-list-tabs#subnav ul li.last {
        clear: both;
    }
    #buddypress #groups-directory-form div.item-list-tabs ul li,
    #buddypress #course-directory-form div.item-list-tabs ul li,
    #buddypress #members-directory-form div.item-list-tabs ul li {
        width: 100%;
    }
    .unit_prevnext {
        height: 85px;
    }
    #buddypress #groups-dir-list ul.item-list li div.item-title {
        text-align: right;
    }
    #buddypress ul#groups-list li div.item-title a {
        display: inline;
    }
    #buddypress div.pagination .pagination-links {
        margin-top: 10px;
    }
}
