body {
    font-size: 13px;
    line-height: 1.7em;
    font-family: Helvetica, Arial, Sans-Serif;
    background: #fff url(../images/texture.png)
    }
/* HTML5 elements */
header, nav, article, footer, figure, figcaption, section, hgroup, details, aside, time {
    display: block;
    margin: 0
    }
audio, canvas, video {
    display: inline-block
    }
audio:not([controls]) {
    display: none
    }
/* Rules have to be separate */
::selection {
    background: #444;
    color: #fff
    }
::-moz-selection {
    background: #444;
    color: #fff
    }
::-webkit-selection {
    background: #444;
    color: #fff
    }
:-moz-any-link:focus {
    outline: none
    }
a {
    text-decoration: none
    }
a:active, a:focus {
    outline: none
    }
a:hover {
    text-decoration: underline
    }
blockquote {
    font: italic 1.1em/1.54em Georgia, Serif;
    margin: 0 0 1.54em;
    padding: 0 0 0 45px;
    background: url(../images/quote.png) no-repeat 0 0
    }
blockquote p {
    margin: 0 !important
    }
blockquote small {
    color: #909090
    }
blockquote small:before {
    content: "– ";
    /* Add em-dash and space. See http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/ */
    }
quote, em {
    font-style: italic
    }
pre {
    font-family: "Courier New", Courier, monospace;
    margin: 1.7em 0;
    padding: 1em;
    line-height: 1.3em;
    vertical-align: middle;
    white-space: pre-wrap;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 1px 1px 10px
    }
pre code {
    padding: 0;
    margin: 0;
    border: 0
    }
pre ol {
    margin: 0 !important
    }
code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    padding: 0 10px;
    color: inherit;
    /* Override gantry.css */
    }
hr {
    height: 1px;
    background: #e9e9e9;
    border: 0 none !important;
    margin: 1.7em 0
    }
img {
    max-width: 100%;
    width: auto;
    height: auto
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 1em;
    font-variant-ligatures: common-ligatures
    }
h1, h2 {
    letter-spacing: 0;
    color: #19630e
    }
h3, h4, h5, h6 {
    letter-spacing: 0;
    color: #408c99
    }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
    color: inherit
    }
ul li a {
    font-size: 1em;
    /* Override gantry.css */
    line-height: 1.7em;
    /* Override gantry.css */
    }
/*-----------------------------------------------------------------------------------------------------------------
// Layout
-----------------------------------------------------------------------------------------------------------------*/
#main-wrap {
    margin: 15px auto;
    padding: 10px 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    /* ie7 */
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
    }
/* Drawer
	------------------------------------------ */
#rt-drawer {
    border-bottom: 3px solid #ccc;
    background: #fff
    }
/* Header
	------------------------------------------ */
#header .banneritem {
    margin: 0
    }
#rt-logo {
    text-indent: -999em;
    padding: 15px;
    margin: 0 auto;
    width: 197px;
    height: 58px;
    display: block;
    background: url(../images/logo/logo.png) 50% 50% no-repeat
    }
#toolbar {
    padding: 5px 0;
    font-size: 0.9em;
    overflow: hidden;
    background: url(../images/dark-stripes.png);
    background: url(../images/triangle-t.png) repeat-x 0 100%, url(../images/dark-stripes.png)
    }
#toolbar form {
    margin: 0
    }
#toolbar .rt-block-inline, #toolbar .dmt-login {
    margin: 0 12px 0 0;
    padding: 0
    }
#toolbar .dmt-login {
    float: left
    }
#toolbar .rt-block-inline:last-child, #toolbar .dmt-login:last-child {
    margin: 0
    }
#toolbar .rt-alpha > div:first-child {
    padding-left: 15px
    }
#toolbar .rt-omega > div:last-child {
    padding-right: 15px
    }
#toolbar a {
    text-decoration: none
    }
#toolbar .custom p {
    margin: 0
    }
/* Sidebars
	------------------------------------------ */
#rt-sidebar-a, #rt-sidebar-b, #rt-sidebar-c {
    background: 0
    }
/* Footer
	------------------------------------------ */
#footer {
    padding: 15px 0;
    background: url(../images/dark-stripes.png);
    background: url(../images/triangle-b.png) repeat-x, url(../images/dark-stripes.png)
    }
#footer h2, #footer h3 {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4)
    }
#rt-footer {
    margin-top: 0
    }
#rt-footer .rt-block {
    margin: 0
    }
#rt-footer .module-title h2 {
    font-size: 1.5em
    }
#rt-copyright {
    margin-top: 15px;
    font-size: 0.95em;
    position: relative;
    text-align: left
    }
#rt-copyright h2 {
    padding: 0;
    font-size: 1.2em;
    letter-spacing: 0
    }
/* Dark Zones
	------------------------------------------ */
.dark-zone, .dark-zone h1, .dark-zone h2, .dark-zone h3, .dark-zone h4, .dark-zone h5, .dark-zone h6, #rt-footer, /* override gantry.css */#rt-copyright {
    color: #aaa
    }
.dark-zone a {
    color: #e0e0e0
    }
.dark-zone a:hover, .dark-zone .menu a:hover, .dark-zone .weblinks a:hover {
    text-decoration: underline;
    color: #fff
    }
.dark-zone .separator {
    border-bottom: 1px solid #303030;
    border-top: 1px solid #151515
    }
/* General
	------------------------------------------ */
#rt-showcase {
    padding: 0 0 10px
    }
#rt-feature, #rt-utility, #rt-maintop, #rt-main {
    padding: 10px 0
    }
/*-----------------------------------------------------------------------------------------------------------------
// Navigation 
-----------------------------------------------------------------------------------------------------------------*/
/* General
	------------------------------------------ */
.menu a:hover, .weblinks a:hover {
    text-decoration: none
    }
ul.menu ul {
    margin-left: 15px
    }
