/**
 * Application Style
 *
 * @copyright  2012 BitConstructor Co. Ltd.
 * @version    $Id: application.css 3205 2023-04-05 12:01:47Z tibor $
 * Tibor Sekelj
 */

/* BODY ***********************************************************************/
body {
    background-color: #e4e3e1;
    color: #000;
    font-size: 16px;
    padding-top: 20px;
}

header.container {
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

a[href^="tel:"] {
    color: #ffa500 !important;
    text-decoration: none;
}

a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

/* TEXT ***********************************************************************/
h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

h2 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
}

h3 {
    color: #333;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
}

h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
}

hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #aaa;
}

textarea#messages, textarea.message {
    height: 250px;
    width: 450px;
}

.bc-main_image {
    float: left;
    padding-top: 4px;
}

.bc-main_image img {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.bc-main_image.fullwidth, .bc-main_image.fullwidth img {
    width: 100%;
}

.mod-homepage .consent_content.span12 {
    padding-bottom: 20px;
}

.mod-homepage .result-item {
    margin-top: 12px;
}

.mod-homepage .result-item .title {
    margin-top: 12px;
}

.result-item * {
    word-break: break-word;
}

.result-item {
    margin-bottom: 20px;
    margin-top: 20px;
}

.result-item .title {
    height: 44px;
    margin-bottom: 12px;
    overflow: hidden;
}

.result-item .image {
    display: inline-block;
    height: 122px;
    overflow: hidden;
}

.result-item .image img {
    height: 100%;
}

.result-item .summary {
    height: 78px;
    overflow: hidden;
    position: relative;
}

@supports (-webkit-line-clamp: 4) {
    .result-item .title {
        display: -webkit-box;
        text-align: left;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .result-item .summary {
        display: -webkit-box;
        text-align: left;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .result-item .summary:before {
        display: none;
    }
}

.result-item .dossier-gallery {
    height: 35px;
    margin-top: 12px;
}

.result-item .share-comment, .result-item .share {
    height: 35px;
}

.result-item .event_detail {
    /*height: 140px;*/
}

.result-item .event_block {
    height: 180px;
}

.result-item .event_img {
    display: block;
    float: left;
    margin-right: 12px;
}

.result-item .event_img img {
    height: auto;
    width: auto;
}

.result-item h1.title-box-top {
    height: 70px;
}

.result-item .classified_id {
    height: 18px;
}

.result-item .classified_price {
    height: 26px;
}

.result-item .pdf_images {
    display: block;
    height: 300px;
    margin-bottom: 8px;
}

.result-item .issue {
    height: 25px;
}

.result-item .event-details {
    height: 60px;
    margin-top: 12px;
    overflow: hidden;
}

.product-category-title {
    height: auto;
}

.bc-footer-menu ul li {
    background: #fff;
    clear: none;
    float: right;
    padding: 5px;
}

.banner_top {
    text-align: center;
}

.banner_top img {
    max-height: 120px;
}

.banner_content_top {
    margin-bottom: 12px;
}

.banner_content_top *, .banner_content_top iframe, .banner_content_top iframe * {
    overflow: hidden !important;
    width: 100% !important;
}

.banner_list_middle {
    margin-bottom: 20px;
    text-align: center;
}

.banner_list_middle img {
    max-height: 150px;
}

.bc-showmore-result .banner_list_middle {
    margin-top: 20px;
}

.sideboard_container {
    position: absolute;
    right: 68px;
    top: 20px;
    width: 180px;
}

.banner_content_right {
    background-color: #d8edff;
}

.sideboard_container .sideboard {
    margin-bottom: 3px;
}

.profile-block {
    min-height: 40px;
    vertical-align: middle;
}

.profile-block li {
    display: inline;
}

ul#login {
    margin: 0;
}

.Flexible-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 36.25%;
    padding-top: 30px;
    position: relative;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer {
    background-color: #fff;
    -moz-box-shadow: 0 5px 8px #cfcfcf;
    -webkit-box-shadow: 0 5px 8px #cfcfcf;
    box-shadow: 0 5px 8px #cfcfcf;
    margin-top: 20px;
    width: 980px !important;
}

footer div {
    padding: 8px 15px;
}

footer div.impressum, footer div.agb, footer div.datenschutz {
    background: #333;
}

footer div.impressum a, footer div.agb a, footer div.datenschutz a {
    color: #fff;
}

footer div.impressum:hover, footer div.agb:hover, footer div.datenschutz:hover {
    background: #252525;
}

.bc-footer-menu .impressum {
    background-color: #000;
    border-right: 1px solid #fff;
    padding-left: 20px;
}

.content-block {
    background-color: #fff;
    -moz-box-shadow: 0 5px 8px #cfcfcf;
    -webkit-box-shadow: 0 5px 8px #cfcfcf;
    box-shadow: 0 5px 8px #cfcfcf;
    padding: 20px;
}

.mod-homepage div.content-block, .mod-homepage div.banner_show_container, .mod-shop div.content-block-product {
    margin-bottom: 24px;
    padding-bottom: 0;
}

.logo-wrapper {
    margin-bottom: 12px;
}

.top-wrapper {
    margin-bottom: 12px;
}

.navbar {
    font-size: 15px;
    margin-bottom: 0;
}

.navbar-inner,
.navbar.additional .navbar-inner {
    border: none;
    border-radius: 4px 4px 0 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    padding-left: 0;
    padding-right: 0;
}

.navbar.additional .navbar-inner {
    background-color: #d3d3d3;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;

    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;

    border-top-right-radius: 0;

    min-height: 20px;
}

.user-menu,
.navbar.additional .user-menu {
    background-color: #313131;
    background-image: none;

    border: none;

    border-radius: 4px 4px 0 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

.navbar.additional .user-menu {
    background-color: #666;

    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;

    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.user-menu.navbar-inner::before, .user-menu.navbar-inner::after {
    content: "";
    display: block;
    line-height: 0;
}

.user-menu ul > :first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.navbar.additional .user-menu ul > :first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.user-menu ul li {
    border-left: 1px solid #595959;
    border-right: 1px solid #2d2d2d;
    border-top: 1px solid #5b5b5b;
}

.navbar.additional .user-menu ul li {
    border: none;
}

.user-menu .nav > li > a {
    color: #fff !important;
    padding: 10px 9px 10px;
    /*padding: 16px 15px 16px;*/
    text-shadow: 0 1px 0 #777 !important;
}

.navbar.additional .user-menu .nav > li > a {
    color: #fff !important;
    padding: 3px 9px 3px;
}

.navbar.additional .user-menu .nav > li:hover > a,
.navbar.additional .user-menu .nav .dropdown .dropdown-menu li:hover > a {
    background-color: #555;
}

.user-menu .nav > li:hover > a,
.user-menu .nav .dropdown .dropdown-menu li:hover > a {
    background-color: #3c3c3c;
}

.navbar.additional .user-menu .nav > li:hover > a,
.navbar.additional .user-menu .nav .dropdown .dropdown-menu li:hover > a {
    background-color: #606060;
}

.user-menu .nav > .active > a,
.user-menu .nav > .active > a:hover,
.user-menu .nav > .active > a:focus,
.user-menu .nav .dropdown .dropdown-menu .active > a {
    background: #3c3c3c;
}

.navbar.additional .user-menu .nav > .active > a,
.navbar.additional .user-menu .nav > .active > a:hover,
.navbar.additional .user-menu .nav > .active > a:focus,
.navbar.additional .user-menu .nav .dropdown .dropdown-menu .active > a {
    background: #606060;
}

.user-menu .nav li.dropdown.open > .dropdown-toggle,
.user-menu .nav li.dropdown.active > .dropdown-toggle,
.user-menu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #3c3c3c;
}

.navbar.additional .user-menu .nav li.dropdown.open > .dropdown-toggle,
.navbar.additional .user-menu .nav li.dropdown.active > .dropdown-toggle,
.navbar.additional .user-menu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #606060;
}

.user-menu .nav li.dropdown.open > .dropdown-toggle .caret, .user-menu .nav li.dropdown.active > .dropdown-toggle .caret, .user-menu .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.user-menu .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.user-menu .nav .dropdown-toggle .caret {
    margin-left: 5px;
}

.user-menu .dropdown-menu {
    background-color: #313131;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    top: 98%;
}

.user-menu .dropdown-menu li {
    border-top: 1px solid #313131;
}

.user-menu .nav > li > .dropdown-menu::before {
    border: none !important;
}

.user-menu .nav > li > .dropdown-menu::after {
    border: none !important;
}

.user-menu .dropdown-menu li > a {
    border-bottom: 1px solid #3f3f3f;
    color: #fff !important;
    padding: 5px 15px 5px;
    text-shadow: 0 1px 0 #777 !important;
}

.user-menu .dropdown-menu li > a:hover, .user-menu .dropdown-menu li > a:focus, .user-menu .dropdown-submenu:hover > a {
    background-color: #313131;
    background-image: none;
    color: #fff !important;
}

ul.nav.home li {
    height: 40px;
    width: 30px;
}

ul.nav.home li a {
    height: 30px;
    padding: 0;
    width: 30px;
}

a.home-symbol {
    background-image: url(images/home.png) !important;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 5px;
}

.page div.article-category-wrapper {
    margin-bottom: 20px;
}

h1.article-category-title {
    margin: 0;
}

.page-subtitle {
    line-height: 26px;
    min-height: 34px;
}

.page-title {
    line-height: 34px;
    min-height: 34px;
}

.mod-homepage .article-category-title h1 a {
    color: #fff;
}

.red-border {
    border-color: #ce2127 !important;
}

.red-text {
    color: #ce2127 !important;
}

.mod-homepage .article-category-title h1, .link-category-title h1 {
    background-color: #ce2127;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    text-decoration: none;
}

.page-category .article-category-title a, .page-category .article-category-title a:hover {
    background: none;
    color: #000;
}

.page .article-category-title a, .page .article-category-title a:hover,
.link .article-category-title a, .link .article-category-title a:hover,
.event .article-category-title a, .event .article-category-title a:hover {
    background-color: #ce2127;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
}

.result-item .article-category-title h1 a {
    display: block;
    overflow: hidden;
    padding: 12px;

    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.top-article-category {
    background-color: #ce2127;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 12px;
    position: relative;
    text-decoration: none;
    top: 44px;
}

.page h1 {
    color: #333;
}

.article-meta-wrapper {
    margin-bottom: 14px;
    margin-top: 8px;
}

.article-meta-wrapper span .gallery-button {
    margin-right: 8px;
}

a.gallery-button {
    background-image: url(../images/icon_gallery.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

a.gallery-button:hover {
    background-image: url(../images/icon_gallery_mouseover.png);
}

a.article-online-pdf-button {
    background-color: #090;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 20px;
    text-decoration: none;
}

.sidebar_container {
    font-size: 15px;
}

.sidebar_container .result-item {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 12px;
    padding-left: 20px !important;
    padding-right: 19px !important;
    padding-top: 12px;
    width: 200px;
}

.sidebar h1 {
    color: #333;
}

.result-item h1, .result-item h1.title a {
    color: #333;
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

.result-item h1.title a:hover, .result-item h1.title-box-top a:hover {
    color: #555;
}

a.show-gallery-button {
    background-image: url(../images/icon_gallery2.png);
    background-repeat: no-repeat;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    margin-top: 20px;
    padding: 9px 9px 9px 42px;
}

a.show-gallery-button:hover {
    background-image: url(../images/icon_gallery2_mouseover.png);
    color: #b6b6b6;
    text-decoration: none;
}

.show-gallery-wrapper {
    padding-top: 20px;
}

a.addthis_button {
    background-image: url(../images/icon_share.png);
    background-position: 6px;
    background-repeat: no-repeat;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    display: inline-block;
    padding: 6px 6px 6px 28px;
    text-decoration: none;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

a.comment_button {
    background-image: url(../images/icon_comment.png);
    background-position: 6px;
    background-repeat: no-repeat;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    padding: 6px 6px 6px 28px;
    text-decoration: none;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;

}

a.addthis_button:hover, a.comment_button:hover {
    background-color: #f3f3f3;
}

iframe#weather_widget {
    background: none;
    border: none;
    height: 115px;
    /*margin-top: -5px;*/
    width: 200px;
}

.bc-comment dl {
    margin: 0;
}

.bc-comment fieldset {
    margin-bottom: 6px;
}

.bc-comment .require_text {
    display: none;
}

.bc-comment input[type=text],
.bc-comment textarea,
.bc-search-elements,
.bc-create-box,
.product-detail-price-wrapper input,
.modal #frmlogin input[type=text],
.modal #frmlogin input[type=password] {
    background: none !important;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
}

input.global-search {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 4px;
}

.global-search-wrapper {
    border: solid 1px #ccc;
}

.global-search-button {
    background: url(../images/icon_search.png) no-repeat 20% 40%;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    height: 28px;
    width: 28px;
}

.comment-wrapper {
    border-bottom: 1px solid #c7c4c4;
    clear: both;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.comment-image {
    width: 70px;
}

.comment-box .comment-title {
    font-weight: bold;
}

.comment-box .comment-heading {
    font-style: italic;
}

.btn-comment, .pagination .btn-showmore, .btn-profile, .btn-contact-owner, .btn-back, form#account #save {
    background: #000 none;
    border: 1px solid #c7c4c4;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}

.btn-contact-owner {
    background-color: #090 !important;
    border: 1px solid #c7c4c4;
}

form#account #save {
    padding: 8px 16px;
}

a.btn-profile {
    border: 0;
    display: inline-block;
    padding: 8px;
    text-align: center;
    width: 101px;
}

a#user_login {
    margin-left: 4px;
    width: 89px;
}

a#lnk-forgotten-password {
    bottom: -15px;
    display: initial;
    font-size: 16px;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 200px;
}

.btn-comment:hover, .pagination .btn-showmore:hover {
    background-color: #000;
    color: #fff;
}

.profile-block-wrapper ul {
    position: relative;
}

.profile-block-wrapper ul li a:hover {
    background: #3c3c3c;
    color: #fff;
}

.profile-block-wrapper ul li a#lnk-forgotten-password:hover {
    background: inherit;
    color: #005580;
}

.block-header {
    background-color: #ce2127;
    color: #fff;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
}

#event_calendar .block-header {
    text-align: center;
}

#event_calendar .previous, #event_calendar .next {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    width: 28px;
}

