<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700');

@import url('http://fonts.googleapis.com/css?family=Open+Sans:600,600italic,700,700italic');

@import url('http://fonts.googleapis.com/css?family=Anton');
/**
 * @package     Parallax Theme
 * @version     1.2
 * @author      ThemeXpert http://www.themexpert.com
 * @copyright   Copyright (C) 2010 - 2011 ThemeXpert
 * @license     http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
 **/
/*! Import font
-------------------------------*/
body {
  background: url(../images/overlays/sun.png) no-repeat 0 0;
  color: #6f6f6f;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  border-top: 4px solid #111;
}
a,
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* Read more buttons
-------------------------------------*/
.readon,
.xs_readmore {
  display: inline-block;
  background: url(../images/readon-left.png) no-repeat 0 0;
  padding: 0 0 0 17px;
  margin: 15px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
}
.readon:hover,
.xs_readmore:hover {
  background-position: 0 0;
}
.readon &gt; span,
.xs_readmore &gt; a {
  background: url(../images/readon-right.png) no-repeat 100% 0;
  color: #000;
  text-shadow: 1px 0 1px #fff;
  display: block;
  padding-right: 15px;
}
/*--------------------------------------------------
        Layout
---------------------------------------------------*/
/*Override default values*/
.ex-row {
  background: transparent;
}
.overlay {
  padding: 80px 0;
}
.anim-bg {
  display: block;
  text-indent: -9999px;
}
.parallax-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.stickynav {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/*-------------------------------------------------
        Positions Specific
--------------------------------------------------*/
#ex-roof {
  background: #111;
  color: #f5f5f5;
}
#header-wrap .overlay {
  padding: 0;
}
#ex-header {
  padding-bottom: 80px;
}
#ex-utility {
  overflow: hidden;
  position: relative;
}
#bottom-wrap {
  position: relative;
}
#bottom-wrap .overlay {
  padding: 20px 0 80px;
}
#bottom-wrap blockquote {
  padding: 0;
  text-align: left;
}
#bottom-wrap .ex-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
#bottom-wrap .ex-title span {
  color: #fff;
}
#ex-copyright {
  background: url(../images/shadow-footer.png) no-repeat 50% 100%;
  padding-bottom: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ex-copyright .shadow {
  background: url(../images/transparent.png) repeat 0 0;
}
#ex-absolute {
  position: fixed;
  top: 300px;
  left: 20px;
}
#ex-absolute .ex-block {
  margin: 0;
  padding: 0;
}
#ex-absolute #side-nav {
  margin: 0;
  list-style: none;
}
#ex-absolute #side-nav li a {
  background: url(../images/bullet.png) no-repeat -25px 0;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  display: block;
  margin-bottom: 10px;
}
#ex-absolute #side-nav li a:hover {
  background: url(../images/bullet.png) no-repeat 0 0;
}
/*-------------------------------------------------
        Menu
--------------------------------------------------*/
/* Override ex-block with menu specific selector */
.widget-menu {
  padding: 0;
  margin: 0;
}
/* common menu code for mega, dropline and split */
#ex-menu {
  /* lv - 1 and below
    -----------------------------------*/

  /*Normal List Item*/

  /* CHILD CONTENT WRAPPER
    -----------------------------------*/

  /* GROUPD TITLE,DESC + DIRECT CHILD
    ------------------------------------------------*/

  /* Group content child item
    -----------------------------------*/

  /*Module under menu*/

}
#ex-menu .ex-megamenu {
  float: right;
}
#ex-menu ul.level-0 &gt; li.mega &gt; a.mega,
#ex-menu ul.level-0 &gt; li.mega &gt; span.mega {
  padding: 50px 15px 15px;
}
#ex-menu ul li span.menu-title,
#ex-menu ul li span.menu-desc {
  color: #222222;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
#ex-menu ul li:hover span.menu-title,
#ex-menu ul li:hover span.menu-desc,
#ex-menu ul li.active span.menu-title,
#ex-menu ul li.active span.menu-desc {
  color: #d5d5d5;
}
#ex-menu ul.level-0 &gt; li:hover,
#ex-menu ul.level-0 &gt; li.active {
  background: #111;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ex-menu ul.level-0 li.has-submenu a.mega span.menu-title,