.menutop, ul.menu {
    padding: 0;
    margin: 0;
    list-style: none
    }
/* Top navigation
	------------------------------------------ */
#nav {
    padding: 3px 0;
    margin: 0 0 15px;
    border-color: #c9c9c9;
    border-style: double;
    border-width: 3px 0;
    background: #fff
    }
#nav .rt-block {
    padding: 0 25px;
    margin: 0
    }
#nav li {
    position: relative
    }
/* Sublines */
#nav em, .menutop em {
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-style: normal;
    text-transform: none;
    padding: 0 0 3px;
    color: #808080;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease
    }
#nav em {
    margin: -3px 0 0
    }
/* Root level
		------------------------------------------ */
#nav .root {
    float: left;
    margin: 0 3px 0 0
    }
#nav .root > a, #nav .root > span.nolink /* Text separator */ {
    padding: 7px 12px;
    font-weight: bold
    }
#nav .root > a span, #nav .root > span.nolink span {
    line-height: 1.8em
    }
/* Parents */
#nav .fusionmenu .daddy:before, .fusion-js-subs .daddy:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin-left: -3px;
    display: block;
    width: 6px;
    height: 6px;
    background: #c9c9c9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
    }
.fusion-js-subs .daddy:before, #nav .fusion-submenu-wrapper .daddy:before /* No JS */ {
    left: auto;
    bottom: 50%;
    right: 6px;
    margin: 0 0 -3px
    }
/* Remove on hover */
#nav .f-mainparent-itemfocus .daddy:before, .f-menuparent-itemfocus .daddy:before, .fusion-js-container .daddy:hover:before, #nav .fusionmenu .daddy:hover:before /* No JS */ {
    background: transparent
    }
/* Hover triangle */
#nav .f-mainparent-itemfocus > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -3px;
    border: 3px solid transparent
    }
/* Active */
#nav .root.active > a {
    color: #999
    }
/* Dropdowns
		------------------------------------------ */
.fusion-js-container {
    display: block;
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 3px;
    z-index: 999;
    background: transparent
    }
.fusion-js-subs {
    display: none;
    margin: 0 0 0 1px;
    overflow: hidden;
    padding: 0;
    position: absolute
    }
.fusion-submenu-wrapper {
    padding: 4px 0;
    background: #fff;
    border: 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
    }
.fusion-submenu-wrapper ul, .fusion-submenu-wrapper ol {
    margin: 0;
    padding: 0;
    list-style: none
    }
.fusion-submenu-wrapper > ul {
    margin: 0 0 0 -2px
    }
#nav a, #nav span.nolink, /* Text separator */.fusion-js-container span.nolink, .fusion-js-container a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 8px 10px;
    line-height: 1.1em;
    cursor: pointer;
    /* ie7-8 */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
    }
.fusion-js-container .daddy {
    padding: 10px 15px 10px 10px
    }
#nav span, .fusion-js-container span {
    overflow: hidden;
    display: block;
    line-height: 1.4em
    }
/* Dropdown Surrounds */
.menutop ul {
    padding: 0;
    float: left
    }
.menutop .fusion-submenu-wrapper {
    height: auto !important
    }
.menutop .drop-bot {
    height: 0;
    overflow: hidden;
    clear: both
    }
.menutop .item .dmt-link-icon {
    float: left;
    margin: 0 5px 0 0;
    vertical-align: middle
    }
.menutop li .fusion-submenu-wrapper {
    float: none;
    left: -999em;
    position: absolute;
    z-index: 500
    }
/* Grouped & Modules */
.menutop .grouped-parent > .daddy span {
    background-position: 100% 5px
    }
.menutop .fusion-grouped ol li .item {
    padding: 8px 20px 8px 30px
    }
.menutop .fusion-grouped ol li span {
    font-size: 90%;
    line-height: 1.2em
    }
.menutop .type-module ol, .menutop .type-module ol li {
    padding: 0
    }
.menutop .type-module ol li .fusion-modules {
    background: none
    }
.menutop .type-module ol li .fusion-module {
    background: none;
    overflow: hidden;
    padding: 0
    }
.menutop .fusion-modules.item {
    padding: 15px
    }
.menutop .fusion-module em {
    display: inline;
    font-size: inherit;
    font-style: italic
    }
.menutop .fusion-module a {
    font-size: inherit;
    line-height: 130%
    }
.menutop .fusion-module p, .menutop .fusion-modules p {
    line-height: 160%
    }
/* deeper levels */
.fusion-js-subs .fusion-js-subs {
    margin-top: -2px;
    /* correct the displacement caused by the border */
    }
/* No JS dropdowns */
/* first level */
.menutop li.root:hover > .fusion-submenu-wrapper {
    top: 100%;
    left: 0
    }
.menutop ul li:hover > .fusion-submenu-wrapper {
    left: 100%;
    top: 0
    }
/* Footer navigation
	------------------------------------------ */
#footer .menu a {
    padding: 0 0.4em;
    display: inline-block;
    line-height: 1.1em
    }
/* Child items and sublines */
#footer .menu ul, #footer .menu .subline {
    display: none !important
    }
/*-----------------------------------------------------------------------------------------------------------------
// Modules 
-----------------------------------------------------------------------------------------------------------------*/
#rt-sidebar-a .module-title h2, #rt-sidebar-b .module-title h2, #rt-sidebar-c .module-title h2 {
    border-bottom: 1px solid #d9d9d9
    }
.module-title h2 {
    padding: 0 0 0.5em;
    margin: 0 0 0.5em
    }
/* Custom
	------------------------------------------ */
.custom p {
    margin: 0 0 0.8em
    }
/* Search
	------------------------------------------ */
#search-form {
    margin: 0
    }
.search-wrap {
    position: relative;
    /*max-width: 280px;*/
    margin: 0 !important;
    overflow: hidden;
    background: 0 !important;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }
