/* verde */
/* azul oscuro */
/* 3em */
/* 1.5em */
/* .75em */
/* .5em */
/* .25em */
.no-bullet, .wehelpu__today ul, .search__switches--home, .home-intro .slides {
  padding-left: 0; }
  .no-bullet > li, .wehelpu__today ul > li, .search__switches--home > li, .home-intro .slides > li {
    list-style: none;
    list-style-type: none; }

.float-left {
  float: left;
  _margin-right: -3px; }

.float-right {
  float: right;
  _margin-left: -3px; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden, h1.title_titleBienvenidosLanbide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999999px;
  top: -9999999px; }
  .visuallyhidden.focusable:active, h1.focusable.title_titleBienvenidosLanbide:active, .visuallyhidden.focusable:focus, h1.focusable.title_titleBienvenidosLanbide:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.visuallyvisible {
  position: relative;
  clip: auto; }

.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  /* Required for IE8 */
  -o-text-overflow: ellipsis;
  /* Required for Opera */
  text-overflow: ellipsis; }

.disabled {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.no-events {
  pointer-events: none; }

.placeholder {
  color: #b3b3b3; }

.print-only {
  display: none; }

.tera {
  font-size: 3.375em; }

.giga {
  font-size: 3em; }

.mega {
  font-size: 2.625em; }

.kilo {
  font-size: 2.25em; }

.hecto {
  font-size: 1.875em; }

.deca {
  font-size: 1.5em; }

.deci {
  font-size: 1.313em; }

.centi {
  font-size: 1.125em; }

.milli {
  font-size: 1em; }

.micro {
  font-size: .875em; }

.nano {
  font-size: .75em; }

.pico {
  font-size: .688em; }

.ListaL {
  list-style-type: upper-latin;
  padding-left: 1em; }

.ListaN {
  list-style-type: Decimal;
  padding-left: 1.5em; }

.ListaL li, .ListaN li {
  padding: 0 0 1em 0.5em; }

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to \2018false\2019:
 */
/**
 * Is this build mobile first? Setting to \2018true\2019 means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass\2019 silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to \2018true\2019.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin\2019!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can\2019t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns\2019 gutters.
 */
.home-intro, .featured__container {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -1.5em;
  /* [3] */
  letter-spacing: -0.31em; }

/* Opera hack */
.opera:-o-prefocus,
.home-intro,
.featured__container {
  word-spacing: -0.43em; }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.wehelpu, .search--home, .news--home, .featured__item, #headline_hlDestacadosLanbide .featured__item--empresas,#headline_hlDestacadosLanbide .featured__item--ayudas, .banners--box--home, .r01gbannerbox__option, .home-intro .slideshow {
  display: inline-block;
  /* [1] */
  padding-left: 1.5em;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal; }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.home-intro {
  direction: rtl;
  text-align: left; }
  .home-intro > .wehelpu, .home-intro > .search--home, .home-intro > .news--home,#headline_hlDestacadosLanbide .home-intro > .featured__item--empresas,#headline_hlDestacadosLanbide .home-intro > .featured__item--ayudas, .home-intro > .banners--box--home, .home-intro > .r01gbannerbox__option, .home-intro > .slideshow {
    direction: ltr;
    text-align: left;
line-height: 0.65;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.home-intro, .featured__container {
  margin-left: 0; }
  .home-intro > .wehelpu, .featured__container > .wehelpu, .home-intro > .search--home, .featured__container > .search--home, .home-intro > .news--home, .featured__container > .news--home, .home-intro > .featured__item, .featured__container > .featured__item,.home-intro > .banners--box--home, .featured__container > .banners--box--home, .home-intro > .r01gbannerbox__option, .featured__container > .r01gbannerbox__option, .home-intro > .slideshow, .home-intro .featured__container > .slideshow {
    padding-left: 0; }
	
	.home-intro >  #headline_hlDestacadosLanbide .home-intro > .featured__item--empresas,#headline_hlDestacadosLanbide .featured__container > .featured__item--empresas, #headline_hlDestacadosLanbide .home-intro > .featured__item--ayudas, #headline_hlDestacadosLanbide .featured__container > .featured__item--ayudas {
    margin-right: 5em; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
/**
 * Halves
 */
/**
 * Thirds
 */
/**
 * Quarters
 */
/**
 * Fifths
 */
/**
 * Sixths
 */
/**
 * Eighths
 */
/**
 * Tenths
 */
/**
 * Twelfths
 */
/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 30em) {.home-intro {
   display: flex;
    flex-direction: column-reverse;
    }
  
  
  
  /**
   * Whole
   */
  .featured__item, #headline_hlDestacadosLanbide .featured__item--empresas,#headline_hlDestacadosLanbide .featured__item--ayudas, {
    width: 100%; }

  /**
   * Halves
   */
  
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */ }
@media only screen and (min-width: 30.0625em) and (max-width: 47.9375em) {
  
  
   .home-intro {
   display: flex;
    flex-direction: column-reverse;
    } 
  
  /**
   * Whole
   */
  .news--home, .banners--box--home, .home-intro .slideshow {
    width: 100%; }

  /**
   * Halves
   */
  .wehelpu, .search--home, .featured__item, #headline_hlDestacadosLanbide .featured__item--empresas, #headline_hlDestacadosLanbide .featured__item--ayudas {
    width: 50%; }

  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */ }
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  
  
  /**
   * Whole
   */
  /**
   * Halves
   */
  .wehelpu, .search--home, .news--home, .banners--box--home {
    width: 50%; }

  /**
   * Thirds
   */
  /**
   * Quarters
   */
  

  /**
   * Fifths
   */
  
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */ }
@media only screen and (min-width: 30.0625em) and (max-width: 63.9375em) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  .r01gbannerbox__option {
    width: 50%; }

  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */ }
