﻿body {
    text-rendering: optimizeLegibility;
    background: linear-gradient(#efefef,#767676);
}

#logo {
    height: 40px;
}

#features {
    text-align: center;
}

    #features img {
        margin: 0 0 20px;
    }


.well .page-header {
    margin-top: 90px;
}

footer {
    margin-top: 50px;
    margin-bottom: 9px;
    background: #333;
    color: #eee;
    font-size: 12px;
    padding: 20px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}

#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

#textTop {
    margin-top:20px;
    margin-right:10px;
    font-size:30px;
}

#main {
    margin-top:140px;
}

#flag-icon-tr {
    width:30px;
    height:30px;
    margin-top:25px;
    margin-left:5px;
}

#flag-icon-en {
    width:30px;
    height:30px;
    margin-top:25px;
    margin-left:5px;
}