#navigation a { font-size: 13px; }
li {	display: inline; padding: 19px 10px 11px 10px; margin-left: -5px; }
#navigation a.iconhome {
    width:30px;
    height:15px;
    display:inline-block;
    overflow:hidden;
    background:url(http://www.ttt-aviation.fi/images/icon-home.png) no-repeat 50% 100%;
}
#navi_right {
    float:left;
    padding-left:4px;
}
#language {
    position:relative;
    z-index:1;
    float:right;
    padding-right:15px;
}
#content .front-pad {
    float:left;
    padding:30px 0px;
}
#content .col-front {
    width:272px;
    float:left;
    padding:10px 0px 10px 0px;
}
#content .col-front.full {
    width:562px;
    float:left;
    padding:0px 0px 10px 0px;
}
#content .col-front.pad-right {
    padding-right:10px;
}
#content .col-front.pad-left {
    padding-left:10px;
}
#content .col-front .image {
    width:100%;
    height:200px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    border:4px solid #FFF;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    display:block;
}
#content .col-front.full .image {
    height:280px;
}
#content .col-front .image h2 {
    position:absolute;
    left:0;
    top:0;
    padding:7px;
    color:#FFF;
    text-shadow:0px 1px 2px rgba(0,0,0,0.5);
    font-size:14px;
    background:rgba(0,0,0,0.3);
    width:100%;
}
#content .col-front .image .readmore {
    right:5px;
    bottom:5px;
    position:absolute;
    float:left;
    padding:6px 9px;
    background:;
    background: -webkit-linear-gradient(bottom, #d2e903 , #afc200); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #d2e903, #afc200); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #d2e903, #afc200); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #d2e903 , #afc200); /* Standard syntax */
    font-size:12px;
    border-radius:4px;
    color:#6b7700;
    box-shadow:0px 2px 3px rgba(0,0,0,0.6);
    opacity:0.8;
}
#content .col-front .image:hover .readmore {
    opacity:1;
}
#footer { background: #182327 url('http://www.ttt-aviation.fi/images/footer.jpg') top center no-repeat; height: 380px; clear:both; }