@media only screen and (min-width: 64em) {
  /**
   * Whole
   */
   
  /**
   * Halves
   */
  .news--home, .banners--box--home, .r01gbannerbox__option, .home-intro .slideshow {
    width: 50%; }

.featured__item, #headline_hlDestacadosLanbide .featured__item--empresas {
    width: 50%; }
	.featured__item, #headline_hlDestacadosLanbide .featured__item--ayudas  {
    width: 50%; }
	
  /**
   * Thirds
   */
   
  /**
   * Quarters
   */
  .wehelpu, .search--home {
    width: 25%; }

  /**
   * Fifths
   */

  /**
   * Sixths
   */

  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */ }
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
body.home .container {
  margin-left: 0; }
  body.home .container > .inside {
    padding-top: 0; }

.home-intro {
  background: #f2f2f2; }
  @media screen and (max-width: 63.9375em) {
    .home-intro {
      margin: 0 -1.5em; } }

.wehelpu {
  margin: 0;
  padding: 1.5em !important; }
  .wehelpu a {
    color: #6aaf23; }
    .wehelpu a:hover {
      color: #90da45; }
  .wehelpu h2 {
    font-weight: 700; }

.wehelpu__today {
  line-height: 1.25;
  margin-bottom: 1.5em;
  background: url("/images/home/y94-wehelpu__today.png") no-repeat;
  padding-top: 40px; }
  .wehelpu__today > *:last-child {
    margin-bottom: 0; }
  .wehelpu__today h3 {
    font-size: .875em;
    font-weight: 700;
    text-transform: uppercase; }
  .wehelpu__today ul {
    font-size: 1.25em;
    font-weight: 100; }
    .wehelpu__today ul li {
      line-height: 1.125; }
    .wehelpu__today ul b {
      font-weight: 700; }

.wehelpu__companies {
  line-height: 1.25;
  background: url("/images/home/y94-wehelpu__companies.png") no-repeat;
  padding-top: 43px; }
  .wehelpu__companies > *:last-child {
    margin-bottom: 0; }
  .wehelpu__companies h3 {
    font-weight: 700; }

.search--home {
  background: #09294f;
  color: white;
  padding-top: 2.3em !important;
  padding-bottom: 2.3em !important;
  padding-left: 1.6em !important;
  padding-right: 1.6em !important;}
  .search--home h2 {
    font-weight: 700; }
  .search--home a {
    color: #6aaf23; }
    .search--home a:hover {
      color: #90da45; }
  .no-touch .search--home label:hover {
    color: #6aaf23; }
  .search--home button[type="submit"] {
    margin-right: 1em; }
  @media screen and (min-width: 30.0625em) {
    .search--home select {
      font-size: .75em; } }

.search__switches--home {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 0.75em; }

.search__switch--home, .search__switch--home--employment, .search__switch--home--training {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.95) inset;
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.95) inset;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.95) inset;
  background: #436f16;
  color: #6aaf23;
  float: left;
  display: block;
  font-size: .875em;
  font-weight: 700;
  padding: .5em 1em; }
  .search__switch--home:hover, .search__switch--home--employment:hover, .search__switch--home--training:hover {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1em #6aaf23 inset;
    -moz-box-shadow: 0 0 1em #6aaf23 inset;
    box-shadow: 0 0 1em #6aaf23 inset;
    background: #5d9a1f;
    color: white;
    cursor: pointer; }
  .search__switch--home.current, .current.search__switch--home--employment, .current.search__switch--home--training {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #6aaf23;
    color: white;
    box-shadow: none; }
    .no-touch .search__switch--home.current:hover, .no-touch .current.search__switch--home--employment:hover, .no-touch .current.search__switch--home--training:hover {
      cursor: default; }

.search__switch--home--employment {
  -webkit-border-radius: 0.25em 0 0 0.25em;
  -moz-border-radius: 0.25em 0 0 0.25em;
  -ms-border-radius: 0.25em 0 0 0.25em;
  border-radius: 0.25em 0 0 0.25em; }

.search__switch--home--training {
  -webkit-border-radius: 0 0.25em 0.25em 0;
  -moz-border-radius: 0 0.25em 0.25em 0;
  -ms-border-radius: 0 0.25em 0.25em 0;
  border-radius: 0 0.25em 0.25em 0; }

.search__advanced--home {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: .5em 0; }

/*CSS Particular*/
/*CSS Particular*/
div.r01gFlexslider ul.slides span.slide__desc {
  background-color: #6aaf23;
  margin: .05em;
padding: .25em .5em;
 }

.featured { }

.featured__item, #headline_hlDestacadosLanbide .featured__item--empresas {
  background: no-repeat center 1em; }
  .featured__item, #headline_hlDestacadosLanbide .featured__item--ayudas{
  background: no-repeat center 1em;
  }
  .featured__item a, #headline_hlDestacadosLanbide .featured__item--empresas a, #headline_hlDestacadosLanbide .featured__item--ayudas a{
    line-height: 1;
    display: block;
    position: relative;
    padding: 8.25em 1.5em 3em;
    text-align: center; }
    .no-touch .featured__item a:hover, {
      background-color: rgba(0, 69, 149, 0.05); }
	  .no-touch .featured__item a:hover, .no-touch #headline_hlDestacadosLanbide .featured__item--empresas a:hover,.no-touch #headline_hlDestacadosLanbide .featured__item--ayudas a:hover {
      background-color: #6aaf2380; }
    .featured__item a span, #headline_hlDestacadosLanbide .featured__item--empresas a span, #headline_hlDestacadosLanbide .featured__item--ayudas a span {
      color: #2d609b;
      display: block;
      font-size: 1.125em;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 30em) {
        .featured__item a span, #headline_hlDestacadosLanbide .featured__item--empresas a span, #headline_hlDestacadosLanbide .featured__item--ayudas a span {
          font-size: .875em; } }
    @media screen and (max-width: 30em) {
      .featured__item a, #headline_hlDestacadosLanbide .featured__item--empresas a, #headline_hlDestacadosLanbide .featured__item--ayudas a {
        padding: 6em 1.5em 1.5em; } }
  @media screen and (max-width: 30em) {
    .featured__item, #headline_hlDestacadosLanbide .featured__item--empresas, #headline_hlDestacadosLanbide .featured__item--ayudas {
      background-position: center 0.75em; } }

