@import url(http://fonts.googleapis.com/css?family=Convergence);
/**
 * @package     Infinity Template
 * @version     1.1
 * @author      ThemeXpert http://www.themexpert.com
 * @copyright   Copyright (C) 2010 - 2011 ThemeXpert
 * @license     http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
 * @file        header.css
 **/
/*----------------------------------
         Layout
-----------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #e8e7e9;
  margin-bottom: 20px;
}
a {
  color: #ec8b00;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
/*Override default values*/
.tx-row {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
#tx-roof {
  background: url(../../images/header/top-bg.png) repeat-x 0 100%;
  padding-bottom: 13px;
}
#tx-roof .ex-column {
  background: #ec8b00;
  color: #fff;
}
#tx-roof .ex-title {
  color: #ffffff;
}
#tx-header,
#tx-top {
  background: transparent;
}
#tx-roof,
#tx-top,
#tx-header,
#tx-copyright {
  border: 0;
}
#tx-roof .ex-block,
#tx-top .ex-block,
#tx-header .ex-block,
#tx-copyright .ex-block {
  border: 0;
}
#tx-sidebar-a:after,
#tx-sidebar-b:after {
  border-style: solid;
  border-color: #eeeeee;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#tx-sidebar-a:after {
  border-width: 0 1px 0 0;
}
#tx-sidebar-b:after {
  border-width: 0 0 0 1px;
}
#tx-sidebar-a .ex-block,
#tx-sidebar-b .ex-block {
  z-index: 10;
}
#tx-content-top {
  border-bottom: 1px solid #eeeeee;
}
#tx-content-bottom {
  border-top: 1px solid #eeeeee;
}
#ex-component .ex-block {
  border: none;
}
#tx-copyright {
  border-bottom: 1px solid #eeeeee;
}
/*UI Elements*/
[class^="icon-"] {
  background-image: url(../../images/glyphicons-halflings.png);
}
.btn {
  background: none;
  color: #444444;
  text-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-info:hover {
  color: #ec8b00;
  background: none;
  text-shadow: none;
}
/*----------------------------------
           Menu
 -----------------------------------*/
.ex-block.widget-menu {
  padding: 0;
  margin: 0;
}
#ex-menu {
  background: url(../../images/header/menu-m.png) repeat-x 0 0;
  height: 50px;
}
#ex-menu:after,
#ex-menu:before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 70px;
  top: 0;
}
#ex-menu:after {
  background: url(../../images/header/menu-r.png) no-repeat;
  right: -80px;
}
#ex-menu:before {
  background: url(../../images/header/menu-l.png) no-repeat;
  left: -80px;
}
.ex-megamenu {
  /*First level*/

}
.ex-megamenu > ul.level-0 > li.mega > a.mega,
.ex-megamenu > ul.level-0 > li.mega > span.mega {
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
  font-family: 'Convergence', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 32px;
}
.ex-megamenu ul.level-0 li.mega span.menu-desc {
  font-size: 10px;
  margin-top: 3px;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}
.ex-megamenu ul.level-1 > li.mega a.mega,
.ex-megamenu ul.level-1 > li.mega span.mega {
  color: #333;
}
.ex-megamenu ul.level-1 > li.mega a.mega:hover,
.ex-megamenu ul.level-1 > li.mega span.mega:hover {
  color: #ec8b00;
}
.ex-megamenu > ul.level-0 > li.mega:hover > a.mega,
.ex-megamenu > ul.level-0 > li.mega:hover > span.mega,
.ex-megamenu > ul.level-0 > li.active a.mega {
  background: #ffffff url(../../images/header/menu-hover-bg.jpg) repeat-x 0 0;
  color: #333;
}
.ex-megamenu li.mega .childcontent {
  border-color: #ff4500;
  border-width: 0 0 3px 0;
  border-style: solid;
}
.ex-megamenu ul.level-1 li.mega .group-content > ul > li > a,
.ex-megamenu ul.level-1 li.mega .group-content > ul > li > span {
  color: #ec8b00;
}
.ex-megamenu ul.level-1 li.mega .group-content > ul > li > a:hover,
.ex-megamenu ul.level-1 li.mega .group-content > ul > li > span:hover {
  color: #333333;
}
/*Dropline Menu + Split menu*/
#exdl-mainnav a,
#exdl-mainnav ul li > span,
#ex-splitmenu a,
#ex-splitmenu ul li > span {
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
  font-family: 'Convergence', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 32px;
}
/*----------------------------------
        Module Specific
-----------------------------------*/
#tx-breadcrumbs {
  background: #f7f7f7;
}
.breadcrumbs ul.breadcrumb {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/*Joomla Menu*/
.nav-list .active > a,
.nav-list .active:hover > a,
.nav-list > li > a:hover {
  border-color: #ec8b00;
}
#mod-finder-searchform button.finder {
  background-color: #ec8b00;
}
/*----------------------------------
       Module Variations
-----------------------------------*/
/*Common*/
.ex-block {
  border-left: 1px solid #eeeeee;
}
.ex-first .ex-block {
  border-left: none;
}
.ex-title {
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Convergence', sans-serif;
}
.ex-module .ex-title {
  color: #ec8b00;
}
.ex-module .ex-title span {
  color: #444;
}
