/*****************************************
		CUSTOM CSS
******************************************/

html {
  -webkit-filter: grayscale(100%); /* For Safari */
  filter: grayscale(100%);
}

.item-107, .item-108 {
    display: none !important;
}

.chinese {
    font-size: 95%;
}

.table th {
    font-weight: bold;
}

.table-autowidth {
    width: auto;
}

.table-info {
    width: auto;
}

.table-info > thead > tr > th, .table-info > tbody > tr > th, .table-info > tfoot > tr > th,
.table-info > thead > tr > td, .table-info > tbody > tr > td, .table-info > tfoot > tr > td {
    border-top: none;
}

.table-columned > thead > tr > th, .table-columned > tbody > tr > th, .table-columned > tfoot > tr > th,
.table-columned > thead > tr > td, .table-columned > tbody > tr > td, .table-columned > tfoot > tr > td {
    border-top: none;
}

.table-headered > thead > tr > th, .table-headered >thead > tr > td {
	background-color: #95b3d7;
    color: #ffffff;
    font-weight: bold;
}

.website-header {
    padding: 0;
}

.website-header, .bg-image-module, .isStuck {
    background: url(/templates/joomspirit_99/img/pattern.png);
}

.website-header.dark-shadow, .bg-image-module.dark-shadow {
    box-shadow: 0 0 8px 7px rgba(38,90,213,0.85);
}

.logo-module {
    clear: left;
    padding: 10px 0 5px 0;
}

.logo-module img {
    height: 70px;
}

#translate {
    float: right;
}

div.mod-languages a {
	color: #D1D1D1;
}

#js_navigation.drop-down>ul>li {
	padding: 0 10px;
}

#js_navigation.drop-down>ul>li>a {
	padding: 5px 5px;
}

.breadcrumb {
    top: -14px;
    left: 0;
}

.breadcrumb > li + li:before {
    padding: 0;
    content: "";
}

.breadcrumb > li:nth-child(2) > a:before {
    display: inline-block;
    *display:inline;
    *zoom:1;
    font-family: fontawesome;
    content: "\f015";
    width: 20px;
    font-size:12px;
}
h2.contentheading, h1 + h1 {
    border-color: rgba(0, 0, 0, 0.15);
}

.img-intro-left img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}

.img-intro-right img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}

.bt-cs .bt-extra {
    clear: none;
}

.bt-cs .readmore {
    clear: none;
}

.bt-inner .bt-date {
    color: #ccc;
}

.bt-cs-top .bt-title {
	font-size: 1.25em;
}

article.item-page > hgroup > h1 + h1 {
    border-top: 0px;
}

h2.contentheading > a {
    display: block;
}

.weather .loading {
    text-align: center;
}

.weather table {
    margin-left: auto;
    margin-right: auto;
}

.weather  td {
    padding: 0 5px 0 5px;
}

span.fa-leaf.green {
    color: green;
}

#widget-login td{
    padding: 5px;
}

#widget-login label  {
    padding-top: 0;
    margin: 0;
    font-size: 95%;
}

#widget-login select, #widget-login input[type="text"], #widget-login input[type="password"] {
  	height: 25px;
    width: 120px;
  	padding: 1px;
}

#widget-login  button {
  	padding: 5px;
    margin: 0;
    float: right;
}

div.widget-calendar>div {
    padding: 12px 0 0 0 !important;
}

div.widget-calendar div.module-title {
    margin: 13px 18px -7px 18px;
}

div.widget-greentips>div, div.widget-greentips div.module-title>h3.module {
    background: #DEF5BB !important;
}

div.widget-greentips div.module-title>h3.module>span {
    color: green;
}

.ozio-coverpage {
    border: 7px solid #FFFFFF;
}

.ozio-pwi_album_title {
    background: none;
    color: #000000;
    box-shadow: none;
    display: block;
    margin: inherit;
    padding: inherit;
}