body {
    background: url(images/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@font-face {
    font-family: 'Good Vibes Pro';
    src: url('css/GoodVibesPro.woff2') format('woff2'),
        url('css/GoodVibesPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.logo-image a {
    background-repeat: no-repeat;
    width: auto;
    height: auto;
}

.t3-mainnav .navbar {
    color: #666;
    background: linen;
    margin-bottom: 0;
    margin-top: 0;
}
nav#t3-mainnav {
    background: none;
    border: none;
}
.t3-mainnav .navbar .nav > li > a {
    border-right: 1px solid #efdecc;
}
.t3-sidebar.t3-sidebar-2.span3 {
    background: #ffffffb3;
    margin-top: 10px;
}
.t3-sidebar.t3-sidebar-2.span3 .t3-module .module-inner {
    padding: 10px;
}
.t3-mainbody {
    padding-bottom: 0;
    padding-top: 0;
}
#k2Container {
    padding: 15px;
    background: #ffffffb3;
}
table.calendar tr td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #f4f4f4;
    background: #fff;
}
.module-title {
    background: white;
    border-bottom: 1px solid #a5a2a2;
    color: #545454;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 10px;
}
blockquote p {
    margin-bottom: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
div.itemBackToTop {
    text-align: right;
    position: fixed;
    bottom: 20px;
    right: 10%;
    background: white;
    padding: 0 10px;
    border: 1px solid gray;
}
div.itemBackToTop a {
    text-decoration: none;
    color: black;
}
div.itemHeader h2.itemTitle {
    padding: 10px 0 4px 0;
    margin: 0;
    color: #545454;
    font-weight: normal;
	font-family: 'Good Vibes Pro';
    font-size: 48px;
}
div.k2SearchBlock form input.inputbox {
    margin: 0 3px;
}
.languageswitcherload {
    float: right;
    width: 100%;
    margin: 20px 0;
}
nav#t3-mainnav {
    /* background: none; */
    border: none;
}
.t3-header {
    padding-top: 5px;
    padding-bottom: 0;
}
.head-search {
    float: right;
    margin-top: 10px;
}
.t3-copyright {
    border: none;
    font-size: 12px;
    padding: 0;
}
.t3-footer {
    background: none;
    color: inherit;
}
.t3-sl {
    padding-bottom: 0;
    padding-top: 0;
}
.t3-navhelper {
    background: none;
    color: inherit;
}
.catItemImageBlock {
    float: left;
}
div.catItemImageBlock {
    padding: 8px 0 0;
    margin: 0 10px 0 0;
}
div.catItemBody {
    padding: 0;
    margin: 0;
}
div.catItemHeader h3.catItemTitle {
    padding: 0;
    line-height: 1.2;
    margin: 0;
}
div.itemListCategory {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 3px;
}
.itemListCategory img {
    text-align: center;
    float: none !important;
    display: inline-block !important;
}
div.catItemView {
    margin-bottom: 0;
    padding: 4px;
}
.custom_bottom {
    background: #ffffffb3;
    padding: 0 20px;
}