@charset "UTF-8";
/* Semantricks CSS Document */

* {
    margin: 0;
    padding: 0;
}

/* base -------------------------------------------------- */
body {
    font: 62.5% Arial, Helvetica, sans-serif;
    text-align: center;
    background: #fff;
    color:#333;
    border-top: 8px solid #303030;
}
.access,
hr{
    display: none;
}
a img{
    border: 0;
}
ul {
    list-style: none;
}
h1, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    letter-spacing: -.03em;
}
#content p{
    font-size: 1.5em;
    color: #bbb;
    line-height: 1.35em;
    margin-bottom: 5px;
}
#content p.specs {
   color: #fff;
}
a {
    color: #0087aa;
}
a:hover {
    color: #999;
}
div#content a {
    text-shadow: 0 1px 1px #222;
}

/* headers -------------------------------------------------- */
h2{
   text-indent: -9999em;
   margin:5px 0 30px 0;
}
h3{
    font-size: 3em;
    color: #fff;
}
body.es #work h2{
    background: url(../images/texts-sprite.png) 0 -178px no-repeat;
    height: 30px;
    width: 400px;
}
body.es #team h2{
    background: url(../images/texts-sprite.png) 0 -208px no-repeat;
    height: 30px;
    width: 400px;
}
body.en #work h2{
    background: url(../images/texts-sprite.png) -400px -178px no-repeat;
    height: 30px;
    width: 400px;
}
body.en #team h2{
    background: url(../images/texts-sprite.png) -400px -208px no-repeat;
    height: 30px;
    width: 400px;
}

/* wrapper -------------------------------------------------- */
div.wrapper{
    margin:0 auto;
    width:96em;
    text-align:left;
    position: relative;
}

/* header -------------------------------------------------- */
div#header {
    position: relative;
    background: url('../images/pin-header.png') 0 100% repeat-x;
    padding-bottom: 50px;
    display: block;
}
div#header h1 {
    background: url('../images/logo-semantricks.png') no-repeat;
    height: 228px;
    height: 74px;
    margin-bottom: 45px;
    text-indent: -9999em;
}                                                        
p#wedo {
    margin-bottom: 10px;
    text-indent: -9999em;
    height: 89px;
}
body.es p#wedo {
    background: url(../images/texts-sprite.png) 0 -89px no-repeat;
}
body.en p#wedo {
    background: url(../images/texts-sprite.png) 0 0 no-repeat;
}
div#intro p {
    font-size: 2.4em;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style:italic;
    color: #2e2e2e;
    line-height: 1.4em;
	margin-bottom: 0.5em;
}
p#language {
    position: absolute;
    top: 1.5em;
    right: 0;
    font-size:1.3em;
}
p#language a{
    color: #333;
}
p#language a:hover,
p#language a:focus{
    color: #999;
}

/* work -------------------------------------------------- */
#work{
    padding: 20px 0 10px;
    background: #303030 url('../images/pin-work.png') 0 100% repeat-x;
}
#work li{
    margin-bottom: 50px;
    position: relative;
}
#work img{
    float: left;
    margin-right: 30px;
}
#work h3{
    padding: 10px 0 5px;
}
#work ul#logos li{
    float: left;
    width: 450px;
    margin:0 30px 30px 0;
    clear: left;
}
#work ul#logos li.right{
    margin-right:0;
    clear: none;
}
#work ul#logos img{
    margin-right: 20px;
}
#work ul#logos h3{
    font-size: 1.8em;
    padding-top: 5px;
}
#work ul#logos p{
    font-size: 1.3em;
    padding-top: 0;
}
#work p.col{
    font-size: 1.2em;
    color: #7e7e7e;
}
#work p.col a {
     color:#7e7e7e;
     text-decoration: underline;
}
#work p.col a:hover {
     color:#646464;
}
/*p.output{
    background-color: #000;
    color: #fff;
    font-size: 1.3em;
    width: 383px;
    margin: 0 3px;
    padding: 5px 10px;
    opacity: .8;
    position: absolute;
    top:189px;
    left:0;
    z-index:1000;
}
p.nav{
    position: absolute;
    top:230px;
    left:3px;
}
p.nav a{
    margin-right: 5px;
    background-color: #111;
    padding: 3px 7px;
    color: #fff;
    text-decoration: none;
}
p.nav a.activeSlide{
    background-color: #fff;
    color: #333;
}*/

/* team -------------------------------------------------- */
#team{
    padding: 20px 0 50px;
    background: #3d3d3d url("../images/pin-team.png") 0 100% repeat-x;
}
#team li{
    float: left;
    margin-right: 117px;
    width: 242px;
}
#team li.last{
    margin-right: 0;
}
#team h3{
    font-size: 20px;
}

/* footer -------------------------------------------------- */
div#footer{
    clear: both;
    font-size:1.3em;
    color:#333;
    background-color: #4c4b4b;
    padding: 7px 0;
}
div#footer a{
    color: #b8b8b6;
}
div#footer p{
    color: #b8b8b6;
    background: url(../images/hanepore.png) 50% 100% no-repeat;
    padding: 6px 0 30px;
}
div#footer a:hover,
div#footer a:focus{
    color: #999;
}

/* clearfix -------------------------------------------------- */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */