/**
 * @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
 **/
body {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*----------------------------------
        Layout
-----------------------------------*/
/*Override default values*/
.tx-row {
  background: #ffffff;
}
.ex-block {
  margin: 0;
}
/*----------------------------------
        Menu
-----------------------------------*/
#ex-menu {
  height: 45px;
}
/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ex-megamenu ul.level-1 li.first {
  border-top: 0;
}
.ex-megamenu ul.level-1 li.mega a.mega {
  border: 0;
}
.ex-megamenu ul.level-1 li.mega a.mega span.menu-desc {
  font-size: 10px;
}
/* CHILD CONTENT
-----------------------------------*/
/*child content wrapper*/
.ex-megamenu li.mega .childcontent {
  /*border applied here*/

  margin-left: -1px;
  display: none;
}
.ex-megamenu .childcontent-inner {
  border-top: 0;
  color: #333;
}
/* Grouped --- */
.ex-megamenu .group-title .menu-title {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 115%;
}
.ex-megamenu .group-content {
  padding-bottom: 8px;
}
.ex-megamenu .group-title .menu-desc {
  color: #999;
  padding-left: 0 !important;
}
/*Group content child item*/
/*Fancy menu*/
.fancy {
  background: none;
  border: none;
}
/* Subnav common (Dorpline+Split)
-----------------------------------*/
#ex-subnav {
  background: #eeeeee;
}
/*----------------------------------
        Component Area
-----------------------------------*/
#ex-component .ex-article-icons ul li a {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  background-image: url(../images/glyphicons-halflings.png);
}
#ex-component .print-icon a {
  background-position: -96px -48px;
}
#ex-component .email-icon a {
  background-position: -72px 0;
}
#ex-component .edit-icon a {
  background-position: -96px -72px;
}
#ex-component .ex-article-bg {
  border: none;
}
/*----------------------------------
        Widget Specific
-----------------------------------*/
.ex-block.widget-date {
  padding: 5px;
  text-align: right;
}
.widget-copyrightinfo,
.widget-designedby,
.widget-exposelogo {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 14px;
}
.designed-by a {
  background: url(../images/themexpert.png) no-repeat;
  width: 75px;
  height: 18px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
}
#ex-poweredby {
  margin: 0 auto;
}
#ex-scrolltop {
  background: url(../images/totop-light.png) no-repeat;
  display: block;
  width: 26px;
  height: 28px;
  text-indent: -9999px;
  font-size: 0px;
  margin: 30px auto 0;
}
#ex-scrolltop:hover {
  background-position: 0 -71px;
}
/*----------------------------------
        Module Specific
-----------------------------------*/
/*Finder*/
#mod-finder-searchform {
  float: right;
  margin: 20px 0 0;
  position: relative;
  width: 300px;
}
#mod-finder-searchform #mod-finder-searchword {
  width: 270px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  display: block;
  background: #fbfbfb;
}
#mod-finder-searchform #mod-finder-searchword:focus {
  background: #ffffff;
}
#mod-finder-searchform button.finder {
  background: url(../images/searchbtn.png) no-repeat #333333;
  width: 35px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  font-size: 0px;
  display: block;
  position: absolute;
  top: 6px;
  right: 22px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/*Breadcrumbs*/
.breadcrumbs ul.breadcrumb {
  margin-bottom: 0;
}
#login-form #modlgn-username,
#login-form #modlgn-passwd {
  display: block;
  width: 98%;
}
#login-form #form-login-remember {
  margin: 5px 0;
}
#login-form #form-login-remember * {
  float: left;
  margin-right: 5px;
}
#login-form .button {
  margin: 0 0 5px;
  float: right;
}
/*Default joomla menu*/
/*Turn off image*/
ul.menu li img {
  display: none;
}
.nav-list > li {
  margin: 4px 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #E8E8E8;
  background: transparent;
  color: #333;
}
.nav-list .active > a,
.nav-list .active:hover > a,
.nav-list > li > a:hover {
  background: #E8E8E8;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
/*----------------------------------
        Module Variations
-----------------------------------*/
/*Title Style*/
.title-red .mod-header {
  color: #c10202;
}
.title-blue .mod-header {
  color: #296fcf;
}
.title-purple .mod-header {
  color: #811ec6;
}
.ex-title {
  font-weight: 500;
}
.noborder.ex-block {
  border: none;
}
/*Badge Style*/
.badge-new .badge,
.badge-hot .badge,
.badge-top .badge,
.badge-pick .badge {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  z-index: 11;
  background-image: url(../images/badge.png);
  background-repeat: no-repeat;
}
.badge-new .badge {
  background-position: 0 -150px;
}
.badge-pick .badge {
  background-position: 0 -100px;
}
.badge-top .badge {
  background-position: 0 -50px;
}
.bg {
  background: url(../../../images/intro-bg.png) no-repeat 100% 50%;
  padding: 10px;
}
.bg .ex-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.bg h3 {
  font-size: 16px;
}
.bg h4 {
  font-size: 17px;
  margin-top: 10px;
}
.bg p {
  font-size: 12px;
  color: #777777;
}
.bg div {
  margin: 20px 15px;
}
/*----------------------------------
        RTL
-----------------------------------*/
body.align-rtl .nav-list > li > a,
body.align-rtl .nav-list .nav-header {
  border-width: 0 4px 0 0;
}
body.align-rtl #mod-finder-searchform button.finder {
  left: 10px;
  right: auto;
}