.next {
    background-image: url(../images/icon_arrow_right.png);
    background-position: right center;
}

.previous {
    background-image: url(../images/icon_arrow_left.png);
    background-position: left center;
}

#event_calendar .calendar_wrapper {
    background-color: #454545;
    padding: 2px;
}

#event_calendar table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin-bottom: 0;
}

#event_calendar table td {
    border: none;
    height: 32px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}

#event_calendar table td.date {
    border: 2px solid #454545;
}

#event_calendar table td a {
    color: #fff;
}

#event_calendar table td.today_date {
    background-color: #d7262e;
    border: 2px solid #d7262e;
}

#event_calendar table td.calendar_event {
    border: 2px solid #d7262e;
}

#event_calendar table td.calendar_event:hover {
    background-color: #d7262e;
    border: 2px solid #d7262e !important;
}

#event_calendar table td.calendar_days {
    background-color: #2d2d2f;
    color: #fff;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
}

#event_calendar table td.date .calendar_day {
    height: 100%;
}

#event_calendar table td.date .calendar_day a {
    display: block;
    height: 100%;
    padding: 4px;
}

#event_calendar table td.date_disable .calendar_day a {
    color: #333;
}

#event_calendar table td.date:hover {
    border: 2px solid #2d2d2f;
}

#event_calendar table td.weekend {
    color: #686868;
}