input.search-button[type="submit"], input.search-button-image[type="submit"] {
    float: left;
    line-height: 100%;
    font-size: 0.9em;
    cursor: pointer;
    border: 0 !important;
    /* important for opera */
    height: 20px;
    margin: 0 -20px 0 0;
    padding: 0 !important;
    /* important for ie */
    background: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
    }
input.search-button-image[type="submit"] {
    width: 20px !important;
    /* important for ie7 */
    background: url(../images/icons.png) no-repeat 5px -15px !important
    }
input.search-field[type="search"], .search-wrap input.search-field /* For ie */ {
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
    height: 20px;
    line-height: 20px;
    border: 0 none;
    width: 100%;
    background: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
    }
.dark-zone input.search-field {
    color: #aaa
    }
/* Latest / Mostread
	------------------------------------------ */
ul.latestnews, ul.mostread {
    padding: 0
    }
ul.latestnews li a, ul.mostread li a {
    display: inline-block;
    padding: 0
    }
.latestnews .date, .mostread .hits {
    margin: 0 0 0 10px
    }
/* Popup
	------------------------------------------ */
.rt-popup {
    display: none
    }
.pp_content .rt-block {
    margin: 0;
    background: #fff
    }
.component-view {
    background: #fff
    }
/* Feed Display
	------------------------------------------ */
.newsfeed p {
    margin: 1.5em 0
    }
.newsfeed .feed-link {
    margin: 0
    }
/* Demente Social
	------------------------------------------ */
.dmt-social-links {
    padding: 3px 0 0;
    /* Room for the hover effect */
    margin: 0;
    overflow: hidden
    }
.dmt-social-links li {
    float: left;
    line-height: 0;
    list-style-type: none;
    margin: 0 4px 4px 0
    }
.dmt-icons-32 li {
    margin: 0 8px 8px 0
    }
.dmt-social-links li:last-child {
    margin-right: 0
    }
.dmt-social-links li a {
    display: inline-block;
    background: 0
    }
.dmt-social-links li a.icon16 {
    height: 16px;
    width: 16px
    }
.dmt-social-links li a.icon32 {
    height: 32px;
    width: 32px
    }
.dmt-social-links img {
    border: 0;
    padding: 0;
    margin: 0
    }
.dmt-social-links a:hover {
    margin-top: -3px;
    padding-bottom: 3px;
    transition: margin 0.2s ease, padding 0.2s ease;
    -moz-transition: margin 0.2s ease, padding 0.2s ease;
    -webkit-transition: margin 0.2s ease, padding 0.2s ease;
    -o-transition: margin 0.2s ease, padding 0.2s ease
    }
.dmt-social-links li a {
    line-height: 0;
    /* Override gantry.css */
    }
/* Newsletter (Acymailing)
	------------------------------------------ */
.acymailing_module input[type="email"], .acymailing_module input[type="text"] {
    width: 100%;
    max-width: 250px
    }
.acymailing_module td {
    padding: 0 0 10px
    }
.acymailing_togglemodule {
    display: inline-block;
    margin: 0 0 10px
    }
.acymailing_introtext {
    margin: 0 0 0.8em
    }
/* Weather GK4
	------------------------------------------ */
/* http://extensions.joomla.org/extensions/maps-a-weather/weather/weather-forecasts/10849 */
.gkwMain {
    overflow: hidden;
    line-height: 1.3em
    }
.gkwMain h2, .gkwMain h5 {
    margin: 0;
    line-height: 1.3em;
    font-weight: bold
    }
.gkwMain p {
    margin: 0
    }
.gkwMain.horizontal .gkwCurrent {
    float: left
    }
.gkwMain.horizontal ul.gkwNextDays {
    clear: none;
    float: left
    }
.gkwMainLeft {
    float: left;
    margin: 0 15px 0.7em 0
    }
.gkwMainLeft img {
    float: left
    }
.gkwMainRight {
    float: left;
    font-size: 0.9em
    }
.gkwTemp {
    font-size: 18px;
    text-align: center;
    margin: 8px 5px 0;
    float: right
    }
ul.gkwNextDays {
    clear: both;
    width: 100%;
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 12px 0 12px 0;
    padding: 0
    }
ul.gkwNextDays li {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    list-style-type: none !important;
    background: none !important
    }
ul.gkwNextDays li.gkwItems1 {
    width: 100%
    }
ul.gkwNextDays li.gkwItems2 {
    width: 49%
    }
ul.gkwNextDays li.gkwItems3 {
    width: 33%
    }
ul.gkwNextDays li.gkwItems4 {
    width: 24%
    }
.gkwDay {
    font-weight: bold;
    text-align: center;
    display: block
    }
ul.gkwNextDays li img {
    display: block;
    margin: 0 auto;
    clear: both
    }
p.gkwDayTemp {
    margin: 6px 0 0 0;
    white-space: nowrap;
    text-align: center
    }
span.gkwDayDay, span.gkwDayNight {
    padding: 2px;
    font-size: 10px
    }
span.gkwDayNight {
    background: #666;
    color: #fff
    }
div.gkwFday {
    margin: 0 6px 0 0;
    padding: 0 0 0 6px;
    border-left: 1px solid #ddd
    }
ul.gkwNextDays li:first-child div.gkwFday {
    border-left: 0
    }
/* Stock GK4
	------------------------------------------ */
/* http://extensions.joomla.org/extensions/financial/stock-market/10848 */
.gks_chart {
    overflow: hidden
    }
.gks_loader {
    width: 100%
    }
.gks_stock .gks_stock_name {
    margin-left: 5px
    }
/* Tooltips are not hidden before showing the first time*/
.gks_tooltip {
    top: -100%;
    left: -100%
    }
/* News Show Pro GK4
	------------------------------------------ */
/* http://extensions.joomla.org/extensions/news-display/frontend-news/7738 */
.nspArt {
    overflow: hidden
    }
