@import "increnta.css";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/vendors/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../scss/vendors/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/vendors/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/vendors/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/vendors/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/vendors/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/vendors/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/vendors/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/vendors/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/vendors/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/vendors/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/vendors/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/vendors/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/vendors/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/vendors/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/vendors/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../scss/vendors/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/vendors/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/vendors/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/vendors/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../scss/vendors/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../scss/vendors/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/vendors/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/vendors/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../scss/vendors/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/vendors/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../scss/vendors/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../scss/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../scss/vendors/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/vendors/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../scss/vendors/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../scss/vendors/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/vendors/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/vendors/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/vendors/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../scss/vendors/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/vendors/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../scss/vendors/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../scss/vendors/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../scss/vendors/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../scss/vendors/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, ../scss/vendors/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../scss/vendors/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../scss/vendors/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 491, ../scss/vendors/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../scss/vendors/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/vendors/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/vendors/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/commons/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/commons/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/commons/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/commons/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/commons/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*********************
FONT SIZES
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 332, ../scss/commons/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 338, ../scss/commons/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 339, ../scss/commons/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 340, ../scss/commons/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 344, ../scss/commons/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 350, ../scss/commons/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 356, ../scss/commons/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 362, ../scss/commons/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 368, ../scss/commons/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/************************************
HELPERS
************************************/
/************************************
ANIMATIONS
************************************/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?sjdypf");
  src: url("../fonts/icomoon.eot?#iefixsjdypf") format("embedded-opentype"), url("../fonts/icomoon.woff?sjdypf") format("woff"), url("../fonts/icomoon.ttf?sjdypf") format("truetype"), url("../fonts/icomoon.svg?sjdypf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/commons/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, ../scss/commons/_fonts.scss */
.icon-multideporte:before {
  content: "\e603";
}

/* line 28, ../scss/commons/_fonts.scss */
.icon-file-pdf:before {
  content: "\e000";
}

/* line 31, ../scss/commons/_fonts.scss */
.icon-new-tab:before {
  content: "\e001";
}

/* line 34, ../scss/commons/_fonts.scss */
.icon-home:before {
  content: "\e002";
}

/* line 37, ../scss/commons/_fonts.scss */
.icon-directions:before {
  content: "\e003";
}

/* line 40, ../scss/commons/_fonts.scss */
.icon-clock:before {
  content: "\e004";
}

/* line 43, ../scss/commons/_fonts.scss */
.icon-bus:before {
  content: "\e005";
}

/* line 46, ../scss/commons/_fonts.scss */
.icon-calendar:before {
  content: "\e006";
}

/* line 49, ../scss/commons/_fonts.scss */
.icon-location:before {
  content: "\e007";
}

/* line 52, ../scss/commons/_fonts.scss */
.icon-download:before {
  content: "\e008";
}

/* line 55, ../scss/commons/_fonts.scss */
.icon-compose:before {
  content: "\e009";
}

/* line 58, ../scss/commons/_fonts.scss */
.icon-phone-2:before {
  content: "\e00a";
}

/* line 61, ../scss/commons/_fonts.scss */
.icon-link:before {
  content: "\e00b";
}

/* line 64, ../scss/commons/_fonts.scss */
.icon-facebook:before {
  content: "\e00c";
}

/* line 67, ../scss/commons/_fonts.scss */
.icon-twitter:before {
  content: "\e00d";
}

/* line 70, ../scss/commons/_fonts.scss */
.icon-linkedin:before {
  content: "\e00e";
}

/* line 73, ../scss/commons/_fonts.scss */
.icon-play:before {
  content: "\e00f";
}

/* line 76, ../scss/commons/_fonts.scss */
.icon-medalla:before {
  content: "\e010";
}

/* line 79, ../scss/commons/_fonts.scss */
.icon-badminton:before {
  content: "\e011";
}

/* line 82, ../scss/commons/_fonts.scss */
.icon-baloncesto:before {
  content: "\e012";
}

/* line 85, ../scss/commons/_fonts.scss */
.icon-ajedrez:before {
  content: "\e013";
}

/* line 88, ../scss/commons/_fonts.scss */
.icon-envelope:before {
  content: "\e014";
}

/* line 91, ../scss/commons/_fonts.scss */
.icon-gimnasia:before {
  content: "\e015";
}

/* line 94, ../scss/commons/_fonts.scss */
.icon-hockey:before {
  content: "\e016";
}

/* line 97, ../scss/commons/_fonts.scss */
.icon-book:before {
  content: "\e017";
}

/* line 100, ../scss/commons/_fonts.scss */
.icon-remo:before {
  content: "\e018";
}

/* line 103, ../scss/commons/_fonts.scss */
.icon-rugby:before {
  content: "\e019";
}

/* line 106, ../scss/commons/_fonts.scss */
.icon-futbol-sala:before {
  content: "\e01a";
}

/* line 109, ../scss/commons/_fonts.scss */
.icon-futbol:before {
  content: "\e01b";
}

/* line 112, ../scss/commons/_fonts.scss */
.icon-trial:before {
  content: "\e01c";
}

/* line 115, ../scss/commons/_fonts.scss */
.icon-voleibol:before {
  content: "\e01d";
}

/* line 121, ../scss/commons/_fonts.scss */
.icon-esgrima:before {
  content: "\e601";
}

/* line 124, ../scss/commons/_fonts.scss */
.icon-youtube:before {
  content: "\e602";
}

/* line 127, ../scss/commons/_fonts.scss */
.icon-search:before {
  content: "\f002";
}

/* line 130, ../scss/commons/_fonts.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 133, ../scss/commons/_fonts.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 136, ../scss/commons/_fonts.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 139, ../scss/commons/_fonts.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 142, ../scss/commons/_fonts.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 145, ../scss/commons/_fonts.scss */
.icon-share:before {
  content: "\f16c";
}

/* line 148, ../scss/commons/_fonts.scss */
.icon-info:before {
  content: "\f315";
}

/* End iconmoon */
/* line 155, ../scss/commons/_fonts.scss */
.icon-at:before {
  font-family: 'Arial';
  content: '@';
}

/* line 162, ../scss/commons/_fonts.scss */
.button.icon-angle-left:before, .button.icon-angle-right:before, .button.icon-angle-up:before, .button.icon-angle-down:before, .button.icon-file-pdf:before, .button.icon-new-tab:before {
  margin-right: 1.5%;
}

/* Mixins */
/* line 205, ../scss/commons/_fonts.scss */
.icon-bigger {
  font-size: 32px;
}

/* line 134, ../scss/commons/_colors.scss */
header.underline {
  clear: both;
  display: block;
  float: none;
  zoom: 1;
  margin-bottom: 20px;
}
/* line 451, ../scss/commons/_mixins.scss */
header.underline:before, header.underline:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 458, ../scss/commons/_mixins.scss */
header.underline:after {
  clear: both;
}

/* line 7, ../scss/commons/_colors.scss */
#content.green .page-content h1, #content.green .entry-content h1 {
  color: #45A12B;
}
/* line 8, ../scss/commons/_colors.scss */
#content.green .page-content h3 a, #content.green .entry-content h3 a {
  color: #45A12B;
}
/* line 13, ../scss/commons/_colors.scss */
#content.green .entry-content ul li:before {
  background: #45A12B;
}
/* line 16, ../scss/commons/_colors.scss */
#content.green .entry-content h2, #content.green .entry-content .h2, #content.green .entry-content h3, #content.green .entry-content .h3 {
  background: #45A12B;
  color: #FFF;
}
/* line 19, ../scss/commons/_colors.scss */
#content.green header.underline {
  border-bottom: 3px solid #4eb530;
}
/* line 23, ../scss/commons/_colors.scss */
#content.green .orbit-wrapper .slider-nav span:hover {
  background-color: #45A12B;
}
/* line 26, ../scss/commons/_colors.scss */
#content.green .caption {
  background: rgba(69, 161, 43, 0.75);
}
/* line 32, ../scss/commons/_colors.scss */
#content.green .side-nav .section-name {
  margin-bottom: 3px;
}
/* line 34, ../scss/commons/_colors.scss */
#content.green .side-nav .section-name a {
  padding: 13px 25px;
  background: #347920;
  color: #FFF;
  display: block;
}
/* line 39, ../scss/commons/_colors.scss */
#content.green .side-nav .section-name a:hover {
  background-color: #347920;
}
/* line 40, ../scss/commons/_colors.scss */
#content.green .side-nav .section-name a:active {
  background-color: #225116;
}
/* line 46, ../scss/commons/_colors.scss */
#content.green .side-nav li {
  list-style: none;
}
/* line 48, ../scss/commons/_colors.scss */
#content.green .side-nav li a {
  margin-bottom: 3px;
  padding: 12px 35px 12px 25px;
  display: block;
  text-decoration: none;
  background: #45A12B;
  color: #FFF;
  display: block;
  font-weight: 600;
}
/* line 57, ../scss/commons/_colors.scss */
#content.green .side-nav li a:hover {
  background-color: #347920;
}
/* line 58, ../scss/commons/_colors.scss */
#content.green .side-nav li a:active {
  background-color: #225116;
}
/* line 63, ../scss/commons/_colors.scss */
#content.green .side-nav li li.current_page_item > a {
  font-weight: 600;
  background-color: #F39200;
  color: #FFF;
}
/* line 67, ../scss/commons/_colors.scss */
#content.green .side-nav li li.current_page_item > a:hover {
  background-color: #c07300;
}
/* line 70, ../scss/commons/_colors.scss */
#content.green .side-nav li li.current_page_item > a:active {
  background-color: #8d5500;
}
/* line 75, ../scss/commons/_colors.scss */
#content.green .side-nav li li a {
  color: #45A12B;
  font-weight: 400;
  background-color: #eeeeee;
  font-size: 95%;
  padding: 10px 35px 10px 20px;
}
/* line 82, ../scss/commons/_colors.scss */
#content.green .side-nav li li a:hover {
  background-color: #d4d4d4;
}
/* line 85, ../scss/commons/_colors.scss */
#content.green .side-nav li li a:active {
  background-color: #bbbbbb;
}
/* line 92, ../scss/commons/_colors.scss */
#content.green .side-nav li.current_page_item > a, #content.green .side-nav li.current_page_ancestor > a {
  background: #45A12B;
  color: #FFF;
  display: block;
}
/* line 96, ../scss/commons/_colors.scss */
#content.green .side-nav li.current_page_item > a:hover, #content.green .side-nav li.current_page_ancestor > a:hover {
  background-color: #347920;
}
/* line 97, ../scss/commons/_colors.scss */
#content.green .side-nav li.current_page_item > a:active, #content.green .side-nav li.current_page_ancestor > a:active {
  background-color: #225116;
}
/* line 100, ../scss/commons/_colors.scss */
#content.green .side-nav li.current_page_item ul.children, #content.green .side-nav li.current_page_ancestor ul.children {
  display: block;
}
/* line 106, ../scss/commons/_colors.scss */
#content.green .side-nav li ul.children {
  display: none;
}
/* line 111, ../scss/commons/_colors.scss */
#content.green .side-nav .current_page_item > a {
  position: relative;
}
/* line 175, ../scss/commons/_fonts.scss */
#content.green .side-nav .current_page_item > a:before {
  font-family: 'icomoon';
  content: "\f105";
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10%;
}
/* line 118, ../scss/commons/_colors.scss */
#content.green .highlight {
  background-color: rgba(69, 161, 43, 0.75);
}

/* line 125, ../scss/commons/_colors.scss */
dl.icon-list.green dt {
  background: #45A12B;
}

/* line 7, ../scss/commons/_colors.scss */
#content.red .page-content h1, #content.red .entry-content h1 {
  color: #DA2A19;
}
/* line 8, ../scss/commons/_colors.scss */
#content.red .page-content h3 a, #content.red .entry-content h3 a {
  color: #DA2A19;
}
/* line 13, ../scss/commons/_colors.scss */
#content.red .entry-content ul li:before {
  background: #DA2A19;
}
/* line 16, ../scss/commons/_colors.scss */
#content.red .entry-content h2, #content.red .entry-content .h2, #content.red .entry-content h3, #content.red .entry-content .h3 {
  background: #DA2A19;
  color: #FFF;
}
/* line 19, ../scss/commons/_colors.scss */
#content.red header.underline {
  border-bottom: 3px solid #e63726;
}
/* line 23, ../scss/commons/_colors.scss */
#content.red .orbit-wrapper .slider-nav span:hover {
  background-color: #DA2A19;
}
/* line 26, ../scss/commons/_colors.scss */
#content.red .caption {
  background: rgba(218, 42, 25, 0.75);
}
/* line 32, ../scss/commons/_colors.scss */
#content.red .side-nav .section-name {
  margin-bottom: 3px;
}
/* line 34, ../scss/commons/_colors.scss */
#content.red .side-nav .section-name a {
  padding: 13px 25px;
  background: #ac2114;
  color: #FFF;
  display: block;
}
/* line 39, ../scss/commons/_colors.scss */
#content.red .side-nav .section-name a:hover {
  background-color: #ac2114;
}
/* line 40, ../scss/commons/_colors.scss */
#content.red .side-nav .section-name a:active {
  background-color: #7e180f;
}
/* line 46, ../scss/commons/_colors.scss */
#content.red .side-nav li {
  list-style: none;
}
/* line 48, ../scss/commons/_colors.scss */
#content.red .side-nav li a {
  margin-bottom: 3px;
  padding: 12px 35px 12px 25px;
  display: block;
  text-decoration: none;
  background: #DA2A19;
  color: #FFF;
  display: block;
  font-weight: 600;
}
/* line 57, ../scss/commons/_colors.scss */
#content.red .side-nav li a:hover {
  background-color: #ac2114;
}
/* line 58, ../scss/commons/_colors.scss */
#content.red .side-nav li a:active {
  background-color: #7e180f;
}
/* line 63, ../scss/commons/_colors.scss */
#content.red .side-nav li li.current_page_item > a {
  font-weight: 600;
  background-color: #F39200;
  color: #FFF;
}
/* line 67, ../scss/commons/_colors.scss */
#content.red .side-nav li li.current_page_item > a:hover {
  background-color: #c07300;
}
/* line 70, ../scss/commons/_colors.scss */
#content.red .side-nav li li.current_page_item > a:active {
  background-color: #8d5500;
}
/* line 75, ../scss/commons/_colors.scss */
#content.red .side-nav li li a {
  color: #DA2A19;
  font-weight: 400;
  background-color: #eeeeee;
  font-size: 95%;
  padding: 10px 35px 10px 20px;
}
/* line 82, ../scss/commons/_colors.scss */
#content.red .side-nav li li a:hover {
  background-color: #d4d4d4;
}
/* line 85, ../scss/commons/_colors.scss */
#content.red .side-nav li li a:active {
  background-color: #bbbbbb;
}
/* line 92, ../scss/commons/_colors.scss */
#content.red .side-nav li.current_page_item > a, #content.red .side-nav li.current_page_ancestor > a {
  background: #DA2A19;
  color: #FFF;
  display: block;
}
/* line 96, ../scss/commons/_colors.scss */
#content.red .side-nav li.current_page_item > a:hover, #content.red .side-nav li.current_page_ancestor > a:hover {
  background-color: #ac2114;
}
/* line 97, ../scss/commons/_colors.scss */
#content.red .side-nav li.current_page_item > a:active, #content.red .side-nav li.current_page_ancestor > a:active {
  background-color: #7e180f;
}
/* line 100, ../scss/commons/_colors.scss */
#content.red .side-nav li.current_page_item ul.children, #content.red .side-nav li.current_page_ancestor ul.children {
  display: block;
}
/* line 106, ../scss/commons/_colors.scss */
#content.red .side-nav li ul.children {
  display: none;
}
/* line 111, ../scss/commons/_colors.scss */
#content.red .side-nav .current_page_item > a {
  position: relative;
}
/* line 175, ../scss/commons/_fonts.scss */
#content.red .side-nav .current_page_item > a:before {
  font-family: 'icomoon';
  content: "\f105";
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10%;
}
/* line 118, ../scss/commons/_colors.scss */
#content.red .highlight {
  background-color: rgba(218, 42, 25, 0.75);
}

/* line 125, ../scss/commons/_colors.scss */
dl.icon-list.red dt {
  background: #DA2A19;
}

/* line 7, ../scss/commons/_colors.scss */
#content.blue-nice .page-content h1, #content.blue-nice .entry-content h1 {
  color: #28A8E0;
}
/* line 8, ../scss/commons/_colors.scss */
#content.blue-nice .page-content h3 a, #content.blue-nice .entry-content h3 a {
  color: #28A8E0;
}
/* line 13, ../scss/commons/_colors.scss */
#content.blue-nice .entry-content ul li:before {
  background: #28A8E0;
}
/* line 16, ../scss/commons/_colors.scss */
#content.blue-nice .entry-content h2, #content.blue-nice .entry-content .h2, #content.blue-nice .entry-content h3, #content.blue-nice .entry-content .h3 {
  background: #28A8E0;
  color: #FFF;
}
/* line 19, ../scss/commons/_colors.scss */
#content.blue-nice header.underline {
  border-bottom: 3px solid #3eb1e3;
}
/* line 23, ../scss/commons/_colors.scss */
#content.blue-nice .orbit-wrapper .slider-nav span:hover {
  background-color: #28A8E0;
}
/* line 26, ../scss/commons/_colors.scss */
#content.blue-nice .caption {
  background: rgba(40, 168, 224, 0.75);
}
/* line 32, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav .section-name {
  margin-bottom: 3px;
}
/* line 34, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav .section-name a {
  padding: 13px 25px;
  background: #1b8aba;
  color: #FFF;
  display: block;
}
/* line 39, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav .section-name a:hover {
  background-color: #1b8aba;
}
/* line 40, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav .section-name a:active {
  background-color: #14698e;
}
/* line 46, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li {
  list-style: none;
}
/* line 48, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li a {
  margin-bottom: 3px;
  padding: 12px 35px 12px 25px;
  display: block;
  text-decoration: none;
  background: #28A8E0;
  color: #FFF;
  display: block;
  font-weight: 600;
}
/* line 57, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li a:hover {
  background-color: #1b8aba;
}
/* line 58, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li a:active {
  background-color: #14698e;
}
/* line 63, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li li.current_page_item > a {
  font-weight: 600;
  background-color: #F39200;
  color: #FFF;
}
/* line 67, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li li.current_page_item > a:hover {
  background-color: #c07300;
}
/* line 70, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li li.current_page_item > a:active {
  background-color: #8d5500;
}
/* line 75, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li li a {
  color: #28A8E0;
  font-weight: 400;
  background-color: #eeeeee;
  font-size: 95%;
  padding: 10px 35px 10px 20px;
}
/* line 82, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li li a:hover {
  background-color: #d4d4d4;
}
/* line 85, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li li a:active {
  background-color: #bbbbbb;
}
/* line 92, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li.current_page_item > a, #content.blue-nice .side-nav li.current_page_ancestor > a {
  background: #28A8E0;
  color: #FFF;
  display: block;
}
/* line 96, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li.current_page_item > a:hover, #content.blue-nice .side-nav li.current_page_ancestor > a:hover {
  background-color: #1b8aba;
}
/* line 97, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li.current_page_item > a:active, #content.blue-nice .side-nav li.current_page_ancestor > a:active {
  background-color: #14698e;
}
/* line 100, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li.current_page_item ul.children, #content.blue-nice .side-nav li.current_page_ancestor ul.children {
  display: block;
}
/* line 106, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav li ul.children {
  display: none;
}
/* line 111, ../scss/commons/_colors.scss */
#content.blue-nice .side-nav .current_page_item > a {
  position: relative;
}
/* line 175, ../scss/commons/_fonts.scss */
#content.blue-nice .side-nav .current_page_item > a:before {
  font-family: 'icomoon';
  content: "\f105";
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10%;
}
/* line 118, ../scss/commons/_colors.scss */
#content.blue-nice .highlight {
  background-color: rgba(40, 168, 224, 0.75);
}

/* line 125, ../scss/commons/_colors.scss */
dl.icon-list.blue-nice dt {
  background: #28A8E0;
}

