body {
    background-color: #FFFFFF;
}
.tematics-right{
    min-height: 990px;
}
#gt_custom_form {
    display:none;
}
.cn-modal-error {
    color: red;
}
.feedback-form .feedback-form .cn-modal-close { 
    top: -85px;
    right: -90px;
}
.up20 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.clear {
    clear: both;
    float: none;
}
a#go_top {
    position: fixed; 
    bottom: 5%; 
    right: 5%; 
    cursor: pointer; 
    z-index: 1000; 
    display: block;
    padding: 2px 0 0 1px;
}
.gt-adaptive {
    display: none;
}
.gt-no-adaptive {
    display: block;
}

/* =============== 640px breakpoint =============== */

@media screen and (max-width: 640px){
    .gt-adaptive {
        display: block;
    }
    .gt-no-adaptive {
        display: none;	
    }
}