@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Dynalight&subset=latin-ext);

body{
	margin: 0px;
	background: #d0d6dd;
	font-family: 'Lato', calibri, sans-serif;
	font-weight: 300;
	font-size: 16px;
}
h1,h2,h3,h4 {
    font-weight: 400;
}
strong {
    font-weight: 400;
}
.justifyright {
    float: right;
}
a.speciallink {
    background: none;
    padding: 0;
}

.portfolio-menu a, a.speciallink {
    background: #aaa;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
}
.portfolio-menu a:hover, a.speciallink:hover {
    background: #db277e;
}

.up{
	display: block;
	float: left;
	width: 40px;
	height: 41px;
	background: url(images/arrow_up.png);
}
.up:hover{
        background-position: 0 -41px;
}
.down{
	font-weight: bold;
}
img{
     border: 0px;
}
a{
      outline: none;
}
.box{
        width: 100%;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 30px;
}
.content{
        width: 930px;
        overflow: hidden;
        margin: 0px auto 0 auto;
        text-align: left;
}
.content .next{
}
.header{
    width: 100%;
	height: 100px;
	background: url(images/top.jpg) repeat-x;
	background-position: center top;
}
.header .text{
	width: 950px;
	height: 100px;
        overflow: hidden;
        margin: 0 auto;
        text-align: left;
}
.header .text img{
      margin: 16px 0 0 0;
}

.logo{
        width: 500px;
	height: 100px;
        float: left;
}
.info{
        width: 274px;
	height: 100px;
        float: right;
        overflow: hidden;
}
.info .contact-icon{
        position: absolute;
        display: block;
        margin: 30px 0 0 147px;
        background: url(images/phone_activ.png) no-repeat;
        width: 34px;
        height: 35px;
}
.info .contact-icon span{
        display: none; 
        width: 170px;
        font-size: 90%;
        padding: 8px 0 0 45px;
}
.info .mail{
        margin: 30px 0 0 192px;
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        background: url(images/mail.png) no-repeat;
}
.info .mail:hover{
        background-position: 0 -35px;
}
.info .form{
        margin: 30px 0 0 10px;
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        background: url(images/form.png) no-repeat;
}
.info .form:hover{
        background-position: 0 -35px;
}
.boxes{
        margin: 0;
        overflow: hidden;
}

.box h1 {
        font-size: 28px;
}
.box h2 {
        font-size: 24px;
}
.box h3 {
        font-size: 20px;
}
.box h4 {
        font-size: 16px;
}
.box {
    line-height: 1.4em;
    position: relative;
}

.online {
position: absolute;
top: 30px;
right: 0;
}

.portfolio-naj a,
.portfolio-naj a:hover,
.portfolio-naj-pager a,
.portfolio-naj-pager a:hover {
	border: none;
	padding: 0;
}
.portfolio-naj {
	margin: 60px auto 30px auto;
	overflow: hidden;
}
.portfolio-naj .thumbs img {
    padding: 8px;
    background: url(images/bialy075.png);
}
.portfolio-naj-pager {
	margin: 0 auto;
	overflow: hidden;
	width: 530px;
}
.portfolio-naj-pager a {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	overflow:hidden;
	margin: 10px;
	border-radius:16px;
	background-position: 50% 30%;
}
.portfolio-naj-pager a.activeSlide {
    border: 2px solid white;
    border-radius: 18px;
    margin: 8px;
}

.portfolio-menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}
.portfolio-menu li {
	float: left;
	margin: 0 2px;
}
.portfolio-menu a {
	display: block;
	padding: 4px 10px;
}
.portfolio-menu .active a {
	background: #db277e;
}

.portfolio {
	clear: both;
	margin: 0 15px;
	padding-top: 20px;
	width: 900px;
}
.portfolio .portfolio-item {
	margin: 60px 0;
	padding: 10px 0 20px 0;
	position: relative;
}
.portfolio .portfolio-item .thumbs {
	overflow: hidden;
	height: 450px;
	width: 800px;
	margin: 0 auto 30px auto;
}
.portfolio .portfolio-item .thumbs a,
.portfolio .portfolio-item .thumbs a:hover {
	background: none;
	border: none;
	padding: 0;
}
.portfolio .portfolio-item .portfolio-prev,
.portfolio .portfolio-item .portfolio-next {
	position: absolute;
	top: 80px;
	cursor: pointer;
	width: 50px;
	height: 450px;
	background-image: url(images/arrow.png);
}
.portfolio .portfolio-item .portfolio-prev {
	left: 0;
}
.portfolio .portfolio-item .portfolio-next {
	right: 0;
	background-position: 50px 0;
}
.portfolio .portfolio-item h1 {
	line-height: normal;
}




.footer{
        width: 100%;
        height: 230px;
        background: url(images/footerx.png) repeat-x;
}

.footerinside {
    padding: 40px 0;
    width: 950px;
    margin: 0 auto;
    color: white;
    font-size: 80%;
}
.footerinside ul {
    margin: 0;
    padding: 0;
}
.footerinside li {
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 1px;
}
.footerinside li.active a {
    font-weight: 400; 
    padding: 2px 4px;
    background: #4e545c;
    color: white;
}
.footerinside a {
    color: white;
    text-decoration: none;
}

.gototop {
    position:absolute;
    right: 10px;
    bottom: 10px; 
}
.gototop a {
    background: none;
    padding: 0;
}
.gototop a:hover {
    background: none;
}

.bloczek {
    background: url(images/bialy075.png);
    padding: 12px 15px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 90%;
}
.bloczek h4 {
    margin: 15px 0 0 0;
    padding: 0;
    color: #222;
}
.bloczek h2 {
    margin: 15px 0 0 15px;
    padding: 0;
}
.bloczek p {
    margin: 2px 0 8px 0;
    color: #444;
}
.bloczek a {
    background: none;
    color: #7abb00;
    padding: 0;
    font-weight: 400;
}
.bloczek a:hover {
    background: none;
    color: #7abb00;
    padding: 0;
    font-weight: 400;
    text-decoration: underline;
}

.slogan {
    color: #db277e;
    font-family: 'Dynalight', cursive;
    text-align: center;
    font-weight: 400;
}