/* line 7, ../scss/commons/_colors.scss */
#content.blue .page-content h1, #content.blue .entry-content h1 {
  color: #3F5B9A;
}
/* line 8, ../scss/commons/_colors.scss */
#content.blue .page-content h3 a, #content.blue .entry-content h3 a {
  color: #3F5B9A;
}
/* line 13, ../scss/commons/_colors.scss */
#content.blue .entry-content ul li:before {
  background: #3F5B9A;
}
/* line 16, ../scss/commons/_colors.scss */
#content.blue .entry-content h2, #content.blue .entry-content .h2, #content.blue .entry-content h3, #content.blue .entry-content .h3 {
  background: #3F5B9A;
  color: #FFF;
}
/* line 19, ../scss/commons/_colors.scss */
#content.blue header.underline {
  border-bottom: 3px solid #4666ac;
}
/* line 23, ../scss/commons/_colors.scss */
#content.blue .orbit-wrapper .slider-nav span:hover {
  background-color: #3F5B9A;
}
/* line 26, ../scss/commons/_colors.scss */
#content.blue .caption {
  background: rgba(63, 91, 154, 0.75);
}
/* line 32, ../scss/commons/_colors.scss */
#content.blue .side-nav .section-name {
  margin-bottom: 3px;
}
/* line 34, ../scss/commons/_colors.scss */
#content.blue .side-nav .section-name a {
  padding: 13px 25px;
  background: #304676;
  color: #FFF;
  display: block;
}
/* line 39, ../scss/commons/_colors.scss */
#content.blue .side-nav .section-name a:hover {
  background-color: #304676;
}
/* line 40, ../scss/commons/_colors.scss */
#content.blue .side-nav .section-name a:active {
  background-color: #213052;
}
/* line 46, ../scss/commons/_colors.scss */
#content.blue .side-nav li {
  list-style: none;
}
/* line 48, ../scss/commons/_colors.scss */
#content.blue .side-nav li a {
  margin-bottom: 3px;
  padding: 12px 35px 12px 25px;
  display: block;
  text-decoration: none;
  background: #3F5B9A;
  color: #FFF;
  display: block;
  font-weight: 600;
}
/* line 57, ../scss/commons/_colors.scss */
#content.blue .side-nav li a:hover {
  background-color: #304676;
}
/* line 58, ../scss/commons/_colors.scss */
#content.blue .side-nav li a:active {
  background-color: #213052;
}
/* line 63, ../scss/commons/_colors.scss */
#content.blue .side-nav li li.current_page_item > a {
  font-weight: 600;
  background-color: #F39200;
  color: #FFF;
}
/* line 67, ../scss/commons/_colors.scss */
#content.blue .side-nav li li.current_page_item > a:hover {
  background-color: #c07300;
}
/* line 70, ../scss/commons/_colors.scss */
#content.blue .side-nav li li.current_page_item > a:active {
  background-color: #8d5500;
}
/* line 75, ../scss/commons/_colors.scss */
#content.blue .side-nav li li a {
  color: #3F5B9A;
  font-weight: 400;
  background-color: #eeeeee;
  font-size: 95%;
  padding: 10px 35px 10px 20px;
}
/* line 82, ../scss/commons/_colors.scss */
#content.blue .side-nav li li a:hover {
  background-color: #d4d4d4;
}
/* line 85, ../scss/commons/_colors.scss */
#content.blue .side-nav li li a:active {
  background-color: #bbbbbb;
}
/* line 92, ../scss/commons/_colors.scss */
#content.blue .side-nav li.current_page_item > a, #content.blue .side-nav li.current_page_ancestor > a {
  background: #3F5B9A;
  color: #FFF;
  display: block;
}
/* line 96, ../scss/commons/_colors.scss */
#content.blue .side-nav li.current_page_item > a:hover, #content.blue .side-nav li.current_page_ancestor > a:hover {
  background-color: #304676;
}
/* line 97, ../scss/commons/_colors.scss */
#content.blue .side-nav li.current_page_item > a:active, #content.blue .side-nav li.current_page_ancestor > a:active {
  background-color: #213052;
}
/* line 100, ../scss/commons/_colors.scss */
#content.blue .side-nav li.current_page_item ul.children, #content.blue .side-nav li.current_page_ancestor ul.children {
  display: block;
}
/* line 106, ../scss/commons/_colors.scss */
#content.blue .side-nav li ul.children {
  display: none;
}
/* line 111, ../scss/commons/_colors.scss */
#content.blue .side-nav .current_page_item > a {
  position: relative;
}
/* line 175, ../scss/commons/_fonts.scss */
#content.blue .side-nav .current_page_item > a:before {
  font-family: 'icomoon';
  content: "\f105";
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10%;
}
/* line 118, ../scss/commons/_colors.scss */
#content.blue .highlight {
  background-color: rgba(63, 91, 154, 0.75);
}

/* line 125, ../scss/commons/_colors.scss */
dl.icon-list.blue dt {
  background: #3F5B9A;
}

/* line 7, ../scss/commons/_colors.scss */
#content.orange .page-content h1, #content.orange .entry-content h1 {
  color: #F39200;
}
/* line 8, ../scss/commons/_colors.scss */
#content.orange .page-content h3 a, #content.orange .entry-content h3 a {
  color: #F39200;
}
/* line 13, ../scss/commons/_colors.scss */
#content.orange .entry-content ul li:before {
  background: #F39200;
}
/* line 16, ../scss/commons/_colors.scss */
#content.orange .entry-content h2, #content.orange .entry-content .h2, #content.orange .entry-content h3, #content.orange .entry-content .h3 {
  background: #F39200;
  color: #FFF;
}
/* line 19, ../scss/commons/_colors.scss */
#content.orange header.underline {
  border-bottom: 3px solid #ff9f0d;
}
/* line 23, ../scss/commons/_colors.scss */
#content.orange .orbit-wrapper .slider-nav span:hover {
  background-color: #F39200;
}
/* line 26, ../scss/commons/_colors.scss */
#content.orange .caption {
  background: rgba(243, 146, 0, 0.75);
}
/* line 32, ../scss/commons/_colors.scss */
#content.orange .side-nav .section-name {
  margin-bottom: 3px;
}
/* line 34, ../scss/commons/_colors.scss */
#content.orange .side-nav .section-name a {
  padding: 13px 25px;
  background: #c07300;
  color: #FFF;
  display: block;
}
/* line 39, ../scss/commons/_colors.scss */
#content.orange .side-nav .section-name a:hover {
  background-color: #c07300;
}
/* line 40, ../scss/commons/_colors.scss */
#content.orange .side-nav .section-name a:active {
  background-color: #8d5500;
}
/* line 46, ../scss/commons/_colors.scss */
#content.orange .side-nav li {
  list-style: none;
}
/* line 48, ../scss/commons/_colors.scss */
#content.orange .side-nav li a {
  margin-bottom: 3px;
  padding: 12px 35px 12px 25px;
  display: block;
  text-decoration: none;
  background: #F39200;
  color: #FFF;
  display: block;
  font-weight: 600;
}
/* line 57, ../scss/commons/_colors.scss */
#content.orange .side-nav li a:hover {
  background-color: #c07300;
}
/* line 58, ../scss/commons/_colors.scss */
#content.orange .side-nav li a:active {
  background-color: #8d5500;
}
/* line 63, ../scss/commons/_colors.scss */
#content.orange .side-nav li li.current_page_item > a {
  font-weight: 600;
  background-color: #F39200;
  color: #FFF;
}
/* line 67, ../scss/commons/_colors.scss */
#content.orange .side-nav li li.current_page_item > a:hover {
  background-color: #c07300;
}
/* line 70, ../scss/commons/_colors.scss */
#content.orange .side-nav li li.current_page_item > a:active {
  background-color: #8d5500;
}
/* line 75, ../scss/commons/_colors.scss */
#content.orange .side-nav li li a {
  color: #F39200;
  font-weight: 400;
  background-color: #eeeeee;
  font-size: 95%;
  padding: 10px 35px 10px 20px;
}
/* line 82, ../scss/commons/_colors.scss */
#content.orange .side-nav li li a:hover {
  background-color: #d4d4d4;
}
/* line 85, ../scss/commons/_colors.scss */
#content.orange .side-nav li li a:active {
  background-color: #bbbbbb;
}
/* line 92, ../scss/commons/_colors.scss */
#content.orange .side-nav li.current_page_item > a, #content.orange .side-nav li.current_page_ancestor > a {
  background: #F39200;
  color: #FFF;
  display: block;
}
/* line 96, ../scss/commons/_colors.scss */
#content.orange .side-nav li.current_page_item > a:hover, #content.orange .side-nav li.current_page_ancestor > a:hover {
  background-color: #c07300;
}
/* line 97, ../scss/commons/_colors.scss */
#content.orange .side-nav li.current_page_item > a:active, #content.orange .side-nav li.current_page_ancestor > a:active {
  background-color: #8d5500;
}
/* line 100, ../scss/commons/_colors.scss */
#content.orange .side-nav li.current_page_item ul.children, #content.orange .side-nav li.current_page_ancestor ul.children {
  display: block;
}
/* line 106, ../scss/commons/_colors.scss */
#content.orange .side-nav li ul.children {
  display: none;
}
/* line 111, ../scss/commons/_colors.scss */
#content.orange .side-nav .current_page_item > a {
  position: relative;
}
/* line 175, ../scss/commons/_fonts.scss */
#content.orange .side-nav .current_page_item > a:before {
  font-family: 'icomoon';
  content: "\f105";
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 10%;
}
/* line 118, ../scss/commons/_colors.scss */
#content.orange .highlight {
  background-color: rgba(243, 146, 0, 0.75);
}

/* line 125, ../scss/commons/_colors.scss */
dl.icon-list.orange dt {
  background: #F39200;
}

/* line 173, ../scss/commons/_colors.scss */
#content.orange .side-nav li li.current_page_item > a {
  background-color: #666;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/commons/_base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  color: #222;
  background: #f5f5f5;
  direction: ltr;
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-size: 90%;
}

/* line 30, ../scss/commons/_base.scss */
p {
  margin: 0 0 1em 0;
}

/* line 34, ../scss/commons/_base.scss */
ul, ol {
  padding: 0;
  margin: 0;
}

/* line 41, ../scss/commons/_base.scss */
.entry-content img, .entry-content embed, .entry-content object, .entry-content video, .page-content img, .page-content embed, .page-content object, .page-content video {
  max-width: 100%;
}
/* line 45, ../scss/commons/_base.scss */
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video, .page-content embed, .page-content iframe, .page-content object, .page-content video {
  width: 100%;
}

/* line 50, ../scss/commons/_base.scss */
img {
  vertical-align: middle;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 58, ../scss/commons/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
}
/* line 62, ../scss/commons/_base.scss */
.wrap.white {
  background-color: #FFF;
}

/* line 67, ../scss/commons/_base.scss */
#container {
  max-width: 1280px;
  margin: auto;
  height: auto;
  min-height: 100%;
  *zoom: 1;
}
/* line 315, ../scss/commons/_mixins.scss */
#container:before, #container:after {
  content: " ";
  display: table;
}
/* line 316, ../scss/commons/_mixins.scss */
#container:after {
  clear: both;
}

/* line 75, ../scss/commons/_base.scss */
#content {
  background: #FFF;
  display: block;
  clear: both;
  margin: auto;
  height: auto;
  min-height: 100%;
}

/*********************
LINK STYLES
*********************/
/* line 88, ../scss/commons/_base.scss */
a {
  color: #3F5B9A;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 93, ../scss/commons/_base.scss */
a:hover, a:focus {
  color: #324879;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 99, ../scss/commons/_base.scss */
a:active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 104, ../scss/commons/_base.scss */
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 118, ../scss/commons/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 600;
  margin: 0 0 0.6em 0;
  line-height: 140%;
}
/* line 124, ../scss/commons/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 130, ../scss/commons/_base.scss */
h1, .h1 {
  font-size: 200%;
}

/* line 134, ../scss/commons/_base.scss */
h2, .h2 {
  font-size: 180%;
}

/* line 138, ../scss/commons/_base.scss */
h3, .h3 {
  font-size: 160%;
}

/* line 142, ../scss/commons/_base.scss */
h4, .h4 {
  font-size: 140%;
  color: #999;
}

/* line 147, ../scss/commons/_base.scss */
h5, .h5 {
  font-size: 120%;
}

/*********************
HEADER SYTLES
*********************/
/* line 155, ../scss/commons/_base.scss */
.header {
  background: #FFF;
}
/* line 158, ../scss/commons/_base.scss */
.header #inner-header {
  background: #FFF;
}
/* line 162, ../scss/commons/_base.scss */
.header #logo {
  margin: 5px 0 -30px;
  position: relative;
  z-index: 35;
}
/* line 166, ../scss/commons/_base.scss */
.header #logo a {
  max-width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
/* line 175, ../scss/commons/_base.scss */
.header #top-bar {
  background: #3F5B9A;
  height: 30px;
  line-height: 30px;
  color: #FFF;
}
/* line 181, ../scss/commons/_base.scss */
.header #top-bar .wrap {
  position: relative;
}
/* line 185, ../scss/commons/_base.scss */
.header #top-bar .logo-ayto {
  float: left;
  height: 26px;
  margin: 5px 0 0;
}
/* line 192, ../scss/commons/_base.scss */
.header #top-bar .search-form {
  background: none repeat scroll 0 0 #333333;
  display: block;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 320px;
  z-index: 99;
  display: none;
}
/* line 204, ../scss/commons/_base.scss */
.header #top-bar .search-form .submit {
  border-radius: 0 3px 3px 0;
  float: right;
  line-height: 25px;
  margin: 0;
  width: 90px;
  float: right;
  margin: 0;
  width: 90px;
}
/* line 214, ../scss/commons/_base.scss */
.header #top-bar .search-form .input {
  float: left;
  margin: 0;
  width: 190px;
}
/* line 223, ../scss/commons/_base.scss */
.header #top-bar .language-selector {
  float: right;
  list-style: none;
}
/* line 226, ../scss/commons/_base.scss */
.header #top-bar .language-selector li {
  background: #304676;
  display: inline;
  float: left;
  font-family: arial;
  font-size: 12px;
  line-height: 22px;
  margin: 4px 4px 0 0;
  text-align: center;
  width: 25px;
}
/* line 236, ../scss/commons/_base.scss */
.header #top-bar .language-selector li a {
  color: #7790c8;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #3F5B9A;
}
/* line 242, ../scss/commons/_base.scss */
.header #top-bar .language-selector li a:hover {
  background: #304676;
  color: #FFF;
}

/*********************
HOME PAGE
*********************/
/* line 258, ../scss/commons/_base.scss */
#home-map {
  min-height: 500px;
}

/* line 263, ../scss/commons/_base.scss */
.home-bubbles a {
  cursor: pointer;
  display: block;
  padding: 12px 6px;
  text-decoration: none;
  color: #222;
  -moz-transition-property: box-shadow, -moz-transform, background;
  -o-transition-property: box-shadow, -o-transform, background;
  -webkit-transition-property: box-shadow, -webkit-transform, background;
  transition-property: box-shadow transform background;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 271, ../scss/commons/_base.scss */
.home-bubbles a:hover {
  background: #FFF;
  -moz-transition-property: box-shadow, -moz-transform, background;
  -o-transition-property: box-shadow, -o-transform, background;
  -webkit-transition-property: box-shadow, -webkit-transform, background;
  transition-property: box-shadow transform background;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 16px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 16px;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 280, ../scss/commons/_base.scss */
.rrss {
  padding: 50px 0;
}
/* line 283, ../scss/commons/_base.scss */
.rrss .widget {
  height: 575px;
  margin-left: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  display: inline;
  float: left;
  overflow: hidden;
  text-align: center;
}
/* line 295, ../scss/commons/_base.scss */
.rrss .widget .widgettitle {
  text-align: center;
  margin: 0 auto 5px auto;
}
/* line 301, ../scss/commons/_base.scss */
.rrss .widget_twitter {
  background-color: #00ACEE;
  width: 33%;
}
/* line 306, ../scss/commons/_base.scss */
.rrss .widget_facebook_likebox {
  background-color: #3B5998;
  width: 38%;
}
/* line 309, ../scss/commons/_base.scss */
.rrss .widget_facebook_likebox iframe {
  border: none;
  overflow: hidden;
  width: 320px;
  height: 510px;
  background: #fff;
}
/* line 319, ../scss/commons/_base.scss */
.rrss .widget_youtube {
  background-color: #FFF;
  width: 29%;
  overflow: visible;
}
/* line 324, ../scss/commons/_base.scss */
.rrss .widget_youtube .video_block {
  width: 100%;
  float: none;
}
/* line 328, ../scss/commons/_base.scss */
.rrss .widget_youtube .widget_vetv {
  margin-bottom: 25px;
  overflow: visible;
}
/* line 331, ../scss/commons/_base.scss */
.rrss .widget_youtube .widget_vetv .widgettitle {
  margin-top: -15px;
}
/* line 335, ../scss/commons/_base.scss */
.rrss .widget_youtube .widget_vem {
  margin-bottom: 25px;
}

/*********************************************************************************************************
SINGLE  PAGE - ENTRY CONTENT
*********************************************************************************************************/
/* line 347, ../scss/commons/_base.scss */
.article-header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #444444;
  margin: 0 auto;
  min-height: 400px;
  padding: 80px 0 0;
  position: relative;
}
/* line 357, ../scss/commons/_base.scss */
.article-header.map {
  padding: 0;
}
/* line 361, ../scss/commons/_base.scss */
.article-header .wrap {
  position: relative;
}
/* line 364, ../scss/commons/_base.scss */
.article-header .wrap .content {
  position: absolute;
  top: 10%;
  right: 0%;
  text-align: right;
}
/* line 371, ../scss/commons/_base.scss */
.article-header .page-subtitle {
  font-weight: normal;
}

/* line 378, ../scss/commons/_base.scss */
.smaller.article-header.block.parallax,
.single-location .article-header.block,
.single-event .article-header.block,
.single-post .article-header.block,
.single-publicacion .article-header.block {
  min-height: 180px;
  padding: 3% 0;
}

/* line 388, ../scss/commons/_base.scss */
.page-wrapper {
  background: #FFFFFF;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  clear: both;
  display: block;
  margin: -100px auto 0;
  position: relative;
  z-index: 3;
  padding: 5%;
}
@media only screen and (min-width: 550px) {
  /* line 388, ../scss/commons/_base.scss */
  .page-wrapper {
    padding: 2%;
  }
}
/* line 404, ../scss/commons/_base.scss */
.page-wrapper.smaller {
  margin-top: -50px;
}

/* line 409, ../scss/commons/_base.scss */
.single .page-wrapper {
  margin-top: -50px;
}

/* line 418, ../scss/commons/_base.scss */
.entry-content {
  position: relative;
}
/* line 429, ../scss/commons/_base.scss */
.entry-content h2, .entry-content .h2 {
  background: #3F5B9A;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}
/* line 434, ../scss/commons/_base.scss */
.entry-content h2 a, .entry-content .h2 a {
  color: #FFF;
}
/* line 438, ../scss/commons/_base.scss */
.entry-content h3, .entry-content .h3 {
  background: #3F5B9A;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}
/* line 443, ../scss/commons/_base.scss */
.entry-content h3 a, .entry-content .h3 a {
  color: #FFF;
}
/* line 449, ../scss/commons/_base.scss */
.entry-content #breadcrumbs {
  left: 20px;
  position: absolute;
  top: -27px;
  z-index: 9;
  font-size: 100%;
}
/* line 455, ../scss/commons/_base.scss */
.entry-content #breadcrumbs a {
  background: #3F5B9A;
  padding: 3px 10px;
  color: #FFF;
  display: inline-block;
}
/* line 462, ../scss/commons/_mixins.scss */
.entry-content #breadcrumbs a:hover {
  background-color: #304676;
}
/* line 463, ../scss/commons/_mixins.scss */
.entry-content #breadcrumbs a:active {
  background-color: #213052;
  color: #FFF;
}
/* line 193, ../scss/commons/_fonts.scss */
.entry-content #breadcrumbs span span:first-child a:before {
  font-family: 'icomoon';
  content: "\e002";
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 100%;
  line-height: 100%;
}
/* line 467, ../scss/commons/_base.scss */
.entry-content #breadcrumbs .breadcrumb_last {
  padding: 3px 10px;
  display: inline-block;
  background-color: #eeeeee;
}
/* line 474, ../scss/commons/_base.scss */
.entry-content ul, .entry-content ol {
  margin-bottom: 15px;
}
/* line 478, ../scss/commons/_base.scss */
.entry-content ul li, .entry-content ol li {
  margin: 15px;
}
/* line 482, ../scss/commons/_base.scss */
.entry-content ul {
  list-style: none;
  position: relative;
}
/* line 486, ../scss/commons/_base.scss */
.entry-content ul li:before {
  width: 7px;
  height: 7px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  background: #3F5B9A;
  display: inline-block;
  content: '';
}
/* line 499, ../scss/commons/_base.scss */
.entry-content ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
/* line 504, ../scss/commons/_base.scss */
.entry-content ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
}
/* line 510, ../scss/commons/_base.scss */
.entry-content ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 2px;
  left: -2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  color: #fff;
  background: #F39200;
  font-weight: bold;
  text-align: center;
}
/* line 535, ../scss/commons/_base.scss */
.entry-content table, .entry-content tbody {
  width: 100%;
}
/* line 538, ../scss/commons/_base.scss */
.entry-content table tr, .entry-content tbody tr {
  width: 100%;
}
/* line 541, ../scss/commons/_base.scss */
.entry-content table tr td, .entry-content tbody tr td {
  padding: 5px;
  vertical-align: middle;
}
/* line 551, ../scss/commons/_base.scss */
.entry-content dl {
  padding: 0.5em;
}
/* line 554, ../scss/commons/_base.scss */
.entry-content dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: left;
  font-weight: bold;
}
/* line 562, ../scss/commons/_base.scss */
.entry-content dd {
  margin: 0 0 0 35%;
  padding: 0 0 1em 0;
}
/* line 570, ../scss/commons/_base.scss */
.entry-content.archive .loop h3, .entry-content.archive .loop .h3, .entry-content.archive .loop h2, .entry-content.archive .loop .h2 {
  background: none;
  color: #3F5B9A;
  padding: 0;
  font-size: 160%;
}
/* line 575, ../scss/commons/_base.scss */
.entry-content.archive .loop h3 a, .entry-content.archive .loop .h3 a, .entry-content.archive .loop h2 a, .entry-content.archive .loop .h2 a {
  color: #222;
}
/* line 584, ../scss/commons/_base.scss */
.entry-content .no-icon a[target="_blank"]:after {
  content: '';
  margin: 0;
}
/* line 591, ../scss/commons/_base.scss */
.entry-content a[target="_blank"]:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e001";
  margin-left: 5px;
  text-decoration: none;
}
/* line 604, ../scss/commons/_base.scss */
.entry-content a[href$='.pdf']:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  margin-left: 5px;
  text-decoration: none;
}
/* line 615, ../scss/commons/_base.scss */
.entry-content a[href$='.pdf'].no-icon:after {
  content: '';
  margin: 0;
}

/* line 624, ../scss/commons/_base.scss */
.aside {
  position: relative;
}

/**************************
Search Page
**************************/
/* line 634, ../scss/commons/_base.scss */
.search-page .search-form .input {
  width: 79.9%;
  float: left;
}
/* line 638, ../scss/commons/_base.scss */
.search-page .search-form .submit {
  width: 19.9%;
  float: right;
}

/**************************
Misceláneos
**************************/
/* line 649, ../scss/commons/_base.scss */
#goTop {
  background-color: #999;
  bottom: 2%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  height: 32px;
  position: fixed;
  right: 2%;
  text-align: center;
  vertical-align: middle;
  width: 33px;
  z-index: 3;
}
/* line 662, ../scss/commons/_base.scss */
#goTop:hover {
  background-color: gray;
}

