@charset "UTF-8";
/**
 * Name: Jednotka - Multipurpose Website HTML Template
 * Author: http://themeforest.net/user/BublinaStudio
 * Version: 1.6
**/
/*------------------------------------*\
    $TABLE OF CONTENTS
\*------------------------------------*/
/**
 * $UTILITIES.........................Universal classes for paddings, margins, positioning...
 * $FONT AWESOME......................Font Awesome icons definition
 *
 * $PLUGINS
 *      $ANIMATE......................Animate.CSS - CSS3 animations plugin
 *      $ISOTOPE......................Isotope plugin
 *      $NIVOLIGHTBOX.................Nivo Lightbox plugin
 *
 * $COMMON............................Common definitions
 *
 * $STRUCTURE
 *      $CONTENT......................Content section
 *      $HEADER.......................Header + navigation section
 *      $SIDEBAR......................Sidebar section
 *      $FOOTER.......................Footer section
 *      $TYPOGRAPHY...................Typography definitions
 *
 * $MODULES
 *      $QUOTES.......................Quotes (Testimonials)
 *      $PRICING TABLES...............Pricing tables
 *      $PANELS.......................Bordered panel, Image panel, Big panel, Big circle and circle panel
 *      $BOXES........................Text box, image list box, icon list box, portfolio boxes, profile boxes
 *      $CAROUSELS....................Blur carousel, image carousel, contrast carousel
 *      $TIMELINE.....................Timeline
 *      $STATISTICS...................Statistics
 *      $COMMENTS.....................Comments
 *      $BROWSER WINDOW...............Browser window in portfolio
 *      $BUTTONS......................Custom buttons
 *      $PROGRESS BARS................Custom progress bars
 *      $LINKS........................Links
 *      $ACCORDIONS...................Accordions
 *      $TABS.........................Tabs
 *      $INPUTS.......................Form inputs and controls
 *      $PAGINATION...................Pagination
 *      $NAVS.........................Navigations
 *      $TABLES.......................Tables
 *      $ICONS........................Icons
 *      $CLIENT SLIDESHOW.............Client slideshow (Logo carousel)
 *
 * $PAGES
 *      $CONTACT PAGE.................Definitions for contact page
 *      $ERROR PAGE...................Definitions for error page (404, 500)
 *      $COUNTDOWN PAGE...............Definitions for countdown page (Coming soon, under construction)
 *      $FAQ PAGE.....................Definitions for FAQ page
 */
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,300,500);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/* line 4, ../sass/theme/_utilities.scss */
.no-mg {
  margin: 0 !important;
}

/* line 5, ../sass/theme/_utilities.scss */
.no-mg-t {
  margin-top: 0 !important;
}

/* line 6, ../sass/theme/_utilities.scss */
.no-mg-r {
  margin-right: 0 !important;
}

/* line 7, ../sass/theme/_utilities.scss */
.no-mg-b {
  margin-bottom: 0 !important;
}

