﻿
.Column.Right {
    float: left;
    width: auto;
}


/*#region Article */
.Section.Article {
    top: 0px;
    border:none!important;
}

    .Section.Article > .Header {
        border: none;
        
    }

        .Section.Article > .Header > .Bookmark {
            background: url(../Images/red_bookmark.png) no-repeat;
        }

    .Section.Article > .Content {
        /*height: 245px;
    overflow: hidden;*/
        border: none;
        border-top: none;
        /*margin-bottom: 20px;*/
        float: left;
        position: relative;
        padding: 27px 0;
    }

        .Section.Article > .Content > .Breadcrumbs {
            float: left;
            margin: 0 0 0 34px;
        }

        .Section.Article > .Content > .Print {
            display: none;
        }

        .Section.Article > .Content > .Date {
            float: right;
            margin: 0 34px 0;
        }

        .Section.Article > .Content > .Text {
            margin: 30px 34px;
        }

            .Section.Article > .Content > .Text > .Image {
                padding: 0 15px 10px 0;
            }


    .Section.Article .Shadow {
        bottom: -17px;
    }


    .Section.Article .SocialMedia {
        display: none;
    }
/*#endregion */

.Section.Foto {
    display: none;
}

.Section.Programy {
    display: none;
}

.Section.Downloads {
    display: none;
}

.Section.SideMenu {
    display: none;
}

.Section.Media {
    display: none;
}

.Section.Shortcuts {
    display: none;
}