/* line 667, ../scss/commons/_base.scss */
#breadcrumbs {
  margin: 0;
  font-size: 12px;
}
/* line 670, ../scss/commons/_base.scss */
#breadcrumbs a {
  text-decoration: none;
}

/*********************
POST LIST
*********************/
/* line 678, ../scss/commons/_base.scss */
.post-list {
  padding: 10px 0;
}
/* line 681, ../scss/commons/_base.scss */
.post-list .item {
  list-style: none;
  padding: 30px 0 30px 0;
}
/* line 687, ../scss/commons/_base.scss */
.post-list .item .post-thumbnail a img {
  border: 3px solid #55bae6;
  margin-bottom: 10px;
}
/* line 693, ../scss/commons/_base.scss */
.post-list .item .post-date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 697, ../scss/commons/_base.scss */
.post-list .item .category a {
  font-weight: normal;
  text-decoration: underline;
}
/* line 703, ../scss/commons/_base.scss */
.post-list .item.loop-post {
  border-bottom: 3px solid #F5F5F5;
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
}
/* line 710, ../scss/commons/_base.scss */
.post-list .item.loop-post h5 {
  font-size: 130%;
  margin: 0 0 10px 0;
}
/* line 714, ../scss/commons/_base.scss */
.post-list .item.loop-post .post-title {
  color: #28A8E0;
  font-weight: 600;
  font-size: 110%;
}
/* line 719, ../scss/commons/_base.scss */
.post-list .item.loop-post .meta {
  color: #6f6f6f;
  font-size: 80%;
  margin: 0 0 7px 0;
}
/* line 723, ../scss/commons/_base.scss */
.post-list .item.loop-post .meta a {
  text-decoration: none;
  font-weight: 400;
  background: #F39200;
  padding: 1px 5px;
  color: #FFF;
  text-transform: lowercase;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 733, ../scss/commons/_base.scss */
.post-list .item.loop-post .meta a:hover {
  background-color: #c07300;
}
/* line 738, ../scss/commons/_base.scss */
.post-list .item.loop-post .post-thumbnail a img {
  border: none;
}
/* line 741, ../scss/commons/_base.scss */
.post-list .item.loop-post:last-child {
  border: none;
}
/* line 744, ../scss/commons/_base.scss */
.post-list .item.loop-post:first-child {
  padding-top: 0;
}

/*********************
LISTA INLINE BALL
*********************/
/* line 754, ../scss/commons/_base.scss */
ul.inline-ball {
  list-style: none;
}
/* line 756, ../scss/commons/_base.scss */
ul.inline-ball li {
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 760, ../scss/commons/_base.scss */
ul.inline-ball li:after {
  color: #45A12B;
  content: "•";
  font-size: 13px;
  margin: 0 3px;
}
/* line 766, ../scss/commons/_base.scss */
ul.inline-ball li:last-child:after {
  content: '';
}
/* line 769, ../scss/commons/_base.scss */
ul.inline-ball li a {
  font-weight: 600;
  text-decoration: none;
}

/*********************
PAGINATION
*********************/
/* line 779, ../scss/commons/_base.scss */
.bones_page_navi, .em-pagination {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
  list-style: none;
  font-weight: 600;
}
/* line 789, ../scss/commons/_base.scss */
.bones_page_navi li, .bones_page_navi strong, .em-pagination li, .em-pagination strong {
  background: #F39200;
  color: #FFFFFF;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  margin: 5px;
  padding: 0;
  width: 50px;
}
/* line 803, ../scss/commons/_base.scss */
.bones_page_navi a, .em-pagination a {
  background: #3F5B9A;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0;
  width: 50px;
}
/* line 813, ../scss/commons/_base.scss */
.bones_page_navi a:hover, .em-pagination a:hover {
  background: #304676;
}

/*********************
SPRITES
*********************/
/* line 208, fdmv-icons/*.png */
.fdmv-icons-sprite, .fdmv-icons.formacion, .fdmv-icons.educacion, .fdmv-icons.turismo, .fdmv-icons.voluntariado, .fdmv-icons.asociacionismo, .fdmv-icons.metro, .fdmv-icons.emt, .fdmv-icons.compartir, .fdmv-icons.vem, .fdmv-icons.vetv, .fdmv-icons.valenbisi, .fdmv-icons.cinta-ayto, .fdmv-icons.youtube, .fdmv-icons.fdmv-ayto, .fdmv-icons.csd, .fdmv-icons.dipu, .fdmv-icons.gva, .fdmv-icons.swc {
  background-image: url('../images/fdmv-icons-sb90641ca30.png');
  background-repeat: no-repeat;
}

/* line 824, ../scss/commons/_base.scss */
.fdmv-icons {
  display: inline-block;
}
/* line 828, ../scss/commons/_base.scss */
.fdmv-icons.formacion {
  background-position: 0 -883px;
  height: 212px;
  width: 212px;
}
/* line 831, ../scss/commons/_base.scss */
.fdmv-icons.educacion {
  background-position: 0 -432px;
  height: 213px;
  width: 212px;
}
/* line 834, ../scss/commons/_base.scss */
.fdmv-icons.turismo {
  background-position: 0 -1327px;
  height: 213px;
  width: 212px;
}
/* line 837, ../scss/commons/_base.scss */
.fdmv-icons.voluntariado {
  background-position: 0 -1667px;
  height: 213px;
  width: 212px;
}
/* line 840, ../scss/commons/_base.scss */
.fdmv-icons.asociacionismo {
  background-position: 0 0;
  height: 213px;
  width: 212px;
}
/* line 844, ../scss/commons/_base.scss */
.fdmv-icons.metro {
  background-position: 0 -1247px;
  height: 45px;
  width: 50px;
}
/* line 847, ../scss/commons/_base.scss */
.fdmv-icons.emt {
  background-position: 0 -645px;
  height: 27px;
  width: 50px;
}
/* line 850, ../scss/commons/_base.scss */
.fdmv-icons.compartir {
  background-position: 0 -325px;
  height: 12px;
  width: 91px;
}
/* line 853, ../scss/commons/_base.scss */
.fdmv-icons.vem {
  background-position: 0 -1587px;
  height: 40px;
  width: 105px;
}
/* line 856, ../scss/commons/_base.scss */
.fdmv-icons.vetv {
  background-position: 0 -1627px;
  height: 40px;
  width: 100px;
}
/* line 859, ../scss/commons/_base.scss */
.fdmv-icons.valenbisi {
  background-position: 0 -1540px;
  height: 47px;
  width: 70px;
}
/* line 862, ../scss/commons/_base.scss */
.fdmv-icons.cinta-ayto {
  background-position: 0 -213px;
  height: 21px;
  width: 165px;
}
/* line 865, ../scss/commons/_base.scss */
.fdmv-icons.youtube {
  background-position: 0 -1880px;
  height: 21px;
  width: 22px;
}
/* line 870, ../scss/commons/_base.scss */
.fdmv-icons.fdmv-ayto {
  background-position: 0 -672px;
  height: 95px;
  width: 200px;
}
/* line 873, ../scss/commons/_base.scss */
.fdmv-icons.csd {
  background-position: 0 -337px;
  height: 50px;
  width: 67px;
}
/* line 876, ../scss/commons/_base.scss */
.fdmv-icons.dipu {
  background-position: 0 -387px;
  height: 45px;
  width: 90px;
}
/* line 879, ../scss/commons/_base.scss */
.fdmv-icons.gva {
  background-position: 0 -1095px;
  height: 42px;
  width: 90px;
}
/* line 882, ../scss/commons/_base.scss */
.fdmv-icons.swc {
  background-position: 0 -1292px;
  height: 35px;
  width: 100px;
}

/*********************
AddThis
*********************/
/* line 890, ../scss/commons/_base.scss */
.addThis {
  background-color: #E0E5E2;
  height: 35px;
  left: 25px;
  overflow: hidden;
  padding: 9px 12px;
  position: absolute;
  text-align: center;
  top: -35px;
}
/* line 900, ../scss/commons/_base.scss */
.addThis strong {
  margin: 5px 3px 0 0;
}
/* line 904, ../scss/commons/_base.scss */
.addThis a {
  display: inline;
  color: #696A69;
  text-decoration: none;
  margin: 0 7px 0 0;
  font-size: 1.375em;
}
/* line 911, ../scss/commons/_base.scss */
.addThis a:hover {
  color: #FFF;
}
/* line 914, ../scss/commons/_base.scss */
.addThis a:last-child {
  margin: 0;
}

/* line 920, ../scss/commons/_base.scss */
#home-info {
  z-index: 5;
}

/*********************
SEPARATOR
*********************/
/* line 927, ../scss/commons/_base.scss */
.separator {
  height: 3px;
  border: none;
  clear: both;
  display: block;
  overflow: hidden;
}
/* line 934, ../scss/commons/_base.scss */
.separator.blue-nice {
  background-color: #55bae6;
}

/*********************
PREMIOS
*********************/
/* line 943, ../scss/commons/_base.scss */
.premios-selector {
  float: right;
}
/* line 945, ../scss/commons/_base.scss */
.premios-selector label {
  font-size: 0.8125em;
}

/*********************
Social Icons
*********************/
/* line 954, ../scss/commons/_base.scss */
.rrss-icons {
  float: right;
}
/* line 958, ../scss/commons/_base.scss */
.rrss-icons li {
  display: inline-block;
  list-style: none;
  float: left;
  margin: 0;
  width: 34px;
  line-height: 30px;
  float: left;
  text-align: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 969, ../scss/commons/_base.scss */
.rrss-icons li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}
/* line 977, ../scss/commons/_base.scss */
.rrss-icons li a i {
  display: block;
  line-height: 30px;
}
/* line 981, ../scss/commons/_base.scss */
.rrss-icons li a i.icon-cancel {
  font-size: 21px;
}
/* line 987, ../scss/commons/_base.scss */
.rrss-icons li.youtube {
  background-color: #C02F2A;
}
/* line 990, ../scss/commons/_base.scss */
.rrss-icons li.twitter {
  background: #00ACEE;
}
/* line 993, ../scss/commons/_base.scss */
.rrss-icons li.facebook {
  background: #3B5998;
}
/* line 996, ../scss/commons/_base.scss */
.rrss-icons li.mail {
  background: #F39200;
}
/* line 1000, ../scss/commons/_base.scss */
.rrss-icons li.search-button {
  background: #45A12B;
}
/* line 1002, ../scss/commons/_base.scss */
.rrss-icons li.search-button a {
  width: 34px;
  height: 30px;
}
/* line 1006, ../scss/commons/_base.scss */
.rrss-icons li.search-button .icon-search {
  display: block;
}
/* line 1009, ../scss/commons/_base.scss */
.rrss-icons li.search-button .icon-cancel {
  display: none;
}
/* line 1014, ../scss/commons/_base.scss */
.rrss-icons li.search-button.active .icon-search {
  display: none;
}
/* line 1017, ../scss/commons/_base.scss */
.rrss-icons li.search-button.active .icon-cancel {
  display: block;
}
/* line 1023, ../scss/commons/_base.scss */
.rrss-icons li:hover {
  background-color: #8D908E;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* Highlighted */
/* line 1032, ../scss/commons/_base.scss */
.highlight {
  color: #FFFFFF;
  margin-bottom: 12px;
  padding: 3px 15px;
  display: inline-block;
  line-height: 180%;
  background: #3F5B9A;
}
/* line 1040, ../scss/commons/_base.scss */
.highlight.purple {
  background: #4a3884 !important;
}
/* line 1043, ../scss/commons/_base.scss */
.highlight.dark {
  background: #27201D !important;
}
/* line 1046, ../scss/commons/_base.scss */
.highlight.brown {
  background: #e19355 !important;
}
/* line 1049, ../scss/commons/_base.scss */
.highlight.yellow {
  background: #F4E618 !important;
}
/* line 1052, ../scss/commons/_base.scss */
.highlight.red {
  background: #DA2A19 !important;
}
/* line 1055, ../scss/commons/_base.scss */
.highlight.blue {
  background: #3F5B9A !important;
}
/* line 1058, ../scss/commons/_base.scss */
.highlight.blue-nice {
  background: #28A8E0 !important;
}
/* line 1061, ../scss/commons/_base.scss */
.highlight.green {
  background: #45A12B !important;
}
/* line 1064, ../scss/commons/_base.scss */
.highlight.orange {
  background: #F39200 !important;
}
/* line 1067, ../scss/commons/_base.scss */
.highlight.white {
  background: #FFF !important;
  color: #222;
}
/* line 1074, ../scss/commons/_base.scss */
.highlight.ptg_legend {
  margin: -5px 0 20px 0;
}
/* line 1077, ../scss/commons/_base.scss */
.highlight.rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 1085, ../scss/commons/_base.scss */
.highlight.line {
  line-height: 140%;
  padding: 0 12px;
  display: inline-block;
}
/* line 1090, ../scss/commons/_base.scss */
.highlight.line-height-180 {
  line-height: 180%;
}

/* line 1095, ../scss/commons/_base.scss */
.rgba .highlight {
  background: rgba(63, 91, 154, 0.75);
}
/* line 1097, ../scss/commons/_base.scss */
.rgba .highlight.purple {
  background: rgba(74, 56, 132, 0.75) !important;
}
/* line 1100, ../scss/commons/_base.scss */
.rgba .highlight.dark {
  background: rgba(39, 32, 29, 0.75) !important;
}
/* line 1103, ../scss/commons/_base.scss */
.rgba .highlight.brown {
  background: rgba(225, 147, 85, 0.75) !important;
}
/* line 1106, ../scss/commons/_base.scss */
.rgba .highlight.yellow {
  background: rgba(244, 230, 24, 0.75) !important;
}
/* line 1109, ../scss/commons/_base.scss */
.rgba .highlight.red {
  background: rgba(218, 42, 25, 0.75) !important;
}
/* line 1112, ../scss/commons/_base.scss */
.rgba .highlight.blue {
  background: rgba(63, 91, 154, 0.75) !important;
}
/* line 1115, ../scss/commons/_base.scss */
.rgba .highlight.blue-nice {
  background: rgba(40, 168, 224, 0.75) !important;
}
/* line 1118, ../scss/commons/_base.scss */
.rgba .highlight.green {
  background: rgba(69, 161, 43, 0.75) !important;
}
/* line 1121, ../scss/commons/_base.scss */
.rgba .highlight.orange {
  background: rgba(243, 146, 0, 0.75) !important;
}
/* line 1124, ../scss/commons/_base.scss */
.rgba .highlight.white {
  background: rgba(255, 255, 255, 0.75) !important;
  color: #222;
}

/* Colored Titles */
/* line 1131, ../scss/commons/_base.scss */
.bg-title {
  color: #FFFFFF;
  margin-bottom: 12px;
  padding: 3px 9px;
  line-height: 180%;
  background: #3F5B9A;
  text-decoration: none;
}
/* line 1139, ../scss/commons/_base.scss */
.bg-title.purple {
  background: #4a3884;
}
/* line 1142, ../scss/commons/_base.scss */
.bg-title.yellow {
  background: #F4E618;
}
/* line 1145, ../scss/commons/_base.scss */
.bg-title.red {
  background: #DA2A19;
}
/* line 1148, ../scss/commons/_base.scss */
.bg-title.blue-nice {
  background: #28A8E0;
}
/* line 1151, ../scss/commons/_base.scss */
.bg-title.green {
  background: #45A12B;
}
/* line 1154, ../scss/commons/_base.scss */
.bg-title.orange {
  background: #F39200;
}
/* line 1157, ../scss/commons/_base.scss */
.bg-title.gray {
  background: #AAA;
}
/* line 1161, ../scss/commons/_base.scss */
.bg-title:hover {
  background: #8D908E;
  color: #FFF;
}

/* line 1167, ../scss/commons/_base.scss */
.label {
  font-size: 0.8125em;
  background: #3F5B9A;
  padding: 0.125em 0.5em;
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  text-align: center;
  color: #FFF;
}

/* line 1177, ../scss/commons/_base.scss */
a.highlight:hover {
  color: #e6e6e6;
}

/* Text color */
/* line 1183, ../scss/commons/_base.scss */
.color-green {
  color: #45A12B;
}

/* line 1187, ../scss/commons/_base.scss */
.color-yellow {
  color: #F4E618;
}

/* line 1191, ../scss/commons/_base.scss */
.color-red {
  color: #DA2A19;
}

/* line 1195, ../scss/commons/_base.scss */
.color-blue {
  color: #3F5B9A;
}

/* line 1199, ../scss/commons/_base.scss */
.color-white {
  color: #FFF !important;
}

/* Separators */
/* line 1205, ../scss/commons/_base.scss */
hr.gray-line {
  clear: both;
  display: block;
  overflow: hidden;
  height: 25px;
  border: none;
  border-bottom: 3px solid #EEE;
  margin: 0 0 25px 0;
}
/* line 1214, ../scss/commons/_base.scss */
hr.gray-line.dark {
  border-color: #666;
}

/* line 1225, ../scss/commons/_base.scss */
.thumb-plus {
  background: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
/* line 1238, ../scss/commons/_base.scss */
.thumb-plus img {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 1246, ../scss/commons/_base.scss */
.thumb-plus::after {
  content: "+";
  width: 36px;
  height: 36px;
  display: block;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  left: 50%;
  top: 120%;
  -webkit-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
/* line 1271, ../scss/commons/_base.scss */
.thumb-plus:hover {
  opacity: 0.8;
  background-size: 120% auto;
}
/* line 1273, ../scss/commons/_base.scss */
.thumb-plus:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 1279, ../scss/commons/_base.scss */
.thumb-plus:hover::after {
  top: 50%;
  opacity: 1;
}

/* line 1289, ../scss/commons/_base.scss */
.thumb-zoom {
  background-color: #FFF;
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
/* line 1298, ../scss/commons/_base.scss */
.thumb-zoom img {
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 1307, ../scss/commons/_base.scss */
.thumb-zoom:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}

/*********************
HELPERS
*********************/
/* line 10, ../scss/commons/_helpers.scss */
.serif {
  font-family: "Droid Serif", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: normal;
}

/* line 13, ../scss/commons/_helpers.scss */
.italic {
  font-style: italic;
}

/* line 14, ../scss/commons/_helpers.scss */
.text-uppercase, .uppercase {
  text-transform: uppercase;
}

/* line 15, ../scss/commons/_helpers.scss */
.center {
  text-align: center;
}

/* line 19, ../scss/commons/_helpers.scss */
.text-align-right {
  text-align: right;
}

/* line 20, ../scss/commons/_helpers.scss */
.text-align-left {
  text-align: left;
}

/* line 21, ../scss/commons/_helpers.scss */
.text-align-center {
  text-align: center !important;
}

/* line 24, ../scss/commons/_helpers.scss */
.huge-text {
  font-size: 300%;
  line-height: 120%;
}

/* line 28, ../scss/commons/_helpers.scss */
.bigger-text {
  font-size: 150%;
}

/* line 33, ../scss/commons/_helpers.scss */
.meta {
  color: #999;
}

/* line 34, ../scss/commons/_helpers.scss */
.color-white {
  color: #FFF;
}

/* line 35, ../scss/commons/_helpers.scss */
.color-red {
  color: #DA2A19;
}

/* line 39, ../scss/commons/_helpers.scss */
.padding1 {
  padding: 1% 0;
}

/* line 40, ../scss/commons/_helpers.scss */
.padding3 {
  padding: 3% 0;
}

/* line 41, ../scss/commons/_helpers.scss */
.padding20 {
  padding: 20px;
}

/* line 47, ../scss/commons/_helpers.scss */
.nomargin {
  margin: 0 !important;
}

/* line 48, ../scss/commons/_helpers.scss */
.margin20, .margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 51, ../scss/commons/_helpers.scss */
.border-right {
  border-right: 1px solid #DDD;
}

/* line 52, ../scss/commons/_helpers.scss */
.line-height-180 {
  line-height: 180%;
}

/* line 53, ../scss/commons/_helpers.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 54, ../scss/commons/_helpers.scss */
.lazy {
  display: none;
}

/* line 60, ../scss/commons/_helpers.scss */
.right {
  float: right;
}

/* line 61, ../scss/commons/_helpers.scss */
.left {
  float: left;
}

/* line 65, ../scss/commons/_helpers.scss */
ul.inline-list {
  display: block;
  list-style-type: none;
}
/* line 6, ../../../../../../../../../lib/gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-list.scss */
ul.inline-list, ul.inline-list li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 69, ../scss/commons/_helpers.scss */
ul.inline-list li {
  margin: 0 5px 5px 0;
  display: inline-block;
}
/* line 73, ../scss/commons/_helpers.scss */
ul.inline-list li:last-child {
  margin: 0;
}
/* line 77, ../scss/commons/_helpers.scss */
ul.inline-list li:before {
  background: none !important;
  margin: 0 !important;
}

/* line 93, ../scss/commons/_helpers.scss */
.table {
  display: table !important;
  width: 100% !important;
}

/* line 97, ../scss/commons/_helpers.scss */
.table-cell {
  display: table-cell !important;
  vertical-align: middle !important;
}

/* line 128, ../scss/commons/_helpers.scss */
.link-color {
  color: #3F5B9A;
}

/* line 129, ../scss/commons/_helpers.scss */
.big-number {
  font-family: 'Tulpen One';
  font-size: 100px;
  line-height: 100%;
  margin: 0;
}

/* line 135, ../scss/commons/_helpers.scss */
.dark-bg {
  color: #FFF;
}

/* line 138, ../scss/commons/_helpers.scss */
.read-more {
  font-size: 24px;
}

/* line 141, ../scss/commons/_helpers.scss */
.bigger-text {
  font-size: 18px;
  font-weight: 700;
}

/* line 146, ../scss/commons/_helpers.scss */
.hidden {
  display: none;
}

/* line 147, ../scss/commons/_helpers.scss */
.clearfix, .clear, .row {
  clear: both;
  display: block;
  float: none;
  zoom: 1;
}
/* line 451, ../scss/commons/_mixins.scss */
.clearfix:before, .clearfix:after, .clear:before, .clear:after, .row:before, .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 458, ../scss/commons/_mixins.scss */
.clearfix:after, .clear:after, .row:after {
  clear: both;
}

/* line 148, ../scss/commons/_helpers.scss */
.nl {
  clear: both;
  display: block;
  float: none;
  zoom: 1;
  margin-bottom: 20px;
}
/* line 451, ../scss/commons/_mixins.scss */
.nl:before, .nl:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 458, ../scss/commons/_mixins.scss */
.nl:after {
  clear: both;
}

/* line 149, ../scss/commons/_helpers.scss */
.white-text {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
}
/* line 152, ../scss/commons/_helpers.scss */
.white-text a {
  text-decoration: none;
  color: white;
}
/* line 155, ../scss/commons/_helpers.scss */
.white-text a:hover {
  color: #3F5B9A;
}

/*********************
WORDPRESS
*********************/
/* =WordPress Core
-------------------------------------------------------------- */
/* line 7, ../scss/commons/_wp.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 11, ../scss/commons/_wp.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 17, ../scss/commons/_wp.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 22, ../scss/commons/_wp.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 27, ../scss/commons/_wp.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 32, ../scss/commons/_wp.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 37, ../scss/commons/_wp.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 41, ../scss/commons/_wp.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 46, ../scss/commons/_wp.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 52, ../scss/commons/_wp.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 60, ../scss/commons/_wp.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 64, ../scss/commons/_wp.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 68, ../scss/commons/_wp.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 72, ../scss/commons/_wp.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 81, ../scss/commons/_wp.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Responsive images */
/* line 89, ../scss/commons/_wp.scss */
.entry-content img,
.comment-content img,
.widget img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 96, ../scss/commons/_wp.scss */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 101, ../scss/commons/_wp.scss */
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Make sure videos and embeds fit their containers */
/* line 111, ../scss/commons/_wp.scss */
embed,
iframe,
object,
video {
  width: auto;
  max-width: 100%;
}

/* line 118, ../scss/commons/_wp.scss */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}

/* Images */
/* line 123, ../scss/commons/_wp.scss */
.alignleft {
  float: left;
}

/* line 126, ../scss/commons/_wp.scss */
.alignright {
  float: right;
}

/* line 129, ../scss/commons/_wp.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, ../scss/commons/_wp.scss */
.wp-caption {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 4px;
}

/* line 140, ../scss/commons/_wp.scss */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}

/* line 149, ../scss/commons/_wp.scss */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 160, ../scss/commons/_wp.scss */
.gallery {
  clear: both;
  display: block;
  margin: 50px -15px 0 0;
  position: relative;
}
/* line 167, ../scss/commons/_wp.scss */
.gallery dl.gallery-item {
  float: left;
  height: auto;
  margin: 0 15px 15px 0;
  padding: 0;
  width: 150px;
}
/* line 175, ../scss/commons/_wp.scss */
.gallery dl.gallery-item dt {
  width: 100%;
}
/* line 177, ../scss/commons/_wp.scss */
.gallery dl.gallery-item dt img {
  width: 100%;
  height: auto;
}
/* line 180, ../scss/commons/_wp.scss */
.gallery dl.gallery-item dt img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 186, ../scss/commons/_wp.scss */
.gallery:after {
  color: #FFFFFF;
  content: "GALERÍA";
  background-color: #28A8E0;
  left: 0;
  padding: 2px 6px;
  position: absolute;
  text-align: center;
  top: -35px;
}

/* =Comments
-------------------------------------------------------------- */
/* line 202, ../scss/commons/_wp.scss */
.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}

/* line 210, ../scss/commons/_wp.scss */
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}

/* line 214, ../scss/commons/_wp.scss */
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}

/* line 220, ../scss/commons/_wp.scss */
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}