/* line 8, ../sass/theme/_utilities.scss */
.no-mg-l {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  /* line 10, ../sass/theme/_utilities.scss */
  .no-mg-xso {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 11, ../sass/theme/_utilities.scss */
  .no-mg-t-xso {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 12, ../sass/theme/_utilities.scss */
  .no-mg-r-xso {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../sass/theme/_utilities.scss */
  .no-mg-b-xso {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 14, ../sass/theme/_utilities.scss */
  .no-mg-l-xso {
    margin-left: 0 !important;
  }
}

/* line 16, ../sass/theme/_utilities.scss */
.no-pd {
  padding: 0 !important;
}

/* line 17, ../sass/theme/_utilities.scss */
.no-pd-t {
  padding-top: 0 !important;
}

/* line 18, ../sass/theme/_utilities.scss */
.no-pd-r {
  padding-right: 0 !important;
}

/* line 19, ../sass/theme/_utilities.scss */
.no-pd-b {
  padding-bottom: 0 !important;
}

/* line 20, ../sass/theme/_utilities.scss */
.no-pd-l {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  /* line 22, ../sass/theme/_utilities.scss */
  .no-pd-xso {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 23, ../sass/theme/_utilities.scss */
  .no-pd-t-xso {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 24, ../sass/theme/_utilities.scss */
  .no-pd-r-xso {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 25, ../sass/theme/_utilities.scss */
  .no-pd-b-xso {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 26, ../sass/theme/_utilities.scss */
  .no-pd-l-xso {
    padding-left: 0 !important;
  }
}

/* line 35, ../sass/theme/_utilities.scss */
.mg-lg {
  margin: 40px;
}

/* line 36, ../sass/theme/_utilities.scss */
.pd-lg {
  padding: 40px;
}

/* line 38, ../sass/theme/_utilities.scss */
.mg-t-lg {
  margin-top: 40px;
}

/* line 39, ../sass/theme/_utilities.scss */
.mg-r-lg {
  margin-right: 40px;
}

/* line 40, ../sass/theme/_utilities.scss */
.mg-b-lg {
  margin-bottom: 40px;
}

/* line 41, ../sass/theme/_utilities.scss */
.mg-l-lg {
  margin-left: 40px;
}

/* line 43, ../sass/theme/_utilities.scss */
.pd-t-lg {
  padding-top: 40px;
}

/* line 44, ../sass/theme/_utilities.scss */
.pd-r-lg {
  padding-right: 40px;
}

/* line 45, ../sass/theme/_utilities.scss */
.pd-b-lg {
  padding-bottom: 40px;
}

/* line 46, ../sass/theme/_utilities.scss */
.pd-l-lg {
  padding-left: 40px;
}

@media (max-width: 767px) {
  /* line 48, ../sass/theme/_utilities.scss */
  .mg-t-xso-lg {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  /* line 49, ../sass/theme/_utilities.scss */
  .mg-r-xso-lg {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  /* line 50, ../sass/theme/_utilities.scss */
  .mg-b-xso-lg {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 51, ../sass/theme/_utilities.scss */
  .mg-l-xso-lg {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  /* line 53, ../sass/theme/_utilities.scss */
  .pd-t-xso-lg {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  /* line 54, ../sass/theme/_utilities.scss */
  .pd-r-xso-lg {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  /* line 55, ../sass/theme/_utilities.scss */
  .pd-b-xso-lg {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 56, ../sass/theme/_utilities.scss */
  .pd-l-xso-lg {
    padding-left: 40px;
  }
}

/* line 35, ../sass/theme/_utilities.scss */
.mg-md {
  margin: 30px;
}

/* line 36, ../sass/theme/_utilities.scss */
.pd-md {
  padding: 30px;
}

/* line 38, ../sass/theme/_utilities.scss */
.mg-t-md {
  margin-top: 30px;
}

/* line 39, ../sass/theme/_utilities.scss */
.mg-r-md {
  margin-right: 30px;
}

/* line 40, ../sass/theme/_utilities.scss */
.mg-b-md {
  margin-bottom: 30px;
}

/* line 41, ../sass/theme/_utilities.scss */
.mg-l-md {
  margin-left: 30px;
}

/* line 43, ../sass/theme/_utilities.scss */
.pd-t-md {
  padding-top: 30px;
}

/* line 44, ../sass/theme/_utilities.scss */
.pd-r-md {
  padding-right: 30px;
}

/* line 45, ../sass/theme/_utilities.scss */
.pd-b-md {
  padding-bottom: 30px;
}

/* line 46, ../sass/theme/_utilities.scss */
.pd-l-md {
  padding-left: 30px;
}

@media (max-width: 767px) {
  /* line 48, ../sass/theme/_utilities.scss */
  .mg-t-xso-md {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 49, ../sass/theme/_utilities.scss */
  .mg-r-xso-md {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 50, ../sass/theme/_utilities.scss */
  .mg-b-xso-md {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 51, ../sass/theme/_utilities.scss */
  .mg-l-xso-md {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  /* line 53, ../sass/theme/_utilities.scss */
  .pd-t-xso-md {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 54, ../sass/theme/_utilities.scss */
  .pd-r-xso-md {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 55, ../sass/theme/_utilities.scss */
  .pd-b-xso-md {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 56, ../sass/theme/_utilities.scss */
  .pd-l-xso-md {
    padding-left: 30px;
  }
}

/* line 35, ../sass/theme/_utilities.scss */
.mg {
  margin: 20px;
}

/* line 36, ../sass/theme/_utilities.scss */
.pd {
  padding: 20px;
}

/* line 38, ../sass/theme/_utilities.scss */
.mg-t {
  margin-top: 20px;
}

/* line 39, ../sass/theme/_utilities.scss */
.mg-r {
  margin-right: 20px;
}

/* line 40, ../sass/theme/_utilities.scss */
.mg-b {
  margin-bottom: 20px;
}

/* line 41, ../sass/theme/_utilities.scss */
.mg-l {
  margin-left: 20px;
}

/* line 43, ../sass/theme/_utilities.scss */
.pd-t {
  padding-top: 20px;
}

/* line 44, ../sass/theme/_utilities.scss */
.pd-r {
  padding-right: 20px;
}

/* line 45, ../sass/theme/_utilities.scss */
.pd-b {
  padding-bottom: 20px;
}

/* line 46, ../sass/theme/_utilities.scss */
.pd-l {
  padding-left: 20px;
}

@media (max-width: 767px) {
  /* line 48, ../sass/theme/_utilities.scss */
  .mg-t-xso {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 49, ../sass/theme/_utilities.scss */
  .mg-r-xso {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 50, ../sass/theme/_utilities.scss */
  .mg-b-xso {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 51, ../sass/theme/_utilities.scss */
  .mg-l-xso {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  /* line 53, ../sass/theme/_utilities.scss */
  .pd-t-xso {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 54, ../sass/theme/_utilities.scss */
  .pd-r-xso {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 55, ../sass/theme/_utilities.scss */
  .pd-b-xso {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 56, ../sass/theme/_utilities.scss */
  .pd-l-xso {
    padding-left: 20px;
  }
}

/* line 35, ../sass/theme/_utilities.scss */
.mg-sm {
  margin: 10px;
}

/* line 36, ../sass/theme/_utilities.scss */
.pd-sm {
  padding: 10px;
}

/* line 38, ../sass/theme/_utilities.scss */
.mg-t-sm {
  margin-top: 10px;
}

/* line 39, ../sass/theme/_utilities.scss */
.mg-r-sm {
  margin-right: 10px;
}

/* line 40, ../sass/theme/_utilities.scss */
.mg-b-sm {
  margin-bottom: 10px;
}

/* line 41, ../sass/theme/_utilities.scss */
.mg-l-sm {
  margin-left: 10px;
}

/* line 43, ../sass/theme/_utilities.scss */
.pd-t-sm {
  padding-top: 10px;
}

/* line 44, ../sass/theme/_utilities.scss */
.pd-r-sm {
  padding-right: 10px;
}

/* line 45, ../sass/theme/_utilities.scss */
.pd-b-sm {
  padding-bottom: 10px;
}

/* line 46, ../sass/theme/_utilities.scss */
.pd-l-sm {
  padding-left: 10px;
}

@media (max-width: 767px) {
  /* line 48, ../sass/theme/_utilities.scss */
  .mg-t-xso-sm {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 49, ../sass/theme/_utilities.scss */
  .mg-r-xso-sm {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 50, ../sass/theme/_utilities.scss */
  .mg-b-xso-sm {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 51, ../sass/theme/_utilities.scss */
  .mg-l-xso-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  /* line 53, ../sass/theme/_utilities.scss */
  .pd-t-xso-sm {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 54, ../sass/theme/_utilities.scss */
  .pd-r-xso-sm {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 55, ../sass/theme/_utilities.scss */
  .pd-b-xso-sm {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 56, ../sass/theme/_utilities.scss */
  .pd-l-xso-sm {
    padding-left: 10px;
  }
}

/* line 35, ../sass/theme/_utilities.scss */
.mg-xs {
  margin: 5px;
}

/* line 36, ../sass/theme/_utilities.scss */
.pd-xs {
  padding: 5px;
}

/* line 38, ../sass/theme/_utilities.scss */
.mg-t-xs {
  margin-top: 5px;
}

/* line 39, ../sass/theme/_utilities.scss */
.mg-r-xs {
  margin-right: 5px;
}

/* line 40, ../sass/theme/_utilities.scss */
.mg-b-xs {
  margin-bottom: 5px;
}

/* line 41, ../sass/theme/_utilities.scss */
.mg-l-xs {
  margin-left: 5px;
}

/* line 43, ../sass/theme/_utilities.scss */
.pd-t-xs {
  padding-top: 5px;
}

/* line 44, ../sass/theme/_utilities.scss */
.pd-r-xs {
  padding-right: 5px;
}

/* line 45, ../sass/theme/_utilities.scss */
.pd-b-xs {
  padding-bottom: 5px;
}

/* line 46, ../sass/theme/_utilities.scss */
.pd-l-xs {
  padding-left: 5px;
}

@media (max-width: 767px) {
  /* line 48, ../sass/theme/_utilities.scss */
  .mg-t-xso-xs {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  /* line 49, ../sass/theme/_utilities.scss */
  .mg-r-xso-xs {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  /* line 50, ../sass/theme/_utilities.scss */
  .mg-b-xso-xs {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  /* line 51, ../sass/theme/_utilities.scss */
  .mg-l-xso-xs {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  /* line 53, ../sass/theme/_utilities.scss */
  .pd-t-xso-xs {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  /* line 54, ../sass/theme/_utilities.scss */
  .pd-r-xso-xs {
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  /* line 55, ../sass/theme/_utilities.scss */
  .pd-b-xso-xs {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  /* line 56, ../sass/theme/_utilities.scss */
  .pd-l-xso-xs {
    padding-left: 5px;
  }
}

/* line 63, ../sass/theme/_utilities.scss */
.text-white {
  color: #fff !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.white-bg {
  background-color: #fff !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.white-border {
  border-color: #fff !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-white {
  background-color: #fff !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-white {
  background-color: #fff !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-white {
  background: #fff;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-black {
  color: #000 !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.black-bg {
  background-color: #000 !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.black-border {
  border-color: #000 !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-black {
  background-color: #000 !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-black {
  background-color: #000 !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-black {
  background: #000;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-contrast {
  color: #3f9e00 !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.contrast-bg {
  background-color: #3f9e00 !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.contrast-border {
  border-color: #3f9e00 !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-contrast {
  background-color: #3f9e00 !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-contrast {
  background-color: #3f9e00 !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-contrast {
  background: #3f9e00;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-dark {
  color: #353b47 !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.dark-bg {
  background-color: #353b47 !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.dark-border {
  border-color: #353b47 !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-dark {
  background-color: #353b47 !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-dark {
  background-color: #353b47 !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-dark {
  background: #353b47;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-medium {
  color: #434955 !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.medium-bg {
  background-color: #434955 !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.medium-border {
  border-color: #434955 !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-medium {
  background-color: #434955 !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-medium {
  background-color: #434955 !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-medium {
  background: #434955;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-light {
  color: #676f7a !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.light-bg {
  background-color: #676f7a !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.light-border {
  border-color: #676f7a !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-light {
  background-color: #676f7a !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-light {
  background-color: #676f7a !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-light {
  background: #676f7a;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-medium-light {
  color: #9ca4af !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.medium-light-bg {
  background-color: #9ca4af !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.medium-light-border {
  border-color: #9ca4af !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-medium-light {
  background-color: #9ca4af !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-medium-light {
  background-color: #9ca4af !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-medium-light {
  background: #9ca4af;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-very-light {
  color: #eaedf2 !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.very-light-bg {
  background-color: #eaedf2 !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.very-light-border {
  border-color: #eaedf2 !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-very-light {
  background-color: #eaedf2 !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-very-light {
  background-color: #eaedf2 !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-very-light {
  background: #eaedf2;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-primary {
  color: #428bca !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.primary-bg {
  background-color: #428bca !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.primary-border {
  border-color: #428bca !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-primary {
  background-color: #428bca !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-primary {
  background-color: #428bca !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-primary {
  background: #428bca;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.success-bg {
  background-color: #5cb85c !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.success-border {
  border-color: #5cb85c !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-success {
  background-color: #5cb85c !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-success {
  background-color: #5cb85c !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-success {
  background: #5cb85c;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.warning-bg {
  background-color: #f0ad4e !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.warning-border {
  border-color: #f0ad4e !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-warning {
  background-color: #f0ad4e !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-warning {
  background-color: #f0ad4e !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-warning {
  background: #f0ad4e;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.danger-bg {
  background-color: #d9534f !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.danger-border {
  border-color: #d9534f !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-danger {
  background-color: #d9534f !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-danger {
  background-color: #d9534f !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-danger {
  background: #d9534f;
}

/* line 63, ../sass/theme/_utilities.scss */
.text-info {
  color: #5dc3de !important;
}

/* line 67, ../sass/theme/_utilities.scss */
.info-bg {
  background-color: #5dc3de !important;
}

/* line 71, ../sass/theme/_utilities.scss */
.info-border {
  border-color: #5dc3de !important;
}

/* line 75, ../sass/theme/_utilities.scss */
.label-info {
  background-color: #5dc3de !important;
}

/* line 76, ../sass/theme/_utilities.scss */
.badge-info {
  background-color: #5dc3de !important;
}

/* line 77, ../sass/theme/_utilities.scss */
.progress-bar-info {
  background: #5dc3de;
}

/* line 80, ../sass/theme/_utilities.scss */
.center-block {
  margin-left: auto;
  margin-right: auto;
}

/* line 81, ../sass/theme/_utilities.scss */
.right-block {
  margin-left: auto;
  margin-right: 0;
}

/* line 82, ../sass/theme/_utilities.scss */
.left-block {
  margin-left: 0;
  margin-right: auto;
}

/* line 83, ../sass/theme/_utilities.scss */
.text-justify {
  text-align: justify;
}

/* line 84, ../sass/theme/_utilities.scss */
.text-uppercase {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 85, ../sass/theme/_utilities.scss */
  .text-center-xs {
    text-align: center;
  }
}

/* line 87, ../sass/theme/_utilities.scss */
.pos-rel {
  position: relative !important;
}

/* line 88, ../sass/theme/_utilities.scss */
.pos-abs {
  position: absolute !important;
}

/* line 89, ../sass/theme/_utilities.scss */
.pos-sta {
  position: static !important;
}

/* line 91, ../sass/theme/_utilities.scss */
.img-rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 92, ../sass/theme/_utilities.scss */
.img-rounded-half {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 93, ../sass/theme/_utilities.scss */
  .img-responsive-sm {
    display: block;
    height: auto;
    max-width: 100%;
  }
}

/*------------------------------------*\
    $FONT AWESOME
\*------------------------------------*/
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/fonts/font-awesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('../assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format("embedded-opentype"), url('../assets/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1') format("woff"), url('../assets/fonts/font-awesome/fontawesome-webfont.ttf?v=3.2.1') format("truetype"), url('../assets/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 4, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"],
[class*=" fa-icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 9, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"]:before,
[class*=" fa-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 17, ../sass/font-awesome/_core.scss */
.fa-icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em;
}

/* makes sure icons active on rollover in links */
/* line 24, ../sass/font-awesome/_core.scss */
a [class^="fa-icon-"],
a [class*=" fa-icon-"] {
  display: inline;
}

/* increased font size for fa-icon-large */
/* line 33, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"].fa-icon-fixed-width,
[class*=" fa-icon-"].fa-icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em;
}
/* line 38, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"].fa-icon-fixed-width.fa-icon-large,
[class*=" fa-icon-"].fa-icon-fixed-width.fa-icon-large {
  width: 1.42857em;
}

/* line 44, ../sass/font-awesome/_core.scss */
.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 48, ../sass/font-awesome/_core.scss */
.icons-ul > li {
  position: relative;
}
/* line 50, ../sass/font-awesome/_core.scss */
.icons-ul .fa-icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit;
}

/* line 62, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"].hide,
[class*=" fa-icon-"].hide {
  display: none;
}

/* line 67, ../sass/font-awesome/_core.scss */
.fa-icon-muted {
  color: #eeeeee;
}

/* line 68, ../sass/font-awesome/_core.scss */
.fa-icon-light {
  color: white;
}

/* line 69, ../sass/font-awesome/_core.scss */
.fa-icon-dark {
  color: #333333;
}

/* line 74, ../sass/font-awesome/_core.scss */
.fa-icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 83, ../sass/font-awesome/_core.scss */
.fa-icon-1-5x {
  font-size: 1.5em;
}
/* line 85, ../sass/font-awesome/_core.scss */
.fa-icon-1-5x.fa-icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 90, ../sass/font-awesome/_core.scss */
.fa-icon-2x {
  font-size: 2em;
}
/* line 92, ../sass/font-awesome/_core.scss */
.fa-icon-2x.fa-icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 97, ../sass/font-awesome/_core.scss */
.fa-icon-3x {
  font-size: 3em;
}
/* line 99, ../sass/font-awesome/_core.scss */
.fa-icon-3x.fa-icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 104, ../sass/font-awesome/_core.scss */
.fa-icon-4x {
  font-size: 4em;
}
/* line 106, ../sass/font-awesome/_core.scss */
.fa-icon-4x.fa-icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 112, ../sass/font-awesome/_core.scss */
.fa-icon-5x {
  font-size: 5em;
}
/* line 114, ../sass/font-awesome/_core.scss */
.fa-icon-5x.fa-icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 125, ../sass/font-awesome/_core.scss */
.pull-right {
  float: right;
}

/* line 126, ../sass/font-awesome/_core.scss */
.pull-left {
  float: left;
}

/* line 130, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"].pull-left,
[class*=" fa-icon-"].pull-left {
  margin-right: .3em;
}
/* line 133, ../sass/font-awesome/_core.scss */
[class^="fa-icon-"].pull-right,
[class*=" fa-icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 5, ../sass/font-awesome/_bootstrap.scss */
[class^="fa-icon-"],
[class*=" fa-icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 19, ../sass/font-awesome/_bootstrap.scss */
.fa-icon-white,
.nav-pills > .active > a > [class^="fa-icon-"],
.nav-pills > .active > a > [class*=" fa-icon-"],
.nav-list > .active > a > [class^="fa-icon-"],
.nav-list > .active > a > [class*=" fa-icon-"],
.navbar-inverse .nav > .active > a > [class^="fa-icon-"],
.navbar-inverse .nav > .active > a > [class*=" fa-icon-"],
.dropdown-menu > li > a:hover > [class^="fa-icon-"],
.dropdown-menu > li > a:hover > [class*=" fa-icon-"],
.dropdown-menu > .active > a > [class^="fa-icon-"],
.dropdown-menu > .active > a > [class*=" fa-icon-"],
.dropdown-submenu:hover > a > [class^="fa-icon-"],
.dropdown-submenu:hover > a > [class*=" fa-icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 41, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="fa-icon-"].fa-icon-large,
.btn [class*=" fa-icon-"].fa-icon-large, .nav [class^="fa-icon-"].fa-icon-large,
.nav [class*=" fa-icon-"].fa-icon-large {
  line-height: .9em;
}
/* line 42, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="fa-icon-"].fa-icon-spin,
.btn [class*=" fa-icon-"].fa-icon-spin, .nav [class^="fa-icon-"].fa-icon-spin,
.nav [class*=" fa-icon-"].fa-icon-spin {
  display: inline-block;
}

/* line 48, ../sass/font-awesome/_bootstrap.scss */
.nav-tabs [class^="fa-icon-"], .nav-tabs [class^="fa-icon-"].fa-icon-large,
.nav-tabs [class*=" fa-icon-"],
.nav-tabs [class*=" fa-icon-"].fa-icon-large, .nav-pills [class^="fa-icon-"], .nav-pills [class^="fa-icon-"].fa-icon-large,
.nav-pills [class*=" fa-icon-"],
.nav-pills [class*=" fa-icon-"].fa-icon-large {
  line-height: .9em;
}

/* line 55, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="fa-icon-"].pull-left.fa-icon-2x, .btn [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn [class*=" fa-icon-"].pull-left.fa-icon-2x,
.btn [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-top: .18em;
}
/* line 57, ../sass/font-awesome/_bootstrap.scss */
.btn [class^="fa-icon-"].fa-icon-spin.fa-icon-large,
.btn [class*=" fa-icon-"].fa-icon-spin.fa-icon-large {
  line-height: .8em;
}

/* line 64, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-sm [class^="fa-icon-"].pull-left.fa-icon-2x, .btn.btn-sm [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn.btn-sm [class*=" fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-sm [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-top: .25em;
}

/* line 69, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-lg [class^="fa-icon-"],
.btn.btn-lg [class*=" fa-icon-"] {
  margin-top: 0;
}
/* line 73, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-lg [class^="fa-icon-"].pull-left.fa-icon-2x, .btn.btn-lg [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn.btn-lg [class*=" fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-lg [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-top: .05em;
}
/* line 75, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-lg [class^="fa-icon-"].pull-left.fa-icon-2x,
.btn.btn-lg [class*=" fa-icon-"].pull-left.fa-icon-2x {
  margin-right: .2em;
}
/* line 76, ../sass/font-awesome/_bootstrap.scss */
.btn.btn-lg [class^="fa-icon-"].pull-right.fa-icon-2x,
.btn.btn-lg [class*=" fa-icon-"].pull-right.fa-icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 81, ../sass/font-awesome/_bootstrap.scss */
.nav-list [class^="fa-icon-"],
.nav-list [class*=" fa-icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 25, ../sass/font-awesome/_mixins.scss */
.fa-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
/* line 32, ../sass/font-awesome/_mixins.scss */
.fa-icon-stack [class^="fa-icon-"],
.fa-icon-stack [class*=" fa-icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
/* line 43, ../sass/font-awesome/_mixins.scss */
.fa-icon-stack .fa-icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 8, ../sass/font-awesome/_extras.scss */
.fa-icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 17, ../sass/font-awesome/_extras.scss */
a .fa-icon-stack,
a .fa-icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 45, ../sass/font-awesome/_extras.scss */
.fa-icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 54, ../sass/font-awesome/_extras.scss */
.fa-icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 63, ../sass/font-awesome/_extras.scss */
.fa-icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 72, ../sass/font-awesome/_extras.scss */
.fa-icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 80, ../sass/font-awesome/_extras.scss */
.fa-icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 91, ../sass/font-awesome/_extras.scss */
a .fa-icon-rotate-90:before, a .fa-icon-rotate-180:before, a .fa-icon-rotate-270:before, a .fa-icon-flip-horizontal:before, a .fa-icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
/* line 4, ../sass/font-awesome/_icons.scss */
.fa-icon-glass:before {
  content: "";
}

/* line 5, ../sass/font-awesome/_icons.scss */
.fa-icon-music:before {
  content: "";
}

/* line 6, ../sass/font-awesome/_icons.scss */
.fa-icon-search:before {
  content: "";
}

/* line 7, ../sass/font-awesome/_icons.scss */
.fa-icon-envelope-alt:before {
  content: "";
}

/* line 8, ../sass/font-awesome/_icons.scss */
.fa-icon-heart:before {
  content: "";
}

/* line 9, ../sass/font-awesome/_icons.scss */
.fa-icon-star:before {
  content: "";
}

/* line 10, ../sass/font-awesome/_icons.scss */
.fa-icon-star-empty:before {
  content: "";
}

/* line 11, ../sass/font-awesome/_icons.scss */
.fa-icon-user:before {
  content: "";
}

/* line 12, ../sass/font-awesome/_icons.scss */
.fa-icon-film:before {
  content: "";
}

/* line 13, ../sass/font-awesome/_icons.scss */
.fa-icon-th-large:before {
  content: "";
}

/* line 14, ../sass/font-awesome/_icons.scss */
.fa-icon-th:before {
  content: "";
}

/* line 15, ../sass/font-awesome/_icons.scss */
.fa-icon-th-list:before {
  content: "";
}

/* line 16, ../sass/font-awesome/_icons.scss */
.fa-icon-ok:before {
  content: "";
}

/* line 17, ../sass/font-awesome/_icons.scss */
.fa-icon-remove:before {
  content: "";
}

/* line 18, ../sass/font-awesome/_icons.scss */
.fa-icon-zoom-in:before {
  content: "";
}

/* line 19, ../sass/font-awesome/_icons.scss */
.fa-icon-zoom-out:before {
  content: "";
}

/* line 20, ../sass/font-awesome/_icons.scss */
.fa-icon-power-off:before,
.fa-icon-off:before {
  content: "";
}

/* line 22, ../sass/font-awesome/_icons.scss */
.fa-icon-signal:before {
  content: "";
}

/* line 23, ../sass/font-awesome/_icons.scss */
.fa-icon-gear:before,
.fa-icon-cog:before {
  content: "";
}

/* line 25, ../sass/font-awesome/_icons.scss */
.fa-icon-trash:before {
  content: "";
}

/* line 26, ../sass/font-awesome/_icons.scss */
.fa-icon-home:before {
  content: "";
}

/* line 27, ../sass/font-awesome/_icons.scss */
.fa-icon-file-alt:before {
  content: "";
}

/* line 28, ../sass/font-awesome/_icons.scss */
.fa-icon-time:before {
  content: "";
}

/* line 29, ../sass/font-awesome/_icons.scss */
.fa-icon-road:before {
  content: "";
}

/* line 30, ../sass/font-awesome/_icons.scss */
.fa-icon-download-alt:before {
  content: "";
}

/* line 31, ../sass/font-awesome/_icons.scss */
.fa-icon-download:before {
  content: "";
}

/* line 32, ../sass/font-awesome/_icons.scss */
.fa-icon-upload:before {
  content: "";
}

/* line 33, ../sass/font-awesome/_icons.scss */
.fa-icon-inbox:before {
  content: "";
}

/* line 34, ../sass/font-awesome/_icons.scss */
.fa-icon-play-circle:before {
  content: "";
}

/* line 35, ../sass/font-awesome/_icons.scss */
.fa-icon-rotate-right:before,
.fa-icon-repeat:before {
  content: "";
}

/* line 37, ../sass/font-awesome/_icons.scss */
.fa-icon-refresh:before {
  content: "";
}

/* line 38, ../sass/font-awesome/_icons.scss */
.fa-icon-list-alt:before {
  content: "";
}

/* line 39, ../sass/font-awesome/_icons.scss */
.fa-icon-lock:before {
  content: "";
}

/* line 40, ../sass/font-awesome/_icons.scss */
.fa-icon-flag:before {
  content: "";
}

/* line 41, ../sass/font-awesome/_icons.scss */
.fa-icon-headphones:before {
  content: "";
}

/* line 42, ../sass/font-awesome/_icons.scss */
.fa-icon-volume-off:before {
  content: "";
}

/* line 43, ../sass/font-awesome/_icons.scss */
.fa-icon-volume-down:before {
  content: "";
}

/* line 44, ../sass/font-awesome/_icons.scss */
.fa-icon-volume-up:before {
  content: "";
}

/* line 45, ../sass/font-awesome/_icons.scss */
.fa-icon-qrcode:before {
  content: "";
}

/* line 46, ../sass/font-awesome/_icons.scss */
.fa-icon-barcode:before {
  content: "";
}

/* line 47, ../sass/font-awesome/_icons.scss */
.fa-icon-tag:before {
  content: "";
}

/* line 48, ../sass/font-awesome/_icons.scss */
.fa-icon-tags:before {
  content: "";
}

/* line 49, ../sass/font-awesome/_icons.scss */
.fa-icon-book:before {
  content: "";
}

/* line 50, ../sass/font-awesome/_icons.scss */
.fa-icon-bookmark:before {
  content: "";
}

/* line 51, ../sass/font-awesome/_icons.scss */
.fa-icon-print:before {
  content: "";
}

/* line 52, ../sass/font-awesome/_icons.scss */
.fa-icon-camera:before {
  content: "";
}

/* line 53, ../sass/font-awesome/_icons.scss */
.fa-icon-font:before {
  content: "";
}

/* line 54, ../sass/font-awesome/_icons.scss */
.fa-icon-bold:before {
  content: "";
}

/* line 55, ../sass/font-awesome/_icons.scss */
.fa-icon-italic:before {
  content: "";
}

/* line 56, ../sass/font-awesome/_icons.scss */
.fa-icon-text-height:before {
  content: "";
}

/* line 57, ../sass/font-awesome/_icons.scss */
.fa-icon-text-width:before {
  content: "";
}

/* line 58, ../sass/font-awesome/_icons.scss */
.fa-icon-align-left:before {
  content: "";
}

/* line 59, ../sass/font-awesome/_icons.scss */
.fa-icon-align-center:before {
  content: "";
}

/* line 60, ../sass/font-awesome/_icons.scss */
.fa-icon-align-right:before {
  content: "";
}

/* line 61, ../sass/font-awesome/_icons.scss */
.fa-icon-align-justify:before {
  content: "";
}

/* line 62, ../sass/font-awesome/_icons.scss */
.fa-icon-list:before {
  content: "";
}

/* line 63, ../sass/font-awesome/_icons.scss */
.fa-icon-indent-left:before {
  content: "";
}

/* line 64, ../sass/font-awesome/_icons.scss */
.fa-icon-indent-right:before {
  content: "";
}

/* line 65, ../sass/font-awesome/_icons.scss */
.fa-icon-facetime-video:before {
  content: "";
}

/* line 66, ../sass/font-awesome/_icons.scss */
.fa-icon-picture:before {
  content: "";
}

/* line 67, ../sass/font-awesome/_icons.scss */
.fa-icon-pencil:before {
  content: "";
}

/* line 68, ../sass/font-awesome/_icons.scss */
.fa-icon-map-marker:before {
  content: "";
}

/* line 69, ../sass/font-awesome/_icons.scss */
.fa-icon-adjust:before {
  content: "";
}

/* line 70, ../sass/font-awesome/_icons.scss */
.fa-icon-tint:before {
  content: "";
}

/* line 71, ../sass/font-awesome/_icons.scss */
.fa-icon-edit:before {
  content: "";
}

/* line 72, ../sass/font-awesome/_icons.scss */
.fa-icon-share:before {
  content: "";
}

/* line 73, ../sass/font-awesome/_icons.scss */
.fa-icon-check:before {
  content: "";
}

/* line 74, ../sass/font-awesome/_icons.scss */
.fa-icon-move:before {
  content: "";
}

/* line 75, ../sass/font-awesome/_icons.scss */
.fa-icon-step-backward:before {
  content: "";
}

/* line 76, ../sass/font-awesome/_icons.scss */
.fa-icon-fast-backward:before {
  content: "";
}

/* line 77, ../sass/font-awesome/_icons.scss */
.fa-icon-backward:before {
  content: "";
}

/* line 78, ../sass/font-awesome/_icons.scss */
.fa-icon-play:before {
  content: "";
}

/* line 79, ../sass/font-awesome/_icons.scss */
.fa-icon-pause:before {
  content: "";
}

/* line 80, ../sass/font-awesome/_icons.scss */
.fa-icon-stop:before {
  content: "";
}

/* line 81, ../sass/font-awesome/_icons.scss */
.fa-icon-forward:before {
  content: "";
}

/* line 82, ../sass/font-awesome/_icons.scss */
.fa-icon-fast-forward:before {
  content: "";
}

/* line 83, ../sass/font-awesome/_icons.scss */
.fa-icon-step-forward:before {
  content: "";
}

/* line 84, ../sass/font-awesome/_icons.scss */
.fa-icon-eject:before {
  content: "";
}

/* line 85, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-left:before {
  content: "";
}

/* line 86, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-right:before {
  content: "";
}

/* line 87, ../sass/font-awesome/_icons.scss */
.fa-icon-plus-sign:before {
  content: "";
}

/* line 88, ../sass/font-awesome/_icons.scss */
.fa-icon-minus-sign:before {
  content: "";
}

/* line 89, ../sass/font-awesome/_icons.scss */
.fa-icon-remove-sign:before {
  content: "";
}

/* line 90, ../sass/font-awesome/_icons.scss */
.fa-icon-ok-sign:before {
  content: "";
}

/* line 91, ../sass/font-awesome/_icons.scss */
.fa-icon-question-sign:before {
  content: "";
}

/* line 92, ../sass/font-awesome/_icons.scss */
.fa-icon-info-sign:before {
  content: "";
}

/* line 93, ../sass/font-awesome/_icons.scss */
.fa-icon-screenshot:before {
  content: "";
}

/* line 94, ../sass/font-awesome/_icons.scss */
.fa-icon-remove-circle:before {
  content: "";
}

/* line 95, ../sass/font-awesome/_icons.scss */
.fa-icon-ok-circle:before {
  content: "";
}

/* line 96, ../sass/font-awesome/_icons.scss */
.fa-icon-ban-circle:before {
  content: "";
}

/* line 97, ../sass/font-awesome/_icons.scss */
.fa-icon-arrow-left:before {
  content: "";
}

/* line 98, ../sass/font-awesome/_icons.scss */
.fa-icon-arrow-right:before {
  content: "";
}

/* line 99, ../sass/font-awesome/_icons.scss */
.fa-icon-arrow-up:before {
  content: "";
}

/* line 100, ../sass/font-awesome/_icons.scss */
.fa-icon-arrow-down:before {
  content: "";
}

/* line 101, ../sass/font-awesome/_icons.scss */
.fa-icon-mail-forward:before,
.fa-icon-share-alt:before {
  content: "";
}

/* line 103, ../sass/font-awesome/_icons.scss */
.fa-icon-resize-full:before {
  content: "";
}

/* line 104, ../sass/font-awesome/_icons.scss */
.fa-icon-resize-small:before {
  content: "";
}

/* line 105, ../sass/font-awesome/_icons.scss */
.fa-icon-plus:before {
  content: "";
}

/* line 106, ../sass/font-awesome/_icons.scss */
.fa-icon-minus:before {
  content: "";
}

/* line 107, ../sass/font-awesome/_icons.scss */
.fa-icon-asterisk:before {
  content: "";
}

/* line 108, ../sass/font-awesome/_icons.scss */
.fa-icon-exclamation-sign:before {
  content: "";
}

/* line 109, ../sass/font-awesome/_icons.scss */
.fa-icon-gift:before {
  content: "";
}

/* line 110, ../sass/font-awesome/_icons.scss */
.fa-icon-leaf:before {
  content: "";
}

/* line 111, ../sass/font-awesome/_icons.scss */
.fa-icon-fire:before {
  content: "";
}

/* line 112, ../sass/font-awesome/_icons.scss */
.fa-icon-eye-open:before {
  content: "";
}

/* line 113, ../sass/font-awesome/_icons.scss */
.fa-icon-eye-close:before {
  content: "";
}

/* line 114, ../sass/font-awesome/_icons.scss */
.fa-icon-warning-sign:before {
  content: "";
}

/* line 115, ../sass/font-awesome/_icons.scss */
.fa-icon-plane:before {
  content: "";
}

/* line 116, ../sass/font-awesome/_icons.scss */
.fa-icon-calendar:before {
  content: "";
}

/* line 117, ../sass/font-awesome/_icons.scss */
.fa-icon-random:before {
  content: "";
}

/* line 118, ../sass/font-awesome/_icons.scss */
.fa-icon-comment:before {
  content: "";
}

/* line 119, ../sass/font-awesome/_icons.scss */
.fa-icon-magnet:before {
  content: "";
}

/* line 120, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-up:before {
  content: "";
}

/* line 121, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-down:before {
  content: "";
}

/* line 122, ../sass/font-awesome/_icons.scss */
.fa-icon-retweet:before {
  content: "";
}

/* line 123, ../sass/font-awesome/_icons.scss */
.fa-icon-shopping-cart:before {
  content: "";
}

/* line 124, ../sass/font-awesome/_icons.scss */
.fa-icon-folder-close:before {
  content: "";
}

/* line 125, ../sass/font-awesome/_icons.scss */
.fa-icon-folder-open:before {
  content: "";
}

/* line 126, ../sass/font-awesome/_icons.scss */
.fa-icon-resize-vertical:before {
  content: "";
}

/* line 127, ../sass/font-awesome/_icons.scss */
.fa-icon-resize-horizontal:before {
  content: "";
}

/* line 128, ../sass/font-awesome/_icons.scss */
.fa-icon-bar-chart:before {
  content: "";
}

/* line 129, ../sass/font-awesome/_icons.scss */
.fa-icon-twitter-sign:before {
  content: "";
}

/* line 130, ../sass/font-awesome/_icons.scss */
.fa-icon-facebook-sign:before {
  content: "";
}

/* line 131, ../sass/font-awesome/_icons.scss */
.fa-icon-camera-retro:before {
  content: "";
}

/* line 132, ../sass/font-awesome/_icons.scss */
.fa-icon-key:before {
  content: "";
}

/* line 133, ../sass/font-awesome/_icons.scss */
.fa-icon-gears:before,
.fa-icon-cogs:before {
  content: "";
}

/* line 135, ../sass/font-awesome/_icons.scss */
.fa-icon-comments:before {
  content: "";
}

/* line 136, ../sass/font-awesome/_icons.scss */
.fa-icon-thumbs-up-alt:before {
  content: "";
}

/* line 137, ../sass/font-awesome/_icons.scss */
.fa-icon-thumbs-down-alt:before {
  content: "";
}

/* line 138, ../sass/font-awesome/_icons.scss */
.fa-icon-star-half:before {
  content: "";
}

/* line 139, ../sass/font-awesome/_icons.scss */
.fa-icon-heart-empty:before {
  content: "";
}

/* line 140, ../sass/font-awesome/_icons.scss */
.fa-icon-signout:before {
  content: "";
}

/* line 141, ../sass/font-awesome/_icons.scss */
.fa-icon-linkedin-sign:before {
  content: "";
}

/* line 142, ../sass/font-awesome/_icons.scss */
.fa-icon-pushpin:before {
  content: "";
}

/* line 143, ../sass/font-awesome/_icons.scss */
.fa-icon-external-link:before {
  content: "";
}

/* line 144, ../sass/font-awesome/_icons.scss */
.fa-icon-signin:before {
  content: "";
}

/* line 145, ../sass/font-awesome/_icons.scss */
.fa-icon-trophy:before {
  content: "";
}

/* line 146, ../sass/font-awesome/_icons.scss */
.fa-icon-github-sign:before {
  content: "";
}

/* line 147, ../sass/font-awesome/_icons.scss */
.fa-icon-upload-alt:before {
  content: "";
}

/* line 148, ../sass/font-awesome/_icons.scss */
.fa-icon-lemon:before {
  content: "";
}

/* line 149, ../sass/font-awesome/_icons.scss */
.fa-icon-phone:before {
  content: "";
}

/* line 150, ../sass/font-awesome/_icons.scss */
.fa-icon-unchecked:before,
.fa-icon-check-empty:before {
  content: "";
}

/* line 152, ../sass/font-awesome/_icons.scss */
.fa-icon-bookmark-empty:before {
  content: "";
}

/* line 153, ../sass/font-awesome/_icons.scss */
.fa-icon-phone-sign:before {
  content: "";
}

/* line 154, ../sass/font-awesome/_icons.scss */
.fa-icon-twitter:before {
  content: "";
}

/* line 155, ../sass/font-awesome/_icons.scss */
.fa-icon-facebook:before {
  content: "";
}

/* line 156, ../sass/font-awesome/_icons.scss */
.fa-icon-github:before {
  content: "";
}

/* line 157, ../sass/font-awesome/_icons.scss */
.fa-icon-unlock:before {
  content: "";
}

/* line 158, ../sass/font-awesome/_icons.scss */
.fa-icon-credit-card:before {
  content: "";
}

/* line 159, ../sass/font-awesome/_icons.scss */
.fa-icon-rss:before {
  content: "";
}

/* line 160, ../sass/font-awesome/_icons.scss */
.fa-icon-hdd:before {
  content: "";
}

/* line 161, ../sass/font-awesome/_icons.scss */
.fa-icon-bullhorn:before {
  content: "";
}

/* line 162, ../sass/font-awesome/_icons.scss */
.fa-icon-bell:before {
  content: "";
}

/* line 163, ../sass/font-awesome/_icons.scss */
.fa-icon-certificate:before {
  content: "";
}

/* line 164, ../sass/font-awesome/_icons.scss */
.fa-icon-hand-right:before {
  content: "";
}

/* line 165, ../sass/font-awesome/_icons.scss */
.fa-icon-hand-left:before {
  content: "";
}

/* line 166, ../sass/font-awesome/_icons.scss */
.fa-icon-hand-up:before {
  content: "";
}

/* line 167, ../sass/font-awesome/_icons.scss */
.fa-icon-hand-down:before {
  content: "";
}

/* line 168, ../sass/font-awesome/_icons.scss */
.fa-icon-circle-arrow-left:before {
  content: "";
}

/* line 169, ../sass/font-awesome/_icons.scss */
.fa-icon-circle-arrow-right:before {
  content: "";
}

/* line 170, ../sass/font-awesome/_icons.scss */
.fa-icon-circle-arrow-up:before {
  content: "";
}

/* line 171, ../sass/font-awesome/_icons.scss */
.fa-icon-circle-arrow-down:before {
  content: "";
}

/* line 172, ../sass/font-awesome/_icons.scss */
.fa-icon-globe:before {
  content: "";
}

/* line 173, ../sass/font-awesome/_icons.scss */
.fa-icon-wrench:before {
  content: "";
}

/* line 174, ../sass/font-awesome/_icons.scss */
.fa-icon-tasks:before {
  content: "";
}

/* line 175, ../sass/font-awesome/_icons.scss */
.fa-icon-filter:before {
  content: "";
}

/* line 176, ../sass/font-awesome/_icons.scss */
.fa-icon-briefcase:before {
  content: "";
}

/* line 177, ../sass/font-awesome/_icons.scss */
.fa-icon-fullscreen:before {
  content: "";
}

/* line 178, ../sass/font-awesome/_icons.scss */
.fa-icon-group:before {
  content: "";
}

/* line 179, ../sass/font-awesome/_icons.scss */
.fa-icon-link:before {
  content: "";
}

/* line 180, ../sass/font-awesome/_icons.scss */
.fa-icon-cloud:before {
  content: "";
}

/* line 181, ../sass/font-awesome/_icons.scss */
.fa-icon-beaker:before {
  content: "";
}

/* line 182, ../sass/font-awesome/_icons.scss */
.fa-icon-cut:before {
  content: "";
}

/* line 183, ../sass/font-awesome/_icons.scss */
.fa-icon-copy:before {
  content: "";
}

/* line 184, ../sass/font-awesome/_icons.scss */
.fa-icon-paperclip:before,
.fa-icon-paper-clip:before {
  content: "";
}

/* line 186, ../sass/font-awesome/_icons.scss */
.fa-icon-save:before {
  content: "";
}

/* line 187, ../sass/font-awesome/_icons.scss */
.fa-icon-sign-blank:before {
  content: "";
}

/* line 188, ../sass/font-awesome/_icons.scss */
.fa-icon-reorder:before {
  content: "";
}

/* line 189, ../sass/font-awesome/_icons.scss */
.fa-icon-list-ul:before {
  content: "";
}

/* line 190, ../sass/font-awesome/_icons.scss */
.fa-icon-list-ol:before {
  content: "";
}

/* line 191, ../sass/font-awesome/_icons.scss */
.fa-icon-strikethrough:before {
  content: "";
}

/* line 192, ../sass/font-awesome/_icons.scss */
.fa-icon-underline:before {
  content: "";
}

/* line 193, ../sass/font-awesome/_icons.scss */
.fa-icon-table:before {
  content: "";
}

/* line 194, ../sass/font-awesome/_icons.scss */
.fa-icon-magic:before {
  content: "";
}

/* line 195, ../sass/font-awesome/_icons.scss */
.fa-icon-truck:before {
  content: "";
}

/* line 196, ../sass/font-awesome/_icons.scss */
.fa-icon-pinterest:before {
  content: "";
}

/* line 197, ../sass/font-awesome/_icons.scss */
.fa-icon-pinterest-sign:before {
  content: "";
}

/* line 198, ../sass/font-awesome/_icons.scss */
.fa-icon-google-plus-sign:before {
  content: "";
}

/* line 199, ../sass/font-awesome/_icons.scss */
.fa-icon-google-plus:before {
  content: "";
}

/* line 200, ../sass/font-awesome/_icons.scss */
.fa-icon-money:before {
  content: "";
}

/* line 201, ../sass/font-awesome/_icons.scss */
.fa-icon-caret-down:before {
  content: "";
}

/* line 202, ../sass/font-awesome/_icons.scss */
.fa-icon-caret-up:before {
  content: "";
}

/* line 203, ../sass/font-awesome/_icons.scss */
.fa-icon-caret-left:before {
  content: "";
}

/* line 204, ../sass/font-awesome/_icons.scss */
.fa-icon-caret-right:before {
  content: "";
}

/* line 205, ../sass/font-awesome/_icons.scss */
.fa-icon-columns:before {
  content: "";
}

/* line 206, ../sass/font-awesome/_icons.scss */
.fa-icon-sort:before {
  content: "";
}

/* line 207, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-down:before {
  content: "";
}

/* line 208, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-up:before {
  content: "";
}

/* line 209, ../sass/font-awesome/_icons.scss */
.fa-icon-envelope:before {
  content: "";
}

/* line 210, ../sass/font-awesome/_icons.scss */
.fa-icon-linkedin:before {
  content: "";
}

/* line 211, ../sass/font-awesome/_icons.scss */
.fa-icon-rotate-left:before,
.fa-icon-undo:before {
  content: "";
}

/* line 213, ../sass/font-awesome/_icons.scss */
.fa-icon-legal:before {
  content: "";
}

/* line 214, ../sass/font-awesome/_icons.scss */
.fa-icon-dashboard:before {
  content: "";
}

/* line 215, ../sass/font-awesome/_icons.scss */
.fa-icon-comment-alt:before {
  content: "";
}

/* line 216, ../sass/font-awesome/_icons.scss */
.fa-icon-comments-alt:before {
  content: "";
}

/* line 217, ../sass/font-awesome/_icons.scss */
.fa-icon-bolt:before {
  content: "";
}

/* line 218, ../sass/font-awesome/_icons.scss */
.fa-icon-sitemap:before {
  content: "";
}

/* line 219, ../sass/font-awesome/_icons.scss */
.fa-icon-umbrella:before {
  content: "";
}

/* line 220, ../sass/font-awesome/_icons.scss */
.fa-icon-paste:before {
  content: "";
}

/* line 221, ../sass/font-awesome/_icons.scss */
.fa-icon-lightbulb:before {
  content: "";
}

/* line 222, ../sass/font-awesome/_icons.scss */
.fa-icon-exchange:before {
  content: "";
}

/* line 223, ../sass/font-awesome/_icons.scss */
.fa-icon-cloud-download:before {
  content: "";
}

/* line 224, ../sass/font-awesome/_icons.scss */
.fa-icon-cloud-upload:before {
  content: "";
}

/* line 225, ../sass/font-awesome/_icons.scss */
.fa-icon-user-md:before {
  content: "";
}

/* line 226, ../sass/font-awesome/_icons.scss */
.fa-icon-stethoscope:before {
  content: "";
}

/* line 227, ../sass/font-awesome/_icons.scss */
.fa-icon-suitcase:before {
  content: "";
}

/* line 228, ../sass/font-awesome/_icons.scss */
.fa-icon-bell-alt:before {
  content: "";
}

/* line 229, ../sass/font-awesome/_icons.scss */
.fa-icon-coffee:before {
  content: "";
}

/* line 230, ../sass/font-awesome/_icons.scss */
.fa-icon-food:before {
  content: "";
}

/* line 231, ../sass/font-awesome/_icons.scss */
.fa-icon-file-text-alt:before {
  content: "";
}

/* line 232, ../sass/font-awesome/_icons.scss */
.fa-icon-building:before {
  content: "";
}

/* line 233, ../sass/font-awesome/_icons.scss */
.fa-icon-hospital:before {
  content: "";
}

/* line 234, ../sass/font-awesome/_icons.scss */
.fa-icon-ambulance:before {
  content: "";
}

/* line 235, ../sass/font-awesome/_icons.scss */
.fa-icon-medkit:before {
  content: "";
}

/* line 236, ../sass/font-awesome/_icons.scss */
.fa-icon-fighter-jet:before {
  content: "";
}

/* line 237, ../sass/font-awesome/_icons.scss */
.fa-icon-beer:before {
  content: "";
}

/* line 238, ../sass/font-awesome/_icons.scss */
.fa-icon-h-sign:before {
  content: "";
}

/* line 239, ../sass/font-awesome/_icons.scss */
.fa-icon-plus-sign-alt:before {
  content: "";
}

/* line 240, ../sass/font-awesome/_icons.scss */
.fa-icon-double-angle-left:before {
  content: "";
}

/* line 241, ../sass/font-awesome/_icons.scss */
.fa-icon-double-angle-right:before {
  content: "";
}

/* line 242, ../sass/font-awesome/_icons.scss */
.fa-icon-double-angle-up:before {
  content: "";
}

/* line 243, ../sass/font-awesome/_icons.scss */
.fa-icon-double-angle-down:before {
  content: "";
}

/* line 244, ../sass/font-awesome/_icons.scss */
.fa-icon-angle-left:before {
  content: "";
}

/* line 245, ../sass/font-awesome/_icons.scss */
.fa-icon-angle-right:before {
  content: "";
}

/* line 246, ../sass/font-awesome/_icons.scss */
.fa-icon-angle-up:before {
  content: "";
}

/* line 247, ../sass/font-awesome/_icons.scss */
.fa-icon-angle-down:before {
  content: "";
}

/* line 248, ../sass/font-awesome/_icons.scss */
.fa-icon-desktop:before {
  content: "";
}

/* line 249, ../sass/font-awesome/_icons.scss */
.fa-icon-laptop:before {
  content: "";
}

/* line 250, ../sass/font-awesome/_icons.scss */
.fa-icon-tablet:before {
  content: "";
}

/* line 251, ../sass/font-awesome/_icons.scss */
.fa-icon-mobile-phone:before {
  content: "";
}

/* line 252, ../sass/font-awesome/_icons.scss */
.fa-icon-circle-blank:before {
  content: "";
}

/* line 253, ../sass/font-awesome/_icons.scss */
.fa-icon-quote-left:before {
  content: "";
}

/* line 254, ../sass/font-awesome/_icons.scss */
.fa-icon-quote-right:before {
  content: "";
}

/* line 255, ../sass/font-awesome/_icons.scss */
.fa-icon-spinner:before {
  content: "";
}

/* line 256, ../sass/font-awesome/_icons.scss */
.fa-icon-circle:before {
  content: "";
}

/* line 257, ../sass/font-awesome/_icons.scss */
.fa-icon-mail-reply:before,
.fa-icon-reply:before {
  content: "";
}

/* line 259, ../sass/font-awesome/_icons.scss */
.fa-icon-github-alt:before {
  content: "";
}

/* line 260, ../sass/font-awesome/_icons.scss */
.fa-icon-folder-close-alt:before {
  content: "";
}

/* line 261, ../sass/font-awesome/_icons.scss */
.fa-icon-folder-open-alt:before {
  content: "";
}

/* line 262, ../sass/font-awesome/_icons.scss */
.fa-icon-expand-alt:before {
  content: "";
}

/* line 263, ../sass/font-awesome/_icons.scss */
.fa-icon-collapse-alt:before {
  content: "";
}

/* line 264, ../sass/font-awesome/_icons.scss */
.fa-icon-smile:before {
  content: "";
}

/* line 265, ../sass/font-awesome/_icons.scss */
.fa-icon-frown:before {
  content: "";
}

/* line 266, ../sass/font-awesome/_icons.scss */
.fa-icon-meh:before {
  content: "";
}

/* line 267, ../sass/font-awesome/_icons.scss */
.fa-icon-gamepad:before {
  content: "";
}

/* line 268, ../sass/font-awesome/_icons.scss */
.fa-icon-keyboard:before {
  content: "";
}

/* line 269, ../sass/font-awesome/_icons.scss */
.fa-icon-flag-alt:before {
  content: "";
}

/* line 270, ../sass/font-awesome/_icons.scss */
.fa-icon-flag-checkered:before {
  content: "";
}

/* line 271, ../sass/font-awesome/_icons.scss */
.fa-icon-terminal:before {
  content: "";
}

/* line 272, ../sass/font-awesome/_icons.scss */
.fa-icon-code:before {
  content: "";
}

/* line 273, ../sass/font-awesome/_icons.scss */
.fa-icon-reply-all:before {
  content: "";
}

/* line 274, ../sass/font-awesome/_icons.scss */
.fa-icon-mail-reply-all:before {
  content: "";
}

/* line 275, ../sass/font-awesome/_icons.scss */
.fa-icon-star-half-full:before,
.fa-icon-star-half-empty:before {
  content: "";
}

/* line 277, ../sass/font-awesome/_icons.scss */
.fa-icon-location-arrow:before {
  content: "";
}

/* line 278, ../sass/font-awesome/_icons.scss */
.fa-icon-crop:before {
  content: "";
}

/* line 279, ../sass/font-awesome/_icons.scss */
.fa-icon-code-fork:before {
  content: "";
}

/* line 280, ../sass/font-awesome/_icons.scss */
.fa-icon-unlink:before {
  content: "";
}

/* line 281, ../sass/font-awesome/_icons.scss */
.fa-icon-question:before {
  content: "";
}

/* line 282, ../sass/font-awesome/_icons.scss */
.fa-icon-info:before {
  content: "";
}

/* line 283, ../sass/font-awesome/_icons.scss */
.fa-icon-exclamation:before {
  content: "";
}

/* line 284, ../sass/font-awesome/_icons.scss */
.fa-icon-superscript:before {
  content: "";
}

/* line 285, ../sass/font-awesome/_icons.scss */
.fa-icon-subscript:before {
  content: "";
}

/* line 286, ../sass/font-awesome/_icons.scss */
.fa-icon-eraser:before {
  content: "";
}

/* line 287, ../sass/font-awesome/_icons.scss */
.fa-icon-puzzle-piece:before {
  content: "";
}

/* line 288, ../sass/font-awesome/_icons.scss */
.fa-icon-microphone:before {
  content: "";
}

/* line 289, ../sass/font-awesome/_icons.scss */
.fa-icon-microphone-off:before {
  content: "";
}

/* line 290, ../sass/font-awesome/_icons.scss */
.fa-icon-shield:before {
  content: "";
}

/* line 291, ../sass/font-awesome/_icons.scss */
.fa-icon-calendar-empty:before {
  content: "";
}

/* line 292, ../sass/font-awesome/_icons.scss */
.fa-icon-fire-extinguisher:before {
  content: "";
}

/* line 293, ../sass/font-awesome/_icons.scss */
.fa-icon-rocket:before {
  content: "";
}

/* line 294, ../sass/font-awesome/_icons.scss */
.fa-icon-maxcdn:before {
  content: "";
}

/* line 295, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-sign-left:before {
  content: "";
}

/* line 296, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-sign-right:before {
  content: "";
}

/* line 297, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-sign-up:before {
  content: "";
}

/* line 298, ../sass/font-awesome/_icons.scss */
.fa-icon-chevron-sign-down:before {
  content: "";
}

/* line 299, ../sass/font-awesome/_icons.scss */
.fa-icon-html5:before {
  content: "";
}

/* line 300, ../sass/font-awesome/_icons.scss */
.fa-icon-css3:before {
  content: "";
}

/* line 301, ../sass/font-awesome/_icons.scss */
.fa-icon-anchor:before {
  content: "";
}

/* line 302, ../sass/font-awesome/_icons.scss */
.fa-icon-unlock-alt:before {
  content: "";
}

/* line 303, ../sass/font-awesome/_icons.scss */
.fa-icon-bullseye:before {
  content: "";
}

/* line 304, ../sass/font-awesome/_icons.scss */
.fa-icon-ellipsis-horizontal:before {
  content: "";
}

/* line 305, ../sass/font-awesome/_icons.scss */
.fa-icon-ellipsis-vertical:before {
  content: "";
}

/* line 306, ../sass/font-awesome/_icons.scss */
.fa-icon-rss-sign:before {
  content: "";
}

/* line 307, ../sass/font-awesome/_icons.scss */
.fa-icon-play-sign:before {
  content: "";
}

/* line 308, ../sass/font-awesome/_icons.scss */
.fa-icon-ticket:before {
  content: "";
}

/* line 309, ../sass/font-awesome/_icons.scss */
.fa-icon-minus-sign-alt:before {
  content: "";
}

/* line 310, ../sass/font-awesome/_icons.scss */
.fa-icon-check-minus:before {
  content: "";
}

/* line 311, ../sass/font-awesome/_icons.scss */
.fa-icon-level-up:before {
  content: "";
}

/* line 312, ../sass/font-awesome/_icons.scss */
.fa-icon-level-down:before {
  content: "";
}

/* line 313, ../sass/font-awesome/_icons.scss */
.fa-icon-check-sign:before {
  content: "";
}

/* line 314, ../sass/font-awesome/_icons.scss */
.fa-icon-edit-sign:before {
  content: "";
}

/* line 315, ../sass/font-awesome/_icons.scss */
.fa-icon-external-link-sign:before {
  content: "";
}

/* line 316, ../sass/font-awesome/_icons.scss */
.fa-icon-share-sign:before {
  content: "";
}

/* line 317, ../sass/font-awesome/_icons.scss */
.fa-icon-compass:before {
  content: "";
}

/* line 318, ../sass/font-awesome/_icons.scss */
.fa-icon-collapse:before {
  content: "";
}

/* line 319, ../sass/font-awesome/_icons.scss */
.fa-icon-collapse-top:before {
  content: "";
}

/* line 320, ../sass/font-awesome/_icons.scss */
.fa-icon-expand:before {
  content: "";
}

/* line 321, ../sass/font-awesome/_icons.scss */
.fa-icon-euro:before,
.fa-icon-eur:before {
  content: "";
}

/* line 323, ../sass/font-awesome/_icons.scss */
.fa-icon-gbp:before {
  content: "";
}

/* line 324, ../sass/font-awesome/_icons.scss */
.fa-icon-dollar:before,
.fa-icon-usd:before {
  content: "";
}

/* line 326, ../sass/font-awesome/_icons.scss */
.fa-icon-rupee:before,
.fa-icon-inr:before {
  content: "";
}

/* line 328, ../sass/font-awesome/_icons.scss */
.fa-icon-yen:before,
.fa-icon-jpy:before {
  content: "";
}

/* line 330, ../sass/font-awesome/_icons.scss */
.fa-icon-renminbi:before,
.fa-icon-cny:before {
  content: "";
}

/* line 332, ../sass/font-awesome/_icons.scss */
.fa-icon-won:before,
.fa-icon-krw:before {
  content: "";
}

/* line 334, ../sass/font-awesome/_icons.scss */
.fa-icon-bitcoin:before,
.fa-icon-btc:before {
  content: "";
}

/* line 336, ../sass/font-awesome/_icons.scss */
.fa-icon-file:before {
  content: "";
}

/* line 337, ../sass/font-awesome/_icons.scss */
.fa-icon-file-text:before {
  content: "";
}

/* line 338, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-by-alphabet:before {
  content: "";
}

/* line 339, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-by-alphabet-alt:before {
  content: "";
}

/* line 340, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-by-attributes:before {
  content: "";
}

/* line 341, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-by-attributes-alt:before {
  content: "";
}

/* line 342, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-by-order:before {
  content: "";
}

/* line 343, ../sass/font-awesome/_icons.scss */
.fa-icon-sort-by-order-alt:before {
  content: "";
}

/* line 344, ../sass/font-awesome/_icons.scss */
.fa-icon-thumbs-up:before {
  content: "";
}

/* line 345, ../sass/font-awesome/_icons.scss */
.fa-icon-thumbs-down:before {
  content: "";
}

/* line 346, ../sass/font-awesome/_icons.scss */
.fa-icon-youtube-sign:before {
  content: "";
}

/* line 347, ../sass/font-awesome/_icons.scss */
.fa-icon-youtube:before {
  content: "";
}

/* line 348, ../sass/font-awesome/_icons.scss */
.fa-icon-xing:before {
  content: "";
}

/* line 349, ../sass/font-awesome/_icons.scss */
.fa-icon-xing-sign:before {
  content: "";
}

/* line 350, ../sass/font-awesome/_icons.scss */
.fa-icon-youtube-play:before {
  content: "";
}

/* line 351, ../sass/font-awesome/_icons.scss */
.fa-icon-dropbox:before {
  content: "";
}

/* line 352, ../sass/font-awesome/_icons.scss */
.fa-icon-stackexchange:before {
  content: "";
}

/* line 353, ../sass/font-awesome/_icons.scss */
.fa-icon-instagram:before {
  content: "";
}

/* line 354, ../sass/font-awesome/_icons.scss */
.fa-icon-flickr:before {
  content: "";
}

/* line 355, ../sass/font-awesome/_icons.scss */
.fa-icon-adn:before {
  content: "";
}

/* line 356, ../sass/font-awesome/_icons.scss */
.fa-icon-bitbucket:before {
  content: "";
}

/* line 357, ../sass/font-awesome/_icons.scss */
.fa-icon-bitbucket-sign:before {
  content: "";
}

/* line 358, ../sass/font-awesome/_icons.scss */
.fa-icon-tumblr:before {
  content: "";
}

/* line 359, ../sass/font-awesome/_icons.scss */
.fa-icon-tumblr-sign:before {
  content: "";
}

/* line 360, ../sass/font-awesome/_icons.scss */
.fa-icon-long-arrow-down:before {
  content: "";
}

/* line 361, ../sass/font-awesome/_icons.scss */
.fa-icon-long-arrow-up:before {
  content: "";
}

/* line 362, ../sass/font-awesome/_icons.scss */
.fa-icon-long-arrow-left:before {
  content: "";
}

/* line 363, ../sass/font-awesome/_icons.scss */
.fa-icon-long-arrow-right:before {
  content: "";
}

/* line 364, ../sass/font-awesome/_icons.scss */
.fa-icon-apple:before {
  content: "";
}

/* line 365, ../sass/font-awesome/_icons.scss */
.fa-icon-windows:before {
  content: "";
}

/* line 366, ../sass/font-awesome/_icons.scss */
.fa-icon-android:before {
  content: "";
}

/* line 367, ../sass/font-awesome/_icons.scss */
.fa-icon-linux:before {
  content: "";
}

/* line 368, ../sass/font-awesome/_icons.scss */
.fa-icon-dribbble:before {
  content: "";
}

/* line 369, ../sass/font-awesome/_icons.scss */
.fa-icon-skype:before {
  content: "";
}

/* line 370, ../sass/font-awesome/_icons.scss */
.fa-icon-foursquare:before {
  content: "";
}

/* line 371, ../sass/font-awesome/_icons.scss */
.fa-icon-trello:before {
  content: "";
}

/* line 372, ../sass/font-awesome/_icons.scss */
.fa-icon-female:before {
  content: "";
}

/* line 373, ../sass/font-awesome/_icons.scss */
.fa-icon-male:before {
  content: "";
}

/* line 374, ../sass/font-awesome/_icons.scss */
.fa-icon-gittip:before {
  content: "";
}

/* line 375, ../sass/font-awesome/_icons.scss */
.fa-icon-sun:before {
  content: "";
}

/* line 376, ../sass/font-awesome/_icons.scss */
.fa-icon-moon:before {
  content: "";
}

/* line 377, ../sass/font-awesome/_icons.scss */
.fa-icon-archive:before {
  content: "";
}

/* line 378, ../sass/font-awesome/_icons.scss */
.fa-icon-bug:before {
  content: "";
}

/* line 379, ../sass/font-awesome/_icons.scss */
.fa-icon-vk:before {
  content: "";
}

/* line 380, ../sass/font-awesome/_icons.scss */
.fa-icon-weibo:before {
  content: "";
}

/* line 381, ../sass/font-awesome/_icons.scss */
.fa-icon-renren:before {
  content: "";
}

/*------------------------------------*\
    $PLUGINS
\*------------------------------------*/
/*------------------------------------*\
    $ANIMATE
\*------------------------------------*/
/* line 4, ../sass/plugins/animate/_animate.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 4, ../sass/plugins/animate/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,50%,100% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,100% {
    transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    transform: translateX(10px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 4, ../sass/plugins/animate/_animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/*------------------------------------*\
    $ISOTOPE
\*------------------------------------*/
/**** Isotope Filtering ****/
/* line 6, ../sass/plugins/isotope/_isotope.scss */
.isotope-item {
  z-index: 2;
  overflow: visible !important;
}

/* line 11, ../sass/plugins/isotope/_isotope.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
/* line 18, ../sass/plugins/isotope/_isotope.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 27, ../sass/plugins/isotope/_isotope.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/* line 35, ../sass/plugins/isotope/_isotope.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
/* line 45, ../sass/plugins/isotope/_isotope.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 10, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}

/* line 14, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url('../assets/images/plugins/nivo_slider/loading.gif') no-repeat 50% 50%;
}

/* line 16, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

/* line 25, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 29, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url('../assets/images/plugins/nivo_slider/prev.png');
  border-radius: 0 3px 3px 0;
}

/* line 33, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url('../assets/images/plugins/nivo_slider/next.png');
  border-radius: 3px 0 0 3px;
}

/* line 38, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url('../assets/images/plugins/nivo_slider/close.png') no-repeat 0 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}

/* line 47, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}

/* line 49, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}

/* line 50, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}

/* line 60, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 66, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 81, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url('../assets/images/plugins/nivo_slider/loading@2x.gif');
    background-size: 32px 32px;
  }

  /* line 85, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url('../assets/images/plugins/nivo_slider/prev@2x.png');
    background-size: 48px 48px;
  }

  /* line 89, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url('../assets/images/plugins/nivo_slider/next@2x.png');
    background-size: 48px 48px;
  }

  /* line 93, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url('../assets/images/plugins/nivo_slider/close@2x.png');
    background-size: 16px 16px;
  }
}
/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 109, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 123, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

/* line 127, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

/* line 134, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

/* line 138, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

/* line 146, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-nav {
  display: none;
}

/* line 147, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 152, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 157, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

/* line 163, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-image {
  text-align: center;
}

/* line 164, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 171, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

/* line 175, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

/* line 183, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

/* line 191, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
 **********************************************/
/* line 198, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
/* line 213, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 224, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
/* line 232, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 242, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

/* line 248, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

/* line 254, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 261, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* line 267, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

/* line 273, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
/* line 282, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

/* line 287, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

/* line 298, ../sass/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*------------------------------------*\
    $COMMON
\*------------------------------------*/
/* line 4, ../sass/theme/_common.scss */
::selection {
  background-color: #87ff38;
}

/* line 5, ../sass/theme/_common.scss */
::-moz-selection {
  background-color: #87ff38;
}

/* line 7, ../sass/theme/_common.scss */
.well {
  background-color: #eaedf2;
  border-color: #cad2df;
}

/* line 12, ../sass/theme/_common.scss */
.jumbotron {
  background-color: #eaedf2;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
}
/* line 19, ../sass/theme/_common.scss */
.jumbotron h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 25, ../sass/theme/_common.scss */
.jumbotron p {
  line-height: inherit;
}

/* line 31, ../sass/theme/_common.scss */
.container .jumbotron {
  padding: 30px;
}
/* line 34, ../sass/theme/_common.scss */
.container .jumbotron.jumbotron-lg {
  padding: 60px;
}

/* line 40, ../sass/theme/_common.scss */
.glyphicon {
  font-family: inherit;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/* line 4, ../sass/theme/structure/_content.scss */
html {
  height: 100%;
}

/* line 8, ../sass/theme/structure/_content.scss */
body {
  background-color: #353b47;
  width: 100%;
  overflow-x: hidden;
}
/* line 13, ../sass/theme/structure/_content.scss */
body.boxed {
  background-color: #e8e8e8;
  background-image: url('../assets/images/bg_patterns/bg_boxed.png');
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 13, ../sass/theme/structure/_content.scss */
  body.boxed {
    background-image: url('../assets/images/bg_patterns/bg_boxed.png');
    background-size: 200px 200px;
  }
}
@media (min-width: 768px) {
  /* line 18, ../sass/theme/structure/_content.scss */
  body.boxed #wrapper {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  /* line 24, ../sass/theme/structure/_content.scss */
  body.boxed #wrapper #header, body.boxed #wrapper #main-content, body.boxed #wrapper #footer-main, body.boxed #wrapper #footer-copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  /* line 18, ../sass/theme/structure/_content.scss */
  body.boxed #wrapper {
    max-width: 1030px;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/theme/structure/_content.scss */
  body.boxed #wrapper {
    max-width: 1230px;
  }
}

/* line 41, ../sass/theme/structure/_content.scss */
#wrapper {
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url('../assets/images/bg_wrapper.jpg');
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 41, ../sass/theme/structure/_content.scss */
  #wrapper {
    background-image: url('../assets/images/bg_wrapper@2x.jpg');
    background-size: 1920px 535px;
  }
}

/* line 48, ../sass/theme/structure/_content.scss */
#main-content {
  padding: 70px 0 80px 0;
  background-color: #fff;
}

/* line 54, ../sass/theme/structure/_content.scss */
body.boxed #scroll-to-top {
  border-color: #9ca4af;
  color: #676f7a;
  background-color: #eaedf2;
}
/* line 60, ../sass/theme/structure/_content.scss */
body.boxed #scroll-to-top.fade.in:hover {
  border-color: #808a98;
  background-color: #f0f2f6;
}

/* line 68, ../sass/theme/structure/_content.scss */
#scroll-to-top {
  right: 10px;
  border: 2px solid #eaedf2;
  color: #3f9e00;
  line-height: 45px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transition: opacity 300ms, border-color 300ms, background-color 300ms;
  -o-transition: opacity 300ms, border-color 300ms, background-color 300ms;
  -webkit-transition: opacity 300ms, border-color 300ms, background-color 300ms;
  transition: opacity 300ms, border-color 300ms, background-color 300ms;
}
@media (min-width: 992px) {
  /* line 68, ../sass/theme/structure/_content.scss */
  #scroll-to-top {
    display: block;
  }
}
/* line 89, ../sass/theme/structure/_content.scss */
#scroll-to-top.fade.in:hover {
  cursor: pointer;
  border-color: #cad2df;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/* line 4, ../sass/theme/structure/_header.scss */
#header {
  position: relative;
  z-index: 1000;
}
/* line 1, ../sass/theme/structure/_navigation.scss */
#header .navbar {
  height: 90px;
}
/* line 5, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm {
  border: none;
  background: none;
  margin: 0;
  border-bottom: 1px solid;
  border-color: #676c75;
  border-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 13, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-collapse {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.98);
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  /* line 13, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-collapse {
    background-color: transparent;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* line 27, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-brand {
  padding: 0;
  float: none;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
/* line 34, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-toggle {
  margin: 27px 0 0;
  border-color: #fff;
  border-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 40, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 44, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-toggle:hover, #header .navbar-default.navbar-collapsed-sm .navbar-toggle:focus {
  border-color: #3f9e00;
  background-color: #3f9e00;
}
/* line 52, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open > a {
  background-color: #494f5a;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  /* line 52, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open > a {
    background-color: transparent;
  }
}
/* line 60, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu {
  padding: 0;
}
/* line 64, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a {
  color: #3f9e00;
  border-bottom: 1px solid;
  padding: 10px 15px 10px 25px;
  border-color: #3f444f;
  border-color: rgba(153, 153, 153, 0.1);
}
@media (min-width: 768px) {
  /* line 64, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a {
    color: #fff;
    border-bottom-color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 10px 20px;
    white-space: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  /* line 78, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a:focus {
    background-color: #2b6b00;
  }
}
/* line 84, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu {
  position: relative;
}
/* line 87, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  right: -17px;
  display: block;
}
/* line 97, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .fa-icon-angle-right {
  position: absolute;
  top: 13px;
  right: 13px;
}
/* line 103, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  top: -20px;
  right: -123px;
}
/* line 107, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu:before {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
  position: absolute;
  left: -5px;
  top: 15px;
  margin-left: -5px;
  width: 0;
  height: 0;
}
/* line 124, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li:last-child > a {
  border-bottom-color: transparent;
}
/* line 124, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.last-child > a {
  border-bottom-color: transparent;
}
@media (max-width: 767px) {
  /* line 133, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 142, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > li > a {
    background-color: transparent;
  }
  /* line 148, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > .active > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > .active > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3f9e00;
  }
}
/* line 156, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a {
  border-bottom: 1px solid;
  border-color: #494f5a;
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 160, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a span {
  color: #fff;
}
/* line 164, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class^="fa-icon-"], #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class*=" fa-icon-"] {
  margin: 3px 0 0 0;
  float: right;
}
/* line 171, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus {
  background-color: #3f9e00;
}
/* line 177, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child > a {
  border-bottom: none;
}
@media (min-width: 768px) {
  /* line 183, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu {
    margin-top: 15px;
    background-color: #3f9e00;
    border: 5px solid;
    width: 216px;
    right: 50%;
    margin-right: -108px;
    border-color: #858990;
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 193, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: -20px;
    left: 0;
    display: block;
  }
  /* line 204, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu > .active > a {
    background-color: #2b6b00;
  }
  /* line 209, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu > li:first-child {
    position: relative;
  }
  /* line 212, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu > li:first-child > a {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  /* line 219, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu > li:last-child > a {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 768px) {
  /* line 229, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li {
    margin: 0;
  }
  /* line 232, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a {
    margin-top: 1px;
    padding: 0 15px;
    background-color: transparent;
    border: none;
  }
  /* line 238, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class^="fa-icon-"], #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class*=" fa-icon-"] {
    margin: 0 0 0 5px;
    float: none;
  }
  /* line 243, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a span {
    color: #fff;
    height: 90px;
    border-bottom: 3px solid transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    display: table-cell;
    vertical-align: middle;
  }
  /* line 251, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:focus {
    background-color: transparent;
  }
  /* line 254, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
    border-bottom-color: #3f9e00;
  }
  /* line 262, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 266, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus span {
    color: #fff;
    border-bottom-color: #3f9e00;
  }
  /* line 273, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
  }
  /* line 280, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom-color: #858990;
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  /* line 294, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child {
    margin-right: 0;
  }
  /* line 297, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
  /* line 302, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child.open:before {
    margin-left: 2px;
  }
  /* line 307, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    margin-right: 0;
    left: auto;
  }
  /* line 316, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.last-child .dropdown-menu {
    right: 15px;
    margin-right: 0;
    left: auto;
  }
}
/* line 1, ../sass/theme/structure/_navigation.scss */
#header .navbar {
  height: 90px;
}
/* line 5, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md {
  border: none;
  background: none;
  margin: 0;
  border-bottom: 1px solid;
  border-color: #676c75;
  border-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 13, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-collapse {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.98);
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 992px) {
  /* line 13, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-collapse {
    background-color: transparent;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* line 27, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-brand {
  padding: 0;
  float: none;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
/* line 34, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-toggle {
  margin: 27px 0 0;
  border-color: #fff;
  border-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 40, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 44, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-toggle:hover, #header .navbar-default.navbar-collapsed-md .navbar-toggle:focus {
  border-color: #3f9e00;
  background-color: #3f9e00;
}
/* line 52, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open > a {
  background-color: #494f5a;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  /* line 52, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > .open > a {
    background-color: transparent;
  }
}
/* line 60, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu {
  padding: 0;
}
/* line 64, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a {
  color: #3f9e00;
  border-bottom: 1px solid;
  padding: 10px 15px 10px 25px;
  border-color: #3f444f;
  border-color: rgba(153, 153, 153, 0.1);
}
@media (min-width: 992px) {
  /* line 64, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a {
    color: #fff;
    border-bottom-color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 10px 20px;
    white-space: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  /* line 78, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a:focus {
    background-color: #2b6b00;
  }
}
/* line 84, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu {
  position: relative;
}
/* line 87, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  right: -17px;
  display: block;
}
/* line 97, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .fa-icon-angle-right {
  position: absolute;
  top: 13px;
  right: 13px;
}
/* line 103, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  top: -20px;
  right: -123px;
}
/* line 107, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu:before {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
  position: absolute;
  left: -5px;
  top: 15px;
  margin-left: -5px;
  width: 0;
  height: 0;
}
/* line 124, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li:last-child > a {
  border-bottom-color: transparent;
}
/* line 124, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.last-child > a {
  border-bottom-color: transparent;
}
@media (max-width: 991px) {
  /* line 133, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 142, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > li > a {
    background-color: transparent;
  }
  /* line 148, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > .active > a, #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > .active > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3f9e00;
  }
}
/* line 156, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li > a {
  border-bottom: 1px solid;
  border-color: #494f5a;
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 160, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li > a span {
  color: #fff;
}
/* line 164, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class^="fa-icon-"], #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class*=" fa-icon-"] {
  margin: 3px 0 0 0;
  float: right;
}
/* line 171, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus {
  background-color: #3f9e00;
}
/* line 177, ../sass/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child > a {
  border-bottom: none;
}
@media (min-width: 992px) {
  /* line 183, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu {
    margin-top: 15px;
    background-color: #3f9e00;
    border: 5px solid;
    width: 216px;
    right: 50%;
    margin-right: -108px;
    border-color: #858990;
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 193, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: -20px;
    left: 0;
    display: block;
  }
  /* line 204, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu > .active > a {
    background-color: #2b6b00;
  }
  /* line 209, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu > li:first-child {
    position: relative;
  }
  /* line 212, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu > li:first-child > a {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  /* line 219, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu > li:last-child > a {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 992px) {
  /* line 229, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li {
    margin: 0;
  }
  /* line 232, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a {
    margin-top: 1px;
    padding: 0 15px;
    background-color: transparent;
    border: none;
  }
  /* line 238, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class^="fa-icon-"], #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class*=" fa-icon-"] {
    margin: 0 0 0 5px;
    float: none;
  }
  /* line 243, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a span {
    color: #fff;
    height: 90px;
    border-bottom: 3px solid transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    display: table-cell;
    vertical-align: middle;
  }
  /* line 251, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:focus {
    background-color: transparent;
  }
  /* line 254, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
    border-bottom-color: #3f9e00;
  }
  /* line 262, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:focus, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 266, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus span {
    color: #fff;
    border-bottom-color: #3f9e00;
  }
  /* line 273, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
  }
  /* line 280, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom-color: #858990;
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  /* line 294, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child {
    margin-right: 0;
  }
  /* line 297, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
  /* line 302, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child.open:before {
    margin-left: 2px;
  }
  /* line 307, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    margin-right: 0;
    left: auto;
  }
  /* line 316, ../sass/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.last-child .dropdown-menu {
    right: 15px;
    margin-right: 0;
    left: auto;
  }
}
/* line 15, ../sass/theme/structure/_header.scss */
#header.header--fixed {
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: fixed;
  top: -91px;
  left: 0;
  width: 100%;
  margin-top: 0;
}
/* line 25, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default {
  background: #fff;
  border-bottom: solid 1px #eaedf2;
}
/* line 33, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-nav a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a span {
  text-shadow: none;
  color: #434955;
}
@media (max-width: 767px) {
  /* line 33, ../sass/theme/structure/_header.scss */
  #header.header--fixed.header--default .navbar-default .navbar-nav a span,
  #header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a span {
    color: #fff;
  }
}
/* line 44, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-nav a:hover span, #header.header--fixed.header--default .navbar-default .navbar-nav a:focus span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:hover span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:focus span {
  color: #434955;
}
@media (max-width: 767px) {
  /* line 44, ../sass/theme/structure/_header.scss */
  #header.header--fixed.header--default .navbar-default .navbar-nav a:hover span, #header.header--fixed.header--default .navbar-default .navbar-nav a:focus span,
  #header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:hover span,
  #header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:focus span {
    color: #fff;
  }
}
/* line 57, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-nav .active a span,
#header.header--fixed.header--default .navbar-default .navbar-nav .open a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .active a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .open a span {
  color: #434955;
}
@media (max-width: 767px) {
  /* line 57, ../sass/theme/structure/_header.scss */
  #header.header--fixed.header--default .navbar-default .navbar-nav .active a span,
  #header.header--fixed.header--default .navbar-default .navbar-nav .open a span,
  #header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .active a span,
  #header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .open a span {
    color: #fff;
  }
}
/* line 68, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-toggle,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-toggle {
  color: #434955;
  border-color: #434955;
}
/* line 72, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-toggle .icon-bar,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-toggle .icon-bar {
  background-color: #434955;
}
/* line 78, ../sass/theme/structure/_header.scss */
#header.header--fixed.header--default .dropdown-menu {
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
  background-clip: initial;
}
/* line 85, ../sass/theme/structure/_header.scss */
#header.header--visible {
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: 91px;
}

/* line 93, ../sass/theme/structure/_header.scss */
.main--header-fixed {
  padding-top: 91px;
}

/* line 97, ../sass/theme/structure/_header.scss */
.lt-ie9 #header .navbar-right {
  margin-right: -30px;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/* line 5, ../sass/theme/structure/_footer.scss */
#footer #footer-main {
  padding: 50px 0;
  background-color: #434955;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 5, ../sass/theme/structure/_footer.scss */
  #footer #footer-main {
    text-align: left;
  }
}
/* line 14, ../sass/theme/structure/_footer.scss */
#footer #footer-main [class^="fa-icon-"], #footer #footer-main [class*=" fa-icon-"] {
  color: #3f9e00;
  font-size: 15px;
  margin-top: 2px;
}
/* line 20, ../sass/theme/structure/_footer.scss */
#footer #footer-main .title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
/* line 28, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box {
  margin-top: 50px;
}
/* line 31, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 36, ../sass/theme/structure/_footer.scss */
  #footer #footer-main .info-box:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  /* line 28, ../sass/theme/structure/_footer.scss */
  #footer #footer-main .info-box {
    margin-top: 0;
  }
}
/* line 45, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box a {
  color: #fff;
}
/* line 48, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 54, ../sass/theme/structure/_footer.scss */
  #footer #footer-main .info-box .icon-box .icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* line 59, ../sass/theme/structure/_footer.scss */
  #footer #footer-main .info-box .icon-box .icon:first-child {
    margin-top: 0;
  }
}
/* line 64, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box .icon-box .icon [class^="fa-icon-"], #footer #footer-main .info-box .icon-box .icon [class*=" fa-icon-"] {
  font-size: 22px;
}
@media (min-width: 768px) {
  /* line 69, ../sass/theme/structure/_footer.scss */
  #footer #footer-main .info-box .icon-box .icon [class^="fa-icon-"], #footer #footer-main .info-box .icon-box .icon [class*=" fa-icon-"] {
    font-size: 15px;
  }
}
/* line 77, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box.social-box .time {
  color: #717e90;
}
/* line 82, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box .logo-container {
  height: 55px;
  max-height: 55px;
}
/* line 89, ../sass/theme/structure/_footer.scss */
#footer #footer-main .image-list-box > li > a img {
  border-color: #676f7a;
}
/* line 92, ../sass/theme/structure/_footer.scss */
#footer #footer-main .image-list-box > li > a img:hover {
  border-color: #808894;
}
/* line 99, ../sass/theme/structure/_footer.scss */
#footer #footer-main .button-cloud-box .btn-bordered {
  margin-bottom: 10px;
  font-weight: normal;
}
/* line 105, ../sass/theme/structure/_footer.scss */
#footer #footer-main form {
  margin-top: 25px;
}
/* line 108, ../sass/theme/structure/_footer.scss */
#footer #footer-main form [class^="fa-icon-"], #footer #footer-main form [class*=" fa-icon-"] {
  display: inline-block;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 113, ../sass/theme/structure/_footer.scss */
#footer #footer-main form .form-group {
  padding-right: 0;
}
/* line 117, ../sass/theme/structure/_footer.scss */
#footer #footer-main form .form-control {
  background-color: #353b47;
  border-color: #353b47;
  color: #aab2bd;
}
/* line 67, ../sass/theme/_mixins.scss */
#footer #footer-main form .form-control:-moz-placeholder {
  color: #717e90;
}
/* line 70, ../sass/theme/_mixins.scss */
#footer #footer-main form .form-control:-ms-input-placeholder {
  color: #717e90;
}
/* line 73, ../sass/theme/_mixins.scss */
#footer #footer-main form .form-control::-webkit-input-placeholder {
  color: #717e90;
}
/* line 123, ../sass/theme/structure/_footer.scss */
#footer #footer-main form .form-control:focus {
  -moz-box-shadow: 0 0 8px rgba(63, 158, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(63, 158, 0, 0.6);
  box-shadow: 0 0 8px rgba(63, 158, 0, 0.6);
}
/* line 128, ../sass/theme/structure/_footer.scss */
#footer #footer-main form .btn {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 133, ../sass/theme/structure/_footer.scss */
#footer #footer-main .info-box, #footer #footer-main ul, #footer #footer-main p, #footer #footer-main ol, #footer #footer-main ul li, #footer #footer-main ol li {
  color: #aab2bd;
}
/* line 137, ../sass/theme/structure/_footer.scss */
#footer #footer-main p {
  font-size: 14px;
  line-height: 24px;
}
/* line 142, ../sass/theme/structure/_footer.scss */
#footer #footer-main ul, #footer #footer-main ol {
  margin-bottom: 0;
}
/* line 147, ../sass/theme/structure/_footer.scss */
#footer #footer-copyright {
  background-color: #353b47;
  color: #565f73;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 147, ../sass/theme/structure/_footer.scss */
  #footer #footer-copyright {
    text-align: left;
  }
}
/* line 157, ../sass/theme/structure/_footer.scss */
#footer #footer-copyright .copyright {
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  /* line 157, ../sass/theme/structure/_footer.scss */
  #footer #footer-copyright .copyright {
    float: left;
  }
}
/* line 165, ../sass/theme/structure/_footer.scss */
#footer #footer-copyright .links {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 165, ../sass/theme/structure/_footer.scss */
  #footer #footer-copyright .links {
    float: right;
    margin-top: 0;
  }
  /* line 172, ../sass/theme/structure/_footer.scss */
  #footer #footer-copyright .links .btn {
    margin-left: 5px;
  }
}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
/* line 4, ../sass/theme/structure/_sidebar.scss */
.sidebar {
  border-bottom: 2px solid #eaedf2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 4, ../sass/theme/structure/_sidebar.scss */
  .sidebar {
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
/* line 18, ../sass/theme/structure/_sidebar.scss */
.sidebar .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0;
}
/* line 25, ../sass/theme/structure/_sidebar.scss */
.sidebar .box {
  margin-bottom: 30px;
}
/* line 29, ../sass/theme/structure/_sidebar.scss */
.sidebar .box:first-child .title {
  margin-top: 0;
}
/* line 34, ../sass/theme/structure/_sidebar.scss */
.sidebar .box:last-child {
  margin-bottom: 0;
}
/* line 40, ../sass/theme/structure/_sidebar.scss */
.sidebar .sidebar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 39, ../sass/theme/structure/_sidebar.scss */
  .sidebar .sidebar-collapse {
    width: auto;
  }
  /* line 47, ../sass/theme/structure/_sidebar.scss */
  .sidebar .sidebar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  /* line 53, ../sass/theme/structure/_sidebar.scss */
  .sidebar .sidebar-collapse.in {
    overflow-y: visible;
  }
}
/* line 59, ../sass/theme/structure/_sidebar.scss */
.sidebar .sidebar-toggle {
  position: relative;
  display: block;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 59, ../sass/theme/structure/_sidebar.scss */
  .sidebar .sidebar-toggle {
    display: none;
  }
}
/* line 69, ../sass/theme/structure/_sidebar.scss */
.sidebar .sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
/* line 77, ../sass/theme/structure/_sidebar.scss */
.sidebar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 7, ../sass/theme/structure/_typography.scss */
body {
  font-family: "Open Sans";
  color: #676f7a;
}