#event_calendar table td.space {
    height: 14px;
}

.highlight_event {
    background-color: #2d2d2f;
    border-top: 1px solid #4d4d4d;
    min-height: 70px;
}

.highlight_event .result-item {
    border-left: 1px solid #4d4d4d;
    padding-bottom: 5px;
    padding-top: 0;
}

.highlight_event .event_box_detail {
    color: #98979c;
    padding: 5px 12px 0;
}

.highlight_event .event_title a {
    color: #ccc;
    font-size: 16px;
}

.highlight_event .event_title a:hover {
    color: #fff !important;
}

.highlight_event .result-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

.highlight_event .event_title {
    color: #ccc;
    height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-item-text {
    background-color: #2d2d2f;
}

.item-links {
    height: 12px;
}

.result-item-text h1 {
    border-top: 1px solid #444348;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
}

.result-item-text h1 a {
    padding-bottom: 4px;
    padding-left: 12px;
    padding-top: 4px;
}

.result-item-text:hover {
    background-color: #252525;
}

.result-item-text a, .result-item-text strong {
    color: #fff;
}

.result-item-text a {
    display: block;
}

.event-search {
    padding-bottom: 10px;
    padding-top: 10px;
}

.event-search .form-actions input {
    display: none !important;
}

.event-search .event-search-form {
    margin-top: 10px;
}

.event_when, .event_where, .event_end {
    margin-bottom: 0;
}

.event_when [class*="span"], .event_where [class*="span"], .event_end [class*="span"] {
    min-height: 14px;
}

.classified-contact-wrapper {
    margin-top: 12px;
}

.classified-imagelist-wrapper {
    margin-top: 12px;
}

.classified-box-image {
    display: block;
}

h1.title-box-classified {
    border-left: 6px solid #0274ba;
    margin-bottom: 10px;
    padding-left: 12px;
}

h1.title-box-classified.highlight {
    border-left: 6px solid #ce2127;
    margin-bottom: 10px;
    padding-left: 12px;
}

.classified-contact-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.classified-description-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 12px;
}

.price-box {
    background-color: #f0f0f0;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 12px;
    width: 100%;
}

.price-wrapper {
    font-size: 18px;
    font-weight: bold;
    padding: 24px;
}

.contact-owner-wrapper {
    padding: 18px;
}

.btn-contact-owner {
    padding: 10px;
}

.btn-contact-owner a:hover {
    color: #fff;
}

h1.title-box-product {
    border-left: 6px solid #cf2228;
    margin-bottom: 10px;
    padding-left: 12px;
}

.showall-wrapper a {
    color: #cf2228;
    font-weight: bold;
    position: relative;
    text-decoration: underline;
    top: 12px;
}

.showall-wrapper {
    text-align: right;
}

.purchase-blocks {
    clear: both;
    padding-top: 5px;
    text-align: center;
}

a.btn-more-info, a.btn-subscribe, a.btn-cart {
    background-color: #090;
    border: 1px solid #cccbc9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 8px;
    text-decoration: none;
}

a.btn-download {
    background-color: #090;
    border: 1px solid #cccbc9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 20px !important;
    padding: 8px;
    text-decoration: none;
}

a.btn-more-info {
    padding: 3px 8px 3px 8px;
}

a.btn-more-info:hover, a.btn-subscribe:hover, a.btn-cart:hover, a.btn-download:hover {
    background-color: #008100;
    color: #fff;
}

.product-detail-img {
    display: block;
    margin-bottom: 24px;
}

.product-detail-header {
    margin-bottom: 24px;
}

.product-detail-action-wrapper {
    margin-bottom: 18px;
    margin-top: 12px;
}

.product-detail-status-wrapper {
    color: #cf2228;
    margin-bottom: 18px;
}

.product-detail-price-wrapper input {
    margin-right: 12px;
    text-align: center;
    width: 25px;
}

.product-detail-price {
    font-size: 24px;
    font-weight: bold;
}

h1.column-title-box {
    border-left: 6px solid #cf2228;
    margin-bottom: 10px;
    padding-left: 12px;
}

.bc-cart-box {
    background: #ce2127;
}

.bc-cart-intro {
    color: #fff;
    font-size: 1.3em;
    padding-left: 5px;
}

.mod-homepage div.content-block.bc-cart-box {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.cart-box-header {
    display: inline-block;
}

.cart-box-header .items-count {
    font-weight: bold;
}

.cart-box-link {
    background-color: #f0f0f0;
    padding: 8px;
}

.cart-box-checkout, .cart-box-checkout:hover {
    background: #000;
    color: #fff;
    padding: 8px;
}

.bc-cart-box-table {
    border: 1px solid #b6b6b6;
    display: none;
}

.bc-cart-box-table th, .bc-cart-box-table td {
    padding: 4px 8px;
}

.bc-cart-box-table th {
    background: #3a3a3a;
    color: #fff;
    font-size: 16px;
}

.bc-cart-box-table td {
    background: #fff;
    font-size: 12px;
}

.bc-cart-box-table td a {
    color: #000;
}

.top-result-item {
    margin-top: -44px !important;
}

.top-result-item h1 {
    margin-top: 8px;
}

.top-result-item img {
    height: 256px;
    width: 100%;
}

.top-result-item h1 a {
    font-size: 28px;
}

.gallery .galleryimages-wrapper {
    display: inline-block;
    height: 120px;
    margin-bottom: 20px;
    width: 160px !important;
}

.gallery-description-wrapper {
    margin-bottom: 20px;
}

.gallery-box-title-wrapper {
    border-top: 7px solid #0375bb;
    margin-top: 12px !important;
    padding-top: 12px;
}

.gallery-box-description-wrapper {
    height: 64px;
    margin-bottom: 12px;
    overflow: hidden;
}

.gallery-box-image {
    display: block;
}

.dossier-box-title-wrapper {
    border-top: 7px solid #d02128;
    margin-top: 12px !important;
    padding-bottom: 12px;
    padding-top: 12px;
}

.newsletter-box {
    background: #ce2127;
}

.newsletter-box-title {
    border-bottom: 1px solid #ce2127;
    border-top: 1px solid #ce2127;
    color: #fff;
    display: inline-block;
    padding: 12px;
}

input#subscription {
    background: #2d2d2f;
    border: 1px solid #2d2d2f;
    color: #fff;
    display: inline-block;
    padding: 12px;
}

input#unsubscription {
    background: #2d2d2f;
    border: 1px solid #2d2d2f;
    color: #fff;
    display: inline-block;
    padding: 12px;
}