/* line 225, ../scss/commons/_wp.scss */
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}

/* line 231, ../scss/commons/_wp.scss */
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}

/* line 237, ../scss/commons/_wp.scss */
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}

/* line 244, ../scss/commons/_wp.scss */
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}

/* line 248, ../scss/commons/_wp.scss */
.comments-area article header a:hover {
  color: #21759b;
}

/* line 251, ../scss/commons/_wp.scss */
.comments-area article header cite a {
  color: #444;
}

/* line 254, ../scss/commons/_wp.scss */
.comments-area article header cite a:hover {
  text-decoration: underline;
}

/* line 257, ../scss/commons/_wp.scss */
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(to bottom, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}

/* line 277, ../scss/commons/_wp.scss */
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}

/* line 286, ../scss/commons/_wp.scss */
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}

/* line 293, ../scss/commons/_wp.scss */
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}

/* line 297, ../scss/commons/_wp.scss */
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
/* line 304, ../scss/commons/_wp.scss */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}

/* line 308, ../scss/commons/_wp.scss */
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}

/* line 313, ../scss/commons/_wp.scss */
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}

/* line 320, ../scss/commons/_wp.scss */
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}

/* line 324, ../scss/commons/_wp.scss */
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}

/* line 328, ../scss/commons/_wp.scss */
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* line 332, ../scss/commons/_wp.scss */
#respond form label {
  display: block;
  line-height: 1.714285714;
}

/* line 336, ../scss/commons/_wp.scss */
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}

/* line 347, ../scss/commons/_wp.scss */
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}

/* line 354, ../scss/commons/_wp.scss */
.required {
  color: red;
}