/* line 12, ../sass/theme/structure/_typography.scss */
.lead {
  font-family: "Roboto";
  font-size: 26px;
  line-height: 39px;
  font-weight: 300;
  color: #434955;
}
/* line 19, ../sass/theme/structure/_typography.scss */
.lead.lead-lg {
  margin-bottom: 70px;
}
/* line 23, ../sass/theme/structure/_typography.scss */
.lead.lead-md {
  font-family: "Open Sans";
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #676f7a;
}
/* line 31, ../sass/theme/structure/_typography.scss */
.lead.lead-sm {
  font-family: "Open Sans";
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #676f7a;
}
/* line 39, ../sass/theme/structure/_typography.scss */
.lead.lead-xs {
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #676f7a;
}

/* line 48, ../sass/theme/structure/_typography.scss */
p {
  color: #676f7a;
}
/* line 52, ../sass/theme/structure/_typography.scss */
p.dropcap-contrast span.first-letter {
  font-size: 24px;
  float: left;
  color: #fff;
  background-color: #3f9e00;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  margin: 5px 10px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
/* line 67, ../sass/theme/structure/_typography.scss */
p.dropcap span.first-letter {
  font-size: 55px;
  float: left;
  color: #3f9e00;
  text-align: left;
  line-height: 50px;
  margin-right: 18px;
  width: 45px;
  height: 45px;
}

/* line 79, ../sass/theme/structure/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  font-weight: 500;
  color: #434955;
}
/* line 84, ../sass/theme/structure/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #676f7a;
  font-family: "Open Sans";
  margin-top: 15px;
}

/* line 91, ../sass/theme/structure/_typography.scss */
h1 {
  font-size: 30px;
  line-height: 37px;
}

/* line 92, ../sass/theme/structure/_typography.scss */
h2 {
  font-size: 26px;
  line-height: 32px;
}

/* line 93, ../sass/theme/structure/_typography.scss */
h3 {
  font-size: 20px;
  line-height: 25px;
}

/* line 94, ../sass/theme/structure/_typography.scss */
h4 {
  font-size: 18px;
  line-height: 22px;
}

/* line 95, ../sass/theme/structure/_typography.scss */
h5 {
  font-size: 16px;
  line-height: 20px;
}

/* line 96, ../sass/theme/structure/_typography.scss */
h6 {
  font-size: 14px;
  line-height: 17px;
}

/* line 98, ../sass/theme/structure/_typography.scss */
hr {
  border-color: #eaedf2;
  border-top-width: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 104, ../sass/theme/structure/_typography.scss */
hr.hr-dashed {
  border-style: dashed;
}
/* line 108, ../sass/theme/structure/_typography.scss */
hr.hr-invisible {
  visibility: hidden;
}
/* line 112, ../sass/theme/structure/_typography.scss */
hr.hr-half {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 118, ../sass/theme/structure/_typography.scss */
ul, li {
  color: #676f7a;
}

/* line 124, ../sass/theme/structure/_typography.scss */
ul.list-padded li, ol.list-padded li {
  margin-bottom: 5px;
}
/* line 127, ../sass/theme/structure/_typography.scss */
ul.list-padded li:last-child, ol.list-padded li:last-child {
  margin-bottom: 0;
}

/* line 134, ../sass/theme/structure/_typography.scss */
dl {
  color: #676f7a;
}

/* line 138, ../sass/theme/structure/_typography.scss */
address {
  color: #676f7a;
}

/* line 142, ../sass/theme/structure/_typography.scss */
blockquote {
  border-left-color: #3f9e00;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 147, ../sass/theme/structure/_typography.scss */
blockquote.pull-right {
  border-right-color: #3f9e00;
}
/* line 151, ../sass/theme/structure/_typography.scss */
blockquote small {
  color: #3f9e00;
}

/* line 156, ../sass/theme/structure/_typography.scss */
code {
  color: #163800;
  background-color: #97ff52;
}

/* line 161, ../sass/theme/structure/_typography.scss */
pre {
  background-color: #eaedf2;
  border-color: #cad2df;
  color: #353b47;
}

/* line 167, ../sass/theme/structure/_typography.scss */
.page-header {
  position: relative;
}
/* line 170, ../sass/theme/structure/_typography.scss */
.page-header.page-header-with-icon {
  text-align: center;
  border-top: 2px solid #eaedf2;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 16px;
  margin: 90px 0 50px 0;
}
/* line 178, ../sass/theme/structure/_typography.scss */
.page-header.page-header-with-icon > [class^="fa-icon-"], .page-header.page-header-with-icon > [class*=" fa-icon-"] {
  position: absolute;
  display: block;
  left: 50%;
  top: -25px;
  margin-left: -50px;
  color: #3f9e00;
  background-color: #fff;
  font-size: 33px;
  line-height: 50px;
  width: 100px;
  height: 50px;
}
/* line 191, ../sass/theme/structure/_typography.scss */
.page-header.page-header-with-icon h1, .page-header.page-header-with-icon h2, .page-header.page-header-with-icon h3, .page-header.page-header-with-icon h4, .page-header.page-header-with-icon h5, .page-header.page-header-with-icon h6 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 10px;
  font-size: 26px;
}
/* line 198, ../sass/theme/structure/_typography.scss */
.page-header.page-header-with-icon small {
  display: block;
  text-transform: none;
  font-size: 16px;
}

/* line 206, ../sass/theme/structure/_typography.scss */
#main-content-header {
  text-align: center;
  padding: 50px 0;
}
/* line 210, ../sass/theme/structure/_typography.scss */
#main-content-header .title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
/* line 217, ../sass/theme/structure/_typography.scss */
#main-content-header .title small {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans";
}
/* line 225, ../sass/theme/structure/_typography.scss */
#main-content-header .breadcrumb {
  background-color: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-top: 11px;
}
/* line 232, ../sass/theme/structure/_typography.scss */
#main-content-header .breadcrumb > li + li:before {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}
/* line 236, ../sass/theme/structure/_typography.scss */
#main-content-header .breadcrumb > li, #main-content-header .breadcrumb > li a {
  color: white;
  color: rgba(255, 255, 255, 0.4);
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
/* line 240, ../sass/theme/structure/_typography.scss */
#main-content-header .breadcrumb > li:hover, #main-content-header .breadcrumb > li a:hover {
  color: white;
  color: #fff;
}
/* line 245, ../sass/theme/structure/_typography.scss */
#main-content-header .breadcrumb > .active {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}
/* line 248, ../sass/theme/structure/_typography.scss */
#main-content-header .breadcrumb > .active:hover {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}
/* line 254, ../sass/theme/structure/_typography.scss */
#main-content-header .directional {
  display: none;
}
@media (min-width: 768px) {
  /* line 254, ../sass/theme/structure/_typography.scss */
  #main-content-header .directional {
    display: block;
  }
  /* line 260, ../sass/theme/structure/_typography.scss */
  #main-content-header .directional .left, #main-content-header .directional .right {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  /* line 271, ../sass/theme/structure/_typography.scss */
  #main-content-header .directional .left {
    left: 5px;
  }
  /* line 275, ../sass/theme/structure/_typography.scss */
  #main-content-header .directional .right {
    right: 5px;
  }
}

