.editor p {
    margin: 20px 0;
}

.editor p a {
    word-wrap: break-word;
}

#slider .caption .text {
    display: none;
}

.slider_item {
    display: none;
}

.ml35 {
	margin-left: 35px !important;
}


.newsletter-privacy-container {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    margin-right: 10px;
    line-height: 18px;
}

.newsletter-privacy-container .newsletter-privacy{
    border: 1px solid gray;
}

.contact-privacy-container {
    margin-bottom: 10px;
}

.contact-privacy-container .contact-privacy{
    margin-bottom: 20px;
}

div.nkfia_block {
    width: 290px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    z-index: 999999;
    box-shadow: -2px 2px 10px #add177;
}

@media (max-width: 1800px) {
    div.nkfia_block {
        top: 75px;
        width: 250px;
    }
}
@media (max-width: 990px) {
    div.nkfia_block {
       display: none;
    }
}