/* = Gray Table
-------------------------------------------------------------- */
/* line 362, ../scss/commons/_wp.scss */
table.gray-table {
  background: #EEE;
}
/* line 364, ../scss/commons/_wp.scss */
table.gray-table td {
  border: 3px solid #FFF;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

MOBILE FIRST APPROACH

******************************************************************/
/*****************************************************
* MY GRID
*****************************************************/
/* line 31, ../scss/components/_grid.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  display: block;
}
/* line 34, ../scss/components/_grid.scss */
.onecol img, .twocol img, .threecol img, .fourcol img, .fivecol img, .sixcol img, .sevencol img, .eightcol img, .ninecol img, .tencol img, .elevencol img, .twelvecol img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* line 42, ../scss/components/_grid.scss */
.my-grid-row {
  clear: both;
  display: block;
  margin: 0 -2% 2% 0;
}
/* line 47, ../scss/components/_grid.scss */
.my-grid-row .my-grid-2, .my-grid-row .my-grid-3, .my-grid-row .my-grid-4, .my-grid-row .my-grid-6 {
  float: left;
  margin: 0 2% 1.3em 0;
}
/* line 51, ../scss/components/_grid.scss */
.my-grid-row .my-grid-2 img, .my-grid-row .my-grid-3 img, .my-grid-row .my-grid-4 img, .my-grid-row .my-grid-6 img {
  width: 100%;
  height: auto;
}
/* line 56, ../scss/components/_grid.scss */
.my-grid-row .my-grid-2 {
  width: 98%;
}
/* line 57, ../scss/components/_grid.scss */
.my-grid-row .my-grid-3 {
  width: 98%;
}
/* line 58, ../scss/components/_grid.scss */
.my-grid-row .my-grid-4 {
  width: 98%;
}
/* line 59, ../scss/components/_grid.scss */
.my-grid-row .my-grid-6 {
  width: 48%;
}
/* line 61, ../scss/components/_grid.scss */
.my-grid-row .first {
  clear: left;
}

@media only screen and (min-width: 550px) {
  /* line 71, ../scss/components/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    float: left;
    margin-left: 2.762430939%;
  }
  /* line 74, ../scss/components/_grid.scss */
  .onecol img, .twocol img, .threecol img, .fourcol img, .fivecol img, .sixcol img, .sevencol img, .eightcol img, .ninecol img, .tencol img, .elevencol img, .twelvecol img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* line 79, ../scss/components/_grid.scss */
  .onecol.nomargin, .twocol.nomargin, .threecol.nomargin, .fourcol.nomargin, .fivecol.nomargin, .sixcol.nomargin, .sevencol.nomargin, .eightcol.nomargin, .ninecol.nomargin, .tencol.nomargin, .elevencol.nomargin, .twelvecol.nomargin {
    margin: 0;
  }
  /* line 82, ../scss/components/_grid.scss */
  .onecol.even, .twocol.even, .threecol.even, .fourcol.even, .fivecol.even, .sixcol.even, .sevencol.even, .eightcol.even, .ninecol.even, .tencol.even, .elevencol.even, .twelvecol.even {
    margin: 0 2.762430939% 2.762430939% 0;
  }
  /* line 85, ../scss/components/_grid.scss */
  .onecol.odd, .twocol.odd, .threecol.odd, .fourcol.odd, .fivecol.odd, .sixcol.odd, .sevencol.odd, .eightcol.odd, .ninecol.odd, .tencol.odd, .elevencol.odd, .twelvecol.odd {
    margin: 0 0 2.762430939% 0;
  }
  /* line 88, ../scss/components/_grid.scss */
  .onecol.pull-left, .twocol.pull-left, .threecol.pull-left, .fourcol.pull-left, .fivecol.pull-left, .sixcol.pull-left, .sevencol.pull-left, .eightcol.pull-left, .ninecol.pull-left, .tencol.pull-left, .elevencol.pull-left, .twelvecol.pull-left {
    float: left;
  }
  /* line 91, ../scss/components/_grid.scss */
  .onecol.pull-right, .twocol.pull-right, .threecol.pull-right, .fourcol.pull-right, .fivecol.pull-right, .sixcol.pull-right, .sevencol.pull-right, .eightcol.pull-right, .ninecol.pull-right, .tencol.pull-right, .elevencol.pull-right, .twelvecol.pull-right {
    float: right;
  }

  /* line 96, ../scss/components/_grid.scss */
  .first {
    margin-left: 0;
	clear: left;
  }

  /* line 97, ../scss/components/_grid.scss */
  .last {
    float: right;
  }

  /* line 98, ../scss/components/_grid.scss */
  .smart-row {
    margin: 0 0 0 -2.762430939%;
  }

  /* line 100, ../scss/components/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 101, ../scss/components/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 102, ../scss/components/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 103, ../scss/components/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 104, ../scss/components/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 105, ../scss/components/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 106, ../scss/components/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 107, ../scss/components/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 108, ../scss/components/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 109, ../scss/components/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 110, ../scss/components/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 111, ../scss/components/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /*****************************************************
  * MY GRID
  *****************************************************/
  /* line 118, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-2 {
    width: 48%;
  }
  /* line 119, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-3 {
    width: 31.33%;
  }
  /* line 120, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-4 {
    width: 48%;
  }
  /* line 121, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-6 {
    width: 23%;
  }
}
/* Tablet (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) {
  /* line 130, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-2 {
    width: 48%;
  }
  /* line 131, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-3 {
    width: 31.33%;
  }
  /* line 132, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-4 {
    width: 23%;
  }
  /* line 133, ../scss/components/_grid.scss */
  .my-grid-row .my-grid-6 {
    width: 14.66%;
  }
}
/* ONLY Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 550px) {
  /* Styles */
  /* line 144, ../scss/components/_grid.scss */
  .mobile_1 {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 145, ../scss/components/_grid.scss */
  .mobile_2 {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 146, ../scss/components/_grid.scss */
  .mobile_3 {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 147, ../scss/components/_grid.scss */
  .mobile_4 {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 148, ../scss/components/_grid.scss */
  .mobile_5 {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 149, ../scss/components/_grid.scss */
  .mobile_6 {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 150, ../scss/components/_grid.scss */
  .mobile_7 {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 151, ../scss/components/_grid.scss */
  .mobile_8 {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 152, ../scss/components/_grid.scss */
  .mobile_9 {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 153, ../scss/components/_grid.scss */
  .mobile_10 {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 154, ../scss/components/_grid.scss */
  .mobile_11 {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 155, ../scss/components/_grid.scss */
  .mobile_12 {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 157, ../scss/components/_grid.scss */
  .mobile_1, .mobile_2, .mobile_3, .mobile_4, .mobile_5, .mobile_6, .mobile_7, .mobile_8, .mobile_9, .mobile_10, .mobile_11, .mobile_12 {
    float: left;
    margin-left: 2.762430939%;
    clear: none;
    display: inline-block;
  }
  /* line 163, ../scss/components/_grid.scss */
  .mobile_1.first, .mobile_2.first, .mobile_3.first, .mobile_4.first, .mobile_5.first, .mobile_6.first, .mobile_7.first, .mobile_8.first, .mobile_9.first, .mobile_10.first, .mobile_11.first, .mobile_12.first {
    margin-left: 0;
  }
  /* line 164, ../scss/components/_grid.scss */
  .mobile_1.last, .mobile_2.last, .mobile_3.last, .mobile_4.last, .mobile_5.last, .mobile_6.last, .mobile_7.last, .mobile_8.last, .mobile_9.last, .mobile_10.last, .mobile_11.last, .mobile_12.last {
    float: right;
  }

  /* line 167, ../scss/components/_grid.scss */
  .mobile_hidden {
    display: none;
  }

  /* line 168, ../scss/components/_grid.scss */
  .mobile_center, .mobile-center {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
}
/* line 181, ../scss/components/_grid.scss */
.medium-hidden {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  /* line 181, ../scss/components/_grid.scss */
  .medium-hidden {
    display: block !important;
  }
}

/* line 190, ../scss/components/_grid.scss */
.one-third {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 190, ../scss/components/_grid.scss */
  .one-third {
    width: 33.33333333333333%;
    float: left;
    display: inline-block;
  }
}

/* Normal Buttons ---------------------- */
/* line 2, ../scss/components/_buttons.scss */
.button, input[type="submit"], button {
  /* Default Styles*/
  background-color: #3F5B9A;
  border: none;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 6px 36px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /* Hovers */
  /* Active */
  /* Colors */
  /* Sizes */
}
/* line 17, ../scss/components/_buttons.scss */
.button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  color: #fff;
  background-color: #304676;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 23, ../scss/components/_buttons.scss */
.button:active, input[type="submit"]:active, button:active {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px inset;
}
/* line 26, ../scss/components/_buttons.scss */
.button.white, input[type="submit"].white, button.white {
  background-color: white;
  color: #4a3884;
}
/* line 27, ../scss/components/_buttons.scss */
.button.white:hover, .button.white:focus, input[type="submit"].white:hover, input[type="submit"].white:focus, button.white:hover, button.white:focus {
  background-color: #4a3884;
  color: #FFF;
}
/* line 29, ../scss/components/_buttons.scss */
.button.red, input[type="submit"].red, button.red {
  background-color: #DA2A19;
}
/* line 30, ../scss/components/_buttons.scss */
.button.red:hover, .button.red:focus, input[type="submit"].red:hover, input[type="submit"].red:focus, button.red:hover, button.red:focus {
  background-color: #ac2114;
}
/* line 32, ../scss/components/_buttons.scss */
.button.green, input[type="submit"].green, button.green {
  background-color: #45A12B;
}
/* line 33, ../scss/components/_buttons.scss */
.button.green:hover, .button.green:focus, input[type="submit"].green:hover, input[type="submit"].green:focus, button.green:hover, button.green:focus {
  background-color: #347920;
}
/* line 35, ../scss/components/_buttons.scss */
.button.blue, input[type="submit"].blue, button.blue {
  background-color: #3F5B9A;
}
/* line 36, ../scss/components/_buttons.scss */
.button.blue:hover, .button.blue:focus, input[type="submit"].blue:hover, input[type="submit"].blue:focus, button.blue:hover, button.blue:focus {
  background-color: #304676;
}
/* line 38, ../scss/components/_buttons.scss */
.button.blue-dark, input[type="submit"].blue-dark, button.blue-dark {
  background-color: #0C3183;
}
/* line 39, ../scss/components/_buttons.scss */
.button.blue-dark:hover, .button.blue-dark:focus, input[type="submit"].blue-dark:hover, input[type="submit"].blue-dark:focus, button.blue-dark:hover, button.blue-dark:focus {
  background-color: #082054;
}
/* line 41, ../scss/components/_buttons.scss */
.button.blue-light, input[type="submit"].blue-light, button.blue-light {
  background-color: #008FC1;
}
/* line 42, ../scss/components/_buttons.scss */
.button.blue-light:hover, .button.blue-light:focus, input[type="submit"].blue-light:hover, input[type="submit"].blue-light:focus, button.blue-light:hover, button.blue-light:focus {
  background-color: #00698e;
}
/* line 44, ../scss/components/_buttons.scss */
.button.magenta, input[type="submit"].magenta, button.magenta {
  background-color: #780D68;
}
/* line 45, ../scss/components/_buttons.scss */
.button.magenta:hover, .button.magenta:focus, input[type="submit"].magenta:hover, input[type="submit"].magenta:focus, button.magenta:hover, button.magenta:focus {
  background-color: #4a0840;
}
/* line 47, ../scss/components/_buttons.scss */
.button.brown, input[type="submit"].brown, button.brown {
  background-color: #e19355;
}
/* line 48, ../scss/components/_buttons.scss */
.button.brown:hover, .button.brown:focus, input[type="submit"].brown:hover, input[type="submit"].brown:focus, button.brown:hover, button.brown:focus {
  background-color: #d9772a;
}
/* line 50, ../scss/components/_buttons.scss */
.button.orange, .button.centros-deportivos, input[type="submit"].orange, input[type="submit"].centros-deportivos, button.orange, button.centros-deportivos {
  background-color: #F39200;
}
/* line 51, ../scss/components/_buttons.scss */
.button.orange:hover, .button.orange:focus, .button.centros-deportivos:hover, .button.centros-deportivos:focus, input[type="submit"].orange:hover, input[type="submit"].orange:focus, input[type="submit"].centros-deportivos:hover, input[type="submit"].centros-deportivos:focus, button.orange:hover, button.orange:focus, button.centros-deportivos:hover, button.centros-deportivos:focus {
  background-color: #c07300;
}
/* line 53, ../scss/components/_buttons.scss */
.button.gray, input[type="submit"].gray, button.gray {
  background-color: #eeeeee;
}
/* line 54, ../scss/components/_buttons.scss */
.button.gray:hover, .button.gray:focus, input[type="submit"].gray:hover, input[type="submit"].gray:focus, button.gray:hover, button.gray:focus {
  background-color: #d4d4d4;
}
/* line 56, ../scss/components/_buttons.scss */
.button.sky, input[type="submit"].sky, button.sky {
  background-color: #91A7DA;
}
/* line 57, ../scss/components/_buttons.scss */
.button.sky:hover, .button.sky:focus, input[type="submit"].sky:hover, input[type="submit"].sky:focus, button.sky:hover, button.sky:focus {
  background-color: #6b88cd;
}
/* line 62, ../scss/components/_buttons.scss */
.button.small, input[type="submit"].small, button.small {
  font-weight: 400;
  font-size: 90%;
  padding: 4px 15px;
}
/* line 67, ../scss/components/_buttons.scss */
.button.block, input[type="submit"].block, button.block {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 75, ../scss/components/_buttons.scss */
.button.link-section, input[type="submit"].link-section, button.link-section {
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 25px 35px;
  text-align: center;
  min-height: 229px;
}

/* Button */
/* Standard Forms */
/* line 171, ../scss/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 53, ../scss/components/_forms.scss */
form .row .row {
  margin: -0.5em;
}
/* line 55, ../scss/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 59, ../scss/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 61, ../scss/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 66, ../scss/components/_forms.scss */
form .row input.column,
form .row input.columns {
  padding-left: 0.5em;
}

/* line 175, ../scss/components/_forms.scss */
form .row .row {
  margin: 0;
}

/* Label Styles */
/* line 178, ../scss/components/_forms.scss */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  margin-top: 0.5em;
}
/* line 179, ../scss/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 180, ../scss/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.75em 0;
}

/* We use this to get basic styling on all basic form elements */
/* line 184, ../scss/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background-color: #fff;
  font-family: inherit;
  border: 2px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.6em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 87, ../scss/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  background: #fafafa;
  border-color: #3F5B9A;
  outline: none;
}
/* line 94, ../scss/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly],
input[type="date"][disabled],
input[type="date"][readonly],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
input[type="month"][disabled],
input[type="month"][readonly],
input[type="week"][disabled],
input[type="week"][readonly],
input[type="email"][disabled],
input[type="email"][readonly],
input[type="number"][disabled],
input[type="number"][readonly],
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="time"][disabled],
input[type="time"][readonly],
input[type="url"][disabled],
input[type="url"][readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly] {
  background-color: #EEE;
}

/* line 202, ../scss/components/_forms.scss */
textarea {
  height: 12.5em;
}

/* We add basic fieldset styling */
/* line 207, ../scss/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 129, ../scss/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 212, ../scss/components/_forms.scss */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
/* line 144, ../scss/components/_forms.scss */
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #3F5B9A;
}

/* line 219, ../scss/components/_forms.scss */
.error label,
label.error {
  color: #c60f13;
}

/* line 222, ../scss/components/_forms.scss */
.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

/* line 227, ../scss/components/_forms.scss */
select {
  cursor: pointer;
}

/* line 230, ../scss/components/_forms.scss */
.horizontal-form {
  *zoom: 1;
  background: #EEE;
  padding: 5px 20px;
}
/* line 315, ../scss/commons/_mixins.scss */
.horizontal-form:before, .horizontal-form:after {
  content: " ";
  display: table;
}
/* line 316, ../scss/commons/_mixins.scss */
.horizontal-form:after {
  clear: both;
}

/* line 26, ../scss/components/_block.scss */
.block {
  display: block;
}
/* line 32, ../scss/components/_block.scss */
.block.dark {
  background: #27201D;
}
/* line 33, ../scss/components/_block.scss */
.block.purple {
  background: #4a3884;
}
/* line 34, ../scss/components/_block.scss */
.block.white {
  background: #FFF;
}
/* line 37, ../scss/components/_block.scss */
.block.red {
  background: #DA2A19;
  color: #f3a199;
}
/* line 8, ../scss/components/_block.scss */
.block.red hr {
  height: 3px;
  background-color: #e94c3d;
  border: none;
}
/* line 13, ../scss/components/_block.scss */
.block.red p {
  color: #FFF;
}
/* line 16, ../scss/components/_block.scss */
.block.red a {
  text-decoration: none;
  color: #FFF;
}
/* line 20, ../scss/components/_block.scss */
.block.red a:hover {
  text-decoration: underline;
}
/* line 41, ../scss/components/_block.scss */
.block.orange {
  background: #F39200;
}
/* line 42, ../scss/components/_block.scss */
.block.blue {
  background: #3F5B9A;
}
/* line 45, ../scss/components/_block.scss */
.block.blue-nice {
  background: #28A8E0;
  color: #aedef3;
}
/* line 8, ../scss/components/_block.scss */
.block.blue-nice hr {
  height: 3px;
  background-color: #55bae6;
  border: none;
}
/* line 13, ../scss/components/_block.scss */
.block.blue-nice p {
  color: #FFF;
}
/* line 16, ../scss/components/_block.scss */
.block.blue-nice a {
  text-decoration: none;
  color: #FFF;
}
/* line 20, ../scss/components/_block.scss */
.block.blue-nice a:hover {
  text-decoration: underline;
}
/* line 49, ../scss/components/_block.scss */
.block.green {
  background-color: #45A12B;
}
/* line 52, ../scss/components/_block.scss */
.block.twitter {
  background-color: #48C5D9;
}
/* line 55, ../scss/components/_block.scss */
.block.instagram {
  background-color: #F7D7A7;
}
/* line 57, ../scss/components/_block.scss */
.block.parallax {
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 5% 0;
  background-size: cover;
}
/* line 64, ../scss/components/_block.scss */
.block.stripped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAMUlEQVQIHWP8//8/AzqYO6X+PwNIAhnPmVwH5AIVYxNEkYCphCkE60AXBOvAJgiSAACyHV2/D1uQfgAAAABJRU5ErkJggg==") repeat scroll right top #EAE3D4;
}
/* line 70, ../scss/components/_block.scss */
.block.white {
  position: relative;
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
/* line 74, ../scss/components/_block.scss */
.block.white .block-title a {
  color: #333;
}
/* line 76, ../scss/components/_block.scss */
.block.white .block-title a:hover {
  text-decoration: underline;
}
/* line 81, ../scss/components/_block.scss */
.block.white .block-media {
  margin: 0;
}
/* line 85, ../scss/components/_block.scss */
.block.white .block-title, .block.white .block-content {
  padding: 10px;
}
/* line 89, ../scss/components/_block.scss */
.block.white hr {
  height: 1px;
  background-color: #EEE;
  border: none;
}
/* line 95, ../scss/components/_block.scss */
.block.white:hover {
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}

/******************************************************************
Events
******************************************************************/
/*calendario miniatura*/
/* line 7, ../scss/sections/_events.scss */
#home-events {
  padding: 40px 0;
}

/* line 11, ../scss/sections/_events.scss */
table.fullcalendar {
  width: 100%;
}
/* line 13, ../scss/sections/_events.scss */
table.fullcalendar td {
  border: none;
}

/* line 18, ../scss/sections/_events.scss */
.em-calendar-wrapper {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
}
/* line 24, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calnav-next, .em-calendar-wrapper .em-calnav-prev {
  width: auto;
  display: inline;
  color: #999;
  font-weight: normal;
}
/* line 31, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar .month_name {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* line 38, ../scss/sections/_events.scss */
.em-calendar-wrapper table.em-calendar td {
  min-height: 55px;
}
/* line 43, ../scss/sections/_events.scss */
.em-calendar-wrapper .eventless {
  color: #222;
  background: transparent;
}
/* line 48, ../scss/sections/_events.scss */
.em-calendar-wrapper .eventful-today a {
  color: #fff;
}
/* line 52, ../scss/sections/_events.scss */
.em-calendar-wrapper .eventful-today {
  border-bottom: none;
  background: #2AAEE0;
}
/* line 57, ../scss/sections/_events.scss */
.em-calendar-wrapper .eventless-today {
  color: #fff;
}
/* line 61, ../scss/sections/_events.scss */
.em-calendar-wrapper table.em-calendar td.eventful-pre a,
.em-calendar-wrapper table.em-calendar td.eventful-post a {
  border-bottom: none;
  text-decoration: none;
}
/* line 68, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar .em-calnav-next, .em-calendar-wrapper .em-calendar .em-calnav-prev {
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
}
/* line 73, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar .em-calnav-next:hover, .em-calendar-wrapper .em-calendar .em-calnav-prev:hover {
  color: #cccccc;
}
/* line 77, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar td.eventful-pre:hover > a {
  color: #fff;
}
/* line 80, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar td {
  text-align: right;
  vertical-align: top;
}
/* line 85, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre {
  background: #F39200;
  position: relative;
  padding: 0;
  vertical-align: middle;
  position: relative;
}
/* line 92, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful .first, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today .first, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post .first, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre .first {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 106, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful .first img, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today .first img, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post .first img, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre .first img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
/* line 112, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful .first .numero-dia, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today .first .numero-dia, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post .first .numero-dia, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre .first .numero-dia {
  color: #FFFFFF;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 18px;
  background: #3F5B9A;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 125, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful .first:hover, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today .first:hover, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post .first:hover, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre .first:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 130, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre a {
  color: #2AAEE0;
  border-bottom: none;
}
/* line 134, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful:hover > a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today:hover > a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover > a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre:hover > a {
  background-color: #2AAEE0;
  color: #fff;
}
/* line 138, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul {
  background: #FFFFFF;
  display: none;
  margin: 0 0 0 -68px;
  position: absolute;
  width: 200px;
  z-index: 9999;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
/* line 147, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul:after, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul:after, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul:after, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul:after {
  display: block;
  position: absolute;
  top: -8px;
  left: 95px;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 163, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul li, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul li, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul li, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul li {
  list-style: none;
  text-align: left;
}
/* line 167, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul li a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul li a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul li a, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul li a {
  clear: both;
  display: block;
  font-size: 90%;
  line-height: 150%;
  overflow: hidden;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #EEE;
}
/* line 177, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul li a .image, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul li a .image, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul li a .image, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul li a .image {
  float: left;
  margin: 0 10px 0 0;
}
/* line 181, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul li a .image img, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul li a .image img, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul li a .image img, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul li a .image img {
  width: 60px;
}
/* line 185, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul li a .hour, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul li a .hour, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul li a .hour, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul li a .hour {
  display: block;
  color: #CCC;
}
/* line 189, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful ul li a:hover, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today ul li a:hover, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post ul li a:hover, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre ul li a:hover {
  color: #DA2A19;
}
/* line 198, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td.eventful:hover ul, .em-calendar-wrapper .em-calendar tbody tr td.eventful-today:hover ul, .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover ul, .em-calendar-wrapper .em-calendar tbody tr td.eventful-pre:hover ul {
  display: block;
}
/* line 206, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar .days-names td {
  color: #FFF;
  border: none;
  text-transform: uppercase;
  background: none;
}
/* line 213, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calendar tbody tr td {
  border: 1px solid #DA2A19;
  background: #FFF;
  font-size: 90%;
  height: 55px;
}
/* line 219, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calnav-prev {
  float: left;
}
/* line 222, ../scss/sections/_events.scss */
.em-calendar-wrapper .em-calnav-next {
  float: right;
}

/* Events Table */
/* line 230, ../scss/sections/_events.scss */
.events-table {
  width: 100%;
  margin: 0;
}
/* line 234, ../scss/sections/_events.scss */
.events-table thead .event-time {
  display: none;
}
/* line 237, ../scss/sections/_events.scss */
.events-table thead .event-description {
  display: none;
}
/* line 240, ../scss/sections/_events.scss */
.events-table .event-row {
  text-align: center;
  /* border-bottom: 1px solid #F44535; */
}
/* line 244, ../scss/sections/_events.scss */
.events-table .event-row td {
  text-align: left;
  padding: 0px;
  vertical-align: top;
}
/* line 249, ../scss/sections/_events.scss */
.events-table .event-row td .event-time {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 5px 0;
  font-size: 12px;
}
/* line 252, ../scss/sections/_events.scss */
.events-table .event-row td .event-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
/* line 257, ../scss/sections/_events.scss */
.events-table .event-row td .event-title a {
  color: #FFF;
  text-decoration: none;
}
/* line 260, ../scss/sections/_events.scss */
.events-table .event-row td .event-title a:hover {
  text-decoration: underline;
}
/* line 265, ../scss/sections/_events.scss */
.events-table .event-row td .event-category {
  color: #FFF;
  font-weight: bold;
}
/* line 268, ../scss/sections/_events.scss */
.events-table .event-row td .event-category a {
  color: #FFF;
}
/* line 272, ../scss/sections/_events.scss */
.events-table .event-row td .event-location {
  color: rgba(255, 255, 255, 0.8);
  /**/
  margin: 0;
  font-size: 12px;
}
/* line 274, ../scss/sections/_events.scss */
.events-table .event-row td .event-location a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 283, ../scss/sections/_events.scss */
.event-date {
  clear: both;
  display: block;
  font-size: 100%;
  font-weight: bold;
  line-height: 110%;
  margin: 0 10px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  padding: 10px;
  background: #DA2A19;
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #FFF;
}
/* line 297, ../scss/sections/_events.scss */
.event-date:first-line {
  font-size: 160%;
}

/* Ficha del evento*/
/* line 303, ../scss/sections/_events.scss */
.fecha-evento {
  color: #fff;
  background: #DA2A19;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 110%;
  float: right;
  text-align: right;
  padding: 3px 15px;
  margin: 0 0 0 5px;
}
/* line 313, ../scss/sections/_events.scss */
.fecha-evento i {
  margin-right: 5px;
}

/* line 318, ../scss/sections/_events.scss */
.event-detail {
  text-align: center;
  padding: 20px 0;
}
/* line 322, ../scss/sections/_events.scss */
.event-detail.border-left {
  border-left: 1px solid #ddd;
}
/* line 326, ../scss/sections/_events.scss */
.event-detail .icono {
  overflow: hidden;
  text-align: left;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  font-size: 22px;
  display: block;
}
/* line 336, ../scss/sections/_events.scss */
.event-detail .event-info dt {
  float: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #DA2A19;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 346, ../scss/sections/_events.scss */
.event-detail .event-info dd {
  margin: 0 0 20px;
  padding: 0;
}

/* line 355, ../scss/sections/_events.scss */
.single-event #content.red h2.info-evento {
  font-size: 100%;
  background: transparent;
  color: #444;
  padding: 0;
  margin: 0.6em 0 0.6em 0;
}
/* line 362, ../scss/sections/_events.scss */
.single-event #content.red h5 {
  color: #DA2A19;
  text-transform: uppercase;
  font-size: 100%;
  margin: 0 0 0.3em 0;
}

/* line 370, ../scss/sections/_events.scss */
.button.grande {
  width: 97%;
  display: block;
  padding: 10px 36px;
}

/* line 376, ../scss/sections/_events.scss */
.video-post {
  margin-top: 20px;
}

/*página agenda*/
/* line 381, ../scss/sections/_events.scss */
.page-template-page-eventos-php, .tax-deportes, .tax-tipos-eventos, .tax-event-categories {
  /*
  .entry-content ul li {
    font-size: 90%;
    margin: 0 0 10px 0;
    text-transform: uppercase;

    &:before {
      content: none;
    }
    a {
      color: #333;
      text-decoration: none;
      &:hover {
        color: $red;
        text-decoration: underline;
      }
    }
  }
  */
}
/* line 383, ../scss/sections/_events.scss */
.page-template-page-eventos-php .bloque-eventos-destacados, .tax-deportes .bloque-eventos-destacados, .tax-tipos-eventos .bloque-eventos-destacados, .tax-event-categories .bloque-eventos-destacados {
  margin-bottom: 30px;
}
/* line 385, ../scss/sections/_events.scss */
.page-template-page-eventos-php .bloque-eventos-destacados div, .tax-deportes .bloque-eventos-destacados div, .tax-tipos-eventos .bloque-eventos-destacados div, .tax-event-categories .bloque-eventos-destacados div {
  position: relative;
}
/* line 387, ../scss/sections/_events.scss */
.page-template-page-eventos-php .bloque-eventos-destacados div a, .tax-deportes .bloque-eventos-destacados div a, .tax-tipos-eventos .bloque-eventos-destacados div a, .tax-event-categories .bloque-eventos-destacados div a {
  text-decoration: none;
}
/* line 389, ../scss/sections/_events.scss */
.page-template-page-eventos-php .bloque-eventos-destacados div a .event-title, .tax-deportes .bloque-eventos-destacados div a .event-title, .tax-tipos-eventos .bloque-eventos-destacados div a .event-title, .tax-event-categories .bloque-eventos-destacados div a .event-title {
  font-size: 100%;
  line-height: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
}
/* line 399, ../scss/sections/_events.scss */
.page-template-page-eventos-php .bloque-eventos-destacados div a .event-time, .tax-deportes .bloque-eventos-destacados div a .event-time, .tax-tipos-eventos .bloque-eventos-destacados div a .event-time, .tax-event-categories .bloque-eventos-destacados div a .event-time {
  color: #666;
  font-size: 85%;
  line-height: 130%;
}
/* line 407, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-title, .tax-deportes .event-title, .tax-tipos-eventos .event-title, .tax-event-categories .event-title {
  line-height: 110%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
/* line 438, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row, .tax-deportes .event-row, .tax-tipos-eventos .event-row, .tax-event-categories .event-row {
  padding: 10px 0 15px;
  display: block;
}
/* line 442, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div.event-foto, .tax-deportes .event-row div.event-foto, .tax-tipos-eventos .event-row div.event-foto, .tax-event-categories .event-row div.event-foto {
  padding: 0;
}
/* line 446, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div img, .tax-deportes .event-row div img, .tax-tipos-eventos .event-row div img, .tax-event-categories .event-row div img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* line 452, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-title, .tax-deportes .event-row div .event-title, .tax-tipos-eventos .event-row div .event-title, .tax-event-categories .event-row div .event-title {
  font-size: 130%;
  line-height: 150%;
}
/* line 455, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-title a, .tax-deportes .event-row div .event-title a, .tax-tipos-eventos .event-row div .event-title a, .tax-event-categories .event-row div .event-title a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
/* line 459, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-title a:hover, .tax-deportes .event-row div .event-title a:hover, .tax-tipos-eventos .event-row div .event-title a:hover, .tax-event-categories .event-row div .event-title a:hover {
  text-decoration: underline;
}
/* line 464, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-time, .tax-deportes .event-row div .event-time, .tax-tipos-eventos .event-row div .event-time, .tax-event-categories .event-row div .event-time {
  color: #666;
  font-size: 85%;
}
/* line 467, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-time a, .tax-deportes .event-row div .event-time a, .tax-tipos-eventos .event-row div .event-time a, .tax-event-categories .event-row div .event-time a {
  color: #777;
}
/* line 471, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-date, .tax-deportes .event-row div .event-date, .tax-tipos-eventos .event-row div .event-date, .tax-event-categories .event-row div .event-date {
  width: 60px;
}
/* line 474, ../scss/sections/_events.scss */
.page-template-page-eventos-php .event-row div .event-excerpt, .tax-deportes .event-row div .event-excerpt, .tax-tipos-eventos .event-row div .event-excerpt, .tax-event-categories .event-row div .event-excerpt {
  font-size: 13px;
  margin: 5px 0 10px;
}
/* line 482, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper, .tax-deportes .em-calendar-wrapper, .tax-tipos-eventos .em-calendar-wrapper, .tax-event-categories .em-calendar-wrapper {
  margin-top: 0;
}
/* line 484, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar, .tax-deportes .em-calendar-wrapper .em-calendar, .tax-tipos-eventos .em-calendar-wrapper .em-calendar, .tax-event-categories .em-calendar-wrapper .em-calendar {
  width: 90%;
}
/* line 487, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar .month_name, .tax-deportes .em-calendar-wrapper .em-calendar .month_name, .tax-tipos-eventos .em-calendar-wrapper .em-calendar .month_name, .tax-event-categories .em-calendar-wrapper .em-calendar .month_name {
  color: #666;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}
/* line 494, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar .em-calnav-next, .page-template-page-eventos-php .em-calendar-wrapper .em-calendar .em-calnav-prev, .tax-deportes .em-calendar-wrapper .em-calendar .em-calnav-next, .tax-deportes .em-calendar-wrapper .em-calendar .em-calnav-prev, .tax-tipos-eventos .em-calendar-wrapper .em-calendar .em-calnav-next, .tax-tipos-eventos .em-calendar-wrapper .em-calendar .em-calnav-prev, .tax-event-categories .em-calendar-wrapper .em-calendar .em-calnav-next, .tax-event-categories .em-calendar-wrapper .em-calendar .em-calnav-prev {
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
}
/* line 501, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr.days-names, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr.days-names, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr.days-names, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr.days-names {
  border: none;
}
/* line 503, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr.days-names td, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr.days-names td, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr.days-names td, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr.days-names td {
  border: none;
  color: #666;
  background: transparent;
  text-align: center;
  padding-bottom: 10px;
}
/* line 511, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td {
  border: 1px solid #E8EBEE;
  background: #f7f6f5;
  color: #666;
  height: auto;
  padding: 5px;
}
/* line 518, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover {
  background: #F39200;
}
/* line 521, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover > a, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover > a, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover > a, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful:hover > a {
  background: transparent;
  color: #fff;
}
/* line 525, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful a, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful a, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful a, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful a {
  color: #F39200;
  text-decoration: none;
}
/* line 528, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful a:hover, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful a:hover, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful a:hover, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful a:hover {
  background: transparent;
  color: #fff;
}
/* line 535, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover {
  background: #F39200;
}
/* line 538, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover > a, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover > a, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover > a, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful-post:hover > a {
  background: transparent;
  color: #fff;
}
/* line 542, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a {
  color: #F39200;
  text-decoration: none;
}
/* line 545, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a:hover, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a:hover, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a:hover, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventful-post a:hover {
  background: transparent;
  color: #fff;
}
/* line 551, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventless-pre, .page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventless-post, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventless-pre, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventless-post, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventless-pre, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventless-post, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventless-pre, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventless-post {
  color: #aaa;
  background: transparent;
}
/* line 555, ../scss/sections/_events.scss */
.page-template-page-eventos-php .em-calendar-wrapper .em-calendar tbody tr td.eventless-today, .tax-deportes .em-calendar-wrapper .em-calendar tbody tr td.eventless-today, .tax-tipos-eventos .em-calendar-wrapper .em-calendar tbody tr td.eventless-today, .tax-event-categories .em-calendar-wrapper .em-calendar tbody tr td.eventless-today {
  color: #fff;
  background: #444;
}

/* line 568, ../scss/sections/_events.scss */
.agenda-title {
  font-weight: 600;
  font-size: 150%;
}

/* line 573, ../scss/sections/_events.scss */
.title-buscador {
  font-size: 110%;
  line-height: 120%;
}

/* line 578, ../scss/sections/_events.scss */
h4.agenda-title {
  font-size: 125%;
  font-weight: 600;
  color: #222;
}
/* line 582, ../scss/sections/_events.scss */
h4.agenda-title.buscador {
  margin-bottom: 0.1em;
}
/* line 585, ../scss/sections/_events.scss */
h4.agenda-title span {
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background: #DA2A19;
}
/* line 594, ../scss/sections/_events.scss */
#content.green h4.agenda-title span {
  background: #45A12B;
}

/* line 604, ../scss/sections/_events.scss */
#buscador-agenda {
  background: #f7f6f5;
  border: 1px solid #eee;
  color: #666;
  padding: 5% 5% 10%;
  margin-bottom: 35px;
}

/* line 614, ../scss/sections/_events.scss */
.em-events-search form {
  margin: 0;
}

/* line 621, ../scss/sections/_events.scss */
.categorias-evento, .event-categories {
  margin: 5px 0;
}
/* line 624, ../scss/sections/_events.scss */
.categorias-evento ul, .event-categories ul {
  font-size: 90%;
  list-style: none;
  margin: 0;
}
/* line 628, ../scss/sections/_events.scss */
.categorias-evento ul li, .event-categories ul li {
  margin: 0;
  display: inline;
}
/* line 631, ../scss/sections/_events.scss */
.categorias-evento ul li:before, .event-categories ul li:before {
  content: none;
}
/* line 636, ../scss/sections/_events.scss */
.categorias-evento a, .event-categories a {
  background: #F39200;
  color: #fff;
  font-size: 90%;
  text-decoration: none;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: lowercase;
}
/* line 646, ../scss/sections/_events.scss */
.categorias-evento a:hover, .event-categories a:hover {
  background: #e19355;
  color: #fff;
  text-decoration: none;
}

/****************************************
jQuery UI - Calendar
*****************************************/
/* line 658, ../scss/sections/_events.scss */
.ui-widget.ui-datepicker .ui-datepicker-title select {
  display: inline;
  float: left;
  height: 30px;
  margin: 0 1%;
  padding: 3px;
  width: 48%;
}
/* line 666, ../scss/sections/_events.scss */
.ui-widget.ui-datepicker .ui-widget-header {
  border: none;
  background: #F39200;
}

/* line 672, ../scss/sections/_events.scss */
.ui-corner-all {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 680, ../scss/sections/_events.scss */
.event-vertical {
  position: relative;
}
/* line 686, ../scss/sections/_events.scss */
.event-vertical.has-image .event-date {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}
/* line 696, ../scss/sections/_events.scss */
.event-vertical.no-image .event-date {
  float: right;
  width: 25%;
  margin: 0;
}
/* line 701, ../scss/sections/_events.scss */
.event-vertical.no-image .event-name {
  float: left;
  width: 70%;
}
/* line 705, ../scss/sections/_events.scss */
.event-vertical.no-image hr {
  clear: both;
  display: block;
}
/* line 710, ../scss/sections/_events.scss */
.event-vertical .event-image {
  display: block;
  margin-bottom: 15px;
}
/* line 714, ../scss/sections/_events.scss */
.event-vertical .event-location, .event-vertical .event-time {
  display: block;
  margin: 5px 0;
}
/* line 719, ../scss/sections/_events.scss */
.event-vertical hr {
  height: 1px;
}

/******************************************************************
Locations - Para las instalaciones
******************************************************************/
/* line 5, ../scss/sections/_locations.scss */
dl.icon-list {
  font-size: 0.9375em;
}
/* line 8, ../scss/sections/_locations.scss */
dl.icon-list dt {
  background: none repeat scroll 0 0 #45A12B;
  color: #FFFFFF;
  font-weight: normal;
  padding: 3px 8px;
  width: 30%;
}
/* line 15, ../scss/sections/_locations.scss */
dl.icon-list dt:before {
  margin-right: 5px;
}
/* line 19, ../scss/sections/_locations.scss */
dl.icon-list dd {
  margin: 0 0 0 35%;
}

/* line 25, ../scss/sections/_locations.scss */
.detalles hr {
  background: #DDD;
  border: none;
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
}
/* line 32, ../scss/sections/_locations.scss */
.detalles .row {
  overflow: hidden;
}

/* line 37, ../scss/sections/_locations.scss */
table.beauty {
  border: none;
}
/* line 40, ../scss/sections/_locations.scss */
table.beauty.actividades tr.title th {
  background: rgba(12, 49, 131, 0.75);
  color: #FFF;
}
/* line 44, ../scss/sections/_locations.scss */
table.beauty.actividades tr.head th {
  background: rgba(12, 49, 131, 0.5);
  color: #FFF;
  font-weight: 400;
}
/* line 49, ../scss/sections/_locations.scss */
table.beauty.actividades tbody td {
  background: rgba(12, 49, 131, 0.1);
}
/* line 55, ../scss/sections/_locations.scss */
table.beauty.cursos tr.title th {
  background: #F39200;
  color: #FFF;
}
/* line 59, ../scss/sections/_locations.scss */
table.beauty.cursos tr.head th {
  background: #ffbd5a;
  color: #FFF;
  font-weight: 400;
}
/* line 64, ../scss/sections/_locations.scss */
table.beauty.cursos tbody td {
  background: rgba(243, 146, 0, 0.1);
}
/* line 69, ../scss/sections/_locations.scss */
table.beauty td, table.beauty th {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #FFF;
}
/* line 75, ../scss/sections/_locations.scss */
table.beauty td li, table.beauty th li {
  border-bottom: 1px solid #FFFFFF;
  font-size: 85%;
  margin: 0;
  padding: 5px 0;
  line-height: 140%;
}
/* line 82, ../scss/sections/_locations.scss */
table.beauty td li:before, table.beauty th li:before {
  content: "";
  height: 0;
  margin: 0;
  width: 0;
}
/* line 88, ../scss/sections/_locations.scss */
table.beauty td li:last-child, table.beauty th li:last-child {
  border: none;
}
/* line 96, ../scss/sections/_locations.scss */
table.beauty tbody td {
  border: 1px solid #FFF;
  padding: 20px 10px;
  vertical-align: top;
}
/* line 101, ../scss/sections/_locations.scss */
table.beauty tbody td a {
  clear: both;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 0.875em;
  color: #222;
}
/* line 109, ../scss/sections/_locations.scss */
table.beauty tbody td a:hover {
  text-decoration: underline;
}

/* Mapa de instalaciones */
/* line 120, ../scss/sections/_locations.scss */
#locations-map {
  position: relative;
  height: 500px;
  background: #E5E3DF;
}
/* line 126, ../scss/sections/_locations.scss */
#locations-map #map-canvas {
  width: 100%;
  height: 520px;
}
/* line 131, ../scss/sections/_locations.scss */
#locations-map .map-filter {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  font-size: 79%;
  margin: 8px 0;
  max-width: 275px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
/* line 145, ../scss/sections/_locations.scss */
#locations-map .map-filter h4 {
  line-height: 140%;
  margin: 0 0 0.3125em 0;
  font-size: 110%;
}
/* line 151, ../scss/sections/_locations.scss */
#locations-map .map-filter label {
  margin: 0;
}
/* line 157, ../scss/sections/_locations.scss */
#locations-map .map-filter select {
  width: 100%;
  margin-bottom: 10px;
  font-size: 110%;
}
/* line 162, ../scss/sections/_locations.scss */
#locations-map .map-filter ul {
  list-style: none;
  margin-bottom: 10px;
}
/* line 167, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li i {
  margin-right: 5px;
  font-size: 18px;
}
/* line 172, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.centros-deportivos .label, #locations-map .map-filter ul li.centres-esportius .label {
  background-color: #780D68;
}
/* line 175, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.centros-deportivos i, #locations-map .map-filter ul li.centres-esportius i {
  color: #780D68;
}
/* line 180, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.campos-de-futbol .label, #locations-map .map-filter ul li.camps-de-futbol .label {
  background-color: #DA2A19;
}
/* line 183, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.campos-de-futbol i, #locations-map .map-filter ul li.camps-de-futbol i {
  color: #DA2A19;
}
/* line 188, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.otras-instalaciones .label, #locations-map .map-filter ul li.altres-installacions .label {
  background-color: #F39200;
}
/* line 191, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.otras-instalaciones i, #locations-map .map-filter ul li.altres-installacions i {
  color: #F39200;
}
/* line 196, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.instalaciones-en-parques-y-jardines .label, #locations-map .map-filter ul li.installacions-en-parcs-i-jardins .label {
  background-color: #45A12B;
}
/* line 199, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.instalaciones-en-parques-y-jardines i, #locations-map .map-filter ul li.installacions-en-parcs-i-jardins i {
  color: #45A12B;
}
/* line 204, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.espacios-naturales .label, #locations-map .map-filter ul li.espais-naturals .label {
  background-color: #28A8E0;
}
/* line 207, ../scss/sections/_locations.scss */
#locations-map .map-filter ul li.espacios-naturales i, #locations-map .map-filter ul li.espais-naturals i {
  color: #28A8E0;
}
/* line 215, ../scss/sections/_locations.scss */
#locations-map #filter-button {
  display: none;
}
/* line 218, ../scss/sections/_locations.scss */
#locations-map #close-filter-button {
  display: none;
}