.newsletter-box-subscription {
    background: #2d2d2f;
    border-bottom: 1px solid #2d2d2f;
    border-top: 1px solid #2d2d2f;
    color: #fff;
    display: inline-block;
    padding: 12px;
}

a.newsletter-box-subscription:hover {
    background: #252525;
    color: #fff;
}

.newsletter-box-unsubscription {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    padding: 12px;
}

a.newsletter-box-unsubscription:hover {
    background: #f3f3f3;
    color: #ccc;
}

.inner-content-block {
    margin-bottom: 20px;
}

.advance-search {
    display: block;
}

.modal-header {
    border: none !important;
}

.modal .logo-wrapper {
    text-align: center;
}

.modal-body {
    overflow-y: initial;
}

.form-login-wrapper #frmlogin {
    margin: 0 auto;
}

.form-login-wrapper #frmlogin, .form-login-wrapper #frmlogin .control-label {
    width: 290px;
}

.form-login-wrapper #frmlogin input[type=text], .form-login-wrapper #frmlogin input[type=password] {
    width: 95%;
}

.form-login-wrapper .control-label {
    float: none;
    text-align: left;
}

.form-login-wrapper .controls {
    margin: 0 !important;
}

.form-login-wrapper #frmlogin .fld-remember_me,
.form-login-wrapper #frmlogin .form-actions,
.form-login-wrapper #frmlogin .fld-forget_password,
.form-login-wrapper #frmlogin .fld-register {
    display: inline-block;
}

.form-login-wrapper #frmlogin .fld-forget_password, .form-login-wrapper #frmlogin .fld-register {
    /*float: right;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.form-login-wrapper #frmlogin .fld-forget_password a, .form-login-wrapper #frmlogin .fld-register a {
    background: none !important;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 12px;
    padding: 8px 0;
    width: 130px;
}

.form-login-wrapper #frmlogin .form-actions {
    border: none;
    float: right;
    margin: 0;
    padding: 0;
}

.form-login-wrapper #frmlogin .fld-remember_me {
    width: 50%;
}

.form-login-wrapper #frmlogin .required_element_block {
    display: none;
}

.form-login-wrapper #frmlogin #login {
    background: #2d2d2f url(../images/icon_arrow_login.png) no-repeat 18% 50%;
    border: 1px solid #c7c4c4;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    padding: 5px 20px 5px 30px;
}

.btn-back {
    padding: 8px 16px;
}

.classified-header .form-actions input {
    display: none !important;
}

.classified-header .bc-create-box, .event-header .bc-create-box {
    background-color: #090 !important;
    border: 1px solid #c7c4c4;
    color: #fff;
    width: 200px;
}

.icon-plus-white {
    background: url(../images/icon_plus.png) no-repeat 50% 50%;
}

#local_news {
    height: 252px;
}

#local_news .gm-style-iw {
    left: 22px !important;
    width: 240px;
}

#local_news .result-item {
    margin-bottom: 4px;
    margin-top: 4px;
    overflow: hidden;
    /*height: 250px;*/
    width: 240px;
}

#local_news .result-item h2 {
    line-height: 20px;
    margin-top: 0;
}

#local_news .result-item h2 a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#local_news .result-item h2 a:hover {
    color: #555;
}

#local_news .image-infowindow-map {
    max-width: 100%;
}

#local_news img {
    max-width: none;
}

address {
    font-style: italic;
}

#pagination-loading {
    background: url(../images/loading.gif) no-repeat 50% 50%;
    display: none;
    height: 36px;
    margin: 0 auto;
    width: 36px;
}

.newsletter-form {
    background: #fff;
    border: 1px solid #b6b6b6;
    display: none;
    position: absolute;
    width: 420px;
    z-index: 99999;
}

#subscriptions fieldset {
    width: 100%;
}

#account dd {
    margin-left: 0;
}

#account #fieldset-group_basic legend {
    border-bottom: none;
    border-left: 6px solid #d12123;
    color: #4e4e4e;
    padding-left: 12px;
}

#account #fieldset-group_basic dl {
    background: #eeedeb;
    border: 1px solid #ddd;
    display: table;
    padding-bottom: 20px;
    padding-top: 25px;
}

#account #fieldset-group_contact legend {
    border-bottom: none;
    border-left: 6px solid #0574bb;
    color: #4e4e4e;
    padding-left: 12px;
}

.image-title {
    font-size: 13px;
    font-style: italic;
    padding-bottom: 10px;
}

.main-block-header {
    height: 40px;
}

.main-block-header h2 {
    margin: 0;
    padding: 0;
}

a.btn-navbar-user {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.share-comment a {
    display: block;
}

.share-comment div.share {
    float: left;
}

.share-comment div.comment {
    float: right;
}

.title-infowindow-map {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    width: 300px;
}

.image-infowindow-map {
    width: 220px;
}

.image-wrapper-infowindow-map {
    display: block;
    height: 122px;
    overflow: hidden;
    width: 220px;
}

div.online-subscription-wrapper {
    border: 5px solid #f3f3f3;
    display: block;
    padding: 14px;
}

.classified-imagelist-wrapper .galleryimages-wrapper {
    display: inline-block;
    width: 110px !important;
}

.page .gallery {
    margin-top: 6px;
}

.bc-comment #comment {
    height: 85px;
    max-width: 100%;
    width: 684px;
}

.bc-comment #title {
    max-width: 100%;
    width: 450px;
}

.link-category-wrapper {
    margin-bottom: 12px;
}

.link-category-title h1 a {
    color: #fff;
    display: block;
    padding: 10px;
    width: 100%;
}

.link-category-wrapper .link-item-title {
    height: 42px;
    overflow: hidden;
    padding-top: 6px;
}

.link-category-wrapper .link-item-title a {
    color: #000;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;
    -o-text-overflow: ellipsis;*/
    display: block;
    /*padding-left: 25px;*/
}

.link-category-wrapper .link-item-title i.link-list-icon {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 4px;
    margin-top: 2px;
}

.link-category-wrapper .link-item-wrapper {
    /*height: 140px;*/
    margin-bottom: 6px;
}

.link-category-wrapper .link-all-wrapper {
    height: 40px;
    width: 100%;
}

.link-category-wrapper .link-item-wrapper ul {
    /*list-style-image:url(../images/icon_arrow_right.png);*/
    margin-left: 25px;
    margin-top: 0;
}

.link-category-wrapper .link-item-wrapper li {
    height: 42px;
    padding-top: 6px;
}