#ex-menu ul.level-0 li.has-submneu span.mega span.menu-title {
  background: transparent;
  padding-left: 0;
}
#ex-menu ul.level-0 &gt; li.mega &gt; a.mega &gt; .has-image,
#ex-menu ul.level-0 &gt; li.mega &gt; span.mega &gt; .has-image {
  padding: 35px 0 0;
  background-position: 50% 0;
  margin-top: -35px;
}
#ex-menu ul.level-1 li.mega {
  border-bottom: 1px solid #1e1e1e;
}
#ex-menu ul.level-1 li.last {
  border-bottom: 0;
}
#ex-menu ul.level-1 li.mega a.mega,
#ex-menu ul.level-1 li.mega span.mega {
  padding: 10px 0;
}
#ex-menu ul.level-1 .group-content li.mega {
  border: none;
}
#ex-menu ul.level-1 .group-content li.mega a.mega,
#ex-menu ul.level-1 .group-content li.mega span.mega {
  padding: 4px 0;
}
#ex-menu ul.level-1 li span.menu-title,
#ex-menu ul.level-1 li span.menu-desc {
  font-size: 16px;
  border: 0;
  color: #fff;
}
#ex-menu li.mega .childcontent {
  /*border applied here*/

  border: 1px solid #212121;
  padding: 0 15px 5px;
  margin-top: 5px;
  background: #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ex-menu .childcontent-inner {
  color: #fff;
  background: transparent;
}
#ex-menu ul.level-1 .group-title .menu-title {
  color: #555556;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 115%;
  line-height: 20px;
}
#ex-menu ul.level-1 .group-title .menu-desc {
  color: #333;
  font-size: 11px;
  padding-left: 0 !important;
}
#ex-menu ul.level-1 li.mega .group-content &gt; ul &gt; li &gt; a &gt; span.menu-title,
#ex-menu ul.level-1 li.mega .group-content &gt; ul &gt; li &gt; span &gt; span.menu-title {
  color: #fff;
  padding: 0 0;
}
#ex-menu .ex-block {
  padding: 10px;
  margin: 0;
}
/* Fancy menu
-----------------------------------*/
.fancy {
  background: #fff;
  color: #333333;
}
/*Dropline Menu + Split menu*/
#exdl-mainnav,
#ex-splitmenu {
  float: right;
}
#exdl-mainnav ul li:hover,
#ex-splitmenu ul li:hover,
#exdl-mainnav ul li.active,
#ex-splitmenu ul li.active {
  background: #111;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#exdl-mainnav .has-image,
