@font-face {
    font-family: "FreeSans";
    src: url("/fonts/FreeSans.eot");
    src: local("FreeSans"), url("/fonts/FreeSans.otf") format("opentype"), url("/fonts/FreeSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FreeSans";
    src: url("/fonts/FreeSans.eot");
    src: local("FreeSansBold"), url("/fonts/FreeSansBold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "FreeSans";
    src: url("/fonts/FreeSans.eot");
    src: local("FreeSansOblique"), url("/fonts/FreeSansOblique.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}


* {
    margin: 0;
    padding: 0;
}

root { 
    display: block;
}

body {
    background: url(/img/back_outer.png) repeat-x;
    font-family: "FreeSans", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    color: #3a3a3a;
    min-width: 960px;
    /* color: #4a4a4a; */
    /*text-shadow: 1px 1px 1px #EEEEEE;*/
}

p {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

ul {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding-left: 20px;
    list-style-type: disc;
}

ul li {
    margin: 10px 0px;
}

ul.clear {
    font-family: "FreeSans", sans-serif;
    padding: 0;
    list-style-type: none;
}

ul.clear li {
    margin: 0;
}

body div#wrapper {
    background: url(/img/back3.png) no-repeat top center;
}

div.content {
    width: 950px;
    margin: 0 auto;
    padding: 25px 5px;
}

div#header {
    height: 49px;
    overflow: hidden;
}

div#header img#logo {
    margin-right: 80px;
}

div#header a#fb {
    float: right;
    margin-top: 12px;
}

div#header ul#mainmenu {
    
}

div#header ul#mainmenu li a {
    font-size: 18px;
    color: #3a3a3a;
    text-decoration: none;
    margin: 0 6px;
    padding: 4px 8px;
    display: inline-block;
}

div#header ul#mainmenu li a:hover, div#header ul#mainmenu li a.selected {
    color: white;
    padding: 4px 8px;
    background: #4a4a4a;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#header img {
    vertical-align: bottom;
}

div#header ul, div#header li {
    display: inline;
}

div#footer {
    opacity: 0.5;
    border-top: 1px solid #EAEAEA;
    padding: 10px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    line-height: 36px;
}

div#footer a#whatbrowser{
    display: block;
    float: right;
}


div#footer:hover {
    opacity: 1;
}

div#visual {
    background: url(/img/visual_back.png) repeat-x;
    height: 365px;
    padding: 0px 5px;
    /*position: relative;*/
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

div#visual_small {
    background: url(/img/visual_back_sm.png) repeat-x;
    height: 199px;
    padding: 0px 5px;
    position: relative;
    /*left: -1000px;
    width: 4000px;*/
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}


div#visual div#visual_inner, div#visual_small div#visual_inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}

div#visual div.visual_item {
    width: 800px;
    position: absolute;
}

div#visual div.box{
    position: absolute;
    width: 400px;
}

div#visual div.box h1{
    margin-bottom: 10px;
}
div#visual div.visual_item>img {
    position: absolute;
}

div#visual a.selector:last-child {
    height:89px;
}

div#visual a.selector {
    display: block;
    background: url(/img/selector_back_off.png);
    padding: 0 0 1px 7px;
    width: 140px;
    height: 90px;
    float: right;
    clear: right;
    text-align: center;
    line-height: 90px;
    position: relative;
    z-index: 10;
}

div#visual a.selector:hover, div#visual a.selector.selected {
    background: url(/img/selector_back_on.png);
}

div.box{
    width: 295px;
    float: left;
    margin: 0 10px;
}

div#columns div.box{
    height: 270px;

}

div#columns div#maincolumn {
    width: 630px;
    padding-right: 60px;
    float: left;
}
div#columns div#rightcolumn {
    width: 240px;
    float: left;
}
div#columns div#rightcolumn div.box{
    width:auto;
    height: auto;
    padding-bottom: 20px;
    margin: 0px;
    margin-bottom: 20px;
}

.clear{
    clear:both;
}

ul#pages_menu li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

ul#pages_menu li a {
    color: #FF009B;
}


ul#pages_menu li a:hover {
  
   
}

ul#projects_list li {
    border-bottom: 1px solid #eaeaea;
    list-style: none;
	margin:0px;
}
ul#projects_list li a:hover {
    background: #fbfbfb;

}
ul#projects_list li a {
    padding-bottom: 25px;
    padding-top:25px;
    display: block;
	color:black;
}

ul#projects_list a:hover h2 {
    color: #ff009b;
}

ul#projects_list h2 {
    display: inline;
    margin: 0 20px 0 0;
}

ul#projects_list img {
    float: right;
}

ul#submenu {
    width: 950px;
    margin: 1px auto 0;
    position: absolute;
    top: 160px;
    z-index:10;
}

ul#submenu li {
    display: inline-block;
    float: left;
    width: 129px;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

ul#submenu li a {
    color: #4a4a4a;
    text-decoration: none;
}

ul#submenu li a:hover {
    text-shadow: none;
}

ul#submenu li.selected, ul#submenu li:hover, ul#submenu:hover li.selected:hover{
    background: url(/img/tab.png);
}

ul#submenu:hover li.selected {
    background: none;
}