#headline_hlDestacadosLanbide .featured__item--empresas {
  background-image: url("/images/home/y94-featured__item--empresas.png"); }

#headline_hlDestacadosLanbide .featured__item--ayudas {
  background-image: url("/images/home/y94-featured__item--ayudas1.png");
background-position-x: 65%;  }
  #headline_hlDestacadosLanbide .featured__item--eu_empresas {
  background-image: url("/images/home/y94-featured__item--empresas_eu.png"); }

#headline_hlDestacadosLanbide .featured__item--eu_ayudas {
  background-image: url("/images/home/y94-featured__item--ayudas1_eu.png");
background-position-x: 59%;  }  }


/*CSS Particular Title*/
div.featured__item--es_empresas {
  background-image: url("/images/home/y94-featured__item--empresas.png");
  width: 50.0%; }
div.featured__item--es_ayudas {
  background-image: url("/images/home/y94-featured__item--ayudas1.png");
  width: 50.0%;}
  
div.featured__item--eu_empresas {
  background-image: url("/images/home/y94-featured__item--empresas_eu.png");
  width: 50.0%;  }
  

div.featured__item--eu_ayudas {
  background-image: url("/images/home/y94-featured__item--ayudas1_eu.png");
  width: 50.0%; }

/*CSS Particular*/
.info-phone {
  line-height: 1;
  border-bottom: 1px solid #d6e2f1;
  border-top: 1px solid #d6e2f1;
  color: #254870;
  overflow: hidden;
  padding: .75em 0 .75em 2em;
  position: relative; }
  .info-phone:before {
    color: #b0c8e5;
    font-size: 2.75em;
    left: -.275em;
    position: absolute;
    top: .25em; }