.link-category-wrapper .link-all-wrapper a.link-all {
    background-position: 10px;
    background-repeat: no-repeat;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.link-header-wrapper {
    margin-bottom: 20px;
}

.link-category-view-title a {
    background-color: #ce2127;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
}

.link-category-view-title h1 {
    margin: 0;
}

.link-share {
    margin-top: 20px;
}

.link-image {
    border: 1px solid #e0e0e0;
    height: 122px;
    overflow: hidden;
}

.link-image img {
    width: 100%;
}

.online-subscription-text {
    display: inline-block;
    padding-left: 14px;
    width: 80%;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper {
    height: 90px;
    width: 100%;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox {
    height: 90px;
    width: 100%;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox div {
    bottom: auto;
    display: inline-block;
    float: none;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox input[type="textbox"], #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox select {
    top: 8px;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox img {
    position: relative;
    top: 8px;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #Title2 {
    display: none;
}

#agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #CityLabel, #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #CheckInLabel {
    display: block;
}

.mod-hotel #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #SearchButton {
    width: 72px;
}

div.content-block-product:first-child div.productcategory-wrapper {
    /*border-right: 1px solid #e0e0e0;*/
}

.productcategory-wrapper .result-item {
    margin-top: 8px;
}

.productcategory-wrapper .showall-wrapper a {
    top: 20px;
}

.mod-shop div.content-block-product {
    background-color: #fff;
    -moz-box-shadow: 0 5px 8px #cfcfcf;
    -webkit-box-shadow: 0 5px 8px #cfcfcf;
    box-shadow: 0 5px 8px #cfcfcf;
    padding-left: 20px;
    padding-right: 20px;
}

div.shop-wrapper .content-block-product:first-child {
    padding-top: 28px;
}

.bc-showmore-result hr {
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
    margin-left: 20px;
}

.user-menu-title {
    display: none;
}

.event_block .share-comment {
    display: inline-block;
    margin-top: 8px;
}

.navbar-inverse .navbar-inner {
    padding-left: 10px;
}

.admin-navbar {
    margin-bottom: 20px;
}

.banner_bottom {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.banner_bottom img {
    max-height: 120px;
}

.profile-block-wrapper form.form-search {
    margin-bottom: 6px;
    margin-left: 12px;
}

#local_news_data {
    display: none;
}

html.ie8 .sideboard_container {
    margin: 20px auto 0;
    position: static;
    width: 764px;
}

html.ie8 .sideboard_container .banner_item {
    display: inline-block;
    width: auto;
}

html.ie8 .sideboard_container .sideboard {
    margin-bottom: 0;
    margin-right: 3px;
}

html.ie8 .sideboard_container .sideboard_top, .sideboard_container .sideboard_standard {
    text-align: center;
}

body.act-plain-index, body.act-plain-edit, body.act-daily, body.print-labels, body.act-plain-delivery, body.act-marketing, body.act-plain-overview, body.act-plain-revenue, body.act-plain-accounting, body.act-plain-expired, body.act-plain-report {
    font-size: 15px;
}

body.act-plain-index a, body.act-plain-edit a, body.act-daily a, body.print-labels a, body.act-plain-delivery a, body.act-marketing a, body.act-plain-overview a, body.act-plain-revenue a, body.act-plain-accounting a, body.act-plain-expired a, body.act-plain-report a,
body.act-plain-index table, body.act-plain-edit table, body.act-daily table, body.print-labels table, body.act-plain-delivery table, body.act-marketing table, body.act-plain-overview table, body.act-plain-revenue table, body.act-plain-accounting table, body.act-plain-expired table, body.act-plain-report table {
    overflow-wrap: normal;
    word-break: normal;
}

form.frm-plain-edit * {
    font-size: 15px;
}

form.frm-plain-edit .control-group {
    margin-left: 0;
    width: 400px;
}

.modal-body .content-block.container, .modal-body .content-block.container .span12 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 95%;
}

.modal-body form#account fieldset {
    width: 100%;
}

.modal-body form#account fieldset .control-label {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-body form#account .controls {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.modal-body form#account fieldset dl {
    width: 100%;
}

form#account .form-actions {
    border: none;
    padding: 20px 0 0;
    text-align: center;
}

form#frmcontact #messages {
    height: auto;
    width: auto;
}

.page #content img,
.event #content img,
.link #content img {
    padding: 10px;
}

.page #content p > img {
    float: right;
    width: 300px;
}

.page .page-content {
    min-height: 200px;
}

.online-subscription-image {
    display: inline-block;
    vertical-align: top;
}

.online-subscription-image img {
    padding: 0 !important;
}

.act-error404 h1, .act-error404 p {
    text-align: center;
}

.mod-page.act-plain-index .modal {
    margin-left: -450px;
    width: 900px;
}

.mod-page.act-plain-index .modal, .mod-page.act-plain-edit .modal {
    z-index: 110 !important;
}

.modal-backdrop {
    z-index: 100 !important;
}

.control-label input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
}

p.image-subtitle {
    float: right;
    padding: 10px;
}

p.image-subtitle img {
    padding: 0 !important;
}

.page .comment-wrapper, .page .share-wrapper, .page .online-subscription-wrapper {
    clear: both;
}

.link .share-wrapper, .event .share-wrapper {
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

.link-subcategory-wrapper {
    display: inline-block;
    width: 100%;
}

a#btn-advance-search {
    cursor: pointer;
}

.global-search-advanced {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    padding: 12px;
    position: absolute;
    width: 200px;
    z-index: 10;
}

.global-search-advanced input {
    margin-right: 4px;
    margin-top: 0;
}

.profile-block .dashboard {
    background: #ce2127;
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
}

.profile-block .pdfdownload {
    background: #ce2127;
    color: #fff;
    padding: 8px;
}

.pdf-subscribe, .issue-list {
    background: #ce2127;
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: bold;
    margin: 4px 0;
    padding: 8px;
}

.pdf-subscribe:hover, .issue-list:hover {
    color: #fff;
    font-weight: bold;
}

.issue-list {
    margin-right: 20px;
}

.pdf-download-header {
    display: inline-block;
    width: auto;
}

.fld-main_image_alt {
    clear: both;
}

.bc-list-result table tr.child td:nth-child(3) {
    text-indent: 24px;
}

.navbar .container {
    width: 100%;
}

#content .event_detail {
    display: inline-block;
}

#event_month a {
    color: #fff;
}

.cke_editable {
    min-height: 35px;
}

/* agoda banner */
.sidebar.banner_content_right #agoda-search-box {
    height: 220px;
}

/* agoda banner */

.date-langs-form {
    float: right;
    margin-bottom: 0;
}

.date-langs-form select {
    margin-bottom: 0;
}

.dashboard a.icon {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: .5s;

    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    width: 100%;
}

.dashboard .dashboard-wrapper {
    border: 1px solid #b6b6b6;
    height: 160px;
    margin-bottom: 20px;
    text-align: center;
}

.dashboard h4 {
    font-weight: normal;
    margin-top: 0 !important;
    position: relative;
    top: 130px;
}

.dashboard a.icon.product-subscription {
    background: url(../images/dashboard/subscription.png) no-repeat center;
}

.dashboard a.icon.product-subscription:hover {
    background: #f3f3f3 url(../images/dashboard/subscription_over.png) no-repeat center;
}

.dashboard a.icon.home {
    background: url(../images/dashboard/home-new.png) no-repeat center;
}

.dashboard a.icon.home:hover {
    background: #f3f3f3 url(../images/dashboard/home-new.png) no-repeat center;
}

.dashboard a.icon.newsletter-subscription {
    background: url(../images/dashboard/newsletter.png) no-repeat center;
}

.dashboard a.icon.newsletter-subscription:hover {
    background: #f3f3f3 url(../images/dashboard/newsletter_over.png) no-repeat center;
}

.dashboard a.icon.classified {
    background: url(../images/dashboard/classified.png) no-repeat center;
}

.dashboard a.icon.classified:hover {
    background: #f3f3f3 url(../images/dashboard/classified_over.png) no-repeat center;
}

.dashboard a.icon.cart {
    background: url(../images/dashboard/cart.png) no-repeat center;
}

.dashboard a.icon.cart:hover {
    background: #f3f3f3 url(../images/dashboard/cart_over.png) no-repeat center;
}

.dashboard a.icon.account {
    background: url(../images/dashboard/account.png) no-repeat center;
}

.dashboard a.icon.account:hover {
    background: #f3f3f3 url(../images/dashboard/account_over.png) no-repeat center;
}

