body, div, p, table, ul, ol, li, img, h1, h2, h3, h4, h5, a, iframe{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 400;
}

body{
    font-size: 14px;
    background-color: #EEE;
}

p{
    line-height: 150%;
}

.clear{
    clear: both;
}

b{
    font-weight: 600;
}

a{
    color: #444;
    text-decoration: underline;
}

a:hover{
    color: #888;
    text-decoration: none;
}

#main-slide{
    min-height: 550px;
    min-width: 980px;
    background: #FFF url('../gfx/main-slide-background.png') bottom center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    border-bottom: 5px solid #FFF;
}

#main-slide #logo{
    background: transparent url('../gfx/bulb.png') top right no-repeat;
    min-height: 470px;
    background-size: auto 100%;
    text-align: center;
    padding-top: 1px;
}

#main-slide #logo p{
    line-height: 100%;
}

#main-slide #logo p img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 251px;
}

#main-slide #date{
    background: transparent url('../gfx/date.png') 50px 0 no-repeat;
    margin-top: -85px;
    padding-right: 400px;
    height: 120px;
    text-align: right;
}

#main-slide #logo a {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffed87), color-stop(1, #ffe447) );
    background:-moz-linear-gradient( center top, #ffed87 5%, #ffe447 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed87', endColorstr='#ffe447');
    background-color:#ffed87;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border:3px solid #e5cb43;
    display:inline-block;
    color:#333;
    font-size:24px;
    height:84px;
    line-height:84px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    padding: 0 50px;
}

#main-slide #logo a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffe447), color-stop(1, #ffed87) );
    background:-moz-linear-gradient( center top, #ffe447 5%, #ffed87 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe447', endColorstr='#ffed87');
    background-color:#ffe447;
}

#main-slide #logo a:active {
    position:relative;
    top:1px;
}

#arrow{
    height: 80px;
}

#arrow a{
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 45px;
    background: transparent url('../gfx/arrow.png') top left no-repeat;
}

#arrow a:hover{
    background: transparent url('../gfx/arrow.png') top right no-repeat;
}

#top-menu{
    width: 980px;
    margin: 0 auto;
    background: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 12px;
}

#top-menu-container{
    width: 100%;
}

#top-menu-container.fixed{
    position: fixed;
    top: 0;
    z-index: 1000;
}

#top-menu-container.fixed #top-menu{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFF url('../gfx/top-menu-background.png') bottom center repeat-y;
    padding-bottom: 5px;
    margin-bottom: 27px;
    margin-top: 0;
}

#top-menu-container.fixed #top-menu ul li.first a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#top-menu ul{
    list-style: none;
    background-color: #FFF;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 980px;
}

#top-menu-container.fixed #top-menu ul{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#top-menu ul li{
    float: left;
}

#top-menu ul li.first a{
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

#top-menu ul li a{
    display: block;
    padding: 15px;
    border-right: 1px solid #EEE;
    text-decoration: none;
    color: #333;
    background-color: #FFF;
}

#top-menu ul li a:hover{
    background-color: #DDD;
}

#main-slide.fixed{
    margin-bottom: 80px;
}

.container{
    width: 980px;
    margin: 0 auto;
    background: white;
}

.container.container-first{
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.container.container-last{
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
}

.container h1{
    font-size: 26px;
    font-weight: 600;
    color: #888;
    padding: 20px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    clear: both;
}

.container h2{
    font-size: 18px;
    font-weight: 400;
    color: #AAA;
    margin-bottom: 15px;
}

.container h3{
    font-size: 14px;
    font-weight: 600;
    color: #444;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DDD;
}

.organizatorzy-box{
    background: #DDD url('../gfx/organizatorzy-background.png') top center repeat-y;
}

#dowiedz-sie{
    padding: 20px 20px 5px 20px;
}

#dowiedz-sie p{
    margin-bottom: 15px;
}

#dowiedz-sie iframe{
    clear: both;
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
}

#organizatorzy{
    padding: 20px 0 1px 20px;
}

#organizatorzy .column{
    width: 280px;
    float: left;
    margin-right: 40px;
}

#organizatorzy .column p{
    margin-bottom: 20px;
}

#organizatorzy .column h3{
    margin-bottom: 20px;
}

#organizatorzy a img{
    display: block;
}

#organizatorzy .eu{
    color: #888;
}

#eu{
    border-top: 1px solid #EEE;
    padding: 20px 0 1px 20px;
}

#eu p{
    color: #888;
    margin-bottom: 15px;
}

#komitet{
    padding: 20px 0 20px 20px;
}

#komitet ul{
    list-style-type: none;
}

#komitet ul li{
    margin-bottom: 3px;
}

#komitet span{
    color: #888;
    display: block;
}

#komitet .main{
    padding: 15px;
    background-color: #EEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#komitet .column{
    width: 460px;
    float: left;
    margin-right: 20px;
}

#aktualnosci{
    padding-left: 20px;
}