.info-phone__title {
  margin-bottom: 0.375em;
  color: #3f79bc;
  font-size: .75em;
  text-transform: uppercase; }

.info-phone__phones {
  color: #d6e2f1;
  font-size: 1.5em;
  font-weight: 100;
  margin: 0; }
  .info-phone__phones a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-weight: 700; }

/*CSS Particular*/

.r01gbannerbox__option a,  {
  color: white;    
  }
  a .r01gbannerbox__title--box {
	  color:white;
      background: #00000080; }
  a:hover .r01gbannerbox__title--box {
	  color:white;
    background: #6aaf2380; }
.r01gbannerbox__img {
  background: #000a16;
  color: white;
  height: 10em; }

/*CSS Particular Title*/
/*CSS Particular Title*/
.home-intro .slideshow {
  background: white;
  margin: 0; }
  @media screen and (max-width: 30em) {
    .home-intro .slideshow .slide__img {
      margin-bottom: 5em; }
    .home-intro .slideshow .flex-control-paging {
      margin-bottom: 1.5em;
      padding: 0 1.5em;
      text-align: left; }
    .home-intro .slideshow .flex-direction-nav {
      display: none; } }
  @media screen and (min-width: 30.0625em) {
    .home-intro .slideshow .flex-control-paging {
      bottom: 1.75em;
      left: auto;
      position: absolute;
      text-align: right;
      right: 0.75em; } }
  @media screen and (min-width: 48em) {
    .home-intro .slideshow .slide__info {
      right: 50%; } }
  @media only screen and (min-width: 48em) and (max-width: 63.9375em) {
    .home-intro .slideshow .slide__info {
      bottom: auto;
      top: 1.5em; }
    .home-intro .slideshow .slide__name {
      background: none;
      color: #6aaf23;
      font-size: 2.5em;
      padding: 0; }
    .home-intro .slideshow .slide__desc {
      font-size: 1em !important; }
    .home-intro .slideshow .flex-control-paging {
      left: 1.5em;
      right: auto; } }
  @media screen and (min-width: 64em) {
    .home-intro .slideshow {
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6; } }
  @media screen and (min-width: 64em) {
    .home-intro .slideshow {
      border-left: none; }
      .home-intro .slideshow .slide__info {
        left: 0.75em;
        right: 0.75em; } }
.home-intro .slides {
  margin: 0; }
  .home-intro .slides li p:first-child span {
    line-height: 1;
    margin-bottom: 0.375em;
    color: #2f8fff;
    display: block;
    font-size: 1.5em;
    font-weight: 700; }
  .home-intro .slides li > p {
    margin: 0; }
  .home-intro .slides li p:last-child {
    line-height: 1.125;
    font-style: italic; }
  .home-intro .slides img {
    display: inline;
    margin: 0 auto;
    width: 480px; }
.home-intro .slide {
  position: relative; }
  .home-intro .slide > * {
    display: block; }
.home-intro .slide__img {
  display: block;
  line-height: 1;
  text-align: right; }
.home-intro .slide__info {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 1.5em;
  left: 1.5em;
  right: 1.5em;
  position: absolute; }
.home-intro .slide__name {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #6aaf23;
  color: white;
  font-size: 1.75em;
  font-weight: 700;
  margin: .05em;
  padding: .25em .5em; }
.home-intro .slide__desc {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.25;
  margin: .05em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 1em !important;
  padding-top: .25em.5em;
  background-color: #6aaf23;
  color: white;
  
  }
.home-intro .slide__link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #004595;
  color: white;
  font-size: .875em;
  font-weight: 700;
  padding: .5em 1em;
  text-transform: uppercase; }
  .home-intro .slide__link:hover {
    background-color: #1682ff; }
  .home-intro .slide__link:before {
    content: "\2192";
    margin-right: .5em; }

/*CSS Particular Title*/