.dashboard a.icon.event {
    background: url(../images/dashboard/event.png) no-repeat center;
}

.dashboard a.icon.event:hover {
    background: #f3f3f3 url(../images/dashboard/event_over.png) no-repeat center;
}

.dashboard a.icon.link {
    background: url(../images/dashboard/link.png) no-repeat center;
}

.dashboard a.icon.link:hover {
    background: #f3f3f3 url(../images/dashboard/link_over.png) no-repeat center;
}

.dashboard a.icon.pdfdownload {
    background: url(../images/dashboard/download.png) no-repeat center;
}

.dashboard a.icon.pdfdownload:hover {
    background: #f3f3f3 url(../images/dashboard/download_over.png) no-repeat center;
}

form#frmcontact fieldset {
    background: #f0f8ff;
    padding-top: 20px;
}

.reference-wrapper {
    font-style: italic !important;
    margin-bottom: 20px;
}

.data-language-wrapper::after {
    clear: none;
}

.mod-homepage .data-language-wrapper, .mod-shop .data-language-wrapper {
    background: #fff;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.data-language-wrapper form {
    float: right;

}

html.ie8 .modal-backdrop {
    display: block !important;
}

.pagination-total-item {
    bottom: 8px;
    position: relative;
    right: 6px;
}

#globalsearch-loading {
    background: url(../images/loading.gif) no-repeat 50% 50%;
    display: none;
    height: 36px;
    margin: 12px auto;
    width: 36px;
}

.form-global-search {
    margin-bottom: 0;
    margin-top: 2px;
}

.account-info {
    display: block;
    line-height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.profile-block .profile-image {
    display: block;
}

.event-view-wrapper {
    margin-top: 20px;
}

.calendar-footer {
    background-color: #2d2d2f;
    border-top: 1px solid #4d4d4d;
    height: 25px;
    padding-top: 5px;
}

.calendar-footer .span12 {
    height: 25px;
    min-height: 25px;
}

.calendar-footer .calendar-show-all {
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-right: 8px;
}

.local-news-block .result-item {
    margin-top: 0;
}

.breaking-news .local-news-block .result-item {
    margin-bottom: 0 !important;
}

.breaking-news .local-news-block.inner-content-block,
.event-block .local-news-block.inner-content-block {
    margin-bottom: 0 !important;
}

.short-news {
    margin-bottom: 10px !important;
}

.schon-gehoert .local-news-block {
    margin-bottom: 0 !important;
}

.galleries_images img {
    padding: 0 !important;
}

.original-title-wrapper {
    padding-top: 20px;
}

select#classifieds_categories_id {
    width: 200px;
}

.slogan-wrapper {
    color: #222;
    display: block;
    font-size: 13px;
    padding-left: 8px;
}

.modal .slogan-wrapper {
    font-size: 10px;
    padding: 0;
}

.page #content .banner_item img, .event #content .banner_item img {
    padding: 0;
}

.banner_item img {
    width: 100%;
}

header .banner_item img {
    height: 120px;
}

div.banner_show_page_top {
    width: 728px;
}

.banner_list_box {
    height: 272px;
    width: 220px;
}

.mod-homepage .banner_list_box {
    height: auto;
    max-height: 316px;
    width: 220px;
}

.mod-homepage .banner_list_box.banner_show_container.row-last {
    height: 328px;
    max-height: 328px;
}

.banner_list_box img {
    height: auto;
    width: 100%;
}

@media (max-width: 500px) {
    .sideboard_container .banner_item {
        width: 100% !important;
        max-width: 100% !important;
    }

    div.banner_show_page_top {
        width: 100% !important;
    }

    .page-content img {
        width: 100% !important;
    }

    .img-wrapper {
        width: 100% !important;
    }

    .image-wrapper,
    .image-title {
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    .consent_content div.bc-float-right {
        margin-bottom: 5px;
        width: 100%;
    }

    .consent_content button {
        font-size: 16px;
        text-align: center;
        width: 45%;
    }

    .page-content img {
        max-width: 100%;
    }

    .img-wrapper {
        max-width: 100%;
    }

    .image-wrapper,
    .image-title {
        max-width: 90%;
    }

    .mod-homepage .banner_list_box {
        margin: 0 auto !important;
        text-align: center;
    }

    .mod-homepage .banner_list_box .banner_item {
        width: 100%;
    }

    div.banner_show_page_top,
    .banner_bottom .banner_item a img,
    .banner_show_page_top .banner_item a img,
    .banner_list_box .banner_item a img,
    .banner_content_text_top .banner_item a img,
    .banner_content_text .banner_item a img,
    .banner_content_text_rotation .banner_item a img,
    .banner_content_end .banner_item a img,
    .banner_list_middle .banner_item a img,
    .banner_content_top .banner_item a img,
    div.banner_list_middle {
        height: auto;
        width: 100% !important;
    }

    .page #content .banner_content_top .banner_item a img {
        max-width: 100%;
    }

    .banner_item ins.adsbygoogle,
    .facebook-likes {
        height: auto;
        overflow: hidden;
        width: 95% !important;
    }

    .sideboard_container .banner_item ins.adsbygoogle {
        width: 180px !important;
    }

    #agoda-search-box {
        display: none;
    }

    .sidebar-page {
        display: none;
    }

    .sideboard_container {
        clear: both;
        position: relative !important;
        right: inherit;
        text-align: center;
        top: inherit;
        width: 100%;
    }

    .sidebar_group {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .sideboard_container .banner_item,
    .sidebar_group .result-item {
        clear: none;
        float: left;
        margin: 0;
    }

    .sidebar_group .result-item {
        height: 340px;
        padding: 5px;
        width: 230px;
    }

    .sideboard_container {
        text-align: center;
    }

    .sideboard_container > div {
        text-align: center;
    }

    .sideboard_container .banner_item {
        box-sizing: border-box;
        max-width: 50%;
        padding: 5px;
        text-align: center;
        width: 50%;
    }

    .sideboard_container .banner_item img {
        height: auto;
        width: 100% !important;
    }

    div.google-ads {
        height: 280px;
        width: 220px;
    }

    footer.container {
        background-color: inherit;
    }

    ul.nav.home li {
        width: 100%;
    }
}

.block-header a {
    color: #fff;
}

.event_image {
    margin-right: 10px;
}

.mod-puzzle .page .page-content {
    min-height: 8px;
}

.dashboard-item-hover {
    margin-left: 0;
    padding: 8px;
    position: absolute;
}

.classified_image {
    margin-right: 10px;
}

#frmconversation textarea.message {
    width: 320px;
}

.classified-info-wrapper {
    height: 164px;
}

.event-info-wrapper {
    height: 228px;
}

.link-info-wrapper {
    height: 128px;
}

.btn-dashboard-edit {
    float: right;
    margin-right: 20px;
}

.btn-dashboard-delete {
    float: left;
}

.bc-showmore-result .issue-row:nth-child(odd) {
    background-color: #eee;
}

.issue-row div {
    margin-bottom: 4px;
    margin-left: 8px;
    margin-top: 4px;
}

.issue-row div a:hover {
}

.icon-rss {
    background-image: url(../images/rss.png);
    background-position: 0 0;
    background-size: contain;
}

.issue-item {
    float: left;
    width: 12%;
}

.issue-year {
    line-height: 8px;
}

.issue-block {
    margin-bottom: 20px;
}

.issue-block hr {
    margin: 8px 0;
}

.issue-title, .issue-category {
    color: #08c;
}

.issue-title-inactive, .issue-category-inactive {
    color: #777;
}

