@font-face {
    font-family: 'flexo_lightbold';
    src: url('fonts/flexo-demi-webfont.eot');
    src: url('fonts/flexo-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/flexo-demi-webfont.woff') format('woff'),
         url('fonts/flexo-demi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flexo_mediumregular';
    src: url('fonts/flexo-medium-webfont.eot');
    src: url('fonts/flexo-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/flexo-medium-webfont.woff') format('woff'),
         url('fonts/flexo-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flexo_mediumbold';
    src: url('fonts/flexo-heavy-webfont.eot');
    src: url('fonts/flexo-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/flexo-heavy-webfont.woff') format('woff'),
         url('fonts/flexo-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.demi{
    font-family: flexo_mediumregular;
}

.medium{
    font-family: flexo_lightbold;
}

.heavy{
    font-family: flexo_mediumbold;
}

body{
    font-family: flexo_mediumregular;
    font-size: 14px;
    color: #000;
}

div.grey{
    background: #f6f6f6;
    height: 490px;
}

div.container{
    margin: 0 auto;
    width: 1000px;
    clear: both;
}

div.grey div.container{
    height: 490px;
    background: url('../images/grey_bg.jpg') top center no-repeat;
}

div.footer{
    background: #303030;
    min-height: 100px;
    border-top: 6px solid #65c3ef;
}

div.menu-container{
    background: url('../images/pasek.jpg') bottom repeat-x;
    height: 140px;
}

div.dark-grey{
    height: 150px;
    background: #e7e7e7 url('../images/grey_bg.png') top center no-repeat;
}

div.logo{
    width: 360px;
    float: left;
    margin: 25px 0;
}

div.menu{
    width: 540px;
    float: right;
    clear: right;
    margin: 40px 0 0 0;
    text-align: right;
    display: block;
    height: 70px;
}

img.dg-foto{
    position: absolute;
    z-index: 999;
    top: 86px;
    margin-left: 675px;
}

img.omnie-foto{
    position: absolute;
    z-index: 999;
    top: 86px;
    margin-left: 595px;
}

.dg-foto-sluchawka{
    position: absolute;
    z-index: 999;
    top: 140px;
    margin-left: 750px;    
}

div.logos{
    height: 100px;
}

div.block-offer{
    background: #f2f2f2;
    float: left;
    width: 280px;
    margin: 20px 20px 0 0;
    height: 200px;
    padding: 20px;
}

div.block-offer-more{
    float: left;
    margin: 0px 20px 20px 5px;
}

.last{
    margin-right: 0 !important;
}

div.block-offer p{
    margin: 20px 0;
    color: #666;
}

.omnie-content{
    width: 765px;
    float: left;
    padding: 20px 0 0 0;
    min-height: 400px;
}

.menu a{
    color: #000;
    display: block;
    float: right;
    font-family: flexo_lightbold;
    font-size: 18px;
    text-decoration: none;
    margin-left: 50px;
    padding-top: 32px;
}

.menu a.hov, .blue{
    color: #65c3ef;
}

.menu a.o-mnie{
    background: url('../images/menu_0.png') top center no-repeat;
}

.menu a.o-mnie:hover{
    background: url('../images/menu_0a.png') top center no-repeat;
}

.menu a.oferta{
    background: url('../images/menu_1.png') top center no-repeat;
}

.menu a.oferta:hover{
    background: url('../images/menu_1a.png') top center no-repeat;
}

.menu a.realizacje{
    background: url('../images/menu_2.png') top center no-repeat;
}

.menu a.realizacje:hover{
    background: url('../images/menu_2a.png') top center no-repeat;
}

.menu a.kontakt{
    background: url('../images/menu_3.png') top center no-repeat;
}

.menu a.kontakt:hover{
    background: url('../images/menu_3a.png') top center no-repeat;
}

h2.title{
    display: none;
}

h3{
    font-size: 23px;
    margin: 0;
    padding: 0;
}

h3.top-title{
    font-size: 36px;
}

h4.top-title{
    font-size: 29px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.coda-slider p{
    height: 118px;
    padding: 20px 0 0 0;
    color: #999;
    font-size: 18px;
}

.coda-nav ul{
    padding: 0 0 0 260px;
}

.logos-header{
    padding: 2px 0 0 60px;
    font-size: 15px;
    background: url('../images/loga-header.jpg') top center no-repeat;
    width: 138px;
    height: 47px;
    color: #fff;
}

.footer-left{
    float: left;
    width: 765px;
}

.footer-right{
    width: 235px;
    float: right;
}

.footer-right h4{
    color: #555;
    padding: 20px 0 0px 10px;
}

.footer-right .strony a{
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.footer-right .copy{
    color: #555;
    font-size: 12px;
    padding: 10px 0 10px 10px;
}

.footer-left ul {
    margin: 0;
    padding: 0;
}

.footer-left ul li{
    list-style: none;
    float: left;
    margin: 20px 40px 20px 0;
    padding: 0;
}

.footer-left ul li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.footer-left .tagi{
    color: #555;
    font-size: 12px;
    margin-top: 69px;
}

.coda-slider.no-slider{
    padding: 35px 20px 20px;
    width: 650px;
}

.coda-slider.no-slider-kontakt{
    padding: 35px 20px 20px;
    width: 690px;
}

.haslo{
    padding: 40px 0 0 20px;
    width: 700px;
    font-size: 30px;
    line-height: 1.1em;
}

.haslo-kontakt{
    padding: 40px 0 0 20px;
    width: 800px;
    font-size: 30px;
    line-height: 1.1em;
}

.omnie-punkt{
    background: url("../images/pasek.jpg") repeat-x center bottom;
    margin: 25px 0;
    padding: 0 0 10px 0;
}

.omnie-punkt h3{
    font-family: flexo_mediumbold;
}

.omnie-punkt .liczba{
    float: left;
    font-family: flexo_mediumbold;
    font-size: 44px;
    color: #65c3ef;
    margin: 0 20px 50px 0;
    line-height: 0.9em;
}

.omnie-punkt p{
    font-family: flexo_lightbold;
    margin: 10px 0 20px 0;
    display: block;
    font-size: 18px;
    color: #999999;
}

.coda-slider.oferta{
    position: absolute;
    z-index: 999;
    top: 150px;
    margin-left: 145px;
    height: 430px;
}

.coda-slider.oferta img{
    margin: 0 -30px;
}

#slider-oferta-wrapper .coda-nav ul{
    margin-top: 430px;
    padding-left: 285px;
}

ul#oferta div{
    display: none;
    font-family: flexo_lightbold;
    font-size: 18px;
    color: #999999;
}

ul#oferta{
    padding: 0;
    margin: 20px 0;
}

ul#oferta{
    list-style: none;
}

ul#oferta ul li{
    list-style: url('../images/arrow-li.png');
}

