img.confLogo
 {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
}

@media screen and (min-width:1200px){
img.confLogo
 {
    width: 1600px;
    margin-left: -335px;
}
}


.conference-title-link span {
    display: none;
}

.confSubTitleBox {
    display: none;
}

a.button-1-prz {
    border: 2px solid #30466a;
    padding: 10px 40px;
    background: #070b25;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 8px 7px 14px 0px #0d2ea680;
    text-align: center;
    transition: all .5s ease-in-out;
    border-radius: 7px;
}

a.button-1-prz:hover {
    background: #1a64a0;
    border: 2px solid #1a64a0;
    box-shadow: 15px 11px 14px 0px #1a64a0b0;
}

a.button-2-prz {
    border: 2px solid #1a64a0;
    padding: 10px 40px;
    background: #1a64a0;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 8px 7px 14px 0px #1a64a0b0;
    text-align: center;
    transition: all .5s ease-in-out;
    border-radius: 7px;
}

a.button-2-prz:hover {
    background: #070b25;
    border: 2px solid #30466a;
    box-shadow: 15px 11px 14px 0px #0d2ea680;
}

.editor-output img {
    max-width: 100%;
    box-shadow: 20px 20px 20px 0px #0d2ea62e;
}

h1 {
    color: #0d163c;
    font-size: 38px;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    color: #0d163c;
    font-family: 'Roboto';
}

p {
    font-size: 21px;
    text-align: justify;
    color: #30466a;
}

.description li {
    font-size: 20px;
    line-height: 30px;
    color: #30466a;
}

.description .col2-prz {
    width: 50%;
    display: block;
    float: left;
}

form p {
    font-size: 15px !important;
}