.nspArt img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
.nspArt h4 {
    margin: 0 0 5px;
    font-weight: bold
    }
.nspArt .readon {
    margin: 10px 0;
    clear: both
    }
.nspArt .nspHeader {
    font-size: 1.5em;
    margin: 0
    }
.nspInfo {
    color: #808080
    }
.separator-title .module-title + .nspMain {
    margin-top: -2.2em
    }
.nspMain .nspTopInterface {
    margin: 5px 0 15px
    }
.nspMain .nspArt p.nspInfo {
    text-transform: uppercase;
    font-size: 0.95em;
    margin: 0
    }
.nspMain .nspArt p.nspInfo a {
    padding: 0 4px 0 0
    }
/* Portal modes */
/* Mode 4 - News Gallery */
.nspMainPortalMode4 .nspArtHeadline {
    width: 100%
    }
body .nspMainPortalMode4 .nspPrev {
    margin: 0 4px 0 0
    }
body .nspMainPortalMode4 .nspPrev, body .nspMainPortalMode4 .nspNext, body .nspMain .nspNext, body .nspMain .nspPrev {
    width: 13px;
    height: 13px;
    background: url(../images/highlighter-interface.png)
    }
body .nspMainPortalMode4 .nspNext, body .nspMain .nspNext {
    background-position: 100% 0
    }
body .nspMainPortalMode4 .nspPrev:hover, body .nspMain .nspPrev:hover {
    background-position: 0 100%
    }
body .nspMainPortalMode4 .nspNext:hover, body .nspMain .nspNext:hover {
    background-position: 100% 100%
    }
/* Mode 3 - News Accordion */
.nspMainPortalMode3 .nspTitleTab .nspTitle {
    font-size: 1em !important
    }
/* Mode 2 - News Slider */
.nspMainPortalMode2 {
    position: relative
    }
.nspMainPortalMode2 .nspArtsScroll {
    width: 20000px
    }
.nspMainPortalMode2 .nspArts {
    width: 100%
    }
.nspMainPortalMode2 .nspImages {
    padding: 5px 0;
    background: #eee;
    border-top: 1px solid #e5e5e5
    }
.nspMainPortalMode2 .nspArts, .nspMainPortalMode2 .nspArt {
    overflow: hidden
    }
.nspMainPortalMode2 .nspArt {
    float: left
    }
.nspMainPortalMode2 .nspArt img {
    background: transparent;
    cursor: pointer;
    margin: 0 !important;
    padding: 5px;
    -o-transition: background-color 0.4s ease-in;
    -webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in
    }
.nspMainPortalMode2 .nspArt img, .nspMainPortalMode2 .nspArt img a {
    display: block
    }
.nspMainPortalMode2 .nspArt.active img {
    margin: 0 !important;
    background: #333
    }
.nspMainPortalMode2 .nspBotInterface {
    height: 48px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    border-top: 1px solid #e5e5e5
    }
.nspMainPortalMode2 .nspBotInterface div, .nspMainPortalMode2 .nspTopInterface div {
    float: none;
    /* mainly for ie7 */
    }
.nspMainPortalMode2 .nspBotInterface .nspTextBlock {
    height: 48px;
    margin: 0 95px;
    position: absolute;
    z-index: 1
    }
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline {
    height: 48px;
    line-height: 48px;
    width: 100%;
    clear: both
    }
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline .nspInfo {
    float: left;
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    margin: 18px 0;
    margin-right: 10px;
    padding-right: 10px;
    color: #808080
    }
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline .nspHeadline {
    float: left;
    margin-top: 18px
    }
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline .nspHeadline h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0
    }
.nspMainPortalMode2 .nspBotInterface .nspPrev, .nspMainPortalMode2 .nspBotInterface .nspNext {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-top: 13px;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
    text-indent: 0;
    background: #eaeaea;
    border: 1px solid #e0e0e0;
    color: #333;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
    }
.nspMainPortalMode2 .nspBotInterface .nspNext {
    float: right
    }
.nspMainPortalMode2 .nspBotInterface .nspNext:hover, .nspMainPortalMode2 .nspBotInterface .nspPrev:hover {
    text-decoration: none;
    background-color: #151515;
    color: #fff
    }
.nspMainPortalMode2 .unvisible {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px
    }
/* Highlighter GK4
	------------------------------------------ */
/* http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/6633 */
.gkHighlighterGK4 {
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    position: relative;
    padding: 0 0 5px
    }
.gkHighlighterInterface {
    float: left;
    height: 21px;
    margin: 0 12px 0 0;
    width: auto;
    background: 0 !important
    }
.gkHighlighterInterface span.text {
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 10px 0 0
    }
.gkHighlighterInterface div {
    float: left;
    width: auto
    }
.gkHighlighterInterface a {
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    margin: 4px 0 0 2px;
    width: 13px;
    background: url(../images/highlighter-interface.png) no-repeat;
    /*background: url(../../../modules/mod_highlighter_gk4/interface/images/interface.png) no-repeat;*/
    }
.gkHighlighterInterface a.next {
    background-position: 100% 0
    }
.gkHighlighterInterface a:hover {
    background-position: 0 -13px
    }
.gkHighlighterInterface a.next:hover {
    background-position: 100% -13px
    }
.gkHighlighterWrapper {
    float: left;
    height: 21px;
    overflow: hidden;
    position: relative
    }
.gkHighlighterWrapper .nowrap {
    left: -99999em;
    position: absolute;
    width: 100000px
    }
.gkHighlighterWrapper .gkHighlighterItem {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
    }
/*-----------------------------------------------------------------------------------------------------------------
// Module Variations (suffixes)
-----------------------------------------------------------------------------------------------------------------*/
/* Color tab
------------------------------------------ */
.color-tab .module-title {
    margin: 0 0 10px;
    line-height: 0;
    border-bottom: 3px solid
    }