ul#oferta h4{
    font-family: flexo_mediumbold;
    font-size: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

ul#oferta span{
    background: url('../images/arrow-down.png') right center no-repeat;
    padding-right: 40px;
}

.coda-slider.realizacje{
    position: absolute;
    z-index: 999;
    top: 150px;
    margin-left: 105px;
    height: 430px;
}

.coda-slider.realizacje img{
    margin: 0 0px;
}

#slider-realizacje-wrapper .coda-nav ul{
    margin-top: 430px;
    padding-left: 285px;
    width: 600px;
}

#slider-realizacje-wrapper .coda-nav ul li{
  width: 30px;
  float: left;
  height: 30px;
}

#slider-realizacje-wrapper .coda-slider{
    width: 800px;
}


#slider-realizacje-wrapper .coda-slider .panel .panel-wrapper {
    padding: 0;
}

#slider-realizacje-wrapper .coda-slider .panel {
    width: 800px;
}

.realizacja-link span {
    background: #65c3ef !important;
    padding: 5px 10px !important;
    font-size: 24px;
}

.realizacja-link a{
    color: #fff;
    text-decoration: none;
}

.tel, .email{
    height: 60px !important;
    padding: 15px 0 0 100px !important;
    margin: 30px 0 !important;
    display: block;
    clear: both;
    font-size: 29px !important;
}

.tel{
    background: url('../images/tel-icon.png') left center no-repeat;
}

.email{
    background: url('../images/email-icon.png') left center no-repeat;
}

.email a{
    text-decoration: none;
    color: #999;
}

.contact-form input[type="text"]{
    width: 300px;
    padding: 15px;
    background: #e7e7e7;
    border: none;
    font-family: flexo_lightbold;
    font-size: 18px;
    color: #999;
}

.contact-form input[type="submit"]{
    width: 200px;
    padding: 12px;
    background: #65c3ef;
    border: none;
    font-family: flexo_lightbold;
    font-size: 18px;
    color: #fff;
    margin: 20px 0 30px 0;
}

.contact-form textarea{
    width: 660px;
    height: 200px;
    padding: 15px;
    background: #e7e7e7;
    border: none;
    font-family: flexo_lightbold;
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}
.contact-form .imie, .contact-form  .telefon{
    float: left;
    width: 360px;
}

.ok{
    background-color: #39b54a;
    font-family: flexo_lightbold;
    font-size: 18px;
    color: #fff;
    padding: 12px;
    width: 665px;
    margin-bottom: 20px;
}

.blad{
    background-color: #cc0000;
    font-family: flexo_lightbold;
    font-size: 18px;
    color: #fff;
    padding: 12px;
    width: 665px;
    margin-bottom: 20px;
}