/* line 223, ../scss/sections/_locations.scss */
.loop-location {
  height: 285px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  /* Loop de los Clubs */
}
/* line 233, ../scss/sections/_locations.scss */
.loop-location:hover {
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}
/* line 237, ../scss/sections/_locations.scss */
.loop-location .overview figure {
  border-bottom: 3px solid #45A12B;
}
/* line 241, ../scss/sections/_locations.scss */
.loop-location .overview figure a {
  clear: both;
  display: block;
  overflow: hidden;
}
/* line 247, ../scss/sections/_locations.scss */
.loop-location .overview figure img {
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* line 258, ../scss/sections/_locations.scss */
.loop-location.centros-deportivos figure, .loop-location.centres-esportius figure {
  border-color: #780D68;
}
/* line 261, ../scss/sections/_locations.scss */
.loop-location.centros-deportivos h3 a, .loop-location.centres-esportius h3 a {
  color: #780D68 !important;
}
/* line 266, ../scss/sections/_locations.scss */
.loop-location.campos-de-futbol figure, .loop-location.camps-de-futbol figure {
  border-color: #DA2A19;
}
/* line 269, ../scss/sections/_locations.scss */
.loop-location.campos-de-futbol h3 a, .loop-location.camps-de-futbol h3 a {
  color: #DA2A19 !important;
}
/* line 274, ../scss/sections/_locations.scss */
.loop-location.otras-instalaciones figure, .loop-location.altres-installacions figure {
  border-color: #F39200;
}
/* line 277, ../scss/sections/_locations.scss */
.loop-location.otras-instalaciones h3 a, .loop-location.altres-installacions h3 a {
  color: #F39200 !important;
}
/* line 282, ../scss/sections/_locations.scss */
.loop-location.instalaciones-en-parques-y-jardines figure, .loop-location.installacions-en-parcs-i-jardins figure {
  border-color: #45A12B;
}
/* line 285, ../scss/sections/_locations.scss */
.loop-location.instalaciones-en-parques-y-jardines h3 a, .loop-location.installacions-en-parcs-i-jardins h3 a {
  color: #45A12B !important;
}
/* line 290, ../scss/sections/_locations.scss */
.loop-location.espacios-naturales figure, .loop-location.espais-naturals figure {
  border-color: #28A8E0;
}
/* line 293, ../scss/sections/_locations.scss */
.loop-location.espacios-naturales h3 a, .loop-location.espais-naturals h3 a {
  color: #28A8E0 !important;
}
/* line 298, ../scss/sections/_locations.scss */
.loop-location h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 306, ../scss/sections/_locations.scss */
.loop-location h4 a {
  color: #787876;
}
/* line 311, ../scss/sections/_locations.scss */
.loop-location h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
/* line 316, ../scss/sections/_locations.scss */
.loop-location .overview .hgroup {
  margin: 0 auto;
  padding-top: 15px;
  width: 82%;
  min-height: 103px;
}
/* line 322, ../scss/sections/_locations.scss */
.loop-location dl {
  border-top: 1px solid #EDEDE9;
  bottom: 0;
  color: #A2A39E;
  font-size: 11px;
  padding: 8px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 0;
}
/* line 333, ../scss/sections/_locations.scss */
.loop-location dt, .loop-location dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
/* line 338, ../scss/sections/_locations.scss */
.loop-location dt {
  height: 20px;
  line-height: 200%;
  margin: 0 0 0 5px;
  overflow: hidden;
  text-align: left;
}
/* line 346, ../scss/sections/_locations.scss */
.loop-location a {
  text-decoration: none;
}
/* line 348, ../scss/sections/_locations.scss */
.loop-location a:hover {
  text-decoration: underline;
}
/* line 354, ../scss/sections/_locations.scss */
.loop-location.loop-club {
  height: 200px;
}
/* line 356, ../scss/sections/_locations.scss */
.loop-location.loop-club dl {
  height: auto;
}
/* line 359, ../scss/sections/_locations.scss */
.loop-location.loop-club h3 {
  font-size: 15px;
  font-weight: 600;
}

/* line 367, ../scss/sections/_locations.scss */
.info-window {
  overflow: hidden;
  width: 270px;
  height: 110px;
}
/* line 371, ../scss/sections/_locations.scss */
.info-window .image {
  float: left;
  width: 90px;
  overflow: hidden;
  margin-right: 10px;
}
/* line 376, ../scss/sections/_locations.scss */
.info-window .image img {
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
/* line 381, ../scss/sections/_locations.scss */
.info-window .text {
  width: 160px;
  height: 120px;
  overflow: hidden;
  float: right;
}
/* line 386, ../scss/sections/_locations.scss */
.info-window .text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
/* line 391, ../scss/sections/_locations.scss */
.info-window .text p {
  color: #A2A39E;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}
/* line 397, ../scss/sections/_locations.scss */
.info-window .text i {
  margin-right: 5px;
}

/*********************************************************************************************************
ESTILOS PARA VEM y VETV
*********************************************************************************************************/
/***********************************
VETV - youtube 
************************************/
/* line 9, ../scss/sections/_comunicacion.scss */
.video_block {
  display: block;
  float: left;
  color: #28A8E0;
  text-align: left;
  text-decoration: none;
  height: 285px;
  text-align: center;
  position: relative;
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
/* line 20, ../scss/sections/_comunicacion.scss */
.video_block:before {
  color: #FFFFFF;
  content: "\e00f";
  font-family: 'icomoon';
  font-size: 3em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 40px;
  left: 40%;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: absolute;
  top: 20%;
  width: 40px;
}
/* line 36, ../scss/sections/_comunicacion.scss */
.video_block:hover {
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
}
/* line 38, ../scss/sections/_comunicacion.scss */
.video_block:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 41, ../scss/sections/_comunicacion.scss */
.video_block:hover .img {
  border-color: #DA2A19;
}
/* line 46, ../scss/sections/_comunicacion.scss */
.video_block .title {
  font-size: 100%;
  font-weight: 500;
  width: 80%;
  margin: 0 auto 10px auto;
}
/* line 53, ../scss/sections/_comunicacion.scss */
.video_block .date {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
  text-transform: uppercase;
  color: #787876;
  margin-bottom: 7px;
  display: block;
}
/* line 64, ../scss/sections/_comunicacion.scss */
.video_block .img {
  clear: both;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  border-bottom: 3px solid #28A8E0;
}
/* line 71, ../scss/sections/_comunicacion.scss */
.video_block .img.selected {
  border-color: #DA2A19;
}
/* line 74, ../scss/sections/_comunicacion.scss */
.video_block .img img {
  width: 100%;
}
/* line 78, ../scss/sections/_comunicacion.scss */
.video_block.home {
  height: 100%;
  clear: both;
  overflow: hidden;
}
/* line 83, ../scss/sections/_comunicacion.scss */
.video_block.home .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 85%;
  margin: 0;
}
/* line 91, ../scss/sections/_comunicacion.scss */
.video_block.home .img {
  border: none;
  margin: 0;
}
/* line 95, ../scss/sections/_comunicacion.scss */
.video_block.home:before {
  left: 43%;
  top: 40%;
}

/***********************************
VEM - issuu 
************************************/
/* line 106, ../scss/sections/_comunicacion.scss */
.pdf_block {
  display: block;
  text-align: center;
  color: #28A8E0;
  text-decoration: none;
}
/* line 113, ../scss/sections/_comunicacion.scss */
.pdf_block img {
  text-align: center;
  padding: 25px;
  background-color: #fff;
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 0 25px rgba(0, 0, 0, 0.1);
}
/* line 121, ../scss/sections/_comunicacion.scss */
.pdf_block img:before, .pdf_block img:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -webkit-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
/* line 133, ../scss/sections/_comunicacion.scss */
.pdf_block img:after {
  left: auto;
  right: 12px;
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -webkit-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
/* line 140, ../scss/sections/_comunicacion.scss */
.pdf_block span {
  margin: 5px;
  display: block;
}
/* line 144, ../scss/sections/_comunicacion.scss */
.pdf_block .date {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #787876;
}
/* line 155, ../scss/sections/_comunicacion.scss */
.pdf_block h3 {
  font-size: 120%;
}
/* line 161, ../scss/sections/_comunicacion.scss */
.pdf_block:hover img {
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4), inset 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4), inset 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4), inset 0 0 25px rgba(0, 0, 0, 0.1);
}
/* line 167, ../scss/sections/_comunicacion.scss */
.pdf_block.home img {
  max-height: 240px;
}

/* Cabeceras de las páginas */
/* line 178, ../scss/sections/_comunicacion.scss */
.vem-header, .vetv-header {
  padding: 40px 0 50px;
  text-align: center;
  background-color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #dddddd 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #dddddd 100%);
  background-image: radial-gradient(ellipse cover at center, #ffffff 0%, #dddddd 100%);
}
/* line 189, ../scss/sections/_comunicacion.scss */
.vem-header .title, .vetv-header .title {
  text-align: center;
  color: #111;
  margin: 20px 0;
  text-shadow: 0px 1px 1px #FFF;
}
/* line 196, ../scss/sections/_comunicacion.scss */
.vem-header .title h4, .vetv-header .title h4 {
  color: #999;
}
/* line 199, ../scss/sections/_comunicacion.scss */
.vem-header .title p, .vetv-header .title p {
  color: #CC0610;
}
/* line 203, ../scss/sections/_comunicacion.scss */
.vem-header .wrap, .vetv-header .wrap {
  max-width: 800px;
  min-height: 400px;
}

/* line 209, ../scss/sections/_comunicacion.scss */
.vendor {
  /* background: #EEE url(../../images/loader-eee.gif) no-repeat center center;*/
  margin: 0 auto;
  text-align: center;
  -moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
}
/* line 215, ../scss/sections/_comunicacion.scss */
.vendor.vem {
  max-width: 730px;
}
/* line 218, ../scss/sections/_comunicacion.scss */
.vendor .block {
  display: block;
  overflow: hidden;
}

/* line 18, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar {
  height: 42px;
  line-height: 42px;
}
/* line 22, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar .rrss-icons li {
  width: 47px;
}
/* line 25, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar .rrss-icons li a {
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
/* line 31, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar .rrss-icons li a i {
  line-height: 42px;
  text-align: center;
  width: 48px;
}
/* line 39, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar .language-selector li {
  margin-top: 10px;
}
/* line 42, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar .search-form {
  top: 42px;
}
/* line 45, ../scss/sections/_edad-escolar.scss */
.header.bigger #top-bar .logo-ayto {
  float: left;
  height: 26px;
  margin: 5px 0 0;
}
/* line 53, ../scss/sections/_edad-escolar.scss */
.header.bigger .header-logo {
  height: 110px;
  width: 220px;
}
/* line 59, ../scss/sections/_edad-escolar.scss */
.header.bigger .header-menu {
  top: 60px;
}
@media only screen and (min-width: 1024px) {
  /* line 59, ../scss/sections/_edad-escolar.scss */
  .header.bigger .header-menu {
    top: auto;
  }
}

/* line 71, ../scss/sections/_edad-escolar.scss */
.logo-fdmv {
  color: #FFF;
  height: 42px;
  line-height: 42px;
  margin-right: 15px;
  text-decoration: none;
  width: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 550px) {
  /* line 71, ../scss/sections/_edad-escolar.scss */
  .logo-fdmv {
    width: 115px;
  }
}
/* line 84, ../scss/sections/_edad-escolar.scss */
.logo-fdmv:link, .logo-fdmv:active {
  color: #FFF;
}
/* line 85, ../scss/sections/_edad-escolar.scss */
.logo-fdmv:hover {
  color: #6581c0;
}
/* line 88, ../scss/sections/_edad-escolar.scss */
.logo-fdmv span {
  display: block;
  font-size: 30px;
  height: 100%;
  line-height: 42px;
  background-image: url("../images/logo_fundacion.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 115px;
}

/* line 106, ../scss/sections/_edad-escolar.scss */
.footer-nav.footer-nav-edad-escolar > li a:before {
  display: block;
  font-size: 36px;
  padding: 15px 0 10px 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 113, ../scss/sections/_edad-escolar.scss */
.footer-nav.footer-nav-edad-escolar > li.blue > a:before {
  content: "\e017";
}
/* line 116, ../scss/sections/_edad-escolar.scss */
.footer-nav.footer-nav-edad-escolar > li.orange > a:before {
  content: "\e015";
}
/* line 119, ../scss/sections/_edad-escolar.scss */
.footer-nav.footer-nav-edad-escolar > li.red > a:before {
  content: "\e006";
}
/* line 122, ../scss/sections/_edad-escolar.scss */
.footer-nav.footer-nav-edad-escolar > li.green > a:before {
  content: "\e018";
}
/* line 125, ../scss/sections/_edad-escolar.scss */
.footer-nav.footer-nav-edad-escolar > li.blue-nice > a:before {
  content: "\e010";
}

/* line 135, ../scss/sections/_edad-escolar.scss */
.home-edad-escolar .link-section {
  height: 300px;
}
/* line 139, ../scss/sections/_edad-escolar.scss */
.home-edad-escolar .block.bg {
  height: 450px;
}

/* line 148, ../scss/sections/_edad-escolar.scss */
.card {
  height: 320px;
  position: relative;
  cursor: pointer;
}
/* line 157, ../scss/sections/_edad-escolar.scss */
.card .container {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  text-align: center;
}
/* line 173, ../scss/sections/_edad-escolar.scss */
.card.flipped figure {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* line 180, ../scss/sections/_edad-escolar.scss */
.card figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -moz-transition: transform 1s;
  -transition: transform 1s;
  transition: transform 1s;
}
/* line 197, ../scss/sections/_edad-escolar.scss */
.card .front .card-title {
  color: #999;
  font-size: 24px;
  display: block;
  font-weight: 600;
}
/* line 203, ../scss/sections/_edad-escolar.scss */
.card .front i {
  font-size: 800%;
  color: #28A8E0;
}
/* line 207, ../scss/sections/_edad-escolar.scss */
.card .front i:after {
  background: none repeat scroll 0 0 transparent;
  border-radius: 50%;
  -moz-box-shadow: 0 0 21px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 21px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 21px 6px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  width: 30%;
}
/* line 221, ../scss/sections/_edad-escolar.scss */
.card:nth-child(odd) .front {
  background-color: #EEEEEE;
}
/* line 227, ../scss/sections/_edad-escolar.scss */
.card .back {
  background: #28A8E0;
  color: #FFF;
  padding: 15px;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 232, ../scss/sections/_edad-escolar.scss */
.card .back a {
  color: #FFF;
}
/* line 236, ../scss/sections/_edad-escolar.scss */
.card .back .card-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
}
/* line 249, ../scss/sections/_edad-escolar.scss */
.card .table {
  height: 100%;
}

/* line 254, ../scss/sections/_edad-escolar.scss */
html.no-csstransitions .card .card-title {
  background: none !important;
  color: #28A8E0 !important;
}
/* line 258, ../scss/sections/_edad-escolar.scss */
html.no-csstransitions .card:nth-child(even) .back {
  background: #FFF;
  color: #333;
}
/* line 262, ../scss/sections/_edad-escolar.scss */
html.no-csstransitions .card:nth-child(odd) .back {
  background: #EEE;
  color: #333;
}
/* line 266, ../scss/sections/_edad-escolar.scss */
html.no-csstransitions .card a {
  color: #28A8E0;
}

/**
* Página del Río Turia
*
* Description of section, whether or not it has media queries, etc.
*/
/* Variables */
/* Cabecera y menú */
/* line 14, ../scss/sections/_rio.scss */
.rio-head {
  clear: both;
  display: block;
  height: auto;
  left: 50%;
  margin-left: -160px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 360px;
  z-index: 1;
}
/* line 27, ../scss/sections/_rio.scss */
.rio-head h1 {
  font-family: 'Droid Serif', serif;
  color: #FFF;
  font-size: 200%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
/* line 32, ../scss/sections/_rio.scss */
.rio-head h1 a {
  color: #FFF;
}
/* line 34, ../scss/sections/_rio.scss */
.rio-head h1 a:hover {
  color: #e6e6e6;
}
/* line 37, ../scss/sections/_rio.scss */
.rio-head h1 a i {
  margin-left: 5px;
}
/* line 43, ../scss/sections/_rio.scss */
.rio-head .rio-menu {
  display: block;
  position: relative;
  height: 140px;
  width: 320px;
  border: 5px solid #FFF;
  background: url(../images/turia/mapa.jpg) no-repeat 0 0 #FFF;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* line 56, ../scss/sections/_rio.scss */
.rio-head .rio-menu li {
  position: absolute;
  list-style: none;
}
/* line 62, ../scss/sections/_rio.scss */
.rio-head .rio-menu li.zoom-1 {
  left: 3px;
  bottom: 3px;
}
/* line 63, ../scss/sections/_rio.scss */
.rio-head .rio-menu li.zoom-2 {
  left: 106px;
  top: 3px;
}
/* line 64, ../scss/sections/_rio.scss */
.rio-head .rio-menu li.zoom-3 {
  right: 3px;
  bottom: 3px;
}
/* line 68, ../scss/sections/_rio.scss */
.rio-head .rio-menu li a {
  display: block;
  width: 106px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 75, ../scss/sections/_rio.scss */
.rio-head .rio-menu li a:hover, .rio-head .rio-menu li a.selected {
  background: rgba(255, 255, 255, 0.4);
}

/* Máscara */
/* line 86, ../scss/sections/_rio.scss */
#mask {
  max-width: 1280px;
  height: 800px;
  overflow: hidden;
  display: block;
  clear: both;
  margin: 0 auto;
  position: relative;
  background: #f2f2f2;
  cursor: move;
}

/* Puntos */
/* line 98, ../scss/sections/_rio.scss */
.point {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
}

/* line 105, ../scss/sections/_rio.scss */
#bg {
  left: 0;
  top: 0;
  width: 3543px;
  height: 1758px;
  display: block;
  clear: both;
  overflow: hidden;
  position: absolute;
  background: #EEE url(../images/turia/plano-rio-turia.jpg) no-repeat 0 0;
}

/* Puntos para acceder al zooms de los tramos */
/* line 117, ../scss/sections/_rio.scss */
#tramos-1-5 {
  left: 605px;
  top: 1045px;
}

/* line 121, ../scss/sections/_rio.scss */
#tramos-6-10 {
  left: 1775px;
  top: 465px;
}

/* line 125, ../scss/sections/_rio.scss */
#tramos-11-12 {
  left: 3000px;
  top: 1100px;
}

/* ==========================================================================
   dragscroll jquery plugin CSS
   ========================================================================== */
/* line 134, ../scss/sections/_rio.scss */
.scrolls {
  cursor: move;
}

/* line 135, ../scss/sections/_rio.scss */
.dragscroll-scroller {
  overflow: hidden !important;
}

/* line 136, ../scss/sections/_rio.scss */
.dragscroll-container {
  overflow: visible !important;
}

/* line 137, ../scss/sections/_rio.scss */
.dragscroll-container,
.dragscroll-scroller {
  position: relative;
}

/* line 139, ../scss/sections/_rio.scss */
.dragscroll-scroller {
  height: 100%;
}

/* line 140, ../scss/sections/_rio.scss */
.dragscroll-inner {
  display: block;
}

/* line 141, ../scss/sections/_rio.scss */
.dragscroll-scrollbar-container {
  cursor: pointer;
  position: absolute;
  background: gainsboro;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 150, ../scss/sections/_rio.scss */
.dragscroll-scrollbar-container.autohide {
  display: none;
}

/* line 151, ../scss/sections/_rio.scss */
.dragscroll-scrollbar-container.h {
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -8px;
}

/* line 157, ../scss/sections/_rio.scss */
.dragscroll-scrollbar-container.v {
  height: 100%;
  width: 4px;
  top: 0;
  right: -8px;
}

/* line 163, ../scss/sections/_rio.scss */
.dragscroll-scrollbar.v {
  width: 4px;
  top: 0;
}

/* line 167, ../scss/sections/_rio.scss */
.dragscroll-scrollbar.h {
  height: 4px;
  left: 0;
}

/* line 171, ../scss/sections/_rio.scss */
.dragscroll-scrollbar {
  position: absolute;
  cursor: pointer;
  background: #a0a0a0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Estilos de los Pois del mapa */
/* line 185, ../scss/sections/_rio.scss */
ul.pois li {
  list-style: none;
}
/* line 188, ../scss/sections/_rio.scss */
ul.pois li a {
  width: 55px;
  height: 55px;
  display: block;
  border: 3px solid #FFF;
  font: bold 2em/1.6 Open Sans;
  text-align: center;
  color: #FFF;
  background: #F39200;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 2s ease infinite;
  -moz-animation: pulse 2s ease infinite;
  -o-animation: pulse 2s ease infinite;
  animation: pulse 2s ease infinite;
}
/* line 204, ../scss/sections/_rio.scss */
ul.pois li a:hover {
  background: #5DAE38;
  -webkit-animation: pulse 0.8s ease infinite;
  -moz-animation: pulse 0.8s ease infinite;
  -o-animation: pulse 0.8s ease infinite;
  animation: pulse 0.8s ease infinite;
}
/* line 208, ../scss/sections/_rio.scss */
ul.pois li a.active {
  background: #F4E618;
}

/*********************
FOOTER STYLES
*********************/
/* line 4, ../scss/partials/_footer.scss */
#footer {
  margin: 0 auto;
  color: #cccccc;
  font-size: 13px;
  overflow: hidden;
  display: block;
}
/* line 12, ../scss/partials/_footer.scss */
#footer .rrss-icons li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: 40px;
  line-height: 40px;
}
/* line 19, ../scss/partials/_footer.scss */
#footer .rrss-icons li a {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 40px;
}
/* line 26, ../scss/partials/_footer.scss */
#footer .rrss-icons li.youtube {
  padding: 10px;
}
/* line 32, ../scss/partials/_footer.scss */
#footer .colaboradores .widget_sp_image {
  background: none repeat scroll 0 0 transparent;
  height: 150px;
  line-height: 150px;
  margin-right: 15px;
  max-width: 150px;
  vertical-align: middle;
}
/* line 39, ../scss/partials/_footer.scss */
#footer .colaboradores .widget_sp_image img {
  vertical-align: middle;
}

