.border {
    height:1px;
    border-bottom:1px solid #015174;
    margin:10px 0;
}

#sidebar input {
    display:block;
    width:100%;
    border:1px solid #02BBDA;
    height:24px;
    line-height:24px;
    margin:2px 0 9px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar textarea {
    display:block;
    width:100%;
    border:1px solid #02BBDA;
    height:50px;
    margin:2px 0 9px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar input.send {
    border:none;
    background:#019FC4
}

.el-schede a {
    display:block;
    padding:5px;
    background:#019FC4;
    margin-bottom:4px
}

.el-schede a h3 {
    font-size:13px;
    text-transform:uppercase;
    color:#fff !important;
    letter-spacing:1px
}

.el-schede a:hover {
    background:#fff;
}

.el-schede a:hover h3 {
    color:#019FC4 !important;
}

a.bott {
    display:block;
    padding:20px 0;
    text-align:center;
    background:#fb6739;
    margin-top:40px;
}

a.bott h3 {
    color:#fff !important;
    font-size:15px;
    letter-spacing:1px;
    text-transform:uppercase
}







/* --------- 768px - Tablet --------- */

@media (max-width:768px) {
    
    
}



/* --------- 480px - Smartphone --------- */

@media (max-width:480px) {

    
}