.color-tab .title {
    display: inline-block;
    padding: 0.3em 10px;
    margin: 0;
    font-size: 1.1em;
    line-height: 2.3em;
    /* 1.7 + 2 * 0.3 */
    height: 0;
    color: #f2f2f2;
    border-right: 1.7em solid transparent !important;
    border-bottom: 1.7em solid !important
    }
/* Small titles
------------------------------------------ */
.small-title .module-title h2 {
    font-size: 0.8em;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #808080;
    border-bottom: 1px solid #c9c9c9
    }
.small-title .module-title h2 {
    border: 0 !important
    }
/* Module box
------------------------------------------ */
.module-box {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 2px
    }
/* Legend-like separators
------------------------------------------ */
.dmt-legend, .separator-title .module-title {
    text-align: center;
    padding: 0 15px;
    line-height: 1em;
    height: 0.5em;
    border-bottom: 1px solid #c9c9c9
    }
.dmt-legend span, .separator-title .module-title .title {
    padding: 0 0.2em;
    display: inline-block;
    background: #fff;
    border: 0
    }
.separator-title .module-title {
    height: 0.85em;
    margin-bottom: 2.4em;
    border-style: double;
    border-width: 0 0 3px
    }
/*-----------------------------------------------------------------------------------------------------------------
// Plugins
-----------------------------------------------------------------------------------------------------------------*/
/* Allvideos
------------------------------------------ */
/* http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/812 */
.avPlayerWrapper .avPlayerContainer {
    background-image: none;
    background: #0f0f0f
    }
/* PrettyPhoto load */
.pp_inline .avPlayerWrapper .avPlayerContainer {
    margin: 0 auto
    }
/*-----------------------------------------------------------------------------------------------------------------
// Articles
-----------------------------------------------------------------------------------------------------------------*/
.items-row {
    clear: both
    }
.rt-article p, .rt-article table {
    margin: 1.5em 0
    }
.article-body {
    overflow: hidden
    }
.rt-article .title {
    margin: 0;
    padding: 0 0 0.1em
    }
/* Blog
	------------------------------------------ */
.rt-blog .rt-article {
    margin-bottom: 15px;
    padding-bottom: 15px
    }
.rt-blog .article-body {
    margin: 10px 0
    }
.rt-blog .article-body p {
    margin: 0
    }
.rt-blog .rt-articleinfo span, .rt-blog .rt-articleinfo time {
    float: none;
    padding: 0 4px 0 0;
    line-height: 1.7em;
    letter-spacing: 0
    }
.rt-blog .rt-author {
    text-align: left;
    padding: 0;
    margin: 0
    }
.rt-blog .rt-category, .rt-blog .rt-parent-category {
    display: inline-block
    }
.rt-article-links ol {
    padding: 0
    }
/* Single article view
	------------------------------------------ */
.article-title {
    text-align: center;
    padding: 0 0 0.25em;
    border-bottom: 1px solid #c9c9c9
    }
/* Split full width articles and print view into columns */
/*.rt-grid-12 .article-view .article-body,
	.component-view .article-body
	{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
		.rt-grid-12 .article-view .caption-wrap,
		.rt-grid-12 .article-view .caption-wrap img,
		.component-view .caption-wrap,
		.component-view .caption-wrap img
		{
			width: 100% !important;
			
			border: 0;
		}*/
/* Information
	------------------------------------------ */
.dmt-underline {
    min-height: 2.4em;
    border-bottom: 1px solid #c9c9c9
    }
.rt-articleinfo {
    margin: 0 0 10px;
    line-height: 1em;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    color: #808080
    }
.k2-item-view .rt-articleinfo, .article-view .rt-articleinfo {
    margin: 0 0 15px;
    line-height: 2.4em
    }
.rt-articleinfo li {
    display: inline;
    margin: 0
    }
.rt-articleinfo ul {
    margin: 0;
    padding: 0
    }
.rt-articleinfo .rt-date, .item-page .rt-date {
    float: left;
    display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    /* override joomla.css */
    }
.rt-date dd {
    display: inline
    }
.rt-author {
    display: block;
    font-style: normal;
    text-align: center
    }
.article-view .rt-author {
    padding: 0 80px
    }
.rt-parent-category {
    clear: both;
    font-size: 95%;
    line-height: 1em
    }
.article-body .content_rating img {
    display: inline;
    padding: 1px;
    margin: 0;
    border: 0 !important
    }
.title {
    overflow: hidden;
    line-height: 1.2em;
    font-size: 2.2em
    }
/* Actions
	------------------------------------------ */
.rt-article-icons {
    float: right;
    overflow: hidden;
    padding: 0.5em 0
    }
.rt-article-icons a {
    text-decoration: none !important;
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin: 0 0 0 4px
    }
.rt-article-icons img {
    display: inline !important
    }
/* Pullquotes / highlight / dropcap
	------------------------------------------ */
.pullquote-box {
    width: 35%;
    float: left;
    padding: 1.55em 0.68em 0.68em 45px;
    font: italic 1.1em/1.55em Georgia, Serif;
    background: url(../images/quote.png) no-repeat 0 0.32em
    }
.highlight {
    background: #fbf6ba
    }
/* Dropcaps only in single article view */
.k2-item-view .dropcap, .article-view .dropcap {
    font-size: 3.4em;
    line-height: 1em;
    font-weight: bold;
    font-family: Georgia, serif;
    float: left;
    padding: 0 0.25em 0 0;
    text-transform: uppercase
    }
/* Lists
	------------------------------------------ */
.article-body ul li, .itemAuthorLatest li, /* K2 */#itemListLinks li, /* K2 */.itemRelated li, /* K2 */.custom li, .login li {
    list-style: url(../images/bullet.png) inside
    }
.article-body ol {
    list-style: upper-roman inside
    }