/* line 48, ../scss/partials/_footer.scss */
.footer #inner-footer {
  padding: 0;
}

/* line 52, ../scss/partials/_footer.scss */
.footer-logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 56, ../scss/partials/_footer.scss */
.footer-logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* line 62, ../scss/partials/_footer.scss */
.footer-nav {
  clear: both;
  display: block;
  float: none;
  zoom: 1;
}
/* line 451, ../scss/commons/_mixins.scss */
.footer-nav:before, .footer-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 458, ../scss/commons/_mixins.scss */
.footer-nav:after {
  clear: both;
}
/* line 64, ../scss/partials/_footer.scss */
.footer-nav > li {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 120%;
  list-style: none outside none;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}
/* line 75, ../scss/partials/_footer.scss */
.footer-nav > li > a {
  clear: both;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 30px;
}
/* line 87, ../scss/partials/_footer.scss */
.footer-nav > li.blue > a {
  background-color: #3F5B9A;
}
/* line 89, ../scss/partials/_footer.scss */
.footer-nav > li.blue > a:hover {
  background-color: #304676;
}
/* line 87, ../scss/partials/_footer.scss */
.footer-nav > li.green > a {
  background-color: #45A12B;
}
/* line 89, ../scss/partials/_footer.scss */
.footer-nav > li.green > a:hover {
  background-color: #347920;
}
/* line 87, ../scss/partials/_footer.scss */
.footer-nav > li.red > a {
  background-color: #DA2A19;
}
/* line 89, ../scss/partials/_footer.scss */
.footer-nav > li.red > a:hover {
  background-color: #ac2114;
}
/* line 87, ../scss/partials/_footer.scss */
.footer-nav > li.blue-nice > a {
  background-color: #28A8E0;
}
/* line 89, ../scss/partials/_footer.scss */
.footer-nav > li.blue-nice > a:hover {
  background-color: #1b8aba;
}
/* line 87, ../scss/partials/_footer.scss */
.footer-nav > li.orange > a {
  background-color: #F39200;
}
/* line 89, ../scss/partials/_footer.scss */
.footer-nav > li.orange > a:hover {
  background-color: #c07300;
}
/* line 94, ../scss/partials/_footer.scss */
.footer-nav > li a {
  color: #FFF;
  text-decoration: none;
}
/* line 98, ../scss/partials/_footer.scss */
.footer-nav > li ul {
  margin: 15px;
}
/* line 100, ../scss/partials/_footer.scss */
.footer-nav > li ul li {
  margin: 0 0 7px 0;
  text-transform: none;
  display: block;
  clear: both;
  font-size: 13px;
}
/* line 106, ../scss/partials/_footer.scss */
.footer-nav > li ul li a {
  color: #cccccc;
  font-weight: normal;
  text-decoration: none;
}
/* line 111, ../scss/partials/_footer.scss */
.footer-nav > li ul li a:hover {
  border-bottom: 1px dotted #cccccc;
}

/**********************************************************************
Colaboradores y autopromos
**********************************************************************/
/* line 125, ../scss/partials/_footer.scss */
.widget_sp_image {
  background: #FFF;
  display: inline;
  float: left;
  overflow: hidden;
  text-align: center;
  vertical-align: bottom;
}
/* line 133, ../scss/partials/_footer.scss */
.widget_sp_image img {
  height: auto;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  max-width: 100% !important;
}

/* line 141, ../scss/partials/_footer.scss */
.patrocinadores {
  clear: both;
  display: block;
  padding: 20px 0 0 0;
  overflow: hidden;
  background: #FFF;
}
/* line 148, ../scss/partials/_footer.scss */
.patrocinadores .wrap {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
/* line 154, ../scss/partials/_footer.scss */
.patrocinadores .wrap p {
  margin: 0 0 5px 0;
  clear: both;
  display: block;
  overflow: hidden;
}
/* line 161, ../scss/partials/_footer.scss */
.patrocinadores .wrap:last-child {
  margin-bottom: 0;
}
/* line 166, ../scss/partials/_footer.scss */
.patrocinadores .widget_sp_image {
  height: 80px;
  line-height: 80px;
  width: 128.5714285714286px;
  margin: 0 10px 25px 0;
}
/* line 173, ../scss/partials/_footer.scss */
.patrocinadores #autopromos .widget_sp_image:hover {
  border-color: #DA2A19;
}
/* line 177, ../scss/partials/_footer.scss */
.patrocinadores .banners-wrapper {
  margin: 0 -10px 0 0;
}

/* line 183, ../scss/partials/_footer.scss */
.banners {
  padding: 20px 0;
  margin: 0 -20px 0 0;
}
/* line 187, ../scss/partials/_footer.scss */
.banners .widget_sp_image {
  width: 176px;
  margin: 0 20px 0 0;
  height: 120px;
  line-height: 120px;
}
/* line 193, ../scss/partials/_footer.scss */
.banners .widget_sp_image img {
  max-height: 110px;
  max-width: auto !important;
}
/* line 198, ../scss/partials/_footer.scss */
.banners .widget_sp_image:hover {
  border-color: #3F5B9A;
}

/* line 205, ../scss/partials/_footer.scss */
.crsl-nav {
  position: relative;
}
/* line 207, ../scss/partials/_footer.scss */
.crsl-nav a {
  top: 60px;
  z-index: 3;
  font-size: 40px;
  position: absolute;
  text-decoration: none;
  background: transparent;
  color: #FFF;
  text-decoration: none;
  padding: 6px 14px;
}
/* line 218, ../scss/partials/_footer.scss */
.crsl-nav a:hover {
  background: none;
  color: #c07300;
}
/* line 222, ../scss/partials/_footer.scss */
.crsl-nav a.previous {
  left: 3%;
}
/* line 223, ../scss/partials/_footer.scss */
.crsl-nav a.next {
  right: 3%;
}

/* line 226, ../scss/partials/_footer.scss */
.organismos {
  list-style-type: none;
}
/* line 6, ../../../../../../../../../lib/gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/typography/lists/_inline-list.scss */
.organismos, .organismos li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 228, ../scss/partials/_footer.scss */
.organismos li {
  float: left;
  margin: 35px 10px 0 0;
}
/* line 231, ../scss/partials/_footer.scss */
.organismos li:last-child {
  margin-right: 0;
}

/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
/* line 4, ../scss/vendors/_orbit.scss */
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
  max-height: 550px;
  overflow: hidden;
}

/* line 6, ../scss/vendors/_orbit.scss */
.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

/* line 7, ../scss/vendors/_orbit.scss */
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: 550px;
}

/* line 8, ../scss/vendors/_orbit.scss */
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}

/* line 9, ../scss/vendors/_orbit.scss */
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 10, ../scss/vendors/_orbit.scss */
.orbit .orbit-slide img {
  width: 100%;
  height: auto;
}

/* line 15, ../scss/vendors/_orbit.scss */
.orbit .orbit-slide .content {
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5% 0;
  background-size: cover;
  min-height: 300px;
}

/* Captions ---------------------- */
/* line 34, ../scss/vendors/_orbit.scss */
.orbit-caption {
  display: none;
  font-family: inherit;
}

/* line 36, ../scss/vendors/_orbit.scss */
.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
/* line 39, ../scss/vendors/_orbit.scss */
.orbit-wrapper .slider-nav {
  display: block;
}
/* line 41, ../scss/vendors/_orbit.scss */
.orbit-wrapper .slider-nav span {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  background: transparent;
  color: #FFF;
  font-size: 2.625em;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 57, ../scss/vendors/_orbit.scss */
.orbit-wrapper .slider-nav span:hover {
  background: #3F5B9A;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 62, ../scss/vendors/_orbit.scss */
.orbit-wrapper .slider-nav span.right {
  right: 0;
}
/* line 65, ../scss/vendors/_orbit.scss */
.orbit-wrapper .slider-nav span.left {
  left: 0;
}

/* Bullet Nav ---------------------- */
/* line 73, ../scss/vendors/_orbit.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

/* line 74, ../scss/vendors/_orbit.scss */
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
}

/* line 75, ../scss/vendors/_orbit.scss */
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}

/* line 76, ../scss/vendors/_orbit.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

/* line 77, ../scss/vendors/_orbit.scss */
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

/* Orbit Slide Counter */
/* line 80, ../scss/vendors/_orbit.scss */
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

/* Fluid Layout ---------------------- */
/* line 83, ../scss/vendors/_orbit.scss */
.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

/* line 85, ../scss/vendors/_orbit.scss */
.orbit, .orbit-wrapper {
  width: 100% !important;
}

/* Correct timer in IE */
/* line 88, ../scss/vendors/_orbit.scss */
.lt-ie9 .timer {
  display: none !important;
}

/* line 90, ../scss/vendors/_orbit.scss */
.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

/* Navigation */
/* line 97, ../scss/vendors/_orbit.scss */
#home-slider {
  height: 552px;
  min-height: 250px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  /*background: #f5f5f5 url(../../images/loader-eee.gif) no-repeat center center;*/
}
/* line 105, ../scss/vendors/_orbit.scss */
#home-slider .wrap {
  width: 90%;
}
/* line 109, ../scss/vendors/_orbit.scss */
#home-slider .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  color: #FFF;
  text-decoration: none;
  font-size: 500%;
}
/* line 117, ../scss/vendors/_orbit.scss */
#home-slider .play:hover {
  color: #e6e6e6;
}

/* line 123, ../scss/vendors/_orbit.scss */
#slider-nav {
  list-style: none;
  position: relative;
  z-index: 999;
  list-style: none;
}
/* line 129, ../scss/vendors/_orbit.scss */
#slider-nav li {
  float: left;
  padding: 10px 10px 10px 0;
}
/* line 133, ../scss/vendors/_orbit.scss */
#slider-nav li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  border: 3px solid #304676;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 100%;
  *zoom: 1;
}
/* line 315, ../scss/commons/_mixins.scss */
#slider-nav li a:before, #slider-nav li a:after {
  content: " ";
  display: table;
}
/* line 316, ../scss/commons/_mixins.scss */
#slider-nav li a:after {
  clear: both;
}
/* line 142, ../scss/vendors/_orbit.scss */
#slider-nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: #FFF;
}
/* line 147, ../scss/vendors/_orbit.scss */
#slider-nav li a img {
  width: 100%;
  float: left;
  display: block;
}
/* line 156, ../scss/vendors/_orbit.scss */
#slider-nav li.active a {
  border-color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 164, ../scss/vendors/_orbit.scss */
#slider-nav li.last {
  margin-right: 0;
}

@media only screen and (max-width: 550px) {
  /* line 170, ../scss/vendors/_orbit.scss */
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }

  /* line 171, ../scss/vendors/_orbit.scss */
  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }

  /* line 172, ../scss/vendors/_orbit.scss */
  #slider-nav {
    display: none;
  }

  /* line 175, ../scss/vendors/_orbit.scss */
  #home-slider .wrap {
    width: 70%;
    margin: 10% auto;
  }
  /* line 179, ../scss/vendors/_orbit.scss */
  #home-slider .play {
    margin: -35px 0 0 -35px;
  }
}
/* line 185, ../scss/vendors/_orbit.scss */
.slider {
  *zoom: 1;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 315, ../scss/commons/_mixins.scss */
.slider:before, .slider:after {
  content: " ";
  display: table;
}
/* line 316, ../scss/commons/_mixins.scss */
.slider:after {
  clear: both;
}
/* line 190, ../scss/vendors/_orbit.scss */
.slider .slide .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  padding: 1% 3%;
  line-height: 180%;
  font-size: 100%;
  background: rgba(74, 56, 132, 0.75);
}

/* line 1, ../scss/vendors/_tipsy.scss */
.tipsy {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

/* line 2, ../scss/vendors/_tipsy.scss */
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 8px 8px 8px 8px;
  text-align: center;
}

/* Rounded corners */
/* line 5, ../scss/vendors/_tipsy.scss */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 7, ../scss/vendors/_tipsy.scss */
.tipsy-inner {
  box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
}

/* line 9, ../scss/vendors/_tipsy.scss */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
/* line 12, ../scss/vendors/_tipsy.scss */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

/* line 13, ../scss/vendors/_tipsy.scss */
.tipsy-arrow-s {
  border-top-color: #000;
}

/* line 14, ../scss/vendors/_tipsy.scss */
.tipsy-arrow-e {
  border-left-color: #000;
}

/* line 15, ../scss/vendors/_tipsy.scss */
.tipsy-arrow-w {
  border-right-color: #000;
}

/* line 17, ../scss/vendors/_tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 18, ../scss/vendors/_tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 19, ../scss/vendors/_tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 20, ../scss/vendors/_tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 21, ../scss/vendors/_tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 22, ../scss/vendors/_tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 23, ../scss/vendors/_tipsy.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 24, ../scss/vendors/_tipsy.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 8, ../scss/vendors/_scroll.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 14, ../scss/vendors/_scroll.scss */
.jspPane {
  position: absolute;
}

/* line 19, ../scss/vendors/_scroll.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}

/* line 28, ../scss/vendors/_scroll.scss */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

/* line 37, ../scss/vendors/_scroll.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

/* line 44, ../scss/vendors/_scroll.scss */
.jspCap {
  display: none;
}

/* line 49, ../scss/vendors/_scroll.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 54, ../scss/vendors/_scroll.scss */
.jspTrack {
  position: relative;
}

/* line 59, ../scss/vendors/_scroll.scss */
.jspDrag {
  background: #1b8aba;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 68, ../scss/vendors/_scroll.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 75, ../scss/vendors/_scroll.scss */
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

/* line 83, ../scss/vendors/_scroll.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

/* line 89, ../scss/vendors/_scroll.scss */
.jspVerticalBar .jspArrow {
  height: 16px;
}

/* line 94, ../scss/vendors/_scroll.scss */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

/* line 101, ../scss/vendors/_scroll.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 106, ../scss/vendors/_scroll.scss */
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 114, ../scss/vendors/_scroll.scss */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Flexnav Base Styles */
/* line 12, ../scss/vendors/_flexnav.scss */
.flexnav {
  *zoom: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  padding: 0;
}
/* line 38, ../../../../../../../../../lib/gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.flexnav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 21, ../scss/vendors/_flexnav.scss */
.flexnav.show {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -transition: 0.4s;
  transition: 0.4s;
  max-height: 1000px;
}
/* line 26, ../scss/vendors/_flexnav.scss */
.flexnav li {
  font-size: 100%;
  position: relative;
}
/* line 30, ../scss/vendors/_flexnav.scss */
.flexnav li a {
  position: relative;
  display: block;
  padding: .96em;
  z-index: 2;
  overflow: hidden;
  background: #FFF;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
/* line 41, ../scss/vendors/_flexnav.scss */
.flexnav li a:hover {
  background-color: #3F5B9A;
  color: #FFF;
}
/* line 46, ../scss/vendors/_flexnav.scss */
.flexnav li ul {
  width: 100%;
  display: none;
}
/* line 50, ../scss/vendors/_flexnav.scss */
.flexnav li ul li {
  float: none;
  width: 100%;
}
/* line 54, ../scss/vendors/_flexnav.scss */
.flexnav li ul li a {
  display: block;
  background: #eee;
}
/* line 58, ../scss/vendors/_flexnav.scss */
.flexnav ul li ul li a {
  background: #fff;
}
/* line 61, ../scss/vendors/_flexnav.scss */
.flexnav ul li ul li ul li a {
  background: #eee;
}
/* line 64, ../scss/vendors/_flexnav.scss */
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center;
}
/* line 75, ../scss/vendors/_flexnav.scss */
.flexnav .touch-button:hover {
  cursor: pointer;
}
/* line 78, ../scss/vendors/_flexnav.scss */
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666;
}

