/**
 * @file
 * Colour variables
 *
 */
/**$gold:          null;
$sky-blue:      null;
$sea-blue:      null;
$navy-blue:     null;
$dark-blue:     null;
$red-intense:  null;
$red:  null;
$dark-red:  null;
$pink:  null;
$hard-pink:  null;
$off-white:  null;
$pale-grey:  null;
$light-grey:  null;
$grey:  null;
$dark-grey:  null;
$orange:  null;
$light-orange:  null;
$nick-button:  null;
$nick-hover:  null;
$events-button:  null;
$events-hover:  null;
$menu-separator:  null;
$mobile-icon:  null;
$mobile-icon-hover: $orange;;
$footer-bottom-color:  null;

$cumple:  null;

$dark-text-color:  null;
$light-text-color:  null;
$menu-text-color:  null;
$link-text-color: $sky-blue;
$table-text-color:  null;
$border-color:  null;

$field-border-color:  null;
$field-border-focus-color: $sea-blue;
$form-error-color:  null;

$h1-color: $off-white;
$h2-color: $sea-blue;
$h3-color: $red;
$h4-color: $sea-blue;
$h5-color: $sky-blue;
$h6-color: $sky-blue;

$twitter-color:  null;
$facebook-color:  null;
$youtube-color:  null;
$google-color:  null;
$flickr-color:  null;
$pinterest-color:  null;
$instagram-color:  null;

//Calendar
$calendar_bg_header :  null;
$calendar_day_color:  null;
$calendar_color_grey:  null;

//Timeline
$timeline_color_fondo_flags :  null;
$timeline_color_fondo_flags_activo :  null;;
$timeline_color_tipo_flags_activo:  null;
$timeline_color_decada1970 :  null;
$timeline_color_decada1980 :  null;
$timeline_color_decada1990 :  null;
$timeline_color_decada2000 :  null;
$timeline_color_decada2010 :  null;
$timeline_color_decada_item_date :  null;

//Widget
$widget_bg_color :  null;
$widget_compra_entradas_bg_productos :  null;
$widget_color_info_visitante:  null;
$widget_bg_info:  null;
*/
/**
 * @file
 * Grid variables
 *
 */
/**
 * @file
 * Typography variables
 *
 */
/**
 * @file
 * Mixins and functions for boxes and borders
 *
 */
.shadow-divider {
  border: 0;
  height: 6px;
  -moz-box-shadow: 0 6px 9px -6px #a4a4a4 inset;
  -webkit-box-shadow: 0 6px 9px -6px #a4a4a4 inset;
  box-shadow: 0 6px 9px -6px #a4a4a4 inset;
}

/**
 * @file
 * Mixins and functions for buttons, links and icons
 *
 */
/**
 * @file
 * Mixins fnd functions for buttons
 *
 */
/**
 * @file
 * Mixins for layout
 *
 */
/**
 * @file
 * Mixins for typography
 *
 */
.l-header,
.l-main,
.l-footer {
  width: 980px;
}