a.icon {
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    height: 30px;
    width: 24px;
    margin: 0 6px;
    padding: 4px 8px;
    display: inline-block;
    color: white;
    background: #5c5c5c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

@-webkit-keyframes greenPulse {
    from { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    12.5% { background-color: #428a03; -webkit-box-shadow: 0 0 9px #428a03; }
    25% { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    to { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
}
@-webkit-keyframes bluePulse {
    from { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    12.5% { background-color: #375fb1; -webkit-box-shadow: 0 0 9px #375fb1; }
    25% { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    to { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
}
@-webkit-keyframes redPulse {
    from { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    12.5% { background-color: #c80000; -webkit-box-shadow: 0 0 9px #c80000; }
    25% { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    to { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
}
@-webkit-keyframes orangePulse {
    from { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    12.5% { background-color: #ff6c00; -webkit-box-shadow: 0 0 9px #ff6c00; }
    25% { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
    to { background-color: #5c5c5c; -webkit-box-shadow: 0 0 2px #5c5c5c; }
}

a.icon span {
    display: none;
}

a.icon:hover{
    text-decoration: none;
}

a.icon#icon_interactive {
    -webkit-animation-name: bluePulse;
    -webkit-animation-duration: 8s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
}
a.icon#icon_mobile {
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 8s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
}
a.icon#icon_motion {
    -webkit-animation-name: redPulse;
    -webkit-animation-duration: 8s;
    -webkit-animation-delay: 4s;
    -webkit-animation-iteration-count: infinite;
}

a.icon#icon_traffic {
    -webkit-animation-name: orangePulse;
    -webkit-animation-duration: 8s;
    -webkit-animation-delay: 6s;
    -webkit-animation-iteration-count: infinite;
}

a.icon#icon_interactive:hover {
    -webkit-animation-name: none;
    background: #375fb1;
    -webkit-box-shadow: 0 0 9px #375fb1;
}
a.icon#icon_mobile:hover {
    -webkit-animation-name: none;
    background: #428a03;
    -webkit-box-shadow: 0 0 9px #428a03;
}
a.icon#icon_motion:hover {
    -webkit-animation-name: none;
    background: #c80000;
    -webkit-box-shadow: 0 0 9px #c80000;
}
a.icon#icon_traffic:hover {
    -webkit-animation-name: none;
    background: #ff6c00;
    -webkit-box-shadow: 0 0 9px #ff6c00;
}

div.input {
    margin-bottom: 10px;
}

div.input label{
    margin-bottom: 5px;
    display: block;
}

div.input input, div#files input, div.input textarea {
    font-size: 15px;
    padding: 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: black;
    border: 2px inset #EEEEEE;

    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius: 6px;

}

div.input input:focus, div.input textarea:focus {
    border: 2px solid #EEEEEE;
    -moz-box-shadow: 0 0 4px #666666;
    -webkit-box-shadow: 0 0 4px #666666;
    box-shadow: 0 0 4px #666666;
}


button#addfile, div.submit input {
    display: block;
    cursor: pointer;
    border: none;
    font-family: FreeSans;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius: 6px;
    background: #4A4A4A;
    color:white;
    padding:4px 8px;
    position: relative;
    margin: 5px 0px;
}

div#addfile{
cursor:pointer;
float:left;
margin-right:40px;
}




div.input input.error{
    background: #FF8888;
    border: 1px solid red;
    -moz-box-shadow: 0 0 4px red;
    -webkit-box-shadow: 0 0 4px red;
    box-shadow: 0 0 4px red;
}

textarea.error{
     background:#ffc8e9;
     border:1px solid #ff009b;
}

div#footer .browser_logo {
    float: right;
    margin-left: 5px;
}


/* STANDARDOWE */

img {
    border: none;
    vertical-align: middle;
}

h1 {
    font-size: 36px;
    font-weight: lighter;
    margin-bottom: 25px;
    color: #ff009b;
}

h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 14px;
    margin-top: 9px;
    text-shadow: 1px 1px 1px #CCCCCC;
}

h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 18px;
}

p,cite {
    margin-bottom: 12px;
    line-height: 1.5;
}

cite:before {
    content: url(/img/cite.png);
}
cite {
    display:block;
}

a {
    font-size: 16px;
    color: #FF009B;
    text-decoration: none;
}

p a {
    color: #ff009b;
    text-decoration: none;
}

a:hover {
    text-shadow: 1px 1px 1px black;
}

img.left{
float:left;
margin:20px;

}

img.right{
float:right;
margin:20px;
}

div.text_left_image{
float:left;
width:80px;
text-align:center;
}
div.text_right_content{
float:left;
width:500px;
border-left:1px solid #eaeaea;
padding-left:20px;
margin-bottom:40px;
}

div.text_right_content h3{
margin-top:0px;
}

div.text_right_content p{
margin-bottom:0px;
}

div#rightcolumn div.box{
border-bottom:1px solid #EAEAEA;
}

a.project_link {
    display: block;
    width: 217px;
    height: 202px;
    padding: 11px 12px;
    background: url(/img/przejdz_do_serwisu.png);
}

div#sitemap {
    background: #eee;
    border: 1px solid #C9C9C9;
    padding: 0 5px;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

div#sitemap:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

div#sitemap div.sitemap_column {
     float: left;
     width: 205px;
     padding: 15px;
}

div#sitemap div ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
div#sitemap div ul li {
    padding: 0;
    margin: 10px 0;
}

div#sitemap a {
    font-size: 14px;
}