.mod-classified.con-details.act-view .category-child a:before {
    content: "- ";
}

.mod-classified.con-details.act-view .category-child {
    padding-left: 30px;
}

/** Responsive **/
/** tablet **/
@media (min-width: 768px) and (max-width: 1024px) {
    .sideboard_container {
        margin: 0 auto;
        position: static;
    }

    .result-item .image img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 979px) {
    .user-menu-title, .admin-menu-title {
        color: #fff;
        display: block;
        font-size: 20px;
        margin: 0 0 0 -5px;
        padding: 10px 20px 10px;
    }

    .mod-homepage .banner_list_box {
        height: auto;
        margin-left: 20px;
        margin-top: 12px;
        width: 166px;
    }

    .mod-homepage .banner_list_box.banner_show_container.row-last {
        height: auto;
        margin: 0 auto;
        max-height: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    footer {
        width: auto !important;
    }

    .showall-wrapper {
        text-align: right;
    }

    .sidebar_container {
        margin: 0 auto 0 20px;
        position: static;
        width: 100%;
    }

    .sidebar_container .sidebar {
        border: none;
        float: none;
        margin-bottom: 0;
    }

    .sidebar_container .sidebar_group {
        border: none;
        float: left;
        height: auto;
    }

    #event_calendar table td {
        border: none;
        height: auto;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: auto;
    }

    #event_calendar table td a {
        font-size: 11px;
    }

    #event_calendar table td.calendar_days {
        font-size: 11px;
    }

    #event_calendar table td.date .calendar_day a {
        padding: 0 !important;
    }

    .share-comment a {
        display: block;
    }

    .share-comment div.share {
        float: left;
        margin-bottom: 4px;
    }

    .share-comment div.comment {
        float: left;
        margin-top: 4px;
    }

    .gallery-box-image {
        height: 130px !important;
    }

    .page .span9, .classified .span9, .product .span9, .gallery .span9, .event .span9 {
        margin-bottom: 20px;
        width: auto;
    }

    .weather_widget_container {
        margin-left: 0;
    }

    iframe#weather_widget {
        width: 190px;
    }

    .product-detail {
        margin-bottom: 20px;
        width: 536px;
    }

    .bc-comment #comment {
        width: 100%;
    }

    .bc-comment #title, .bc-comment #name {
        width: 100%;
    }

    #agoda-search-box #AgodaSearchBoxWrapper {
        height: 120px;
        width: 100%;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox {
        height: 120px;
        width: 100%;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #Title1 {
        display: block;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #SearchButton {
        width: 72px;
    }

    .sideboard_container {
        margin: 20px auto 0;
        position: static;
        width: 764px;
    }

    .sideboard_container .banner_item {
        display: inline-block;
        width: 180px;
    }

    .sideboard_container .sideboard {
        margin-bottom: 0;
        margin-right: 3px;
        vertical-align: top;
    }

    .sideboard_container .sideboard_top, .sideboard_container .sideboard_standard {
        text-align: center;
    }

    .top-result-item img {
        height: auto;
    }

    .result-item .image {
        height: auto;
    }

    .sideboard_container .sideboard iframe {
        margin-bottom: -70px;
    }
}

/** phone **/
@media (max-width: 767px) {
    body {
        padding: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .local-news-block.map {
        display: none;
    }

    .content-block {
        padding: 12px;
    }

    footer {
        margin-bottom: 6px;
        margin-top: 136px;
        width: auto !important;
    }

    .showall-wrapper {
        text-align: right;
        width: 50% !important;
    }

    #event_calendar table td {
        border: none;
        height: auto;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: auto;
    }

    #event_calendar table td a {
        font-size: 11px;
    }

    #event_calendar table td.calendar_days {
        font-size: 11px;
    }

    #event_calendar table td.date .calendar_day a {
        padding: 0 !important;
    }

    img.page_image {
        display: block;
        max-height: 100% !important;
        max-width: 100% !important;
    }

    .sidebar_container .sidebar {
        border: none;
        margin: 0;
    }

    .bc-showmore-result .result-item {
        /*text-align: center;*/
    }

    .bc-comment #comment {
        width: 95% !important;
    }

    .bc-comment .comment_counter {
        clear: both;
    }

    .bc-comment #title, .bc-comment #name {
        margin-bottom: 6px;
        width: 95%;
    }

    #agoda-search-box #AgodaSearchBoxWrapper {
        height: 180px;
        margin-bottom: 16px;
        width: 100%;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox {
        height: 180px;
        width: 100%;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #Title1 {
        display: block;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #SearchButton {
        width: 72px;
    }

    #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #CityLabel, #agoda-search-box #AgodaSearchBoxWrapper #AgodaSearchBox #CheckInLabel {
        display: inline-block;
    }

    .result-item * {
        height: auto !important;
    }

    .banner_content_right .banner_show_container, .banner_content_right .banner_show_container div, .banner_content_right .banner_show_container div iframe {
        height: 100% !important;
    }

    .sidebar.banner_content_right {
        height: auto;
        max-width: 50%;
        padding: 5px !important;
    }

    .sidebar.banner_content_right .banner_show_container.banner_item {
        height: auto;
        max-width: 100%;
    }

    .result-item .image {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .result-item a img {
        width: 100%;
    }

    .result-item {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 12px;
    }

    .logo-wrapper {
        margin-top: 10px;
    }

    .logo {
        display: block;
        margin: 0 auto;
    }

    .profile-block-wrapper {
        margin-top: 12px;
    }

    .profile-block-wrapper form.form-search {
        margin-bottom: 0;
        width: 100%;
    }

    .profile-block-wrapper input.global-search {
        /*width: 95%;*/
    }

    .bc-showmore-result hr {
        display: none;
    }

    .bc-main_image img {
        width: 100%;
    }

    .bc-main_image .image-title {
        width: 100% !important;
    }

    .user-menu-title, .admin-menu-title {
        color: #fff;
        display: block;
        font-size: 20px;
        margin: 0 0 0 -5px;
        padding: 10px 20px 10px;
    }

    #local_news {
        height: 252px;
    }

    .newsletter-box-subscription {
        display: block;
        float: none;
        text-align: center;
    }

    .productcategory-wrapper {
        padding: 0;
    }

    .productcategory-wrapper .result-item {
        margin: 0 auto;
        padding-bottom: 0 !important;
        width: 100%;
    }

    .weather_widget_container {
        display: none;
    }

    .result-item .event_img {
        margin-bottom: 8px;
        width: 100%;
    }

    .logo-wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .mod-homepage div.content-block, .mod-shop div.content-block-product {
        margin-bottom: 8px;
    }

    .mod-homepage div.banner_show_container {
        margin-bottom: 8px;
    }

    .cart-box-header {
        display: block;
    }

    .top-result-item h1 a {
        font-size: 18px;
        word-break: break-word;
    }

    .main-block-header {
        display: inline-block;
        float: left;
        height: auto;
        width: 50%;
    }

    .banner_show_page_top {
        margin-bottom: 3px;
    }

    .banner_show_page_top img {
        max-height: 120px;
    }

    .bc-cart-box a {
        display: inline-block;
    }

    .main-block-header * {
        line-height: 20px;
    }

    .showall-wrapper a {
        font-weight: bold;
        position: static;
    }

    .result-item .title, .mod-homepage .result-item .title {
        display: block;
        line-height: 23px;
        margin-bottom: 6px;
        margin-top: 6px;
        overflow: visible;
    }

    .result-item .summary {
        display: block;
        line-height: 23px;
        margin-top: 6px;
        overflow: visible;
    }

    .result-item-text h1 a {
        line-height: 20px;
    }

    .highlight_event .result-item {
        margin-bottom: 0;
        min-height: 0;
    }

    .result-item .dossier-gallery {
        margin-top: 6px;
    }

    .result-item .share-comment {
        margin-top: 6px;
    }

    .banner_bottom {
        margin-bottom: 6px;
    }

    .gallery .galleryimages-wrapper {
        display: block;
        height: auto;
        width: auto !important;
    }

    .galleryimages-wrapper img.images {
        width: 100%;
    }

    .bc-global-modal-form {
        margin-left: 4% !important;
        margin-right: 0 !important;
        width: 92% !important;
    }

    .form-login-wrapper #frmlogin, .form-login-wrapper #frmlogin fieldset, .form-login-wrapper #frmlogin .control-label {
        width: 80vw !important;
    }

    .form-login-wrapper #frmlogin input[type=text], .form-login-wrapper #frmlogin input[type=password] {
        width: 75vw;
    }

    .global-search-advanced {
        margin-top: 50px;
        width: 120px;
    }

    .button_verify .btn {
        float: none !important;
        margin-bottom: 5px;
    }
}

