.pagenavigator > p > .separator {
    display: none;
}

.gallery-item {
    max-width: 200px;
    margin-right: 25px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.gallery-item img {
    max-width: none;
}

.gallery-item_image {
    position: relative;
    float: left;
}

.gallery-thumb_img {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 0;
}

.gallery-item_title {
    clear: left;
    padding-top: 10px;
    line-height: 18px;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}

.gallery-item_title .element_count {
    font-size: 14px;
    text-transform: lowercase;
}

.calendar-icon {
    width: 25px;
    height: 25px;
    background: url('../images/calendar-icon.png') no-repeat 0 0;
}

.table-like {
    display: table;
}

.table-cell-like {
    display: table-cell;
    vertical-align: middle;
}

/* NEWS FOLDER */
.news_full {
    margin-bottom: 40px;
}

.news_full .event_content .news_title {
    line-height: 16px;
}

#jd_news .news_title h1 {
    margin-bottom: 0;
}

.news_full .event_content .calendar-icon {
    float: left;
    margin-right: 10px;
}

.news_full .news_date {
    font-size: 13px;
}

.news_full.has_image .news_date {
    padding-bottom: 20px;
}

.news_full .news_left_column {
    float: left;
    margin-right: 10px;
    max-width: 40.15296367112811%;
}

.news_body {
    float: left;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
}

.news_full.has_image .news_body {
    max-width: 59.84703632887189%;
    padding: 0;
}

.news_full .news_read-more .green-arrow {
    height: 20px;
    width: 6px;
    background: url('../images/green-arrow_next.png') no-repeat 0 center;
    margin-right: 5px;
    float: left;
}

.news_full .news_read-more {
    color: #367c2b;
}

.news_full .news_read-more .read-more_text {
    font-size: 14px;
    line-height: 21px;
}

/* GALLERIES FOLDER */
#jd_gallery_folder_container {
    width: 523px;
    font-size: 18px;
}

#jd_gallery_folder_container:after {
    display: table;
    content: ' ';
}

#jd_gallery_folder_container .gallery-thumb_img {
    background: url('../images/square-plus.jpg') no-repeat 0 0;
}

/* VIDEO FOLDER */
#jd_video_folder_container {
    width: 523px;
    font-size: 18px;
}

#jd_video_folder_container h1 {
    font-size: 24px;
}

#jd_video_folder_container .gallery-thumb_img {
    background: url('../images/square-play.jpg') no-repeat 0 0;
}

/* STARNDARD PAGE */
#descriptionContainer {
    font-size: 12px; /*text-align: justify;*/
}

#descriptionContainer p {
    margin: 5px 0;
}

#descriptionContainer ul {
    /*list-style: none;
    margin-left: 17px;
    padding-left: 21px;*/
}

/*#descriptionContainer ul li:before {
    list-style: disc outside none;
    content: "• ";
    color: #327b22;
    font-size: 170%;
    position: absolute;
    margin-left: -15px;
    position: absolute;
    color: #327b22;
}*/

#descriptionContainer .page_description table th {
    background-color: #FEDE00;
}

.slider-horizontal {
    overflow: hidden;
    width: 100%;
    padding: 0 40px;
    position: relative;
    margin-bottom: 35px;
}

.slider-horizontal .thumbs_content a {
    float: left;
    margin-left: 35px;
}

.slider-horizontal .slider-horizontal a img {
    max-width: none;
}

.slider-horizontal a:first-child {
    margin-left: 0;
}

/* NEWS FULL */
#content-view-full-news {
    width: 523px;
    font-size: 18px;
}

#content-view-full-news .back-button {
    color: #367c2b;
    font-size: 14px;
    margin: 20px 0;
    display: block;
    padding-left: 13px;
    background: url('../images/green-arrow_prev.png') no-repeat 0 center;
}

#content-view-full-news h1 {
    font-size: 18px;
}

#content-view-full-news h2 {
    font-size: 14px;
}

#content-view-full-news h1,
#content-view-full-news h2 {
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.news_title {
    margin-bottom: 10px;
}

.news_title .table-cell-like .titles {
    vertical-align: top;
}

.news_title .calendar-icon {
    margin-right: 10px;
    background-position: 0 center;
}

.news_body {
    font-size: 14px;
}

.news_body a {
    color: #367c2b;
}

.news_body p {
    margin-bottom: 10px;
}

#jd_standard_page .page_description ul li:before {

    color: #367c2b;
    content: "\25a0";
    font-size: 0.8em;
    padding-right: 0.5em;
    position: relative;
    top: -0.1em;

}