#ex-splitmenu .has-image {
  padding: 35px 0 0;
  background-position: 50% 0;
}
#exdl-mainnav a,
#exdl-mainnav ul li &gt; span,
#ex-splitmenu a,
#ex-splitmenu ul li &gt; span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px
    padding: 50px 15px 15px;
}
/* Subnav common (Dorpline+Split)
-----------------------------------*/
#ex-subnav {
  background: #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#ex-subnav ul li {
  background: #111;
}
#ex-subnav ul li span.menu-title {
  color: #f5f5f5;
}
/*----------------------------------
        Component Area
-----------------------------------*/
#ex-component {
  background: #fff;
}
#ex-component .ex-article-bg {
  padding-bottom: 0;
  border: 0;
}
#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;
}
/*----------------------------------
        Widget Specific
-----------------------------------*/
/* Logo */
#ex-logo {
  margin: 0;
}
/* Copyright info, designed by and expose logo widget settings */
#ex-copyright .widget-copyrightinfo,
#ex-copyright .widget-designedby,
#ex-copyright .widget-exposelogo,
#ex-copyright #ex-poweredby a {
  text-align: center;
  color: #000;
  text-shadow: 1px 0 1px #f5f5f5;
}
#ex-copyright .widget-designedby,
#ex-copyright .widget-exposelogo {
  padding-top: 0;
  padding-bottom: 0;
}
/*Date*/
.ex-block.widget-date {
  text-align: right;
}
/* Designed by - ThemeXpert */
.designed-by a {
  background: url(../images/logoPIEdePAGINA.png) no-repeat;
  width: 75px;
  height: 18px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
}
/* Powered by - Expose */
#ex-poweredby {
  margin: 0 auto;
}
.expose-logo-light,
.expose-logo-dark {
  background: transparent;
}
.expose-logo-light span,
.expose-logo-dark span {
  display: block;
}
.expose-logo,
.expose-logo a {
  width: auto;
}
/* Scroll to top */
#ex-scrolltop {
  background: url(../images/totop.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: 0 0;
  position: relative;
  width: 300px;
}
#mod-finder-searchform #mod-finder-searchword {
  width: 270px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  margin: 0;
  display: block;
  background: #fbfbfb;
}
#mod-finder-searchform #mod-finder-searchword:focus {
  background: #fff;
}
#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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*Breadcrumbs*/
#ex-breadcrumbs .ex-block {
  padding-left: 0;
}
ul.breadcrumb {
  margin: 0;
}
/* Default login module */
#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 &gt; li {
  margin: 4px 0;
}
.nav-list &gt; li &gt; a,
.nav-list .nav-header {
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #E8E8E8;
  background: transparent;
  color: #333;
}
.nav-list .active &gt; a,
.nav-list .active:hover &gt; a,
.nav-list &gt; li &gt; a:hover {
  background: #E8E8E8;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
/* Xpert Scroller
-----------------------------------*/
.basic_h,
.basic_v {
  position: relative;
}
.basic_h a.browse,
.basic_v a.browse {
  background: url(../images/scroller-control.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
}
.basic_h a.prev,
.basic_v a.prev {
  right: 40px;
}
.basic_h a.prev:hover,
.basic_v a.prev:hover {
  background-position: 0 -28px !important;
}
.basic_h a.next,
.basic_v a.next {
  background-position: -29px 0 !important;
}
.basic_h a.next:hover,
.basic_v a.next:hover {
  background-position: -29px -28px !important;
}
.scroller {
  margin-top: 30px;
}
.scroller .pane .item {
  text-shadow: 1px 0 1px #000;
}
.scroller .pane .item:hover {
  background: transparent;
}
.scroller .pane .item .padding {
  position: relative;
}
.scroller .pane .item h4 {
  background: url(../images/transparent-black.png) repeat 0 0;
  position: absolute;
  top: 20px;
  left: 6px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.scroller .pane .item h4 a {
  color: #fff;
}
.scroller .pane .item .xs_intro {
  font-size: 25px;
  color: #000000;
  text-align: center;
}
.scroller .pane .item img {
  border: 5px solid transparent;
}
/* Xpert Showcase
-----------------------------------*/
.xs-gallery {
  margin: 0 -10px 0 0 !important;
}
.xs-gallery .xs-item-wrap {
  background: url(../images/transparent-black.png) repeat 0 0;
  padding: 4px;
}
/*----------------------------------
        Module Variations
-----------------------------------*/
/* Default block style */
/*Exceptions*/
#ex-top .ex-block,
#ex-header .ex-block,
#ex-component .ex-block,
#ex-copyright .ex-block {
  border: none;
}
/*Block variations*/
.box1 {
  background: url(../images/shadow-box-top.png) no-repeat 0 0;
  padding-top: 25px;
}
.box1:after {
  background: url(../images/shadow-box-bottom.png) no-repeat 0 100%;
  width: 100%;
  height: 18px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.box1 p {
  margin: 0;
}
.box2 .ex-header {
  padding-bottom: 10px;
}
.box2 .ex-content {
  padding: 15px 0;
}
.box2 .ex-header,
.box2 .ex-content {
  background: url(../images/line-h.png) repeat-x 0 100%;
}
/*Title Style*/
.ex-title {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.ex-subtitle {
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
}
.title-xlarge .ex-title {
  font-size: 3em;
  line-height: 1.0em;
  letter-spacing: 2px;
}
.title-xlarge .ex-subtitle {
  font-size: 23px;
  margin-bottom: 10px;
}
.title-xxlarge .ex-title {
  font-size: 4em;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.title-xxlarge .ex-subtitle {
  font-size: 28px;
  margin-bottom: 10px;
}
.title-center .ex-header {
  text-align: center;
}
.title2 .ex-header {
  background: url(../images/line-h.png) repeat-x 0 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.title2 .ex-header .ex-title {
  margin: 0;
}
/*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;
}
/*Social Icons*/
.social-icons {
  list-style: none;
  margin: 0;
}
.social-icons li {
  float: left;
  margin-right: 10px;
}
.social-icons li a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-social.png) no-repeat 0 0;
  text-indent: -9999px;
}
.social-icons li.facebook a {
  background-position: 0 0 ;
}
.social-icons li.gplus a {
  background-position: -74px 0;
}
.social-icons li.twitter a {
  background-position: -150px 0;
}
.social-icons li.rss a {
  background-position: -227px 0;
}
.list ul {
  list-style: none ;
  margin: 0;
}
.list ul li {
  background: url(../images/line-h.png) repeat-x 0 100%;
  line-height: 36px;
}
.list ul li a {
  display: block;
  background: url(../images/bullet-list.png) no-repeat 0 50%;
  padding-left: 22px;
}
/*----------------------------------
        RTL
-----------------------------------*/
body.align-rtl #ex-menu .ex-megamenu {
  float: left;
}
body.align-rtl .pull-left {
  float: right;
  margin-left: 10px;
}
body.align-rtl .pull-right {
  float: left;
  margin-right: 10px;
}
body.align-rtl .align-left {
  text-align: right;
}
body.align-rtl .align-right {
  text-align: left;
}
body.align-rtl .align-center * {
  text-align: center;
}
body.align-rtl .title-center .ex-header .ex-title,
body.align-rtl .title-center .ex-header .ex-subtitle {
  text-align: center;
}
body.align-rtl .nav-list &gt; li &gt; 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;
}
/* Globally usable classes
--------------------------------*/
/* Margin */
.nomargin {
  margin: 0;
}
.nomargin-left {
  margin-left: 0;
}
.nomargin-right {
  margin-right: 0;
}
.nomargin-bottom {
  margin-bottom: 0;
}
.nomargin-top {
  margin-top: 0;
}
/* Padding */
.nopadding {
  padding: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
.nopadding-bottom {
  padding-bottom: 0;
}
.nopadding-top {
  padding-top: 0;
}
/* Both */
.nostyle {
  margin: 0;
  padding: 0;
}
/* Alignments */
.pull-left {
  float: left;
  margin-right: 10px;
}
.pull-right {
  float: right;
  margin-left: 10px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* Fonts */
.font-title {
  font-size: 1.6em;
  line-height: 1.2em;
}
.font-large {
  font-size: 2em;
  line-height: 1.0em;
}
.font-xlarge {
  font-size: 3em;
  line-height: 1.0em;
}
.font-xxlarge {
  font-size: 4em;
  line-height: 1.3em;
}
</pre></body></html>