/* sideboard */

@media (min-width: 1260px) and (max-width: 1481px) {
    .content-block {
        margin-left: 0;
    }

    .container {
        margin-left: 0;
    }

    .mod-homepage div.banner_show_container {
        margin-left: 20px;
    }
}

@media (min-width: 1023px) and (max-width: 1260px) {
    .sideboard_container {
        margin: 20px auto 0;
        position: static;
        width: 980px;
    }

    .sideboard_container .banner_item {
        display: inline-block;
        width: 180px;
    }

    .sideboard_container .sideboard {
        margin-bottom: 0;
        margin-right: 3px;
        vertical-align: top;
    }

    .sideboard_container .sideboard iframe {
        margin-bottom: -70px;
    }

    .sideboard_container .sideboard_top, .sideboard_container .sideboard_standard {
        text-align: center;
    }
}

.mod-classified #frmcontact fieldset {
    margin-top: 0;
}

body.mod-classified.con-details.act-view .row-fluid [class*="span"] {
    min-height: 20px !important;
}

.ui-pnotify {
    left: 20px !important;
}

.ui-pnotify.stack-topleft {
    top: 100px;
}

/* weather banner layout fix */
#cont_25a3306759d2935b533af8d643a9b90c {
    height: 105px !important;
    margin-top: 15px;
    width: 220px !important;
}

#toTop {
    background-image: url("../images/up.png");
    background-repeat: no-repeat;
    bottom: 5px;
    display: none;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 64px;
    opacity: 0.4;
    position: fixed;
    right: 5px;
    width: 64px;
}

#toTop:hover {
    filter: alpha(opacity=80); /* For IE8 and earlier */
    opacity: 0.8;
}

.addthis_toolbox {
    clear: none;
    float: left;
    width: 59%;
}

.banner_content_end {
    clear: both;
    padding-bottom: 10px;
    padding-top: 20px;
}

form.bc-comment {
    margin: 0 !important;
}

form.bc-comment div.form-actions,
form.bc-comment div.fld-user_captcha {
    display: none !important;
}

div.share-wrapper a.comment_button {
    color: #808080 !important;
}

ul.errors li {
    color: #b94a48;
}

body.act-edit form textarea {
    height: 200px;
    width: 90%;
}

body.act-edit form legend {
    padding-left: 10px;
}

.page-event-button {
    margin-top: -100px;
}

.inf-login-required {
    color: #08c;
    font-size: 18px;
    margin-top: 6px;
}

.text-small {
    font-size: 0.9em;
}

.bc-list-result td.text-small a {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .logo {
        float: left;
        margin-bottom: 10px;
    }

    ul#login, form.form-global-search.pull-right, .span2.weather_widget_container, #btn-advance-search, .mod-homepage form.form-global-search.pull-right {
        display: none;
    }

    .mod-homepage ul#login {
        display: block !important;
    }

    .profile-block img {
        display: none !important;
    }

    .profile-block-wrapper {
        margin-top: 0;
    }

    .profile-block {
        display: inline-block !important;
    }

    .profile-block a {
        text-align: center;
        width: 105px;
    }

    .profile-block .account-info {
        display: none;
    }

    .profile-block .dashboard {
        display: block;
        float: left;
        margin-left: 0;
        width: 105px;
    }

    .row.search-row .btn-profile {
        border: 0;
        display: inline-block;
        margin-right: 5px;
    }

    a#user_login {
        margin-left: 0;
        width: 105px;
    }

    a.btn-profile {
        padding: 8px;
    }

    a#lnk-forgotten-password {
        padding-bottom: 8px;
        padding-top: 8px;
        position: inherit;
        text-align: left;
    }

    .span2.weather_widget_container, .span2.weather_widget_container div {
        display: none !important;
        height: 0;
        width: 0;
    }

    .user-menu-title {
        float: right;
        padding-right: 0;
    }

    .mod-homepage form.form-global-search.pull-right {
        float: left;
        width: 50%;
    }

    .global-search {
        width: 67% !important;
    }

    ul#login {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }

    #login li {
        float: left;
        text-align: center;
    }

    .inf-login-required.bc-float-right {
        clear: both;
        display: block;
        width: 100%;
    }

    .banner_item.sideboard ins.adsbygoogle {
        height: 145px !important;
        width: 180px !important;
    }

    textarea, label {
        width: 85% !important;
    }

    .bc-comment fieldset {
        margin-bottom: 6px;
        width: 100%;
    }

    #fieldset-comment_group #comment_counter {
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }

    form.frm-plain-edit .control-group {
        width: 100%;
    }

    .page #content img,
    .event #content img,
    .link #content img {
        height: auto !important;
        max-width: 95%;
    }

    .user-menu, .navbar.additional .user-menu {
        font-size: 16px;
    }

    .result-item .summary, .article-category-title h1, .result-item-text h1 {
        font-size: 18px;
    }

    .result-item .title {
        overflow: visible;
    }

    .result-item .title a {
        display: block;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .online-subscription-image {
        display: none;
    }

    div.online-subscription-wrapper {
        padding: 10px;
    }

    .article-category-title.bc-list-header h1 a {
        font-size: 20px;
    }

    .online-subscription-text {
        padding-left: 0;
        width: 100%;
    }

    .online-subscription-text .profile-block {
        display: block !important;
        float: none;
        margin-top: 5px;
        text-align: left;
    }

    .online-subscription-text .profile-block a {
        width: 45%;
    }

    .online-subscription-text .profile-block a.article-online-pdf-button {
        line-height: 20px;
        padding: 8px;
        width: 60%;
    }

    .comment-box * {
        font-size: 18px;
    }
}

.admin-menu-title {
    display: none;
}

.navbar .nav > li > a {
    padding: 10px 7px 10px;
}

tr.tr-danger td {
    background-color: #f2dede !important;
}

div#consent_required_overlay {
    background-color: #ce2228;
    color: #fff;
}

.consent_content button {
    background: #fff;
    border-color: #d8d8d8 #d1d1d1 #bababa;
    border-style: solid;
    border-width: 1px;
    padding: 1px 7px 2px;
}

.consent_content a, .consent_content a:hover, .consent_content a:visited, .consent_content a:active, .consent_content a:focus {
    color: #fff;
    text-decoration: underline;
}
