/**
 * Stylesheet holding the colors of "licitaciones" section.
 *
 * Use this classes to add section-dependant color schemes to your stylesheets.
 *
 * To add this stylesheet to your layout, put this in the <head> section:
 *
 *   <?php if (isset($section)): ?>
 *     <link rel="stylesheet" type="text/css" media="all" href="<?php echo url_for('@section_css?name='.$section->getName() ?>
" />
 *   <?php endif; ?>
 *
 */

/* Background and foreground colors */
.section-color-bg { background-color: #eb680a; }
.section-color-fg { color: #eb680a; }

/* Border colors */
.section-color-border-all { border-color: #eb680a; }
.section-color-border-t { border-top-color: #eb680a; }
.section-color-border-r { border-right-color: #eb680a; }
.section-color-border-b { border-bottom-color: #eb680a; }
.section-color-border-l { border-left-color: #eb680a; }

/* On hover colors */
.section-color-bg-hover:hover { background-color: #eb680a; }
.section-color-fg-hover:hover { color: #eb680a; }
.section-color-border-all-hover:hover { border-color: #eb680a; }
.section-color-border-t-hover:hover { border-top-color: #eb680a; }
.section-color-border-r-hover:hover { border-right-color: #eb680a; }
.section-color-border-b-hover:hover { border-bottom-color: #eb680a; }
.section-color-border-l-hover:hover { border-left-color: #eb680a; }


.second_level_slotlet .cq_menu .cq_item .cq_submenu,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_sub_submenu
{
  background-color: rgba(235, 104, 10, 0.75);
}

.second_level_slotlet .cq_menu .cq_item:hover > a
{
  background-color: #eb680a;
}

.second_level_slotlet .cq_menu .cq_item a.selected,
.second_level_slotlet .cq_menu .cq_item:hover > a,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item:hover,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item .cq_sub_submenu .cq_sub_submenu_item:hover
{
  background-color: #eb680a;
}

.second_level_slotlet .cq_menu a.selected,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item:hover > a,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item .cq_sub_submenu .cq_sub_submenu_item:hover > a
{
  color: #fff;
}

.second_level_slotlet
{
  border-bottom: 2px solid #eb680a;
}

.photo-summary-content h1 a
{
    color: #eb680a;
}

.photo-summary {
border-bottom:#eb680a 1px solid;