/* line 86, ../scss/vendors/_flexnav.scss */
.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #3F5B9A;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 95, ../scss/vendors/_flexnav.scss */
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
/* line 106, ../scss/vendors/_flexnav.scss */
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #fff;
}

/* line 116, ../scss/vendors/_flexnav.scss */
.header .header-menu {
  float: none;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}
/* line 122, ../scss/vendors/_flexnav.scss */
.header .header-logo {
  display: block;
  float: none;
  text-align: center;
  width: 100%;
}

@media all and (min-width: 550px) {
  /* line 132, ../scss/vendors/_flexnav.scss */
  .header .header-menu {
    float: right;
    margin: 10px 0 0;
    position: absolute;
    right: 15px;
    top: 45px;
    width: 225px;
    z-index: 35;
  }
  /* line 141, ../scss/vendors/_flexnav.scss */
  .header .header-logo {
    float: left;
    width: 180px;
  }
  /* line 145, ../scss/vendors/_flexnav.scss */
  .header .flexnav .touch-button {
    height: 50px;
  }
}
/* Anteriormente min-width 978px */
@media all and (min-width: 1250px) {
  /* line 152, ../scss/vendors/_flexnav.scss */
  .header .header-menu {
    width: 80%;  /* Anteriormente a 68% */
    position: static;
    top: auto;
    left: auto;
  }

  /* line 159, ../scss/vendors/_flexnav.scss */
  .flexnav {
    overflow: visible;
    max-height: 1000px;
  }
  /* line 162, ../scss/vendors/_flexnav.scss */
  .flexnav .touch-button {
    display: none;
  }

  /* line 168, ../scss/vendors/_flexnav.scss */
  .menu-button {
    display: none;
  }

  /* line 172, ../scss/vendors/_flexnav.scss */
  .header .nav {
    border: 0;
    margin: 0;
    /* highlight current page */
    /* end current highlighters */
    /* highlight current page */
    /* end current highlighters */
    /* highlight current page */
    /* end current highlighters */
    /* highlight current page */
    /* end current highlighters */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 177, ../scss/vendors/_flexnav.scss */
  .header .nav li {
    float: left;
    position: relative;
    text-transform: uppercase;
    margin: 0 5px;
    list-style: none;
    background: #FFF;
  }
  /* line 185, ../scss/vendors/_flexnav.scss */
  .header .nav li:hover a {
    border-color: #3F5B9A;
    color: #3F5B9A;
  }
  /* line 192, ../scss/vendors/_flexnav.scss */
  .header .nav li a {
    border-bottom: 0;
    text-decoration: none;
    color: #222;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    float: left;
    border-bottom: 3px solid #FFF;
    padding: 0 10px;
    font-size: 13px;
  }
  /* line 203, ../scss/vendors/_flexnav.scss */
  .header .nav li a:hover {
    background-color: #fff;
  }
  /* line 210, ../scss/vendors/_flexnav.scss */
  .header .nav li:first-child {
    margin-left: 0;
  }
  /* line 213, ../scss/vendors/_flexnav.scss */
  .header .nav li:last-child {
    margin-right: 0;
  }
  /* line 218, ../scss/vendors/_flexnav.scss */
  .header .nav li.orange ul {
    margin-left: -8px;
  }
  /* line 223, ../scss/vendors/_flexnav.scss */
  .header .nav li ul {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
    z-index: 5;
    position: absolute;
    overflow: hidden;
    clear: both;
    width: 175px;
    text-align: center;
    margin-left: -30px;
    top: 100%;
    background: #FFF;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  /* line 238, ../scss/vendors/_flexnav.scss */
  .header .nav li ul li {
    display: block;
    clear: both;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    clear: both;
    display: block;
    float: none;
    zoom: 1;
  }
  /* line 451, ../scss/commons/_mixins.scss */
  .header .nav li ul li:before, .header .nav li ul li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 458, ../scss/commons/_mixins.scss */
  .header .nav li ul li:after {
    clear: both;
  }
  /* line 246, ../scss/vendors/_flexnav.scss */
  .header .nav li ul li a {
    padding: 15px;
    border: none;
    font-weight: 400;
    height: auto;
    line-height: 140%;
    background: #FFF;
    clear: both;
    display: block;
    float: none;
    zoom: 1;
  }
  /* line 451, ../scss/commons/_mixins.scss */
  .header .nav li ul li a:before, .header .nav li ul li a:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 458, ../scss/commons/_mixins.scss */
  .header .nav li ul li a:after {
    clear: both;
  }
  /* line 462, ../scss/commons/_mixins.scss */
  .header .nav li ul li a:hover {
    background-color: #d4d4d4;
  }
  /* line 463, ../scss/commons/_mixins.scss */
  .header .nav li ul li a:active {
    background-color: #bbbbbb;
    color: #FFF;
  }
  /* line 261, ../scss/vendors/_flexnav.scss */
  .header .nav li:hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  /* line 143, ../scss/commons/_colors.scss */
  .header .nav li.green > a:hover {
    color: #45A12B;
    border-color: #45A12B;
  }
  /* line 151, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item a,
  .header .nav li.current_page_item a,
  .header .nav li.current-page-ancestor a {
    font-weight: bold;
  }
  /* line 154, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item li a,
  .header .nav li.current_page_item li a,
  .header .nav li.current-page-ancestor li a {
    font-weight: 400;
  }
  /* line 157, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item.green a,
  .header .nav li.current_page_item.green a,
  .header .nav li.current-page-ancestor.green a {
    color: #45A12B;
    border-color: #45A12B;
  }
  /* line 143, ../scss/commons/_colors.scss */
  .header .nav li.red > a:hover {
    color: #DA2A19;
    border-color: #DA2A19;
  }
  /* line 151, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item a,
  .header .nav li.current_page_item a,
  .header .nav li.current-page-ancestor a {
    font-weight: bold;
  }
  /* line 154, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item li a,
  .header .nav li.current_page_item li a,
  .header .nav li.current-page-ancestor li a {
    font-weight: 400;
  }
  /* line 157, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item.red a,
  .header .nav li.current_page_item.red a,
  .header .nav li.current-page-ancestor.red a {
    color: #DA2A19;
    border-color: #DA2A19;
  }
  /* line 143, ../scss/commons/_colors.scss */
  .header .nav li.blue > a:hover {
    color: #3F5B9A;
    border-color: #3F5B9A;
  }
  /* line 151, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item a,
  .header .nav li.current_page_item a,
  .header .nav li.current-page-ancestor a {
    font-weight: bold;
  }
  /* line 154, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item li a,
  .header .nav li.current_page_item li a,
  .header .nav li.current-page-ancestor li a {
    font-weight: 400;
  }
  /* line 157, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item.blue a,
  .header .nav li.current_page_item.blue a,
  .header .nav li.current-page-ancestor.blue a {
    color: #3F5B9A;
    border-color: #3F5B9A;
  }
  /* line 143, ../scss/commons/_colors.scss */
  .header .nav li.orange > a:hover {
    color: #F39200;
    border-color: #F39200;
  }
  /* line 151, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item a,
  .header .nav li.current_page_item a,
  .header .nav li.current-page-ancestor a {
    font-weight: bold;
  }
  /* line 154, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item li a,
  .header .nav li.current_page_item li a,
  .header .nav li.current-page-ancestor li a {
    font-weight: 400;
  }
  /* line 157, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item.orange a,
  .header .nav li.current_page_item.orange a,
  .header .nav li.current-page-ancestor.orange a {
    color: #F39200;
    border-color: #F39200;
  }
  /* line 143, ../scss/commons/_colors.scss */
  .header .nav li.blue-nice > a:hover {
    color: #28A8E0;
    border-color: #28A8E0;
  }
  /* line 151, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item a,
  .header .nav li.current_page_item a,
  .header .nav li.current-page-ancestor a {
    font-weight: bold;
  }
  /* line 154, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item li a,
  .header .nav li.current_page_item li a,
  .header .nav li.current-page-ancestor li a {
    font-weight: 400;
  }
  /* line 157, ../scss/commons/_colors.scss */
  .header .nav li.current-menu-item.blue-nice a,
  .header .nav li.current_page_item.blue-nice a,
  .header .nav li.current-page-ancestor.blue-nice a {
    color: #28A8E0;
    border-color: #28A8E0;
  }
}
/* line 282, ../scss/vendors/_flexnav.scss */
.oldie .flexnav {
  overflow: visible;
  max-height: 1000px;
}
/* line 286, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
}
/* line 295, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li:hover > ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
  top: 3.1em;
  position: absolute;
}
/* line 303, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li:hover > ul li {
  width: 100%;
}
/* line 307, ../scss/vendors/_flexnav.scss */
.oldie .flexnav.lg-screen li:hover > ul, .oldie .flexnav.sm-screen li:hover > ul {
  display: none;
}
/* line 311, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
}
/* line 315, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li > ul {
  position: absolute;
  top: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  z-index: 1;
}
/* line 324, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li ul li ul {
  top: 0;
}
/* line 327, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li ul li a {
  border-bottom: none;
}
/* line 330, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li ul.open {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}
/* line 336, ../scss/vendors/_flexnav.scss */
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
}
/* line 341, ../scss/vendors/_flexnav.scss */
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
/* line 346, ../scss/vendors/_flexnav.scss */
.oldie .menu-button {
  display: none;
}
/* line 349, ../scss/vendors/_flexnav.scss */
.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/*********************************************************************************************************
HEADER NAV
*********************************************************************************************************/
/*
.header .nav {

  border: 0;

  li {
    float: left;
    position: relative;
    text-transform: uppercase;
    margin: 0 5px;
    list-style: none;

    &:hover a{
      border-color: $link-color;
      color: $link-color;
    }



    a {
      border-bottom: 0;
      text-decoration: none;
      color: $main-color;
      height: 100px;
      line-height: 100px;
      display: inline-block;
      float: left;
      border-bottom: 3px solid #FFF;
      padding: 0 10px;
      font-size: 13px;
    }



    &:first-child {
      margin-left: 0;
    }
    &:last-child {
      margin-right: 0;
    }

    ul{
      @include opacity(0);
      display: none;
      z-index: 5;
      position: absolute;
      overflow: hidden;
      clear: both;
      top: 100%;
      background: #FFF;
      @include box-shadow(rgba(black, 0.3) 0px 8px 12px);
      @include simple-transition(opacity);

      li{
        display: block;
        clear: both;
        font-weight: 400;
        text-transform: none;
        margin:0;
        @include clear;

        a{
          padding: 15px;
          border: none;
          font-weight: 400;
          height: auto;
          line-height: 140%;
          @include clear;
          @include hover-effect($gray);

        }
      }
    }


    &:hover ul {
      display: block;
      @include opacity(1);
      @include simple-transition(opacity);
    }

  }


  @include color-nav('green', $green);
  @include color-nav('red', $red);
  @include color-nav('blue', $blue);
  @include color-nav('orange', $orange);
  @include color-nav('blue-nice', $blue-nice);


} 
*/
/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
/* line 3, ../scss/vendors/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 39;
  display: none;
  top: 0;
  left: 0;
}

/* line 5, ../scss/vendors/_reveal.scss */
.reveal-modal {
  background: #fff;
  /*
  visibility: hidden; 
  display: none; 
  */
  top: 10%;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* line 19, ../scss/vendors/_reveal.scss */
.reveal-modal.small {
  width: 30%;
  margin-left: -15%;
}
/* line 20, ../scss/vendors/_reveal.scss */
.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}
/* line 21, ../scss/vendors/_reveal.scss */
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}
/* line 22, ../scss/vendors/_reveal.scss */
.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%;
}
/* line 23, ../scss/vendors/_reveal.scss */
.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}
/* line 24, ../scss/vendors/_reveal.scss */
.reveal-modal .row {
  min-width: 0;
  margin-bottom: 10px;
}
/* line 25, ../scss/vendors/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 26, ../scss/vendors/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 28, ../scss/vendors/_reveal.scss */
.reveal-modal .close-reveal-modal {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 5em;
  font-weight: 100;
  line-height: 0.5;
  position: fixed;
  right: 60px;
  top: 60px;
  color: #CCC;
}
/* line 39, ../scss/vendors/_reveal.scss */
.reveal-modal .close-reveal-modal:hover {
  color: #FFF;
}
/* line 44, ../scss/vendors/_reveal.scss */
.reveal-modal .head {
  color: #FFFFFF;
  font-size: 1em;
  padding: 10px 20px;
  background: #5DAE38;
  text-align: center;
  position: relative;
}
/* line 53, ../scss/vendors/_reveal.scss */
.reveal-modal .head .title {
  margin-bottom: 0;
  font-size: 1.8em;
}
/* line 57, ../scss/vendors/_reveal.scss */
.reveal-modal .head .subtitle {
  margin: 0;
  font-size: 1em;
}
/* line 61, ../scss/vendors/_reveal.scss */
.reveal-modal .head .tramos-nav {
  color: #FFFFFF;
  font-size: 42px;
  margin-top: -21px;
  position: absolute;
  text-decoration: none;
  top: 50%;
}
/* line 68, ../scss/vendors/_reveal.scss */
.reveal-modal .head .tramos-nav.prev {
  left: 3%;
}
/* line 71, ../scss/vendors/_reveal.scss */
.reveal-modal .head .tramos-nav.next {
  right: 3%;
}
/* line 74, ../scss/vendors/_reveal.scss */
.reveal-modal .head .tramos-nav:hover {
  color: #F39200;
}
/* line 83, ../scss/vendors/_reveal.scss */
.reveal-modal .content {
  min-height: 350px;
  background: url(../../images/loader.gif) no-repeat center center;
}
/* line 86, ../scss/vendors/_reveal.scss */
.reveal-modal .content .entry-content {
  padding: 0;
}
/* line 88, ../scss/vendors/_reveal.scss */
.reveal-modal .content .entry-content .slider {
  margin: 0;
}
/* line 90, ../scss/vendors/_reveal.scss */
.reveal-modal .content .entry-content .slider .caption {
  background: rgba(93, 174, 56, 0.8);
}
/* line 94, ../scss/vendors/_reveal.scss */
.reveal-modal .content .entry-content .text {
  padding: 30px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

@media print {
  /* line 108, ../scss/vendors/_reveal.scss */
  .reveal-modal {
    border: solid 1px black;
    background: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../scss/responsive/_tablet-landscape.scss */
  .huge-text {
    font-size: 240%;
  }

  /* line 2, ../scss/responsive/_tablet-landscape.scss */
  .tablet-landscape-hidden {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 6, ../scss/responsive/_tablet-portrait.scss */
  h1, .h1 {
    font-size: 180%;
  }

  /* line 7, ../scss/responsive/_tablet-portrait.scss */
  h2, .h2 {
    font-size: 144%;
  }

  /* line 8, ../scss/responsive/_tablet-portrait.scss */
  h3, .h3 {
    font-size: 128%;
  }

  /* line 9, ../scss/responsive/_tablet-portrait.scss */
  h4, .h4 {
    font-size: 126%;
  }

  /* line 10, ../scss/responsive/_tablet-portrait.scss */
  h5, .h5 {
    font-size: 108%;
  }

  /* Helpers */
  /* line 14, ../scss/responsive/_tablet-portrait.scss */
  .portrait-height-auto {
    height: auto !important;
    max-height: 100% !important;
  }

  /* line 18, ../scss/responsive/_tablet-portrait.scss */
  .tablet-portrait-hidden {
    display: none;
  }

  /* line 23, ../scss/responsive/_tablet-portrait.scss */
  .rrss .widget {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }

  /* line 32, ../scss/responsive/_tablet-portrait.scss */
  .video_block {
    height: 320px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 550px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Base Mobile Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ******************************************************************/
  /* line 14, ../scss/responsive/_mobile.scss */
  body {
    font-size: 80%;
  }

  /* line 19, ../scss/responsive/_mobile.scss */
  .huge-text {
    font-size: 180%;
  }

  /* line 25, ../scss/responsive/_mobile.scss */
  .mobile_visible {
    display: block !important;
  }

  /* line 29, ../scss/responsive/_mobile.scss */
  .mobile_hidden, .mobile-hidden {
    display: none !important;
  }

  /* line 33, ../scss/responsive/_mobile.scss */
  .mobile_center {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    clear: both;
  }

  /* line 42, ../scss/responsive/_mobile.scss */
  .mobile_left {
    float: left;
  }

  /* line 46, ../scss/responsive/_mobile.scss */
  .mobile_right {
    float: right;
  }

  /* line 52, ../scss/responsive/_mobile.scss */
  .article-header {
    padding: 15% 0 !important;
    min-height: 250px;
  }

  /* line 57, ../scss/responsive/_mobile.scss */
  .header #top-bar .logo-ayto {
    overflow: hidden;
    width: 20px;
  }

  /* line 63, ../scss/responsive/_mobile.scss */
  .rrss .widget {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }

  /* line 69, ../scss/responsive/_mobile.scss */
  .patrocinadores .widget_sp_image {
    width: 50%;
    margin: 0 0 15px 0;
    text-align: center;
  }

  /* line 75, ../scss/responsive/_mobile.scss */
  .video_block, .loop-location {
    height: auto;
    margin-bottom: 15px;
  }

  /* line 83, ../scss/responsive/_mobile.scss */
  .footer-nav > li {
    width: 100%;
    float: none;
    clear: both;
    display: block;
    float: none;
    zoom: 1;
  }
  /* line 451, ../scss/commons/_mixins.scss */
  .footer-nav > li:before, .footer-nav > li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  /* line 458, ../scss/commons/_mixins.scss */
  .footer-nav > li:after {
    clear: both;
  }

  /* line 92, ../scss/responsive/_mobile.scss */
  #locations-map {
    padding: 0 !important;
    height: 340px;
    background: #FFF;
  }
  /* line 97, ../scss/responsive/_mobile.scss */
  #locations-map #map-canvas {
    width: 96%;
    height: 280px;
    margin: 0 auto;
  }
  /* line 103, ../scss/responsive/_mobile.scss */
  #locations-map #filter-button {
    display: block;
    position: absolute;
    right: 5px;
    margin-top: 40px;
    z-index: 2;
  }
  /* line 111, ../scss/responsive/_mobile.scss */
  #locations-map #close-filter-button {
    background: #3F5B9A;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-size: 42px;
    line-height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 42px;
  }
  /* line 125, ../scss/responsive/_mobile.scss */
  #locations-map .map-filter {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0 0;
    z-index: 6;
  }

  /* Post list ----------- */
  /* line 135, ../scss/responsive/_mobile.scss */
  .post-list .item .post-thumbnail a img {
    width: 100%;
  }

  /* Clubs ----------- */
  /* line 140, ../scss/responsive/_mobile.scss */
  .horizontal-form {
    padding: 20px;
  }

  /* ONLY Smartphones (small smarphones) ----------- */
}
@media only screen and (max-width: 550px) and (max-width: 384px) {
  /* line 149, ../scss/responsive/_mobile.scss */
  #footer .rrss-icons {
    text-align: center;
  }
  /* line 152, ../scss/responsive/_mobile.scss */
  #footer .rrss-icons li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 159, ../scss/responsive/_mobile.scss */
  #footer .mobile_6, #footer .text-align-right, #footer .right, #footer .clear {
    float: none;
    text-align: center;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    margin: 10px auto;
    width: auto;
  }

  /* line 172, ../scss/responsive/_mobile.scss */
  .header.bigger #top-bar .rrss-icons li,
  .header.bigger #top-bar .rrss-icons li a i {
    width: 40px;
  }
}




.pods-pagination-advanced a{
  background: #3F5B9A;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 50px;
    text-align: center;
    font-weight: bold;
    margin: 2px
}

.pods-pagination-advanced a:hover{
    background: #304676;
    transition-property: all;
    transition-duration: 0.2s;
}

.pods-pagination-current{
    background: #F39200;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 50px;
    text-align: center;
    font-weight: bold;
    margin: 2px
}



/* Update V2 */
.headSection h3 {
    color: #FFF;
    margin: 0px 0px 0 0px;
}

.headSection {
    text-align: center;
    margin-bottom: 20px;
}

.headSection .button {
    margin: 20px 0;
    display: inline-block;
}

ul.events-list-table.my-grid-row {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn-viewEvents {
    text-decoration: none !important;
}

#newsHome .h4 * {
    font-size: 15px !important;
    line-height: 1 !important;
}

#newsHome .item {
    padding: 20px 20px;
}

#newsHome .h4 {
    margin: 0;
    line-height: 1.2;
}
#newsHome img{
  width: 100%;
  height: auto;
}
#newsHome a{
  text-decoration: none;
}
#newsHome {
    padding: 60px 0;
}

#home-map {
    background-image: url(images/mapa-deporte.jpg);
    background-position: center center;
    background-size: cover;
    padding: 90px 0 70px 0;
}
#homeTV{
    background-image: url(images/vetv.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0px 0 0px 0;
    min-height: 500px;
}

.blockMap {
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
}

.buttonWrapBlockMap {
    background: #FFF;
    padding: 30px 20px;
}

.buttonWrapBlockMap .button {
    border-radius: 0 !important;
    line-height: 40px !important;
    height: 40px !important;
    max-height: inherit;
    padding: 0px 0 !important;
    display: block;
    font-size: 15px;
}

.titleBlockMap {
    padding: 55px 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    height: 220px;
}
.mapInstalaciones .titleBlockMap{ background-image: url('images/instalaciones.jpg'); }
.mapJardin .titleBlockMap{ background-image: url('images/jardines.jpg'); }
.mapCasa .titleBlockMap{ background-image: url('images/casa-deporte.jpg'); }
.mapInstalaciones .titleBlockMap,
.mapJardin .titleBlockMap,
.mapCasa .titleBlockMap{
  background-size: cover;
  background-position: top center;
}

.mapTitle h3 {
    font-size: 34px;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
}

.mapTitle p {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}



div#homeTV {
    position: relative;
}

div#homeTV a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.logo-vetv {
    background-image: url('images/logo-vetv.png');
    width: 150px;
    height: 61px;
    display: block;
    top: 60px;
    position: relative;
}

.playButton {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url('images/play.png');
    top: 50%;
    margin-top: -40px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
}