/* Images
	------------------------------------------ */
/* Margins also for custom HTML modules */
.article-body img, .custom img {
    margin: 0.5em auto 1em;
    display: block
    }
.article-body img {
    border: 2px solid #d9d9d9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
    }
.article-body img.plain, .custom img.plain {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
.rt-article img.left, .rt-article img[align="left"], .rt-article img[style*="float: left"], .custom img.left, .custom img[align="left"], .custom img[style*="float: left"], .caption-wrap-left {
    margin: 0.5em 1em 1em 0
    }
.rt-article img.right, .rt-article img[align="right"], .rt-article img[style*="float: right"], .custom img.right, .custom img[align="right"], .custom img[style*="float: right"], .caption-wrap-right {
    margin: 0.5em 0 1em 1em
    }
.caption-wrap {
    display: block
    }
.caption-text {
    font-style: italic;
    display: inline-block
    }
.caption-wrap img {
    margin: 0 auto 0.5em !important;
    float: none;
    display: block
    }
.caption-wrap a {
    display: block;
    text-decoration: none
    }
.caption-wrap-left {
    float: left
    }
.caption-wrap-right {
    float: right
    }
/* Categories
	------------------------------------------ */
.category-desc {
    margin-bottom: 30px
    }
.categories-list {
    padding: 0
    }
.categories-list > ul, .categories-list ul ul {
    margin: 0
    }
.categories-list ul ul li, .cat-children ul li {
    padding-left: 15px;
    list-style: none
    }
.cat-children ul {
    margin-right: 0;
    margin-left: 0;
    padding: 0
    }
.categories-list .item-title, .cat-children .item-title {
    font-size: 1.6em
    }
/*-----------------------------------------------------------------------------------------------------------------
// Features 
-----------------------------------------------------------------------------------------------------------------*/
/* Login / Top scroller
------------------------------------------ */
#login-popup {
    position: relative;
    padding-left: 15px
    }
#login-popup span {
    float: left;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: url(../images/icons.png) no-repeat 0 0
    }
#gantry-totop {
    position: relative;
    margin: 0 auto -10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/back-to-top.png) no-repeat 50% 50%
    }
/* Date
------------------------------------------ */
.date-block {
    margin: 0 0 15px
    }
/* Mobile View Switcher
------------------------------------------ */
#gantry-viewswitcher {
    position: static;
    float: right;
    margin: 10px
    }
/* Date
------------------------------------------ */
.date-block .date {
    font-size: 0.9em
    }
/*-----------------------------------------------------------------------------------------------------------------
// Mixed 
-----------------------------------------------------------------------------------------------------------------*/
.rt-block {
    overflow: hidden
    }
.rt-block-inline {
    float: left
    }
.rt-container {
    background-color: transparent
    }
.left {
    float: left
    }
.right {
    float: right
    }
.center {
    text-align: center
    }
[hidden], .hidden {
    display: none
    }
.clear {
    clear: both
    }
.fullwidth {
    width: 100%
    }
.metadata {
    font-size: 95%;
    color: #808080
    }
.no-border {
    border: 0 !important
    }
.separator {
    height: 0;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9
    }
.clearfix:after, .rt-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
    }
.dmt-float-neighbour {
    display: block;
    overflow: hidden
    }
.dmt-icon {
    display: inline-block
    }
.dmt-icon.left {
    margin: 0.2em 5px 5px 0
    }
.dmt-icon.right {
    margin: 0.2em 0 5px 5px
    }
/* Icon lists
------------------------------------------ */
.icon-list li {
    display: inline-block;
    margin: 0 0 0 4px
    }
/*-----------------------------------------------------------------------------------------------------------------
// Form elements
-----------------------------------------------------------------------------------------------------------------*/
fieldset, form {
    margin: 0 0 20px
    }
.rt-block form {
    margin: 0
    }
fieldset {
    padding: 10px
    }
fieldset.filters {
    padding: 10px 0
    }
input, textarea, select, button {
    margin: 0 10px 0.8em 0;
    font-family: inherit;
    font-size: inherit;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px #E9E9E9 inset;
    -moz-box-shadow: 0 1px 2px #E9E9E9 inset;
    box-shadow: 0 1px 2px #E9E9E9 inset
    }
input:invalid, /* Cannot be with above declaration or IE9 gets confused and ignores all rules */textarea:invalid {
    -webkit-box-shadow: 0 1px 2px #E9E9E9 inset;
    -moz-box-shadow: 0 1px 2px #E9E9E9 inset;
    box-shadow: 0 1px 2px #E9E9E9 inset
    }
.dark-zone input, .dark-zone textarea, .dark-zone select {
    background: #1a1a1a;
    border: 1px solid #181818;
    color: #999;
    -webkit-box-shadow: 0 -1px 0 #1b1b1b inset, 0 1px 0 #191919 inset;
    -moz-box-shadow: 0 -1px 0 #1b1b1b inset, 0 1px 0 #191919 inset;
    box-shadow: 0 -1px 0 #1b1b1b inset, 0 1px 0 #191919 inset
    }
input:focus, textarea:focus, select:focus {
    color: #333;
    border-color: #ccc
    }
.dark-zone input:focus, .dark-zone textarea:focus, .dark-zone select:focus {
    color: #ccc;
    border-color: #181818
    }
textarea, input {
    outline: none
    }
textarea {
    padding: 7px 5px 3px 5px;
    min-width: 350px;
    resize: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
    }
input {
    height: 30px;
    padding: 7px 5px 3px 5px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
    }
input[type="checkbox"], input[type="radio"] {
    border: auto;
    padding: 0;
    height: auto !important;
    background: transparent;
    margin: 0.7em 4px 0;
    vertical-align: baseline
    }
input[type="file"] {
    height: 30px;
    display: inline-block;
    line-height: 30px
    }