/* line 282, ../sass/theme/structure/_typography.scss */
.text-muted {
  color: #9ca4af;
}

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/* line 8, ../sass/theme/modules/_quotes.scss */
.no-touch .quotes .quote:hover .author-wrapper .author {
  border-top-color: #3f9e00;
}
/* line 11, ../sass/theme/modules/_quotes.scss */
.no-touch .quotes .quote:hover .author-wrapper .author:before {
  border-top-color: #3f9e00;
}

/* line 21, ../sass/theme/modules/_quotes.scss */
.quotes .carousel .carousel-inner {
  padding-bottom: 20px;
}
/* line 26, ../sass/theme/modules/_quotes.scss */
.quotes .quote .lead {
  font-size: 18px;
  line-height: 30px;
  color: #676f7a;
  margin-bottom: 25px;
  font-family: "Open Sans";
}
/* line 35, ../sass/theme/modules/_quotes.scss */
.quotes .quote .author-wrapper .author {
  border-top: 2px solid #eaedf2;
  padding: 25px 45px 0 70px;
  margin: 0;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #353b47;
  -moz-transition: border-color 450ms;
  -o-transition: border-color 450ms;
  -webkit-transition: border-color 450ms;
  transition: border-color 450ms;
}
/* line 46, ../sass/theme/modules/_quotes.scss */
.quotes .quote .author-wrapper .author:before {
  content: '';
  border-left: 15px solid transparent;
  border-top: 15px solid #eaedf2;
  position: absolute;
  left: 30px;
  top: 0;
  width: 0;
  height: 0;
  -moz-transition: border-color 450ms;
  -o-transition: border-color 450ms;
  -webkit-transition: border-color 450ms;
  transition: border-color 450ms;
}
/* line 57, ../sass/theme/modules/_quotes.scss */
.quotes .quote .author-wrapper .author:after {
  content: '';
  border-left: 11px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  left: 32px;
  top: -2px;
  width: 0;
  height: 0;
}

