body { 
    margin: 0px; 
    padding: 0px;
    background: #eee;	 

    font-family: 'PT Sans', Arial, Tahoma, Helvetica, sans-serif;

    font-weight:400;
    font-size:14px;
    color: #898989;
    line-height:24px;



}

h1, h2, h3{
    font-family: 'Titillium Web', Tahoma, Helvetica, sans-serif;
    font-weight: 300;

}



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

header{
    position: relative;
    width: 100%;
    background: #fff;	
    z-index: 10;
}

header > .top{
    position: relative;
    margin: 0 auto;

    width: 1185px;
    height: 80px;

}

header > .top > .logo{
    position: absolute;
    top: 14px;
}




.splash{
    position: relative;
    width: 100%;
    z-index: 5;


}


.splash > .center{
    position: relative;
    width: 1050px;
    height: 520px;

    margin: 0 auto;
}

.splash > .center > nav{
    position: relative;
    width: 100%;
    margin: 0 auto;	

    height: 55px;
}	

.splash > .center > nav > .box{
    position: relative;
    float: left;
    width: 33.0%;
    height: 55px;
    background-color: #aad637;
    margin-right: 1px;
    text-align: center;
    line-height: 55px;
    color: #fff;	
    font-size: 16px;

}
.splash > .center > nav > .box:hover{
    background-color: #99c031;
    cursor: pointer;
}

.splash > .center > .intro{
    background-color: #fff;
    position: absolute;
    width: 100%;

    margin: 0 auto;
    bottom: 0px;
}
.splash > .center > .intro > .left{
    position: relative;
    float: left;
    width: 50%;
}

.splash > .center > .intro > .left > h2,h3{
    margin: 16px 30px 10px 30px;
    color: #092267;
    line-height: 32px;
    font-size: 30px;
    font-weight: 200;
}

.splash > .center > .intro > .right{
    position: relative;
    float: right;
    width: 50%;
}
.splash > .center > .intro > .right > p{
    margin: 16px 10px 10px 0;
    line-height: 22px;

}


/* social menu */

header .top .extras_menu{
    position: relative;
    float: right;
    top: 20px;
}


header .top .extras_menu ul{
    list-style: none;
    padding: 0;
    line-height: 0;
    margin: 0;
}


header .top .extras_menu ul li{
    float: left;
    padding: 2px;
    opacity: 0.7;
}



/* breath */

.breath{
    position: relative;
    height: 80px;
    /* border-bottom: 1px solid #bbb; */
    background-color: #fff;
    text-align: center;	
}

.breath > a > img{
    position: relative;
    z-index: 30;
    top: 30px;

}

/* tiles */


.tiles{
    position: relative;

}


.tiles > .bg {

    position: relative;
    width: 25%;

    float: left;
    border-top: 1px solid #bbb;


    text-align: center;

    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-position-x: center;
    background-position-y: center;

}

.tiles > .bg:not(:last-child){
    border-right: 1px solid #bbb;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tiles > .bg > .tile{
    background-color: #fff;
}
.tiles > .bg > .tile:hover{
    background: none;
}
.tiles > .bg > .tile > .icon {
    padding: 50px 0;
    cursor: pointer;
}
.tiles > .bg > .tile > .icon > h3{
    margin: 0;
    color: #003c7c;
    font-size: 20px;
}
.tiles > .bg:hover > .tile > .icon > h3{
    color: #fff;
}

.badania{background-image: url('/img/tiles/badania.jpg');}
.szkolenia{ background-image: url('/img/tiles/szkolenia.jpg');}
.powierzchnia{ background-image: url('/img/tiles/powierzchnia.jpg');}
.wsparcie{ background-image: url('/img/tiles/wsparcie.jpg');}

.doradztwo{ background-image: url('/img/tiles/doradztwo.jpg');}
.edukacja{ background-image: url('/img/tiles/edukacja.jpg');}
.prasa{ background-image: url('/img/tiles/prasa.jpg');}
.datacenter{ background-image: url('/img/tiles/datacenter.jpg');}



.info{
    position: relative;
    background-color: #4d4d4d;

}
.info > .left{
    position: relative;
    float: left;
    width: 50%;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    padding: 50px 80px 50px 80px;


}
.info > .left > p{
    line-height: 22px;

    color: #fff;
    padding: 20px 0;
}

.info > .left > p > a{
    border: 1px solid #fff;
    padding: 14px 24px;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-decoration: none;
}

.info > .left > p > a:hover{
    background-color: #fff;
    color: #4d4d4d;
}

.info > .left > h2{
    color: #fff;

}

.info > .right{
    position: relative;
    width: 50%;
    float: right;

    height: 350px;

    background-image: url('/img/park_innowacji.jpg');
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-position-x: center;
    background-position-y: center;
}



.ue{
    position: relative;
    background-image: url('/img/noise.jpg');
}

.ue > .center{
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ue > .center > .name{
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px 0 10px 0;


}

.ue > .center > .box{
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;

}




/* bottom */

.bottom{
    position: relative;
    background-color: #222222;	
    color: #ccc;
    padding: 50px 0 50px 0;

}
.bottom a{
    color: #ccc;
    text-decoration: none;
}
.bottom a:hover{
    text-decoration: underline;
}
.bottom .center{
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.bottom > .center > .slogan,
.bottom > .center > .contact{
    position: relative;
    width: 25%;
    float: left;
}


.bottom > .center > .contact > ul {
    list-style: none;
    padding-left: 10px;
    line-height: 40px;
}

.bottom > .center > .contact > ul > li > img{
    vertical-align: middle;
    padding-right: 10px;
}

.bottom > .center > .form{
    position: relative;
    width: 50%;
    float: right;


}

.bottom > .center  h2,h3{

    padding-right: 40px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 200;

}

.post_text h3{
	color: #636363
}

.bottom > .center > .form > .box{
    float: left;
    position: relative;
    width: 33.33%;

    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    padding-top: 20px;
}

.bottom > .center > .form > .box_big{
    float: left;
    position: relative;
    width: 100%;

    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

input, textarea{
    font-family: 'PT Sans', Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}


.bottom > .center > .form input,
.bottom > .center > .form textarea{
    padding: 15px;
    background-color: #222222;
    width: 100%;
    color: #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #555555;	
}


.bottom > .center > .form input{}
.bottom > .center > .form textarea{
    min-height: 120px;
    resize: vertical;
    outline: none;

}


.bottom > .center > .form input:focus,
.bottom > .center > .form select:focus,
.bottom > .center > .form textarea:focus {
    outline: none !important; 
    border:1px solid #fff;

}


/* footer */

footer{
    position: relative;
    width: 100%;
    background-color: #292929;
}
footer > .center{
    position: relative;
    margin: 0 auto;	
    width: 1170px;
    height: 90px;

}
footer > .center > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

footer > .center > ul > li{
    width: auto;
    height: 100%;
    float: left;

    padding: 46px 40px 0 0;
    line-height: 0;
    font-size: 12px;
}

footer > .center > ul > li > a{
    color: #fff;
    text-decoration: none;

}
footer > .center > ul > li > a:hover{
    color: #fff;
    text-decoration: underline;
}

footer > .center > .up{
    position: absolute;
    right: 0px;
    top: 20px
}
footer > .center > .up > a{
    opacity: 0.8;
}
table.search_result{
    width:100%;
    padding:5px;
}
table.search_result td{
 border-bottom: 1px solid #ccc;   
}
table.search_result td a{
    text-decoration: underline;
    color:#aaa;
}