select {
    padding: 6px 0 0;
    vertical-align: top;
    height: 30px;
    min-width: 140px;
    background: #fff
    }
option {
    padding: 3px 5px
    }
table input, table textarea, table select, table button {
    margin: 0 5px 10px 5px
    }
label {
    line-height: 30px
    }
label.error {
    margin: 0 0 20px;
    float: right;
    line-height: 1.2em;
    width: 200px;
    color: #e73e3e
    }
label.block-label, .login-fields label {
    display: block;
    line-height: 1.7em
    }
/* Buttons
------------------------------------------ */
input[type="submit"], input[type="reset"], input[type="button"], button, a.btn-alt, a.btn {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    height: auto;
    line-height: 120%;
    margin: 2px 5px 5px 2px;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none !important;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    color: #666;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: -o-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: -ms-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: linear-gradient(top, #fbfbfb, #f0f0f0);
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.13);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease
    }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, a.btn:hover {
    padding: 6px 10px 4px;
    color: #555;
    border-bottom-color: #f0f0f0;
    -webkit-box-shadow: 0 1px 0 #E5E5E5, 0 1px 0 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 1px 0 #E5E5E5, 0 1px 0 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 0 #E5E5E5, 0 1px 0 1px rgba(0, 0, 0, 0.13)
    }
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, a.btn:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fbfbfb));
    background: -webkit-linear-gradient(top, #e9e9e9, #fbfbfb);
    background: -moz-linear-gradient(top, #e9e9e9, #fbfbfb);
    background: -o-linear-gradient(top, #e9e9e9, #fbfbfb);
    background: -ms-linear-gradient(top, #e9e9e9, #fbfbfb);
    background: linear-gradient(top, #e9e9e9, #fbfbfb)
    }
/* buttons in dark zones */
.dark-zone input[type="submit"], .dark-zone input[type="reset"], .dark-zone input[type="button"], .dark-zone button, .dark-zone a.btn {
    text-shadow: 0 1px 0 #101010;
    color: #bbb;
    background: #242424;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#222));
    background: -webkit-linear-gradient(top, #282828, #222);
    background: -moz-linear-gradient(top, #282828, #222);
    background: -o-linear-gradient(top, #282828, #222);
    background: -ms-linear-gradient(top, #282828, #222);
    background: linear-gradient(top, #282828, #222);
    border: 1px solid #202020;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.23)
    }
.dark-zone input[type="submit"]:hover, .dark-zone input[type="reset"]:hover, .dark-zone input[type="button"]:hover, .dark-zone button:hover, .dark-zone a.btn:hover {
    color: #eee;
    border-bottom-color: #222;
    -webkit-box-shadow: 0 1px 0 #202020, 0 1px 0 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 0 #202020, 0 1px 0 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 0 #202020, 0 1px 0 1px rgba(0, 0, 0, 0.23)
    }
.dark-zone input[type="submit"]:active, .dark-zone input[type="reset"]:active, .dark-zone input[type="button"]:active, .dark-zone button:active, .dark-zone a.btn:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
    background: -webkit-linear-gradient(top, #222, #282828);
    background: -moz-linear-gradient(top, #222, #282828);
    background: -o-linear-gradient(top, #222, #282828);
    background: -ms-linear-gradient(top, #222, #282828);
    background: linear-gradient(top, #222, #282828)
    }
a.btn-alt {
    text-shadow: none
    }
a.btn-alt:hover {
    padding: 6px 10px 4px
    }
input[type="image"] {
    border: 0 !important;
    background: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
/*-----------------------------------------------------------------------------------------------------------------
// Tables
-----------------------------------------------------------------------------------------------------------------*/
table {
    border: 0
    }
th, thead {
    font-weight: 700;
    padding: 5px 10px
    }
th, th {
    padding: 5px 10px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #c9c9c9;
    background: 0
    }
thead th, thead th {
    border-bottom: 3px double #c9c9c9
    }
thead th:last-child {
    border-right: 0
    }
td {
    padding: 5px 10px
    }
tr.odd, .zebratable tbody tr:nth-child(odd) {
    background: #eee
    }
.hovertable-x {
    cursor: pointer
    }
.hovertable-x tr:hover td, .td-hover {
    background: #666;
    color: #f2f2f2
    }
.hovertable-x tr:hover td a, .td-hover a {
    color: #fff
    }
/* Intersection */
.hovertable-x tr:hover .td-hover {
    background: #444
    }
.fulltable {
    width: 100%
    }
/*-----------------------------------------------------------------------------------------------------------------
// Joomla
-----------------------------------------------------------------------------------------------------------------*/
/* Pagination
------------------------------------------ */
.rt-pagination, .pagination {
    color: #777
    }
.pagination .counter {
    float: left;
    padding: 0 15px 0 0
    }
.rt-pagination ul, .pagination ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right
    }
.pagination li, .rt-pagination li, .pagination li {
    display: inline-block;
    margin: 0 0 0 3px
    }
.pagination-controls li, .pagination-controls li {
    margin: 0
    }
.pagination a {
    text-align: center;
    text-decoration: none
    }
.pagination .pagenav {
    padding: 0 2px
    }
.pagination-controls .pagenav {
    padding: 5px 10px;
    background: 0;
    border-left: 1px solid #ddd
    }
.pagination-controls .pagination-start .pagenav {
    border-left: 0
    }
.pagination-controls a {
    color: #777
    }
/* Limit boxes */
.limit, .display-limit {
    line-height: 30px
    }
.limit select, .display-limit select {
    margin-left: 10px
    }
/* Read more
------------------------------------------ */
.readon {
    margin: 0 1em 0 0;
    padding: 0 13px 0 0;
    position: relative;
    display: inline-block
    }
.readon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0 0;
    width: 10px;
    height: 11px;
    background: url(../images/arrow.png)
    }
.readon:hover {
    text-decoration: none
    }
/* Sub categories
------------------------------------------ */
.cat-children {
    margin: 1.7em 0 0
    }
/* System messages
------------------------------------------ */
#system-message dd ul {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7)
    }
/* Tooltips
------------------------------------------ */
.tip-wrap {
    padding: 10px;
    z-index: 1000;
    background: #111 url(../images/dark-stripes.png);
    color: #f2f2f2;
    border: 0;
    -webkit-box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }
/* Search component
------------------------------------------ */
#advanced-search {
    overflow: hidden
    }
/* Login component
------------------------------------------ */
.login {
    max-width: 400px
    }
.login ul {
    margin: 10px 0
    }
/* Contact component
------------------------------------------ */
#contact-form-wrap {
    margin: 1.7em 0 0
    }
/* Content component - archive
------------------------------------------ */
.archive .title {
    margin: 0
    }
/* Override Gantry joomla.css
------------------------------------------ */
.items-row {
    margin-bottom: 0 !important;
    overflow: visible
    }
.cols-2 .rt-article, .cols-3 .rt-article, .cols-4 .rt-article {
    margin: 0 10px 0
    }
/*-----------------------------------------------------------------------------------------------------------------
// Gallery
-----------------------------------------------------------------------------------------------------------------*/
/**
 * @version		2.2
 * @package		Simple Image Gallery (plugin)
 * @author    JoomlaWorks - http://www.joomlaworks.gr
 * @copyright	Copyright (c) 2006 - 2011 JoomlaWorks, a business unit of Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
.sig-container {
    list-style: none;
    overflow: hidden;
    padding: 0;
    width: 110%
    }
.sig-block {
    display: inline-block;
    float: left;
    margin: 0 1px 1px 0;
    padding: 0;
    position: relative
    }
.sig-container img {
    padding: 0;
    margin: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: opacity 0.5s ease, box-shadow 0.5s ease;
    -moz-transition: opacity 0.5s ease, box-shadow 0.5s ease;
    -webkit-transition: opacity 0.5s ease, box-shadow 0.5s ease;
    -o-transition: opacity 0.5s ease, box-shadow 0.5s ease
    }
.sig-container .gallery-zoom {
    display: none;
    position: absolute;
    bottom: 50%;
    right: 50%;
    height: 30px;
    width: 30px;
    margin: 0 -15px -15px 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4) url(../images/zoom.png) no-repeat 50% 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: -2px -2px 5px -2px #222;
    -moz-box-shadow: -2px -2px 5px -2px #222;
    -webkit-box-shadow: -2px -2px 5px -2px #222
    }
.sig-block:hover .gallery-zoom {
    display: block
    }
.sig-block:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
/*-----------------------------------------------------------------------------------------------------------------
// Browser specific
-----------------------------------------------------------------------------------------------------------------*/
/* Firefox
------------------------------------------ */
/* Remove button padding */
input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
button::-moz-focus-inner {
    border: 0;
    padding: 0
    }
/* Webkit (Chrome/Safari)
------------------------------------------ */
input[type="search"] {
    -webkit-appearance: textfield
    }
/* ie
------------------------------------------ */
.ie .search-wrap, .ie input.search-field[type="search"], .ie input.search-field {
    width: 130px
    }
.ie7 .rt-article-icons {
    width: 75px
    }
.ie7 .pagination li, .ie7 .rt-article-icons li, .ie7 .icon-list li {
    display: inline
    }
.ie7 .icon-list li {
    overflow: hidden;
    /* Trigger haslayout */
    }
.ie7 .rt-articleinfo .rt-date {
    display: inline !important;
    float: left
    }
.ie7 .rt-articleinfo ul.right {
    display: inline !important
    }
.ie7 .rt-articleinfo ul.right li {
    line-height: 2.4em
    }
.ie7 .fusion-js-subs a {
    overflow: hidden;
    /* Trigger hasLayout so no empty text nodes appear after icons */
    }
.ie7 .fusion-submenu-wrapper {
    border: 0
    }
.ie7 .clearfix {
    display: inline-block;
    /* IE7 has no support for :after or :before, this fixes the clearfix */
    }
.ie7 input {
    height: 20px;
    /* Less because it doesn't support box-sizing */
    }
.ie7 img {
    -ms-interpolation-mode: bicubic
    }
/* No :last-child */
.ie7 #toolbar .rt-block-inline, .ie7 #toolbar .dmt-login {
    margin: 0 !important;
    padding: 0 15px !important
    }
.ie7 .color-tab .title, .ie7 .separator-title .module-title .title {
    display: inline;
    /* No inline-block */
    }
.ie7 .nspArt .readon /* newspro gk4 */ {
    position: static;
    display: inline
    }
.ie7 input[type="submit"], .ie7 input[type="reset"], .ie7 input[type="button"], .ie7 button {
    height: auto;
    vertical-align: top;
    overflow: visible;
    padding: 3px 10px
    }
.ie7 #footer {
    overflow: hidden;
    /* Needed for the footer to move when the content expands in the search component */
    }
.ie7 .article-body ul li {
    margin-left: 20px
    }
.ie7 li {
    list-style-position: outside !important
    }
.ie7 h1 a, .ie7 h2 a, .ie7 h3 a, .ie7 h4 a, .ie7 h5 a, .ie7 h6 a {
    color: #222
    }
.ie7 .nspArt img.nspImage, .ie8 .nspArt img.nspImage {
    max-width: none
    }
.ie8 input[type="submit"], .ie8 input[type="button"], .ie8 input[type="reset"], .ie8 button {
    /* This is to solve the superlong buttons bug */
    width: auto;
    overflow: visible;
    padding: 7px 12px
    }
.ie8 #search-form {
    width: auto
    }
.ie8 img {
    max-width: none
    }
.ie8 select {
    padding-bottom: 6px
    }
.ie8 .fusion-js-subs {
    margin-top: -1px
    }