/*------------------------------------*\
    $PRICING TABLES
\*------------------------------------*/
/* line 6, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body .panel-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}
/* line 12, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body .btn {
  text-transform: uppercase;
}
/* line 16, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body .price {
  font-family: "Open Sans";
  font-size: 48px;
  line-height: 48px;
  color: #3f9e00;
  margin: 10px 0 10px -15px;
  font-weight: 700;
}
/* line 24, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body .price .currency {
  color: #9ca4af;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 300;
  padding-right: 5px;
  margin-right: -8px;
}
/* line 34, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body p.period {
  color: #9ca4af;
  margin: 0;
  margin-top: -20px;
}
/* line 40, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body ul {
  margin: 30px 0;
}
/* line 43, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body ul li {
  margin-bottom: 20px;
  color: #434955;
}
/* line 47, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table .panel-body ul li:last-child {
  margin-bottom: 0;
}
/* line 54, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid {
  border: none;
}
/* line 57, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid .panel-heading {
  text-align: center;
  padding: 15px 0;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 62, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid .panel-heading .panel-title {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
/* line 69, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid .panel-body {
  padding-top: 30px;
  text-align: center;
  border: 2px solid #eaedf2;
  border-top: none;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 76, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid .panel-body .price {
  margin-top: 0;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-white .panel-heading {
  background-color: #fff;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-black .panel-heading {
  background-color: #000;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-contrast .panel-heading {
  background-color: #3f9e00;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-dark .panel-heading {
  background-color: #353b47;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-medium .panel-heading {
  background-color: #434955;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-light .panel-heading {
  background-color: #676f7a;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-medium-light .panel-heading {
  background-color: #9ca4af;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-very-light .panel-heading {
  background-color: #eaedf2;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-primary .panel-heading {
  background-color: #428bca;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-success .panel-heading {
  background-color: #5cb85c;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-warning .panel-heading {
  background-color: #f0ad4e;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-danger .panel-heading {
  background-color: #d9534f;
}
/* line 86, ../sass/theme/modules/_pricing_tables.scss */
.panel.pricing-table.pricing-table-solid.panel-info .panel-heading {
  background-color: #5dc3de;
}

/*------------------------------------*\
    $PANELS
\*------------------------------------*/
/* line 9, ../sass/theme/modules/panels/_image.scss */
.panels .panel-item:first-child .panel-image {
  margin-top: 45px;
}

/* line 15, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image {
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 90px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 11, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-image:hover {
  text-decoration: none;
}
/* line 15, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-body {
  padding: 30px;
}
/* line 18, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}
/* line 24, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 31, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-icon {
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
@media (min-width: 768px) {
  /* line 15, ../sass/theme/modules/panels/_image.scss */
  .panel.panel-image {
    margin-top: 45px;
  }
}
/* line 25, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image .panel-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  text-align: center;
  line-height: 90px;
  width: 90px;
  height: 90px;
}
/* line 34, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image .panel-icon .icon {
  background-color: #3f9e00;
  border: 10px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 45px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
/* line 46, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image .panel-heading {
  padding: 0;
  border: none;
  max-height: 125px;
  overflow: hidden;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 53, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image .panel-heading img {
  display: block;
  height: auto;
  max-width: 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 59, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image .panel-body {
  border: 2px solid #eaedf2;
  padding-top: 5px;
  border-top: none;
  text-align: center;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 67, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image .panel-body .panel-title {
  margin: 20px 0;
}
/* line 73, ../sass/theme/modules/panels/_image.scss */
.panel.panel-image:hover .panel-icon {
  top: -43.2px;
}
@media (min-width: 992px) {
  /* line 73, ../sass/theme/modules/panels/_image.scss */
  .panel.panel-image:hover .panel-icon {
    top: -54px;
  }
}

/* line 88, ../sass/theme/modules/panels/_image.scss */
.lt-ie9 .panel.panel-image .panel-heading img {
  max-height: 141px;
}

/* line 9, ../sass/theme/modules/panels/_big.scss */
.panels .panel-item:first-child .panel-big {
  margin-top: 30px;
}

/* line 15, ../sass/theme/modules/panels/_big.scss */
.panel.panel-big {
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 11, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-big:hover {
  text-decoration: none;
}
/* line 15, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-body {
  padding: 30px;
}
/* line 18, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}
/* line 24, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 31, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-icon {
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
@media (min-width: 768px) {
  /* line 15, ../sass/theme/modules/panels/_big.scss */
  .panel.panel-big {
    margin-top: 30px;
  }
}
/* line 23, ../sass/theme/modules/panels/_big.scss */
.panel.panel-big .panel-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -55px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  width: 110px;
  height: 60px;
}
/* line 33, ../sass/theme/modules/panels/_big.scss */
.panel.panel-big .panel-icon .icon {
  color: #3f9e00;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
/* line 43, ../sass/theme/modules/panels/_big.scss */
.panel.panel-big .panel-body {
  padding-top: 48px;
  text-align: center;
}
/* line 49, ../sass/theme/modules/panels/_big.scss */
.panel.panel-big:hover .panel-icon {
  top: -36px;
}
@media (min-width: 992px) {
  /* line 49, ../sass/theme/modules/panels/_big.scss */
  .panel.panel-big:hover .panel-icon {
    top: -39.6px;
  }
}

/* line 9, ../sass/theme/modules/panels/_circle_big_contrast.scss */
.panels .panel-item:first-child .panel-circle-big-contrast {
  margin-top: 45px;
}

/* line 15, ../sass/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast {
  margin-top: 90px;
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 11, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast:hover {
  text-decoration: none;
}
/* line 15, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-body {
  padding: 30px;
}
/* line 18, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}
/* line 24, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 31, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-icon {
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
@media (min-width: 768px) {
  /* line 15, ../sass/theme/modules/panels/_circle_big_contrast.scss */
  .panel.panel-circle-big-contrast {
    margin-top: 45px;
  }
}
/* line 23, ../sass/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast .panel-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  background-color: #fff;
  line-height: 90px;
  width: 120px;
  height: 90px;
}
/* line 33, ../sass/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast .panel-icon .icon {
  background-color: #3f9e00;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
/* line 44, ../sass/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast .panel-body {
  padding-top: 72px;
  text-align: center;
}
/* line 50, ../sass/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast:hover .panel-icon {
  top: -43.2px;
}
@media (min-width: 992px) {
  /* line 50, ../sass/theme/modules/panels/_circle_big_contrast.scss */
  .panel.panel-circle-big-contrast:hover .panel-icon {
    top: -54px;
  }
}

@media (max-width: 767px) {
  /* line 9, ../sass/theme/modules/panels/_circle_contrast.scss */
  .panels .panel-item:first-child .panel-circle-contrast {
    margin-top: 30px;
  }
}

/* line 17, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast {
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 11, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast:hover {
  text-decoration: none;
}
/* line 15, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-body {
  padding: 30px;
}
/* line 18, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}
/* line 24, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 31, ../sass/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-icon {
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
@media (min-width: 768px) {
  /* line 17, ../sass/theme/modules/panels/_circle_contrast.scss */
  .panel.panel-circle-contrast {
    margin-top: 30px;
  }
}
/* line 25, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast .panel-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  width: 100px;
  height: 60px;
}
/* line 35, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast .panel-icon .icon {
  background-color: #3f9e00;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
/* line 46, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast .panel-body {
  padding-top: 48px;
  text-align: center;
}
/* line 52, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast:hover .panel-icon {
  top: -36px;
}
@media (min-width: 992px) {
  /* line 52, ../sass/theme/modules/panels/_circle_contrast.scss */
  .panel.panel-circle-contrast:hover .panel-icon {
    top: -39.6px;
  }
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-white .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-white > [class*=" fa-icon-"] {
  background-color: #fff;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-black .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-black > [class*=" fa-icon-"] {
  background-color: #000;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-contrast .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-contrast > [class*=" fa-icon-"] {
  background-color: #3f9e00;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-dark .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-dark > [class*=" fa-icon-"] {
  background-color: #353b47;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-medium .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-medium > [class*=" fa-icon-"] {
  background-color: #434955;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-light .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-light > [class*=" fa-icon-"] {
  background-color: #676f7a;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-medium-light .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-medium-light > [class*=" fa-icon-"] {
  background-color: #9ca4af;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-very-light .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-very-light > [class*=" fa-icon-"] {
  background-color: #eaedf2;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-primary .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-primary > [class*=" fa-icon-"] {
  background-color: #428bca;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-success .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-success > [class*=" fa-icon-"] {
  background-color: #5cb85c;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-warning .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-warning > [class*=" fa-icon-"] {
  background-color: #f0ad4e;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-danger .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-danger > [class*=" fa-icon-"] {
  background-color: #d9534f;
}
/* line 69, ../sass/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-info .panel-icon [class^="fa-icon-"], .panel.panel-circle-contrast.panel-info > [class*=" fa-icon-"] {
  background-color: #5dc3de;
}

/* line 11, ../sass/theme/modules/panels/_panels.scss */
.panels-wrapper .panels {
  margin-top: 22px;
}
@media (min-width: 768px) {
  /* line 11, ../sass/theme/modules/panels/_panels.scss */
  .panels-wrapper .panels {
    margin-top: 45px;
  }
}
/* line 18, ../sass/theme/modules/panels/_panels.scss */
.panels-wrapper .panels:first-child {
  margin-top: 0;
}

/* line 24, ../sass/theme/modules/panels/_panels.scss */
.panel-bordered {
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 11, ../sass/theme/modules/panels/_custom.scss */
.panel-bordered:hover {
  text-decoration: none;
}
/* line 15, ../sass/theme/modules/panels/_custom.scss */
.panel-bordered .panel-body {
  padding: 30px;
}
/* line 18, ../sass/theme/modules/panels/_custom.scss */
.panel-bordered .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}
/* line 24, ../sass/theme/modules/panels/_custom.scss */
.panel-bordered .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 31, ../sass/theme/modules/panels/_custom.scss */
.panel-bordered .panel-icon {
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
/* line 27, ../sass/theme/modules/panels/_panels.scss */
.panel-bordered .panel-body {
  padding: 15px;
}
/* line 31, ../sass/theme/modules/panels/_panels.scss */
.panel-bordered > .panel-heading, .panel-bordered > .panel-footer {
  background-color: #eaedf2;
}
/* line 35, ../sass/theme/modules/panels/_panels.scss */
.panel-bordered > .panel-heading {
  border-bottom: 2px solid #eaedf2;
}
/* line 39, ../sass/theme/modules/panels/_panels.scss */
.panel-bordered > .panel-footer {
  border-top: 2px solid #eaedf2;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-white {
  border-color: #fff;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-white > .panel-heading {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-white > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-white > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fff;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-white > .panel-footer {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-white > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fff;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-black {
  border-color: #000;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-black > .panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-black > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-black > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-black > .panel-footer {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-black > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #000;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-contrast {
  border-color: #3f9e00;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-heading {
  color: #fff;
  background-color: #3f9e00;
  border-color: #3f9e00;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3f9e00;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-footer {
  color: #fff;
  background-color: #3f9e00;
  border-color: #3f9e00;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3f9e00;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-dark {
  border-color: #353b47;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #353b47;
  border-color: #353b47;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-dark > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-dark > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #353b47;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-dark > .panel-footer {
  color: #fff;
  background-color: #353b47;
  border-color: #353b47;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-dark > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #353b47;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-medium {
  border-color: #434955;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-medium > .panel-heading {
  color: #fff;
  background-color: #434955;
  border-color: #434955;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-medium > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-medium > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #434955;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-medium > .panel-footer {
  color: #fff;
  background-color: #434955;
  border-color: #434955;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-medium > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #434955;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-light {
  border-color: #676f7a;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-light > .panel-heading {
  color: #fff;
  background-color: #676f7a;
  border-color: #676f7a;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-light > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-light > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #676f7a;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-light > .panel-footer {
  color: #fff;
  background-color: #676f7a;
  border-color: #676f7a;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-light > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #676f7a;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-medium-light {
  border-color: #9ca4af;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-heading {
  color: #fff;
  background-color: #9ca4af;
  border-color: #9ca4af;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9ca4af;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-footer {
  color: #fff;
  background-color: #9ca4af;
  border-color: #9ca4af;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9ca4af;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-very-light {
  border-color: #eaedf2;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-heading {
  color: #fff;
  background-color: #eaedf2;
  border-color: #eaedf2;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eaedf2;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-footer {
  color: #fff;
  background-color: #eaedf2;
  border-color: #eaedf2;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eaedf2;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-primary > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-primary > .panel-footer {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-success {
  border-color: #5cb85c;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-success > .panel-heading {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-success > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5cb85c;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-success > .panel-footer {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5cb85c;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-warning {
  border-color: #f0ad4e;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-warning > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0ad4e;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-warning > .panel-footer {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0ad4e;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-danger {
  border-color: #d9534f;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-danger > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9534f;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-danger > .panel-footer {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9534f;
}

/* line 48, ../sass/theme/modules/panels/_panels.scss */
.panel-info {
  border-color: #5dc3de;
}
/* line 51, ../sass/theme/modules/panels/_panels.scss */
.panel-info > .panel-heading {
  color: #fff;
  background-color: #5dc3de;
  border-color: #5dc3de;
}
/* line 56, ../sass/theme/modules/panels/_panels.scss */
.panel-info > .panel-heading .panel-title {
  color: inherit;
}
/* line 60, ../sass/theme/modules/panels/_panels.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5dc3de;
}
/* line 64, ../sass/theme/modules/panels/_panels.scss */
.panel-info > .panel-footer {
  color: #fff;
  background-color: #5dc3de;
  border-color: #5dc3de;
}
/* line 69, ../sass/theme/modules/panels/_panels.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5dc3de;
}

/*------------------------------------*\
    $BOXES
\*------------------------------------*/
/* line 4, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box:first-child.text-box-title-above .title {
  margin-top: 0;
}

/* line 12, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 12, ../sass/theme/modules/boxes/_text.scss */
  .text-boxes .text-box {
    text-align: left;
  }
}
/* line 19, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .title {
  margin-top: 40px;
  margin-bottom: 0;
}
/* line 23, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .title a {
  color: #434955;
}
@media (min-width: 768px) {
  /* line 19, ../sass/theme/modules/boxes/_text.scss */
  .text-boxes .text-box .title {
    margin-top: 0;
  }
}
/* line 32, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar {
  margin-bottom: 30px;
}
/* line 35, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link {
  font-family: "Open Sans";
  font-weight: 400;
  padding: 2px 10px;
  color: #9ca4af;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}
/* line 43, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link [class^="fa-icon-"], .text-boxes .text-box .toolbar .btn-link > [class*=" fa-icon-"] {
  color: #3f9e00;
  margin-right: 10px;
}
/* line 49, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link:hover span, .text-boxes .text-box .toolbar .btn-link:focus span {
  text-decoration: underline;
}
/* line 55, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link:first-child {
  padding-left: 0;
}
/* line 60, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box p {
  margin: 20px 0;
  line-height: 22px;
}
/* line 66, ../sass/theme/modules/boxes/_text.scss */
.text-boxes .text-box.text-box-title-above .title {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 70, ../sass/theme/modules/boxes/_text.scss */
  .text-boxes .text-box.text-box-title-above p {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 78, ../sass/theme/modules/boxes/_text.scss */
  .text-boxes .text-box.text-box-big-image p {
    margin: 20px 0;
  }
}

/* line 88, ../sass/theme/modules/boxes/_text.scss */
.lt-ie9 .text-box .img-responsive {
  width: auto !important;
}

/* line 2, ../sass/theme/modules/boxes/_image_list.scss */
.image-list-box > li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: top;
}
/* line 9, ../sass/theme/modules/boxes/_image_list.scss */
.image-list-box > li > a {
  display: block;
}
/* line 12, ../sass/theme/modules/boxes/_image_list.scss */
.image-list-box > li > a img {
  border: 4px solid #eaedf2;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 19, ../sass/theme/modules/boxes/_image_list.scss */
.image-list-box > li > a:hover img {
  border-color: #cad2df;
}

@media (min-width: 768px) {
  /* line 3, ../sass/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .row:last-child .icon-box, .icon-boxes.icon-boxes-lg .row:last-child .icon-box {
    margin-bottom: 0;
  }
}
/* line 8, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .row:last-child .icon-box:last-child, .icon-boxes.icon-boxes-lg .row:last-child .icon-box:last-child {
  margin-bottom: 0;
}

/* line 15, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 15, ../sass/theme/modules/boxes/_icon_list.scss */
  .icon-boxes {
    text-align: left;
  }
}
/* line 22, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .icon-box {
  margin-bottom: 15px;
}
/* line 26, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .icon {
  float: none;
  margin-bottom: 20px;
  vertical-align: top;
}
/* line 31, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .icon.icon-circle {
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 26, ../sass/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .icon {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 40, ../sass/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .icon.icon-lg {
    margin-right: 30px;
  }
  /* line 41, ../sass/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .icon.icon-md {
    margin-right: 25px;
  }
}
/* line 45, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .content {
  overflow: hidden;
  zoom: 1;
}
/* line 49, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .content .title {
  margin-top: 0;
  font-weight: 500;
}
/* line 54, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes .content p {
  margin-bottom: 0;
}
/* line 59, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap {
  text-align: left;
}
/* line 62, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap .icon {
  float: left;
  margin-right: 10px;
}
/* line 66, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap .icon.icon-lg {
  margin-right: 30px;
}
/* line 67, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap .icon.icon-md {
  margin-right: 25px;
}

/* line 73, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-lg .icon-box {
  margin-bottom: 50px;
}
/* line 78, ../sass/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-lg .content p {
  line-height: 22px;
}

/* line 2, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
/* line 7, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a {
  text-decoration: none;
  display: block;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
/* line 12, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link, .portfolio-boxes .portfolio-box a .image-link {
  overflow: hidden;
  display: block;
  position: relative;
  bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  -webkit-transition: bottom 300ms;
  transition: bottom 300ms;
}
/* line 20, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link:before, .portfolio-boxes .portfolio-box a .image-link:before {
  content: '';
  background-color: transparent;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 32, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link [class^="fa-icon-"], .portfolio-boxes .portfolio-box a.image-link [class*=" fa-icon-"], .portfolio-boxes .portfolio-box a .image-link [class^="fa-icon-"], .portfolio-boxes .portfolio-box a .image-link [class*=" fa-icon-"] {
  position: absolute;
  left: 50%;
  top: -50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: #fff;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
  text-shadow: 1px 1px 1px #000;
  width: 30px;
  height: 30px;
}
/* line 45, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link img, .portfolio-boxes .portfolio-box a .image-link img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 51, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover.image-link, .portfolio-boxes .portfolio-box a:hover .image-link {
  bottom: 5px;
}
/* line 54, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover.image-link:before, .portfolio-boxes .portfolio-box a:hover .image-link:before {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.8);
}
/* line 58, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover.image-link [class^="fa-icon-"], .portfolio-boxes .portfolio-box a:hover.image-link [class*=" fa-icon-"], .portfolio-boxes .portfolio-box a:hover .image-link [class^="fa-icon-"], .portfolio-boxes .portfolio-box a:hover .image-link [class*=" fa-icon-"] {
  top: 50%;
}
/* line 63, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover .title {
  color: #3f9e00;
}
/* line 67, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover .category {
  color: #8c94a5;
}
/* line 73, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box .title {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #434955;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
/* line 81, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box .category {
  color: #a9afbb;
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

/* line 91, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter {
  text-align: center;
  margin-bottom: 50px;
}
/* line 95, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter ul.nav-pills {
  display: inline-block;
}
/* line 98, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter ul.nav-pills li {
  display: inline;
}
/* line 101, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter ul.nav-pills li a {
  padding: 5px 20px;
  float: left;
}

/* line 111, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.lt-ie9 .portfolio-boxes .portfolio-box a.image-link [class^="fa-icon-"], .lt-ie9 .portfolio-boxes .portfolio-box a.image-link [class*=" fa-icon-"], .lt-ie9 .portfolio-boxes .portfolio-box a .image-link [class^="fa-icon-"], .lt-ie9 .portfolio-boxes .portfolio-box a .image-link [class*=" fa-icon-"] {
  display: none;
}
/* line 112, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.lt-ie9 .portfolio-boxes .portfolio-box a.image-link:before, .lt-ie9 .portfolio-boxes .portfolio-box a .image-link:before {
  background-color: transparent;
}
/* line 115, ../sass/theme/modules/boxes/_portfolio_boxes.scss */
.lt-ie9 .portfolio-boxes .portfolio-box a.image-link, .lt-ie9 .portfolio-boxes .portfolio-box a .image-link {
  min-width: 100%;
}

@media (min-width: 768px) {
  /* line 3, ../sass/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .row:last-child .profile-box {
    margin-bottom: 0;
  }
}
/* line 8, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .row:last-child .profile-box:last-child {
  margin-bottom: 0;
}

/* line 16, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 16, ../sass/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .profile-box {
    text-align: left;
  }
}
/* line 24, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 32, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link:before {
  content: '';
  background-color: transparent;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 44, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link [class^="fa-icon-"], .profile-boxes .profile-box .image-link [class*=" fa-icon-"] {
  position: absolute;
  left: 50%;
  top: -50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: #fff;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  transition: top 300ms;
  text-shadow: 1px 1px 1px #000;
  width: 30px;
  height: 30px;
}
/* line 58, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link:hover:before {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.8);
}
/* line 62, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link:hover [class^="fa-icon-"], .profile-boxes .profile-box .image-link:hover [class*=" fa-icon-"] {
  top: 50%;
}
/* line 68, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .name {
  color: #434955;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 68, ../sass/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .profile-box .name {
    margin-top: 0;
  }
}
/* line 78, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .position {
  color: #9ca4af;
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
}
/* line 86, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box p {
  margin-bottom: 15px;
}
/* line 90, ../sass/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 98, ../sass/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .profile-box .links .btn {
    margin-right: 5px;
  }
}

/* line 108, ../sass/theme/modules/boxes/_profile_boxes.scss */
.lt-ie9 .profile-box .image-link:hover [class^="fa-icon-"], .lt-ie9 .profile-box .image-link:hover [class*=" fa-icon-"] {
  display: none;
}
/* line 109, ../sass/theme/modules/boxes/_profile_boxes.scss */
.lt-ie9 .profile-box .image-link:hover:before {
  background-color: transparent;
}
/* line 112, ../sass/theme/modules/boxes/_profile_boxes.scss */
.lt-ie9 .profile-box .image-link {
  min-width: 100%;
}

/* line 10, ../sass/theme/modules/boxes/_boxes.scss */
.author-box {
  padding: 30px 0;
  margin: 20px 0;
  border-top: 2px solid #eaedf2;
  border-bottom: 2px solid #eaedf2;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 10, ../sass/theme/modules/boxes/_boxes.scss */
  .author-box {
    text-align: left;
  }
}
/* line 21, ../sass/theme/modules/boxes/_boxes.scss */
.author-box .title {
  margin: 20px 0;
  color: #3f9e00;
}
@media (min-width: 768px) {
  /* line 21, ../sass/theme/modules/boxes/_boxes.scss */
  .author-box .title {
    margin-top: 0;
  }
}
/* line 30, ../sass/theme/modules/boxes/_boxes.scss */
.author-box p {
  line-height: 22px;
}

/* line 36, ../sass/theme/modules/boxes/_boxes.scss */
.lt-ie9 .author-box .img-responsive {
  width: 100% !important;
}

/*------------------------------------*\
    $CAROUSELS
\*------------------------------------*/
/* line 1, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}
/* line 5, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators .active {
  margin: 3px;
  border-color: transparent;
  background-color: #3f9e00;
  width: 10px;
  height: 10px;
}
/* line 11, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators .active:hover {
  background-color: #3f9e00;
}
/* line 16, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators li {
  margin: 3px;
  border-color: transparent;
  background-color: #eaedf2;
  width: 10px;
  height: 10px;
}
/* line 22, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators li:hover {
  background-color: #cad2df;
}

/* line 29, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel .carousel-inner {
  padding-bottom: 50px;
}
/* line 32, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel .carousel-inner > .item {
  z-index: 999;
}
/* line 38, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel.carousel-fade .item {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 44, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel.carousel-fade .item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 47, ../sass/theme/modules/carousels/_carousel-default.scss */
.carousel.carousel-fade .item.active.left, .carousel.carousel-fade .item.active.right {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 7, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel, .hero-carousel .item {
  height: 488px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/theme/modules/carousels/_carousels.scss */
  .hero-carousel, .hero-carousel .item {
    height: 491px;
  }
}
@media (min-width: 992px) {
  /* line 7, ../sass/theme/modules/carousels/_carousels.scss */
  .hero-carousel, .hero-carousel .item {
    height: 528px;
  }
}

/* line 14, ../sass/theme/modules/carousels/_carousels.scss */
body.boxed .hero-carousel .flex-direction-nav .flex-prev {
  left: 0;
}
/* line 15, ../sass/theme/modules/carousels/_carousels.scss */
body.boxed .hero-carousel .flex-direction-nav .flex-next {
  right: 0;
}

/* line 18, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel {
  position: relative;
  min-height: 380px;
  top: -91px;
  margin-bottom: -91px;
}
/* line 24, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .item {
  display: none;
  padding-top: 91px;
}
/* line 29, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .slides {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 35, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel p {
  margin: 0;
}
/* line 39, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .big, .hero-carousel .carousel-blur .normal, .carousel-blur .hero-carousel .normal, .hero-carousel .carousel-image .normal, .carousel-image .hero-carousel .normal {
  font-family: "Roboto";
  font-weight: 500;
  margin: 0;
}
/* line 45, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .normal {
  font-family: "Roboto";
}
/* line 49, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-direction-nav {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0;
  left: 50%;
  height: 100%;
  width: 480px;
  margin-left: -240px;
  overflow: visible;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 49, ../sass/theme/modules/carousels/_carousels.scss */
  .hero-carousel .flex-direction-nav {
    display: block;
    width: 992px;
    margin-left: -496px;
  }
}
@media (min-width: 1200px) {
  /* line 49, ../sass/theme/modules/carousels/_carousels.scss */
  .hero-carousel .flex-direction-nav {
    display: block;
    width: 1200px;
    margin-left: -600px;
  }
}
/* line 74, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-direction-nav .flex-next, .hero-carousel .flex-direction-nav .flex-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  z-index: 999;
}
/* line 82, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-control-paging {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  z-index: 999;
}
/* line 93, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-control-paging li {
  display: inline-block;
  margin: 2px;
}
/* line 100, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/* line 121, ../sass/theme/modules/carousels/_carousels.scss */
.hero-carousel.fade-loading:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 130, ../sass/theme/modules/carousels/_carousels.scss */
.lt-ie9 .hero-carousel.fade-loading:before {
  display: none;
}

/* line 3, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur .item {
  text-align: center;
}
/* line 7, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur .big, .carousel-blur .normal {
  color: #fff;
  margin-top: 54px;
  font-size: 36px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur .big, .carousel-blur .normal {
    margin-top: 72px;
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  /* line 7, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur .big, .carousel-blur .normal {
    margin-top: 90px;
    font-size: 60px;
    line-height: 75px;
  }
}
/* line 23, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur .normal {
  font-weight: 300;
  margin: 0;
  margin-top: 27px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur .normal {
    margin-top: 36px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  /* line 23, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur .normal {
    margin-top: 45px;
    font-size: 30px;
    line-height: 37px;
  }
}
/* line 41, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur .btn.btn-lg {
  margin-top: 50px;
  margin-bottom: 95px;
  font-size: 14px;
  padding: 12px 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  /* line 41, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur .btn.btn-lg {
    margin-top: 50px;
    margin-bottom: 95px;
  }
}

/* line 61, ../sass/theme/modules/carousels/_carousel-blur.scss */
.hero-carousel.carousel-blur-arrows:hover .flex-direction-nav .flex-next, .hero-carousel.carousel-blur-arrows:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 69, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-arrows .flex-direction-nav .flex-next, .carousel-blur-arrows .flex-direction-nav .flex-prev {
  margin-top: 25px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/* line 81, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-arrows .flex-direction-nav .flex-next:before, .carousel-blur-arrows .flex-direction-nav .flex-prev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: relative;
  top: -1px;
  font-size: 20px;
}
/* line 89, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-arrows .flex-direction-nav .flex-prev {
  left: -30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 89, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur-arrows .flex-direction-nav .flex-prev {
    left: 0px;
  }
}
/* line 96, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-arrows .flex-direction-nav .flex-prev:before {
  content: "";
  margin-left: -2px;
}
/* line 99, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-arrows .flex-direction-nav .flex-next {
  right: -30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 99, ../sass/theme/modules/carousels/_carousel-blur.scss */
  .carousel-blur-arrows .flex-direction-nav .flex-next {
    right: 0px;
  }
}
/* line 106, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-arrows .flex-direction-nav .flex-next:before {
  content: "";
  margin-right: -2px;
}

/* line 112, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-pagination .flex-control-paging {
  bottom: 18px;
  height: 20px;
}
/* line 116, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-pagination .flex-control-paging a {
  display: inline-block;
  cursor: pointer;
  color: transparent;
  position: relative;
  background-color: transparent;
  border: 2px solid transparent;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 127, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-pagination .flex-control-paging a:before {
  content: '';
  text-indent: -9999px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  background-color: #fff;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 143, ../sass/theme/modules/carousels/_carousel-blur.scss */
.carousel-blur-pagination .flex-control-paging a:hover, .carousel-blur-pagination .flex-control-paging a.flex-active {
  border-color: #fff;
}

/* line 3, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast .big, .carousel-contrast .carousel-blur .normal, .carousel-blur .carousel-contrast .normal, .carousel-contrast .carousel-image .normal, .carousel-image .carousel-contrast .normal {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../sass/theme/modules/carousels/_carousel-contrast.scss */
  .carousel-contrast .big, .carousel-contrast .carousel-blur .normal, .carousel-blur .carousel-contrast .normal, .carousel-contrast .carousel-image .normal, .carousel-image .carousel-contrast .normal {
    margin-top: 68px;
    font-size: 38px;
    line-height: 47px;
  }
}
@media (min-width: 992px) {
  /* line 3, ../sass/theme/modules/carousels/_carousel-contrast.scss */
  .carousel-contrast .big, .carousel-contrast .carousel-blur .normal, .carousel-blur .carousel-contrast .normal, .carousel-contrast .carousel-image .normal, .carousel-image .carousel-contrast .normal {
    margin-top: 85px;
    font-size: 48px;
    line-height: 60px;
  }
}
/* line 19, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast .big span, .carousel-contrast .carousel-blur .normal span, .carousel-blur .carousel-contrast .normal span, .carousel-contrast .carousel-image .normal span, .carousel-image .carousel-contrast .normal span {
  padding: 15px 30px;
  display: inline-block;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 26, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast .normal {
  color: #fff;
  font-family: "Roboto";
  font-weight: 300;
  margin: 0;
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 26, ../sass/theme/modules/carousels/_carousel-contrast.scss */
  .carousel-contrast .normal {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  /* line 26, ../sass/theme/modules/carousels/_carousel-contrast.scss */
  .carousel-contrast .normal {
    font-size: 30px;
    line-height: 37px;
  }
}
/* line 45, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast .btn.btn-lg {
  margin-top: 30px;
  margin-bottom: 95px;
  font-size: 14px;
  padding: 12px 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 60, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.hero-carousel.carousel-contrast-arrows:hover .flex-direction-nav .flex-next, .hero-carousel.carousel-contrast-arrows:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 68, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next, .carousel-contrast-arrows .flex-direction-nav .flex-prev {
  margin-top: 32px;
  color: #fff;
  line-height: 26px;
  width: 26px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/* line 76, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next:before, .carousel-contrast-arrows .flex-direction-nav .flex-prev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  font-size: 26px;
}
/* line 82, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-prev {
  left: -30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 82, ../sass/theme/modules/carousels/_carousel-contrast.scss */
  .carousel-contrast-arrows .flex-direction-nav .flex-prev {
    left: 0px;
  }
}
/* line 89, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-prev:before {
  content: "";
}
/* line 92, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next {
  right: -30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/theme/modules/carousels/_carousel-contrast.scss */
  .carousel-contrast-arrows .flex-direction-nav .flex-next {
    right: 0px;
  }
}
/* line 99, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next:before {
  content: "";
}

/* line 105, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-pagination .flex-control-paging {
  bottom: -9px;
  height: 20px;
}
/* line 109, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-pagination .flex-control-paging a {
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #9ca4af;
  border: 4px solid #fff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 118, ../sass/theme/modules/carousels/_carousel-contrast.scss */
.carousel-contrast-pagination .flex-control-paging a:hover, .carousel-contrast-pagination .flex-control-paging a.flex-active {
  background-color: #3f9e00;
}

/* line 3, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image .big, .carousel-image .normal {
  color: #fff;
  margin-top: 54px;
  font-size: 36px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../sass/theme/modules/carousels/_carousel-image.scss */
  .carousel-image .big, .carousel-image .normal {
    margin-top: 72px;
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  /* line 3, ../sass/theme/modules/carousels/_carousel-image.scss */
  .carousel-image .big, .carousel-image .normal {
    margin-top: 90px;
    font-size: 60px;
    line-height: 75px;
  }
}
/* line 19, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image .normal {
  font-weight: 300;
  margin: 0;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, ../sass/theme/modules/carousels/_carousel-image.scss */
  .carousel-image .normal {
    margin-top: 32px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  /* line 19, ../sass/theme/modules/carousels/_carousel-image.scss */
  .carousel-image .normal {
    margin-top: 40px;
    font-size: 30px;
    line-height: 37px;
  }
}
/* line 37, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image .btn.btn-lg {
  margin-top: 50px;
  margin-bottom: 95px;
  font-size: 16px;
  padding: 12px 40px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 51, ../sass/theme/modules/carousels/_carousel-image.scss */
.hero-carousel.carousel-image-arrows:hover .flex-direction-nav .flex-next, .hero-carousel.carousel-image-arrows:hover .flex-direction-nav .flex-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 58, ../sass/theme/modules/carousels/_carousel-image.scss */
.lt-ie9 .carousel-image-arrows .flex-direction-nav .flex-next, .lt-ie9 .carousel-image-arrows .flex-direction-nav .flex-prev {
  background-color: transparent;
  border: 1px solid #fff;
}
/* line 63, ../sass/theme/modules/carousels/_carousel-image.scss */
.lt-ie9 .carousel-image-arrows .flex-direction-nav .flex-next {
  border-right: none;
}
/* line 67, ../sass/theme/modules/carousels/_carousel-image.scss */
.lt-ie9 .carousel-image-arrows .flex-direction-nav .flex-prev {
  border-left: none;
}

/* line 73, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 73, ../sass/theme/modules/carousels/_carousel-image.scss */
  .carousel-image-arrows .flex-direction-nav {
    display: block;
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 73, ../sass/theme/modules/carousels/_carousel-image.scss */
  .carousel-image-arrows .flex-direction-nav {
    display: block;
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 91, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav .flex-next, .carousel-image-arrows .flex-direction-nav .flex-prev {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
/* line 101, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav .flex-next:before, .carousel-image-arrows .flex-direction-nav .flex-prev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: relative;
  font-size: 20px;
}
/* line 108, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav .flex-prev {
  left: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 112, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav .flex-prev:before {
  content: "";
  margin-left: -2px;
}
/* line 115, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav .flex-next {
  right: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 119, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-arrows .flex-direction-nav .flex-next:before {
  content: "";
  margin-right: -2px;
}

/* line 125, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-pagination .flex-control-paging {
  bottom: 30px;
  height: 12px;
}
/* line 129, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-pagination .flex-control-paging li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
}
/* line 134, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-pagination .flex-control-paging a {
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 142, ../sass/theme/modules/carousels/_carousel-image.scss */
.carousel-image-pagination .flex-control-paging a:hover, .carousel-image-pagination .flex-control-paging a.flex-active {
  background-color: #3f9e00;
}

/*------------------------------------*\
    $TIMELINE
\*------------------------------------*/
/* line 7, ../sass/theme/modules/_timeline.scss */
ol.timeline {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 7, ../sass/theme/modules/_timeline.scss */
  ol.timeline {
    margin-top: 56px;
  }
  /* line 16, ../sass/theme/modules/_timeline.scss */
  ol.timeline:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    background-color: #eaedf2;
    z-index: 997;
  }
}
/* line 29, ../sass/theme/modules/_timeline.scss */
ol.timeline li {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  /* line 29, ../sass/theme/modules/_timeline.scss */
  ol.timeline li {
    margin-bottom: 93px;
  }
}
@media (min-width: 768px) {
  /* line 29, ../sass/theme/modules/_timeline.scss */
  ol.timeline li {
    width: 50%;
  }
}
/* line 42, ../sass/theme/modules/_timeline.scss */
ol.timeline li .image {
  margin-bottom: 20px;
  border: 10px solid #eaedf2;
  outline: 10px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: border-color 300ms linear;
  -o-transition: border-color 300ms linear;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}
@media (min-width: 768px) {
  /* line 42, ../sass/theme/modules/_timeline.scss */
  ol.timeline li .image {
    position: absolute;
    top: -56px;
    z-index: 999;
    margin-bottom: 0;
  }
}
/* line 58, ../sass/theme/modules/_timeline.scss */
ol.timeline li .image img {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  /* line 64, ../sass/theme/modules/_timeline.scss */
  ol.timeline li .image:before {
    content: '';
    position: absolute;
    z-index: 999;
    display: block;
    top: 50%;
    margin-top: -6px;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
  }
}
/* line 76, ../sass/theme/modules/_timeline.scss */
ol.timeline li .time {
  color: #434955;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
/* line 85, ../sass/theme/modules/_timeline.scss */
ol.timeline li .title {
  color: #434955;
  font-size: 18px;
  font-weight: 500;
}
/* line 91, ../sass/theme/modules/_timeline.scss */
ol.timeline li p {
  color: #9ca4af;
  line-height: 22px;
  margin-bottom: 0;
}
/* line 98, ../sass/theme/modules/_timeline.scss */
ol.timeline li:hover .image {
  border-color: #3f9e00;
}
/* line 102, ../sass/theme/modules/_timeline.scss */
ol.timeline li:hover .time {
  color: #3f9e00;
}
@media (min-width: 768px) {
  /* line 133, ../sass/theme/_mixins.scss */
  ol.timeline li:nth-child(odd) {
    left: 50%;
    text-align: left;
    padding-left: 112px;
  }
}
/* line 114, ../sass/theme/modules/_timeline.scss */
ol.timeline li:nth-child(odd) .image {
  left: -70px;
}
/* line 117, ../sass/theme/modules/_timeline.scss */
ol.timeline li:nth-child(odd) .image:before {
  right: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaedf2;
}
/* line 127, ../sass/theme/modules/_timeline.scss */
ol.timeline li:nth-child(odd):hover .image:before {
  border-left-color: #3f9e00;
}
@media (min-width: 768px) {
  /* line 134, ../sass/theme/_mixins.scss */
  ol.timeline li.nth-child-odd {
    left: 50%;
    text-align: left;
    padding-left: 112px;
  }
}
/* line 114, ../sass/theme/modules/_timeline.scss */
ol.timeline li.nth-child-odd .image {
  left: -70px;
}
/* line 117, ../sass/theme/modules/_timeline.scss */
ol.timeline li.nth-child-odd .image:before {
  right: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaedf2;
}
/* line 127, ../sass/theme/modules/_timeline.scss */
ol.timeline li.nth-child-odd:hover .image:before {
  border-left-color: #3f9e00;
}
@media (min-width: 768px) {
  /* line 128, ../sass/theme/_mixins.scss */
  ol.timeline li:nth-child(even) {
    padding-right: 112px;
    text-align: right;
  }
}
/* line 140, ../sass/theme/modules/_timeline.scss */
ol.timeline li:nth-child(even) .image {
  right: -70px;
}
/* line 143, ../sass/theme/modules/_timeline.scss */
ol.timeline li:nth-child(even) .image:before {
  left: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eaedf2;
}
/* line 153, ../sass/theme/modules/_timeline.scss */
ol.timeline li:nth-child(even):hover .image:before {
  border-right-color: #3f9e00;
}
@media (min-width: 768px) {
  /* line 129, ../sass/theme/_mixins.scss */
  ol.timeline li.nth-child-even {
    padding-right: 112px;
    text-align: right;
  }
}
/* line 140, ../sass/theme/modules/_timeline.scss */
ol.timeline li.nth-child-even .image {
  right: -70px;
}
/* line 143, ../sass/theme/modules/_timeline.scss */
ol.timeline li.nth-child-even .image:before {
  left: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eaedf2;
}
/* line 153, ../sass/theme/modules/_timeline.scss */
ol.timeline li.nth-child-even:hover .image:before {
  border-right-color: #3f9e00;
}
/* line 123, ../sass/theme/_mixins.scss */
ol.timeline li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 164, ../sass/theme/modules/_timeline.scss */
  ol.timeline li:last-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 998;
    background-color: #fff;
  }
  /* line 175, ../sass/theme/modules/_timeline.scss */
  ol.timeline li:last-child:nth-child(odd):before {
    left: -5px;
  }
  /* line 175, ../sass/theme/modules/_timeline.scss */
  ol.timeline li:last-child.nth-child-odd:before {
    left: -5px;
  }
  /* line 179, ../sass/theme/modules/_timeline.scss */
  ol.timeline li:last-child:nth-child(even):before {
    right: -5px;
  }
  /* line 179, ../sass/theme/modules/_timeline.scss */
  ol.timeline li:last-child.nth-child-even:before {
    right: -5px;
  }
}
/* line 124, ../sass/theme/_mixins.scss */
ol.timeline li.last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 164, ../sass/theme/modules/_timeline.scss */
  ol.timeline li.last-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 998;
    background-color: #fff;
  }
  /* line 175, ../sass/theme/modules/_timeline.scss */
  ol.timeline li.last-child:nth-child(odd):before {
    left: -5px;
  }
  /* line 175, ../sass/theme/modules/_timeline.scss */
  ol.timeline li.last-child.nth-child-odd:before {
    left: -5px;
  }
  /* line 179, ../sass/theme/modules/_timeline.scss */
  ol.timeline li.last-child:nth-child(even):before {
    right: -5px;
  }
  /* line 179, ../sass/theme/modules/_timeline.scss */
  ol.timeline li.last-child.nth-child-even:before {
    right: -5px;
  }
}

/*------------------------------------*\
    $STATISTICS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_statistics.scss */
