html,
body
{
    width:              100%;
    height:             100%;
}

body
{
    margin:             0;
    padding:            0;
}

.layout-1-1,
.layout-2-3
{
    height:             100%;
    width:              100%;
}

.left-column
{
    height:             100%;
    float:              left;
    overflow:           auto;
}

.right-column
{
    height:             100%;
    float:              right;
}

.layout-1-1 .left-column
{
    width:              50%;
}

.layout-1-1 .right-column
{
    width:              50%;
}

.layout-2-3 .left-column
{
    width:              40%;
}

.layout-2-3 .right-column
{
    width:              60%;
}

.header-part
{
    margin-bottom:      56px;
}

.footer-part
{
    /*margin-top:         56px;*/
    margin-top:         25px;
}

.padding-left-column
{
    padding:            60px 60px 60px 110px;
}

.image-cover
{
    background-size:        cover;
    background-repeat:      no-repeat;
    background-position:    center center;
}