#aktualnosci .column{
    width: 460px;
    margin-right: 20px;
    float: left;
    padding: 15px 0;
}

#aktualnosci .column p{
    margin-bottom: 10px;
}

.fb-like-box{
    margin-bottom: 15px;
}

.questions{
    padding: 20px 20px 10px 20px;
    background: #EEE;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
}

.questions a {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffed87), color-stop(1, #ffe447) );
    background:-moz-linear-gradient( center top, #ffed87 5%, #ffe447 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed87', endColorstr='#ffe447');
    background-color:#ffed87;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border:2px solid #e5cb43;
    display:inline-block;
    color:#333;
    font-size:15px;
    height:42px;
    line-height:42px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    padding: 0 20px;
    margin-left: 10px;
}

.questions a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffe447), color-stop(1, #ffed87) );
    background:-moz-linear-gradient( center top, #ffe447 5%, #ffed87 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe447', endColorstr='#ffed87');
    background-color:#ffe447;
}

.questions a:active {
    position:relative;
    top:1px;
}

#prelegenci .gallery-item{
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    float: left;
}

#prelegenci .gallery-item.finish{
    text-align: center;
    font-size: 22px;
    color: #888;
    width: 980px;
    line-height: 70px;
    height: 70px;
    background-color: #EEE;
}

#prelegenci .gallery-item-last{
    border-right: none;
}

#prelegenci .gallery-item img{
    width: 326px;
    height: 244px;
    display: block;
}

#prelegenci .gallery-item a{
    text-decoration: none;
}

#prelegenci .gallery-item a:hover img{
    opacity:0.6;
    filter:alpha(opacity=60);
}

#prelegenci .gallery-item a span{
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    top: -36px;
    margin-bottom: -36px;
    background-color: RGBA(255, 255, 255, 0.8);
}

#prelegenci .gallery-description{
    display: none;
    padding: 20px;
    clear: both;
    background: #FFF url('../gfx/top_arrow.png') top left no-repeat;
}

#prelegenci .gallery-description-center{
    background-position: top center;
}

#prelegenci .gallery-description-right{
    background-position: top right;
}

#prelegenci .gallery-description h4{
    font-size: 20px;
    margin-bottom: 5px;
}

#prelegenci .gallery-description h5{
    font-size: 16px;
    margin-bottom: 10px;
    color: #888;
}

#prelegenci .gallery-description h6{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

#prelegenci .gallery-description a.rel{
    display: inline-block;
    margin-top: 15px;
    background-color: #EEE;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
}

#program{
    padding: 20px;
}

#program p{
    margin-bottom: 15px;
}

#program table{
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-spacing: 0;
    width: 100%;
}

#program table th{
    color: #888;
    font-weight: normal;
    padding: 15px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

#program table td{
    color: #222;
    font-weight: normal;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #F8F8F8;
    text-align: center;
    vertical-align: top;
    padding-bottom: 15px;
}

#program table td.white{
    background-color: #FFF;
}

#program table td h3{
    border: none;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 15px 15px 0 15px;
}

#program table td h4{
    margin-top: 5px;
    padding: 0 15px;
}

#program table td h4 span{
    color: #AAA;
}

#program table td:hover{
    background: #FFF;
    cursor: pointer;
}

#program table td .more{
    border-top: 1px solid #EEE;
    padding: 15px 15px 1px 15px;
    display: none;
    text-align: left;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: -15px;
}

#program table td.construction{
    vertical-align: middle;
    background-color: #FFF;
    color: #DDD;
    font-size: 24px;
    font-weight: 300;
}

#zarejestruj-sie{
    padding: 0 20px 5px 20px;
}

#zarejestruj-sie p{
    margin-bottom: 15px;
    font-size:20px;
}

#zarejestruj-sie p.center{
    text-align: center;
}

#zarejestruj-sie a {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffed87), color-stop(1, #ffe447) );
    background:-moz-linear-gradient( center top, #ffed87 5%, #ffe447 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed87', endColorstr='#ffe447');
    background-color:#ffed87;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border:2px solid #e5cb43;
    display:inline-block;
    color:#333;
    font-size:20px;
    height:56px;
    line-height:56px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    padding: 0 30px;
    margin-left: 15px;
}

#zarejestruj-sie a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffe447), color-stop(1, #ffed87) );
    background:-moz-linear-gradient( center top, #ffe447 5%, #ffed87 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe447', endColorstr='#ffed87');
    background-color:#ffe447;
}

#zarejestruj-sie a:active {
    position:relative;
    top:1px;
}

#footer-container{
    width: 100%;
    background-color: #FFF;
    height: 65px;
}

#footer-content{
    padding: 15px 25px 0 15px;
}

#footer-content p{
    float: right;
    color: #AAA;
    font-size: 11px;
    text-align: right;
}

#footer-content p img{
    margin-bottom: -5px;
    margin-right: -3px;
}