ul.circle-stats {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}
/* line 10, ../sass/theme/modules/_statistics.scss */
ul.circle-stats:after {
  width: 100%;
  display: inline-block;
  content: "";
  visibility: hidden;
}
/* line 14, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 14, ../sass/theme/modules/_statistics.scss */
  ul.circle-stats li {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  /* line 14, ../sass/theme/modules/_statistics.scss */
  ul.circle-stats li {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  /* line 14, ../sass/theme/modules/_statistics.scss */
  ul.circle-stats li {
    max-width: 200px;
  }
}
/* line 33, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li:last-child {
  margin-bottom: 0;
}
/* line 38, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li {
  text-align: center;
}
/* line 41, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li .circle-stat-wrapper {
  position: relative;
}
/* line 45, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li canvas {
  max-width: 120px;
  max-height: 120px;
}
/* line 50, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li .percent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 30px;
  margin-top: -19px;
  margin-bottom: 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: #434955;
}
/* line 65, ../sass/theme/modules/_statistics.scss */
ul.circle-stats li.circle-stat-small canvas {
  max-width: 80px;
  max-height: 80px;
}
/* line 72, ../sass/theme/modules/_statistics.scss */
ul.circle-stats .title {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
/* line 80, ../sass/theme/modules/_statistics.scss */
ul.circle-stats .description {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_comments.scss */
.media {
  margin-top: 20px;
}
/* line 7, ../sass/theme/modules/_comments.scss */
.media > .pull-left {
  margin-right: 30px;
  display: none;
}
@media (min-width: 768px) {
  /* line 7, ../sass/theme/modules/_comments.scss */
  .media > .pull-left {
    display: block;
  }
}
/* line 16, ../sass/theme/modules/_comments.scss */
.media .media-body {
  overflow: visible;
}
@media (max-width: 767px) {
  /* line 19, ../sass/theme/modules/_comments.scss */
  .media .media-body .media-body {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  /* line 16, ../sass/theme/modules/_comments.scss */
  .media .media-body {
    padding-left: 90px;
  }
}
/* line 30, ../sass/theme/modules/_comments.scss */
.media .media-object {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 60px;
  height: 60px;
}
/* line 34, ../sass/theme/modules/_comments.scss */
.media .media-object.without-image {
  text-align: center;
  line-height: 60px;
  color: #434955;
  font-size: 22px;
  background-color: #eaedf2;
}
/* line 41, ../sass/theme/modules/_comments.scss */
.media .media-object.without-image:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
/* line 47, ../sass/theme/modules/_comments.scss */
.media .content {
  padding: 20px;
  border: 2px solid #eaedf2;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
/* line 54, ../sass/theme/modules/_comments.scss */
.media .content .title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
}
/* line 59, ../sass/theme/modules/_comments.scss */
.media .content .title .label {
  padding: .2em .6em;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
/* line 67, ../sass/theme/modules/_comments.scss */
.media .content .time {
  color: #9ca4af;
  text-align: right;
  margin-bottom: 0;
}
/* line 72, ../sass/theme/modules/_comments.scss */
.media .content .time a {
  color: #9ca4af;
}
/* line 75, ../sass/theme/modules/_comments.scss */
.media .content .time a:hover {
  color: #8e97a4;
}
/* line 81, ../sass/theme/modules/_comments.scss */
.media .content .toolbar {
  overflow: hidden;
  *zoom: 1;
}
/* line 84, ../sass/theme/modules/_comments.scss */
.media .content .toolbar .title {
  float: left;
}
/* line 88, ../sass/theme/modules/_comments.scss */
.media .content .toolbar .btn-link {
  float: right;
  padding-right: 0;
  margin-top: -5px;
  font-weight: normal;
  text-decoration: none;
}
/* line 96, ../sass/theme/modules/_comments.scss */
.media .content .toolbar .btn-link:hover span {
  text-decoration: underline;
}
/* line 103, ../sass/theme/modules/_comments.scss */
.media .content:hover {
  border-color: #cad2df;
}
/* line 106, ../sass/theme/modules/_comments.scss */
.media .content:hover:before {
  border-right-color: #cad2df;
}
@media (min-width: 768px) {
  /* line 112, ../sass/theme/modules/_comments.scss */
  .media .content:before {
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    border-right: 11px solid #eaedf2;
    top: 21px;
    left: -11px;
    width: 0;
    height: 0;
    -moz-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  /* line 124, ../sass/theme/modules/_comments.scss */
  .media .content:after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    z-index: 1;
    border-right: 9px solid #fff;
    top: 23px;
    left: -8px;
    width: 0;
    height: 0;
  }
}
/* line 137, ../sass/theme/modules/_comments.scss */
.media .content.staff {
  border-color: #3f9e00;
}
/* line 140, ../sass/theme/modules/_comments.scss */
.media .content.staff:before {
  border-right-color: #3f9e00;
}

/*------------------------------------*\
    $BROWSER WINDOW
\*------------------------------------*/
/* line 11, ../sass/theme/modules/_browser_window.scss */
.browser-window {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  margin: 20px 0;
}
/* line 16, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #7f7f7f;
  padding: 0 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #cacaca));
  background-image: -moz-linear-gradient(#dddddd, #cacaca);
  background-image: -webkit-linear-gradient(#dddddd, #cacaca);
  background-image: linear-gradient(#dddddd, #cacaca);
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  /* line 16, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header {
    padding: 0 10px;
  }
}
/* line 30, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-header-controls {
  display: none;
}
@media (min-width: 768px) {
  /* line 30, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls {
    display: block;
    float: left;
    margin-right: 10px;
  }
  /* line 38, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span.red {
    background-color: #f0453c;
  }
  /* line 39, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span.orange {
    background-color: #f4b958;
  }
  /* line 40, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span.green {
    background-color: #8bc865;
  }
  /* line 42, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span {
    display: inline-block;
    margin: 0 2px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  }
  /* line 52, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.8);
  }
  /* line 61, ../sass/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+PHN0b3Agb2Zmc2V0PSIxMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPjxzdG9wIG9mZnNldD0iMTUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, rgba(255, 255, 255, 0.9)), color-stop(10%, #ffffff), color-stop(15%, rgba(255, 255, 255, 0.4)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.74)), color-stop(115%, rgba(255, 255, 255, 0.7)), color-stop(150%, rgba(255, 255, 255, 0.7)));
    background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0.9) 5%, #ffffff, rgba(255, 255, 255, 0.4) 15%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 150%);
    background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0.9) 5%, #ffffff, rgba(255, 255, 255, 0.4) 15%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 150%);
    background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0.9) 5%, #ffffff, rgba(255, 255, 255, 0.4) 15%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 150%);
  }
}
/* line 85, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar {
  background-color: #fff;
  height: 31px;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #afafaf;
  position: relative;
  top: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
/* line 96, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 105, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title {
  margin: 0 30px;
  padding: 0 10px;
  position: absolute;
  height: 15px;
  line-height: 15px;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  border-left: 1px solid #cacaca;
}
/* line 118, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title a {
  color: #676f7a;
}
/* line 122, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: -21px;
  top: 1px;
  font-size: 14px;
}
/* line 130, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  right: -20px;
  top: 1px;
  font-size: 14px;
}
/* line 141, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-content {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 500px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 147, ../sass/theme/modules/_browser_window.scss */
.browser-window .browser-content img {
  display: block;
  height: auto;
  width: 100%;
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_buttons.scss */
.btn {
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 12px;
  border-width: 2px;
}
/* line 11, ../sass/theme/modules/_buttons.scss */
.btn.btn-circle {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 35px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* line 21, ../sass/theme/modules/_buttons.scss */
.btn.btn-squared {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 25, ../sass/theme/modules/_buttons.scss */
.btn.btn-lg {
  padding: 12px 35px;
  font-size: 18px;
  line-height: 22px;
  border-width: 2px;
}
/* line 30, ../sass/theme/modules/_buttons.scss */
.btn.btn-lg.btn-circle {
  padding: 0;
  line-height: 45px;
  width: 50px;
  height: 50px;
}
/* line 37, ../sass/theme/modules/_buttons.scss */
.btn.btn-sm {
  padding: 4px 18px;
  font-size: 14px;
  line-height: 17px;
  border-width: 2px;
}
/* line 42, ../sass/theme/modules/_buttons.scss */
.btn.btn-sm.btn-circle {
  padding: 0;
  line-height: 25px;
  width: 29px;
  height: 29px;
}
/* line 49, ../sass/theme/modules/_buttons.scss */
.btn.btn-xs {
  padding: 2px 13px;
  font-size: 13px;
  line-height: 16px;
  border-width: 2px;
}
/* line 54, ../sass/theme/modules/_buttons.scss */
.btn.btn-xs.btn-circle {
  padding: 0;
  line-height: 19px;
  width: 24px;
  height: 24px;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-black {
  background-color: #000;
  border-color: #000;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-black:hover, .btn-black:focus {
  background-color: black;
  border-color: black;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-black:active, .btn-black.active {
  background-color: black;
  border-color: black;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-black.disabled, .btn-black[disabled] {
  background-color: #323232;
  border-color: #323232;
  color: #d6d6d6;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-black.disabled:hover, .btn-black.disabled:active, .btn-black.disabled:focus, .btn-black.disabled.active, .btn-black[disabled]:hover, .btn-black[disabled]:active, .btn-black[disabled]:focus, .btn-black[disabled].active {
  background-color: #323232;
  border-color: #323232;
  color: #d6d6d6;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-black.btn-bordered {
  border-color: #000;
  color: #000;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-black.btn-bordered:hover, .btn-black.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-black.btn-bordered.disabled, .btn-black.btn-bordered.disabled:hover, .btn-black.btn-bordered.disabled:active, .btn-black.btn-bordered.disabled:focus, .btn-black.btn-bordered.disabled.active, .btn-black.btn-bordered[disabled], .btn-black.btn-bordered[disabled]:hover, .btn-black.btn-bordered[disabled]:active, .btn-black.btn-bordered[disabled]:focus, .btn-black.btn-bordered[disabled].active, fieldset[disabled] .btn-black.btn-bordered, fieldset[disabled] .btn-black.btn-bordered:hover, fieldset[disabled] .btn-black.btn-bordered:active, fieldset[disabled] .btn-black.btn-bordered:focus, fieldset[disabled] .btn-black.btn-bordered.active {
  border-color: #323232;
  color: #090909;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-medium-light {
  background-color: #9ca4af;
  border-color: #9ca4af;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-medium-light:hover, .btn-medium-light:focus {
  background-color: #88929f;
  border-color: #88929f;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-medium-light:active, .btn-medium-light.active {
  background-color: #808a98;
  border-color: #808a98;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-medium-light.disabled, .btn-medium-light[disabled] {
  background-color: #afb6bf;
  border-color: #afb6bf;
  color: #eff0f2;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-medium-light.disabled:hover, .btn-medium-light.disabled:active, .btn-medium-light.disabled:focus, .btn-medium-light.disabled.active, .btn-medium-light[disabled]:hover, .btn-medium-light[disabled]:active, .btn-medium-light[disabled]:focus, .btn-medium-light[disabled].active {
  background-color: #afb6bf;
  border-color: #afb6bf;
  color: #eff0f2;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-medium-light.btn-bordered {
  border-color: #9ca4af;
  color: #9ca4af;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-medium-light.btn-bordered:hover, .btn-medium-light.btn-bordered:focus {
  background-color: rgba(156, 164, 175, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-medium-light.btn-bordered.disabled, .btn-medium-light.btn-bordered.disabled:hover, .btn-medium-light.btn-bordered.disabled:active, .btn-medium-light.btn-bordered.disabled:focus, .btn-medium-light.btn-bordered.disabled.active, .btn-medium-light.btn-bordered[disabled], .btn-medium-light.btn-bordered[disabled]:hover, .btn-medium-light.btn-bordered[disabled]:active, .btn-medium-light.btn-bordered[disabled]:focus, .btn-medium-light.btn-bordered[disabled].active, fieldset[disabled] .btn-medium-light.btn-bordered, fieldset[disabled] .btn-medium-light.btn-bordered:hover, fieldset[disabled] .btn-medium-light.btn-bordered:active, fieldset[disabled] .btn-medium-light.btn-bordered:focus, fieldset[disabled] .btn-medium-light.btn-bordered.active {
  border-color: #afb6bf;
  color: #9fa7b2;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-contrast {
  background-color: #3f9e00;
  border-color: #3f9e00;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-contrast:hover, .btn-contrast:focus {
  background-color: #317a00;
  border-color: #317a00;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-contrast:active, .btn-contrast.active {
  background-color: #2b6b00;
  border-color: #2b6b00;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-contrast.disabled, .btn-contrast[disabled] {
  background-color: #65b132;
  border-color: #65b132;
  color: #e0efd6;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-contrast.disabled:hover, .btn-contrast.disabled:active, .btn-contrast.disabled:focus, .btn-contrast.disabled.active, .btn-contrast[disabled]:hover, .btn-contrast[disabled]:active, .btn-contrast[disabled]:focus, .btn-contrast[disabled].active {
  background-color: #65b132;
  border-color: #65b132;
  color: #e0efd6;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-contrast.btn-bordered {
  border-color: #3f9e00;
  color: #3f9e00;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-contrast.btn-bordered:hover, .btn-contrast.btn-bordered:focus {
  background-color: rgba(63, 158, 0, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-contrast.btn-bordered.disabled, .btn-contrast.btn-bordered.disabled:hover, .btn-contrast.btn-bordered.disabled:active, .btn-contrast.btn-bordered.disabled:focus, .btn-contrast.btn-bordered.disabled.active, .btn-contrast.btn-bordered[disabled], .btn-contrast.btn-bordered[disabled]:hover, .btn-contrast.btn-bordered[disabled]:active, .btn-contrast.btn-bordered[disabled]:focus, .btn-contrast.btn-bordered[disabled].active, fieldset[disabled] .btn-contrast.btn-bordered, fieldset[disabled] .btn-contrast.btn-bordered:hover, fieldset[disabled] .btn-contrast.btn-bordered:active, fieldset[disabled] .btn-contrast.btn-bordered:focus, fieldset[disabled] .btn-contrast.btn-bordered.active {
  border-color: #65b132;
  color: #46a109;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-dark {
  background-color: #353b47;
  border-color: #353b47;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-dark:hover, .btn-dark:focus {
  background-color: #262a33;
  border-color: #262a33;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-dark:active, .btn-dark.active {
  background-color: #1f232a;
  border-color: #1f232a;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-dark.disabled, .btn-dark[disabled] {
  background-color: #5d626b;
  border-color: #5d626b;
  color: #dedfe1;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-dark.disabled:hover, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled.active, .btn-dark[disabled]:hover, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled].active {
  background-color: #5d626b;
  border-color: #5d626b;
  color: #dedfe1;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-dark.btn-bordered {
  border-color: #353b47;
  color: #353b47;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-dark.btn-bordered:hover, .btn-dark.btn-bordered:focus {
  background-color: rgba(53, 59, 71, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-dark.btn-bordered.disabled, .btn-dark.btn-bordered.disabled:hover, .btn-dark.btn-bordered.disabled:active, .btn-dark.btn-bordered.disabled:focus, .btn-dark.btn-bordered.disabled.active, .btn-dark.btn-bordered[disabled], .btn-dark.btn-bordered[disabled]:hover, .btn-dark.btn-bordered[disabled]:active, .btn-dark.btn-bordered[disabled]:focus, .btn-dark.btn-bordered[disabled].active, fieldset[disabled] .btn-dark.btn-bordered, fieldset[disabled] .btn-dark.btn-bordered:hover, fieldset[disabled] .btn-dark.btn-bordered:active, fieldset[disabled] .btn-dark.btn-bordered:focus, fieldset[disabled] .btn-dark.btn-bordered.active {
  border-color: #5d626b;
  color: #3d424e;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-medium {
  background-color: #434955;
  border-color: #434955;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-medium:hover, .btn-medium:focus {
  background-color: #333841;
  border-color: #333841;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-medium:active, .btn-medium.active {
  background-color: #2d3138;
  border-color: #2d3138;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-medium.disabled, .btn-medium[disabled] {
  background-color: #686d76;
  border-color: #686d76;
  color: #e0e1e3;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-medium.disabled:hover, .btn-medium.disabled:active, .btn-medium.disabled:focus, .btn-medium.disabled.active, .btn-medium[disabled]:hover, .btn-medium[disabled]:active, .btn-medium[disabled]:focus, .btn-medium[disabled].active {
  background-color: #686d76;
  border-color: #686d76;
  color: #e0e1e3;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-medium.btn-bordered {
  border-color: #434955;
  color: #434955;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-medium.btn-bordered:hover, .btn-medium.btn-bordered:focus {
  background-color: rgba(67, 73, 85, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-medium.btn-bordered.disabled, .btn-medium.btn-bordered.disabled:hover, .btn-medium.btn-bordered.disabled:active, .btn-medium.btn-bordered.disabled:focus, .btn-medium.btn-bordered.disabled.active, .btn-medium.btn-bordered[disabled], .btn-medium.btn-bordered[disabled]:hover, .btn-medium.btn-bordered[disabled]:active, .btn-medium.btn-bordered[disabled]:focus, .btn-medium.btn-bordered[disabled].active, fieldset[disabled] .btn-medium.btn-bordered, fieldset[disabled] .btn-medium.btn-bordered:hover, fieldset[disabled] .btn-medium.btn-bordered:active, fieldset[disabled] .btn-medium.btn-bordered:focus, fieldset[disabled] .btn-medium.btn-bordered.active {
  border-color: #686d76;
  color: #4a505b;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-light {
  background-color: #676f7a;
  border-color: #676f7a;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-light:hover, .btn-light:focus {
  background-color: #575d67;
  border-color: #575d67;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-light:active, .btn-light.active {
  background-color: #50565e;
  border-color: #50565e;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-light.disabled, .btn-light[disabled] {
  background-color: #858b94;
  border-color: #858b94;
  color: #e6e7e9;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-light.disabled:hover, .btn-light.disabled:active, .btn-light.disabled:focus, .btn-light.disabled.active, .btn-light[disabled]:hover, .btn-light[disabled]:active, .btn-light[disabled]:focus, .btn-light[disabled].active {
  background-color: #858b94;
  border-color: #858b94;
  color: #e6e7e9;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-light.btn-bordered {
  border-color: #676f7a;
  color: #676f7a;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-light.btn-bordered:hover, .btn-light.btn-bordered:focus {
  background-color: rgba(103, 111, 122, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-light.btn-bordered.disabled, .btn-light.btn-bordered.disabled:hover, .btn-light.btn-bordered.disabled:active, .btn-light.btn-bordered.disabled:focus, .btn-light.btn-bordered.disabled.active, .btn-light.btn-bordered[disabled], .btn-light.btn-bordered[disabled]:hover, .btn-light.btn-bordered[disabled]:active, .btn-light.btn-bordered[disabled]:focus, .btn-light.btn-bordered[disabled].active, fieldset[disabled] .btn-light.btn-bordered, fieldset[disabled] .btn-light.btn-bordered:hover, fieldset[disabled] .btn-light.btn-bordered:active, fieldset[disabled] .btn-light.btn-bordered:focus, fieldset[disabled] .btn-light.btn-bordered.active {
  border-color: #858b94;
  color: #6d747f;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-very-light {
  background-color: #eaedf2;
  border-color: #eaedf2;
  background-image: none;
  color: #676f7a;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-very-light:hover, .btn-very-light:focus {
  background-color: #d4dae4;
  border-color: #d4dae4;
  color: #676f7a;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-very-light:active, .btn-very-light.active {
  background-color: #cad2df;
  border-color: #cad2df;
  color: #676f7a;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-very-light.disabled, .btn-very-light[disabled] {
  background-color: #eef0f4;
  border-color: #eef0f4;
  color: #828892;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-very-light.disabled:hover, .btn-very-light.disabled:active, .btn-very-light.disabled:focus, .btn-very-light.disabled.active, .btn-very-light[disabled]:hover, .btn-very-light[disabled]:active, .btn-very-light[disabled]:focus, .btn-very-light[disabled].active {
  background-color: #eef0f4;
  border-color: #eef0f4;
  color: #828892;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-very-light.btn-bordered {
  border-color: #eaedf2;
  color: #676f7a;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-very-light.btn-bordered:hover, .btn-very-light.btn-bordered:focus {
  background-color: rgba(234, 237, 242, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-very-light.btn-bordered.disabled, .btn-very-light.btn-bordered.disabled:hover, .btn-very-light.btn-bordered.disabled:active, .btn-very-light.btn-bordered.disabled:focus, .btn-very-light.btn-bordered.disabled.active, .btn-very-light.btn-bordered[disabled], .btn-very-light.btn-bordered[disabled]:hover, .btn-very-light.btn-bordered[disabled]:active, .btn-very-light.btn-bordered[disabled]:focus, .btn-very-light.btn-bordered[disabled].active, fieldset[disabled] .btn-very-light.btn-bordered, fieldset[disabled] .btn-very-light.btn-bordered:hover, fieldset[disabled] .btn-very-light.btn-bordered:active, fieldset[disabled] .btn-very-light.btn-bordered:focus, fieldset[disabled] .btn-very-light.btn-bordered.active {
  border-color: #eef0f4;
  color: #828892;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-primary {
  background-color: #428bca;
  border-color: #428bca;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #3379b5;
  border-color: #3379b5;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #3071a9;
  border-color: #3071a9;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #67a2d4;
  border-color: #67a2d4;
  color: #e0ecf6;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled].active {
  background-color: #67a2d4;
  border-color: #67a2d4;
  color: #e0ecf6;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-primary.btn-bordered {
  border-color: #428bca;
  color: #428bca;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:focus {
  background-color: rgba(66, 139, 202, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-primary.btn-bordered.disabled, .btn-primary.btn-bordered.disabled:hover, .btn-primary.btn-bordered.disabled:active, .btn-primary.btn-bordered.disabled:focus, .btn-primary.btn-bordered.disabled.active, .btn-primary.btn-bordered[disabled], .btn-primary.btn-bordered[disabled]:hover, .btn-primary.btn-bordered[disabled]:active, .btn-primary.btn-bordered[disabled]:focus, .btn-primary.btn-bordered[disabled].active, fieldset[disabled] .btn-primary.btn-bordered, fieldset[disabled] .btn-primary.btn-bordered:hover, fieldset[disabled] .btn-primary.btn-bordered:active, fieldset[disabled] .btn-primary.btn-bordered:focus, fieldset[disabled] .btn-primary.btn-bordered.active {
  border-color: #67a2d4;
  color: #498fcc;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #49a749;
  border-color: #49a749;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-success:active, .btn-success.active {
  background-color: #449d44;
  border-color: #449d44;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-success.disabled, .btn-success[disabled] {
  background-color: #7cc67c;
  border-color: #7cc67c;
  color: #e4f3e4;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled].active {
  background-color: #7cc67c;
  border-color: #7cc67c;
  color: #e4f3e4;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-success.btn-bordered {
  border-color: #5cb85c;
  color: #5cb85c;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-success.btn-bordered:hover, .btn-success.btn-bordered:focus {
  background-color: rgba(92, 184, 92, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-success.btn-bordered.disabled, .btn-success.btn-bordered.disabled:hover, .btn-success.btn-bordered.disabled:active, .btn-success.btn-bordered.disabled:focus, .btn-success.btn-bordered.disabled.active, .btn-success.btn-bordered[disabled], .btn-success.btn-bordered[disabled]:hover, .btn-success.btn-bordered[disabled]:active, .btn-success.btn-bordered[disabled]:focus, .btn-success.btn-bordered[disabled].active, fieldset[disabled] .btn-success.btn-bordered, fieldset[disabled] .btn-success.btn-bordered:hover, fieldset[disabled] .btn-success.btn-bordered:active, fieldset[disabled] .btn-success.btn-bordered:focus, fieldset[disabled] .btn-success.btn-bordered.active {
  border-color: #7cc67c;
  color: #62ba62;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #ed9e2d;
  border-color: #ed9e2d;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #ec971f;
  border-color: #ec971f;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f3bd71;
  border-color: #f3bd71;
  color: #fcf1e2;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled].active {
  background-color: #f3bd71;
  border-color: #f3bd71;
  color: #fcf1e2;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-warning.btn-bordered {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:focus {
  background-color: rgba(240, 173, 78, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-warning.btn-bordered.disabled, .btn-warning.btn-bordered.disabled:hover, .btn-warning.btn-bordered.disabled:active, .btn-warning.btn-bordered.disabled:focus, .btn-warning.btn-bordered.disabled.active, .btn-warning.btn-bordered[disabled], .btn-warning.btn-bordered[disabled]:hover, .btn-warning.btn-bordered[disabled]:active, .btn-warning.btn-bordered[disabled]:focus, .btn-warning.btn-bordered[disabled].active, fieldset[disabled] .btn-warning.btn-bordered, fieldset[disabled] .btn-warning.btn-bordered:hover, fieldset[disabled] .btn-warning.btn-bordered:active, fieldset[disabled] .btn-warning.btn-bordered:focus, fieldset[disabled] .btn-warning.btn-bordered.active {
  border-color: #f3bd71;
  color: #f0b055;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #d33632;
  border-color: #d33632;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #c9302c;
  border-color: #c9302c;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-danger.disabled, .btn-danger[disabled] {
  background-color: #e07572;
  border-color: #e07572;
  color: #f8e3e2;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled].active {
  background-color: #e07572;
  border-color: #e07572;
  color: #f8e3e2;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-danger.btn-bordered {
  border-color: #d9534f;
  color: #d9534f;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-danger.btn-bordered:hover, .btn-danger.btn-bordered:focus {
  background-color: rgba(217, 83, 79, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-danger.btn-bordered.disabled, .btn-danger.btn-bordered.disabled:hover, .btn-danger.btn-bordered.disabled:active, .btn-danger.btn-bordered.disabled:focus, .btn-danger.btn-bordered.disabled.active, .btn-danger.btn-bordered[disabled], .btn-danger.btn-bordered[disabled]:hover, .btn-danger.btn-bordered[disabled]:active, .btn-danger.btn-bordered[disabled]:focus, .btn-danger.btn-bordered[disabled].active, fieldset[disabled] .btn-danger.btn-bordered, fieldset[disabled] .btn-danger.btn-bordered:hover, fieldset[disabled] .btn-danger.btn-bordered:active, fieldset[disabled] .btn-danger.btn-bordered:focus, fieldset[disabled] .btn-danger.btn-bordered.active {
  border-color: #e07572;
  color: #da5956;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-info {
  background-color: #5dc3de;
  border-color: #5dc3de;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #3fb8d8;
  border-color: #3fb8d8;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-info:active, .btn-info.active {
  background-color: #33b3d5;
  border-color: #33b3d5;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-info.disabled, .btn-info[disabled] {
  background-color: #7dcfe4;
  border-color: #7dcfe4;
  color: #e5f5f9;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled].active {
  background-color: #7dcfe4;
  border-color: #7dcfe4;
  color: #e5f5f9;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-info.btn-bordered {
  border-color: #5dc3de;
  color: #5dc3de;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus {
  background-color: rgba(93, 195, 222, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-info.btn-bordered.disabled, .btn-info.btn-bordered.disabled:hover, .btn-info.btn-bordered.disabled:active, .btn-info.btn-bordered.disabled:focus, .btn-info.btn-bordered.disabled.active, .btn-info.btn-bordered[disabled], .btn-info.btn-bordered[disabled]:hover, .btn-info.btn-bordered[disabled]:active, .btn-info.btn-bordered[disabled]:focus, .btn-info.btn-bordered[disabled].active, fieldset[disabled] .btn-info.btn-bordered, fieldset[disabled] .btn-info.btn-bordered:hover, fieldset[disabled] .btn-info.btn-bordered:active, fieldset[disabled] .btn-info.btn-bordered:focus, fieldset[disabled] .btn-info.btn-bordered.active {
  border-color: #7dcfe4;
  color: #63c5df;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-default {
  background-color: #fff;
  border-color: #434955;
  background-image: none;
  color: #434955;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-default:hover, .btn-default:focus {
  background-color: #ededed;
  border-color: #333841;
  color: #434955;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-default:active, .btn-default.active {
  background-color: #e6e6e6;
  border-color: #2d3138;
  color: #434955;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-default.disabled, .btn-default[disabled] {
  background-color: white;
  border-color: #686d76;
  color: #686d76;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled.active, .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled].active {
  background-color: white;
  border-color: #686d76;
  color: #686d76;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-default.btn-bordered {
  border-color: #434955;
  color: #434955;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-default.btn-bordered:hover, .btn-default.btn-bordered:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-default.btn-bordered.disabled, .btn-default.btn-bordered.disabled:hover, .btn-default.btn-bordered.disabled:active, .btn-default.btn-bordered.disabled:focus, .btn-default.btn-bordered.disabled.active, .btn-default.btn-bordered[disabled], .btn-default.btn-bordered[disabled]:hover, .btn-default.btn-bordered[disabled]:active, .btn-default.btn-bordered[disabled]:focus, .btn-default.btn-bordered[disabled].active, fieldset[disabled] .btn-default.btn-bordered, fieldset[disabled] .btn-default.btn-bordered:hover, fieldset[disabled] .btn-default.btn-bordered:active, fieldset[disabled] .btn-default.btn-bordered:focus, fieldset[disabled] .btn-default.btn-bordered.active {
  border-color: #686d76;
  color: #4a505b;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-white {
  background-color: #fff;
  border-color: #fff;
  background-image: none;
  color: #353b47;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-white:hover, .btn-white:focus {
  background-color: #ededed;
  border-color: #ededed;
  color: #353b47;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-white:active, .btn-white.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #353b47;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-white.disabled, .btn-white[disabled] {
  background-color: white;
  border-color: white;
  color: #5d626b;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-white.disabled:hover, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled.active, .btn-white[disabled]:hover, .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled].active {
  background-color: white;
  border-color: white;
  color: #5d626b;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-white.btn-bordered {
  border-color: #fff;
  color: #fff;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-white.btn-bordered:hover, .btn-white.btn-bordered:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-white.btn-bordered.disabled, .btn-white.btn-bordered.disabled:hover, .btn-white.btn-bordered.disabled:active, .btn-white.btn-bordered.disabled:focus, .btn-white.btn-bordered.disabled.active, .btn-white.btn-bordered[disabled], .btn-white.btn-bordered[disabled]:hover, .btn-white.btn-bordered[disabled]:active, .btn-white.btn-bordered[disabled]:focus, .btn-white.btn-bordered[disabled].active, fieldset[disabled] .btn-white.btn-bordered, fieldset[disabled] .btn-white.btn-bordered:hover, fieldset[disabled] .btn-white.btn-bordered:active, fieldset[disabled] .btn-white.btn-bordered:focus, fieldset[disabled] .btn-white.btn-bordered.active {
  border-color: white;
  color: white;
}

/* line 63, ../sass/theme/modules/_buttons.scss */
.btn-info {
  background-color: #5dc3de;
  border-color: #5dc3de;
  background-image: none;
  color: #fff;
}
/* line 69, ../sass/theme/modules/_buttons.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #3fb8d8;
  border-color: #3fb8d8;
  color: #fff;
}
/* line 75, ../sass/theme/modules/_buttons.scss */
.btn-info:active, .btn-info.active {
  background-color: #33b3d5;
  border-color: #33b3d5;
  color: #fff;
}
/* line 81, ../sass/theme/modules/_buttons.scss */
.btn-info.disabled, .btn-info[disabled] {
  background-color: #7dcfe4;
  border-color: #7dcfe4;
  color: #e5f5f9;
}
/* line 87, ../sass/theme/modules/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled].active {
  background-color: #7dcfe4;
  border-color: #7dcfe4;
  color: #e5f5f9;
}
/* line 94, ../sass/theme/modules/_buttons.scss */
.btn-info.btn-bordered {
  border-color: #5dc3de;
  color: #5dc3de;
}
/* line 98, ../sass/theme/modules/_buttons.scss */
.btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus {
  background-color: rgba(93, 195, 222, 0.1);
}
/* line 103, ../sass/theme/modules/_buttons.scss */
.btn-info.btn-bordered.disabled, .btn-info.btn-bordered.disabled:hover, .btn-info.btn-bordered.disabled:active, .btn-info.btn-bordered.disabled:focus, .btn-info.btn-bordered.disabled.active, .btn-info.btn-bordered[disabled], .btn-info.btn-bordered[disabled]:hover, .btn-info.btn-bordered[disabled]:active, .btn-info.btn-bordered[disabled]:focus, .btn-info.btn-bordered[disabled].active, fieldset[disabled] .btn-info.btn-bordered, fieldset[disabled] .btn-info.btn-bordered:hover, fieldset[disabled] .btn-info.btn-bordered:active, fieldset[disabled] .btn-info.btn-bordered:focus, fieldset[disabled] .btn-info.btn-bordered.active {
  border-color: #7dcfe4;
  color: #63c5df;
}

/* line 126, ../sass/theme/modules/_buttons.scss */
.btn-bordered, .btn-bordered:hover, .btn-bordered:active, .btn-bordered:focus, .btn-bordered.disabled, .btn-bordered[disables] {
  background-color: transparent;
}
/* line 129, ../sass/theme/modules/_buttons.scss */
.btn-bordered.btn-transparent, .btn-bordered.btn-transparent .btn-bordered, .btn-bordered:hover.btn-transparent, .btn-bordered:hover.btn-transparent .btn-bordered, .btn-bordered:active.btn-transparent, .btn-bordered:active.btn-transparent .btn-bordered, .btn-bordered:focus.btn-transparent, .btn-bordered:focus.btn-transparent .btn-bordered, .btn-bordered.disabled.btn-transparent, .btn-bordered.disabled.btn-transparent .btn-bordered, .btn-bordered[disables].btn-transparent, .btn-bordered[disables].btn-transparent .btn-bordered, .btn-bordered.btn-transparent .btn-bordered:hover, .btn-bordered:hover.btn-transparent .btn-bordered:hover, .btn-bordered:active.btn-transparent .btn-bordered:hover, .btn-bordered:focus.btn-transparent .btn-bordered:hover, .btn-bordered.disabled.btn-transparent .btn-bordered:hover, .btn-bordered[disables].btn-transparent .btn-bordered:hover, .btn-bordered.btn-transparent .btn-bordered:active, .btn-bordered:hover.btn-transparent .btn-bordered:active, .btn-bordered:active.btn-transparent .btn-bordered:active, .btn-bordered:focus.btn-transparent .btn-bordered:active, .btn-bordered.disabled.btn-transparent .btn-bordered:active, .btn-bordered[disables].btn-transparent .btn-bordered:active, .btn-bordered.btn-transparent .btn-bordered:focus, .btn-bordered:hover.btn-transparent .btn-bordered:focus, .btn-bordered:active.btn-transparent .btn-bordered:focus, .btn-bordered:focus.btn-transparent .btn-bordered:focus, .btn-bordered.disabled.btn-transparent .btn-bordered:focus, .btn-bordered[disables].btn-transparent .btn-bordered:focus, .btn-bordered.btn-transparent .btn-bordered.disabled, .btn-bordered:hover.btn-transparent .btn-bordered.disabled, .btn-bordered:active.btn-transparent .btn-bordered.disabled, .btn-bordered:focus.btn-transparent .btn-bordered.disabled, .btn-bordered.disabled.btn-transparent .btn-bordered.disabled, .btn-bordered[disables].btn-transparent .btn-bordered.disabled, .btn-bordered.btn-transparent .btn-bordered[disables], .btn-bordered:hover.btn-transparent .btn-bordered[disables], .btn-bordered:active.btn-transparent .btn-bordered[disables], .btn-bordered:focus.btn-transparent .btn-bordered[disables], .btn-bordered.disabled.btn-transparent .btn-bordered[disables], .btn-bordered[disables].btn-transparent .btn-bordered[disables] {
  background-color: transparent;
}

/*------------------------------------*\
    $PROGRESS BARS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_progress_bars.scss */
.progress {
  height: 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 8, ../sass/theme/modules/_progress_bars.scss */
.progress.progress-md {
  height: 30px;
}
/* line 9, ../sass/theme/modules/_progress_bars.scss */
.progress.progress-lg {
  height: 40px;
}
/* line 11, ../sass/theme/modules/_progress_bars.scss */
.progress .progress-bar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_links.scss */
a {
  color: #3f9e00;
}
/* line 7, ../sass/theme/modules/_links.scss */
a:hover {
  color: #358500;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-white {
  color: #fff;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-white:hover {
  color: #f2f2f2;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-black {
  color: #000;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-black:hover {
  color: black;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-contrast {
  color: #3f9e00;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-contrast:hover {
  color: #358500;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-dark {
  color: #353b47;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-dark:hover {
  color: #2a2f38;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-medium {
  color: #434955;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-medium:hover {
  color: #383d47;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-light {
  color: #676f7a;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-light:hover {
  color: #5b626c;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-medium-light {
  color: #9ca4af;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-medium-light:hover {
  color: #8e97a4;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-very-light {
  color: #eaedf2;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-very-light:hover {
  color: #dae0e8;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-primary {
  color: #428bca;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-primary:hover {
  color: #357ebd;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-success {
  color: #5cb85c;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-success:hover {
  color: #4cae4c;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-warning {
  color: #f0ad4e;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-warning:hover {
  color: #eea236;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-danger {
  color: #d9534f;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-danger:hover {
  color: #d43f3a;
}

/* line 16, ../sass/theme/modules/_links.scss */
a.link-info {
  color: #5dc3de;
}
/* line 19, ../sass/theme/modules/_links.scss */
a.link-info:hover {
  color: #48bbda;
}

/*------------------------------------*\
    $ACCORDIONS
\*------------------------------------*/
/* line 5, ../sass/theme/modules/_accordions.scss */
.accordion .panel-heading {
  padding: 0;
  border: none;
}
/* line 10, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #3f9e00;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  border: 2px solid transparent;
  -moz-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
/* line 22, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  margin-right: 10px;
}
/* line 27, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle:focus {
  outline: none;
}
/* line 31, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle:hover {
  background-color: #358500;
}
/* line 35, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle.collapsed {
  background-color: #353b47;
}
/* line 38, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle.collapsed:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
/* line 42, ../sass/theme/modules/_accordions.scss */
.accordion .accordion-toggle.collapsed:hover {
  background-color: #404756;
}
/* line 48, ../sass/theme/modules/_accordions.scss */
.accordion .panel {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 52, ../sass/theme/modules/_accordions.scss */
.accordion .panel .panel-body {
  border: 2px solid #eaedf2;
  border-top: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 61, ../sass/theme/modules/_accordions.scss */
.accordion.accordion-bordered .panel-heading {
  background-color: transparent;
}
/* line 65, ../sass/theme/modules/_accordions.scss */
.accordion.accordion-bordered .accordion-toggle {
  background-color: transparent;
  border: 2px solid #eaedf2;
  color: #3f9e00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 71, ../sass/theme/modules/_accordions.scss */
.accordion.accordion-bordered .accordion-toggle.collapsed {
  color: #353b47;
}
/* line 74, ../sass/theme/modules/_accordions.scss */
.accordion.accordion-bordered .accordion-toggle.collapsed:hover {
  color: #3f9e00;
  background-color: transparent;
}
/* line 81, ../sass/theme/modules/_accordions.scss */
.accordion.accordion-bordered .panel {
  border-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 85, ../sass/theme/modules/_accordions.scss */
.accordion.accordion-bordered .panel .panel-body {
  border-color: transparent;
}

/*------------------------------------*\
    $TABS
\*------------------------------------*/
/* line 5, ../sass/theme/modules/_tabs.scss */
.tabbable .nav-tabs {
  border-bottom: 2px solid #eaedf2;
}
/* line 8, ../sass/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li {
  margin-bottom: -2px;
}
/* line 11, ../sass/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li > a {
  background-color: #eaedf2;
  border: 2px solid transparent;
  border-bottom: none;
  border-top: 4px solid transparent;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  margin-right: 3px;
  color: #353b47;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
/* line 24, ../sass/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #3f9e00;
  background-color: #e4e8ee;
}
/* line 30, ../sass/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li > a:focus {
  outline: none;
}
/* line 35, ../sass/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 2px solid #eaedf2;
  border-bottom: none;
  border-top: 4px solid #3f9e00;
}
/* line 44, ../sass/theme/modules/_tabs.scss */
.tabbable .tab-content {
  padding: 20px;
  border: 2px solid #eaedf2;
  border-top: none;
  overflow: auto;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 53, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs {
  border-bottom: none;
  border-top: 2px solid #eaedf2;
}
/* line 57, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -2px;
}
/* line 61, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs > li > a {
  border: 2px solid transparent;
  border-top: none;
  border-bottom: 4px solid transparent;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 69, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs > li.active > a, .tabbable.tabs-below .nav-tabs > li.active > a:hover, .tabbable.tabs-below .nav-tabs > li.active > a:focus {
  border: 2px solid #eaedf2;
  border-top: none;
  border-bottom: 4px solid #3f9e00;
}
/* line 77, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-below .tab-content {
  border: 2px solid #eaedf2;
  border-bottom: none;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 85, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-left > .nav-tabs > li, .tabbable.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 90, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs {
  float: left;
  border-bottom: none;
}
/* line 94, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs > li {
  margin-bottom: 0;
  margin-right: -2px;
}
/* line 98, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs > li > a {
  border: 2px solid transparent;
  border-right: none;
  border-left: 4px solid transparent;
  margin-right: 0;
  margin-bottom: 3px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 108, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs > li.active > a, .tabbable.tabs-left .nav-tabs > li.active > a:hover, .tabbable.tabs-left .nav-tabs > li.active > a:focus {
  border: 2px solid #eaedf2;
  border-right: none;
  border-left: 4px solid #3f9e00;
}
/* line 116, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-left .tab-content {
  border: 2px solid #eaedf2;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 124, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs {
  float: right;
  border-bottom: none;
}
/* line 128, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs > li {
  margin-bottom: 0;
  margin-left: -2px;
}
/* line 132, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs > li > a {
  border: 2px solid transparent;
  border-left: none;
  border-right: 4px solid transparent;
  margin-right: 0;
  margin-bottom: 3px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 142, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs > li.active > a, .tabbable.tabs-right .nav-tabs > li.active > a:hover, .tabbable.tabs-right .nav-tabs > li.active > a:focus {
  border: 2px solid #eaedf2;
  border-left: none;
  border-right: 4px solid #3f9e00;
}
/* line 150, ../sass/theme/modules/_tabs.scss */
.tabbable.tabs-right .tab-content {
  border: 2px solid #eaedf2;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*------------------------------------*\
    $INPUTS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_inputs.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select[multiple] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 24, ../sass/theme/modules/_inputs.scss */
.form-control {
  height: 40px;
  color: #676f7a;
  border: 2px solid #eaedf2;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 67, ../sass/theme/_mixins.scss */
.form-control:-moz-placeholder {
  color: #c5c9ce;
}
/* line 70, ../sass/theme/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #c5c9ce;
}
/* line 73, ../sass/theme/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #c5c9ce;
}
/* line 31, ../sass/theme/modules/_inputs.scss */
.form-control:focus {
  border-color: #bbc5d5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 36, ../sass/theme/modules/_inputs.scss */
.form-control[disabled] {
  background: #eaedf2;
}

/* line 41, ../sass/theme/modules/_inputs.scss */
select.form-control {
  border-width: 1px;
}
/* line 44, ../sass/theme/modules/_inputs.scss */
select.form-control:focus {
  border-color: #bbc5d5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 50, ../sass/theme/modules/_inputs.scss */
select[multiple].form-control {
  height: auto;
  border-width: 2px;
}

/* line 55, ../sass/theme/modules/_inputs.scss */
.input-group-addon {
  background-color: #eaedf2;
  border: 2px solid #eaedf2;
}

/* line 60, ../sass/theme/modules/_inputs.scss */
.input-lg {
  height: 50px;
}

/* line 64, ../sass/theme/modules/_inputs.scss */
.input-sm {
  height: 29px;
}

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_pagination.scss */
.pagination {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 8, ../sass/theme/modules/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  color: #353b47;
  background-color: transparent;
  border: 2px solid #eaedf2;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 17, ../sass/theme/modules/_pagination.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 23, ../sass/theme/modules/_pagination.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  margin-right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 32, ../sass/theme/modules/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eaedf2;
}
/* line 40, ../sass/theme/modules/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #353b47;
  background-color: transparent;
  border-color: #3f9e00;
}
/* line 50, ../sass/theme/modules/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d7dce5;
  background-color: transparent;
  border-color: #f6f7f9;
}

/*------------------------------------*\
    $NAVS
\*------------------------------------*/
/* line 5, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item {
  border-color: #eaedf2;
}
/* line 8, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item [class^="fa-icon-"], .list-group .list-group-item [class*=" fa-icon-"] {
  color: #3f9e00;
}
/* line 12, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item:hover, .list-group .list-group-item:focus {
  background-color: #f4f6f8;
}
/* line 16, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item.active, .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
  color: #fff;
  background-color: #3f9e00;
  border-color: #3f9e00;
}
/* line 21, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item.active [class^="fa-icon-"], .list-group .list-group-item.active [class*=" fa-icon-"], .list-group .list-group-item.active:hover [class^="fa-icon-"], .list-group .list-group-item.active:hover [class*=" fa-icon-"], .list-group .list-group-item.active:focus [class^="fa-icon-"], .list-group .list-group-item.active:focus [class*=" fa-icon-"] {
  color: #fff;
}
/* line 26, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 30, ../sass/theme/modules/_navs.scss */
.list-group .list-group-item:last-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 36, ../sass/theme/modules/_navs.scss */
.nav-pills li + li {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* line 41, ../sass/theme/modules/_navs.scss */
.nav-pills > li > a {
  color: #434955;
  background-color: #eaedf2;
}
/* line 45, ../sass/theme/modules/_navs.scss */
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #dae0e8;
}

/* line 50, ../sass/theme/modules/_navs.scss */
.nav-pills > li.active > a {
  padding: 5px 20px;
  color: #fff;
  background-color: #3f9e00;
}
/* line 56, ../sass/theme/modules/_navs.scss */
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #3f9e00;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../sass/theme/modules/_tables.scss */
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 12px;
  border-top: 1px solid #eaedf2;
}
/* line 21, ../sass/theme/modules/_tables.scss */
.table thead > tr > th {
  border-bottom: 2px solid #eaedf2;
}
/* line 25, ../sass/theme/modules/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #eaedf2;
}
/* line 29, ../sass/theme/modules/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 34, ../sass/theme/modules/_tables.scss */
.table-bordered {
  border: 1px solid #eaedf2;
}
/* line 40, ../sass/theme/modules/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eaedf2;
}
/* line 48, ../sass/theme/modules/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 59, ../sass/theme/modules/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafbfc;
}

/* line 70, ../sass/theme/modules/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f3f5f8;
}

/* line 81, ../sass/theme/modules/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f3f5f8;
}

/* line 103, ../sass/theme/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 113, ../sass/theme/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

/* line 103, ../sass/theme/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 113, ../sass/theme/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

/* line 103, ../sass/theme/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 113, ../sass/theme/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 767px) {
  /* line 95, ../sass/theme/modules/_tables.scss */
  .table-responsive {
    border: 1px solid #eaedf2;
  }
}
/* line 105, ../sass/theme/modules/_tables.scss */
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 6px;
}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_icons.scss */
.icon-wrap {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 30px;
  height: 30px;
}
/* line 10, ../sass/theme/modules/_icons.scss */
.icon-wrap i {
  width: 1.14286em;
}
/* line 14, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-circle {
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* line 18, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-circle i {
  width: auto;
}
/* line 22, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-circle.icon-md {
  line-height: 45px;
}
/* line 26, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-circle.icon-lg {
  line-height: 60px;
}
/* line 31, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square {
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 35, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square i {
  width: auto;
}
/* line 39, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square.icon-md {
  line-height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 44, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square.icon-lg {
  line-height: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 50, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-bordered {
  border: 2px solid transparent;
  line-height: 26px;
}
/* line 54, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-bordered.icon-md {
  line-height: 41px;
}
/* line 55, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-bordered.icon-lg {
  line-height: 56px;
}
/* line 58, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-md {
  font-size: 1.5em;
  width: 45px;
  height: 45px;
}
/* line 63, ../sass/theme/modules/_icons.scss */
.icon-wrap.icon-lg {
  font-size: 2em;
  width: 60px;
  height: 60px;
}

/*------------------------------------*\
    $CLIENT SLIDESHOW
\*------------------------------------*/
/* line 4, ../sass/theme/modules/_client_slideshow.scss */
.client-slideshow {
  position: relative;
}
/* line 7, ../sass/theme/modules/_client_slideshow.scss */
.client-slideshow:before, .client-slideshow:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 5%;
  top: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  /* line 7, ../sass/theme/modules/_client_slideshow.scss */
  .client-slideshow:before, .client-slideshow:after {
    width: 10%;
  }
}
/* line 20, ../sass/theme/modules/_client_slideshow.scss */
.client-slideshow:before {
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left center, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(left center, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right center, rgba(255, 255, 255, 0), #ffffff);
}
/* line 25, ../sass/theme/modules/_client_slideshow.scss */
.client-slideshow:after {
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(right center, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(right center, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to left center, rgba(255, 255, 255, 0), #ffffff);
}
/* line 30, ../sass/theme/modules/_client_slideshow.scss */
.client-slideshow img {
  margin-right: 60px;
}

/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/
/* line 5, ../sass/theme/pages/_contact.scss */
body.contact-page #map-canvas {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 5, ../sass/theme/pages/_contact.scss */
  body.contact-page #map-canvas {
    height: 326px;
  }
}
/* line 15, ../sass/theme/pages/_contact.scss */
body.contact-page textarea {
  min-height: 215px;
}
/* line 20, ../sass/theme/pages/_contact.scss */
body.contact-page.contact-page-wide-map #main-content {
  padding-top: 0;
}
/* line 24, ../sass/theme/pages/_contact.scss */
body.contact-page.contact-page-wide-map #map-canvas {
  margin-bottom: 70px;
  height: 300px;
}
@media (min-width: 768px) {
  /* line 24, ../sass/theme/pages/_contact.scss */
  body.contact-page.contact-page-wide-map #map-canvas {
    height: 400px;
  }
}

/*------------------------------------*\
    $ERROR PAGE
\*------------------------------------*/
/* line 6, ../sass/theme/pages/_error.scss */
html.no-touch body.error-page {
  height: 100%;
}
/* line 9, ../sass/theme/pages/_error.scss */
html.no-touch body.error-page #wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 14, ../sass/theme/pages/_error.scss */
html.no-touch body.error-page #wrapper .container {
  vertical-align: middle;
  display: table-cell;
}

/* line 23, ../sass/theme/pages/_error.scss */
body.error-page {
  background: url('../assets/images/bg_fullsize.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-family: "Roboto";
  -ms-behavior: url("/assets/images/ie/backgroundsize.min.htc");
}
/* line 36, ../sass/theme/pages/_error.scss */
body.error-page #wrapper {
  padding: 20px 0;
  background-image: none !important;
}
/* line 41, ../sass/theme/pages/_error.scss */
body.error-page .code {
  margin: 0;
  padding: 0;
  color: #fff;
}
/* line 46, ../sass/theme/pages/_error.scss */
body.error-page .code span {
  font-size: 100px;
  line-height: 100px;
}
@media (min-width: 768px) {
  /* line 46, ../sass/theme/pages/_error.scss */
  body.error-page .code span {
    font-size: 150px;
    line-height: 150px;
  }
}
/* line 56, ../sass/theme/pages/_error.scss */
body.error-page .code [class^="fa-icon-"], body.error-page .code [class*=" fa-icon-"] {
  color: #3f9e00;
}
/* line 61, ../sass/theme/pages/_error.scss */
body.error-page .message {
  font-size: 18px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 61, ../sass/theme/pages/_error.scss */
  body.error-page .message {
    font-size: 24px;
    line-height: 34px;
  }
}
/* line 75, ../sass/theme/pages/_error.scss */
body.error-page .btn {
  margin-top: 50px;
  font-weight: 300;
}
/* line 80, ../sass/theme/pages/_error.scss */
body.error-page .logo {
  margin-top: 50px;
  display: inline-block;
}

/*------------------------------------*\
    $COUNTDOWN PAGE
\*------------------------------------*/
/* line 6, ../sass/theme/pages/_countdown.scss */
html.no-touch body.countdown-page {
  height: 100%;
}
/* line 9, ../sass/theme/pages/_countdown.scss */
html.no-touch body.countdown-page #wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 14, ../sass/theme/pages/_countdown.scss */
html.no-touch body.countdown-page #wrapper .container {
  vertical-align: middle;
  display: table-cell;
}

/* line 23, ../sass/theme/pages/_countdown.scss */
body.countdown-page {
  background: url('../assets/images/bg_fullsize.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-family: "Roboto";
  -ms-behavior: url("/assets/images/ie/backgroundsize.min.htc");
}
/* line 36, ../sass/theme/pages/_countdown.scss */
body.countdown-page #wrapper {
  padding: 20px 0;
  background-image: none !important;
}
/* line 41, ../sass/theme/pages/_countdown.scss */
body.countdown-page .icon {
  border: 5px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  line-height: 120px;
  position: relative;
  margin-top: 15px;
  width: 120px;
  height: 120px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 51, ../sass/theme/pages/_countdown.scss */
body.countdown-page .icon [class^="fa-icon-"], body.countdown-page .icon [class*=" fa-icon-"] {
  color: #fff;
  font-size: 60px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 65, ../sass/theme/pages/_countdown.scss */
body.countdown-page .title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 75, ../sass/theme/pages/_countdown.scss */
body.countdown-page .message {
  font-size: 18px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 75, ../sass/theme/pages/_countdown.scss */
  body.countdown-page .message {
    font-size: 24px;
    line-height: 34px;
  }
}
/* line 89, ../sass/theme/pages/_countdown.scss */
body.countdown-page form {
  margin-top: 50px;
}
/* line 92, ../sass/theme/pages/_countdown.scss */
body.countdown-page form .form-control {
  border-color: transparent;
}
/* line 97, ../sass/theme/pages/_countdown.scss */
body.countdown-page .logo {
  margin-top: 40px;
  display: inline-block;
}
/* line 105, ../sass/theme/pages/_countdown.scss */
body.countdown-page .countdown {
  margin-top: 60px;
}
/* line 108, ../sass/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item {
  display: inline-block;
  position: relative;
  background-color: #3f9e00;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) {
  /* line 108, ../sass/theme/pages/_countdown.scss */
  body.countdown-page .countdown .countdown-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
/* line 122, ../sass/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item:last-child {
  margin-right: 0;
}
/* line 126, ../sass/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item .countdown-time, body.countdown-page .countdown .countdown-item .countdown-label {
  position: absolute;
  left: 0;
  color: #fff;
  width: 120px;
  text-align: center;
}
/* line 134, ../sass/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item .countdown-time {
  top: 25px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}
/* line 141, ../sass/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item .countdown-label {
  bottom: 25px;
  font-size: 18px;
  line-height: 18px;
}

/*------------------------------------*\
    $FAQ PAGE
\*------------------------------------*/
/* line 6, ../sass/theme/pages/_faq.scss */
.faq-page .accordion.accordion-bordered .accordion-toggle {
  background-color: #f4f6f8;
}
/* line 9, ../sass/theme/pages/_faq.scss */
.faq-page .accordion.accordion-bordered .accordion-toggle:hover {
  background-color: #f4f6f8;
}

.paragrafo {
    text-align: justify;
    line-height: 150%;
    font-size: 1.7rem;
}

.servicos .panel-heading{
    max-height: 200px !important;
}

.potencia {
  font-size: 2.5rem;
  font-weight: bold;
}

#table-iluminacao img {
    max-width: 100px;
}

#table-iluminacao th, td {
    text-align: center;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #FF9999;
  border-color: #eed3d7;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #FFFF99;
  border-color: #eed3d7;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #99FF99;
  border-color: #eed3d7;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}