/* 
    Document   : style.css
    Created on : 2012-01-25, 12:43:13
    Author     : Katet
    Description:
        Purpose of the stylesheet follows.
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
-----KOLORY--------
zolty z logo - pobrany z 5 pikspeli:        #fce749,
zolty ciemniejszy,napisy na bialym, hover:  #f3d801;
granatowy z tla pod zdjeciem:               #002b54;
jasny granat:                               #060746;
ciemny szary na headery na zoltym tle:      #3d3d3d
jasny szary - litery h1, tlo boxow:         #fbfbfb;
wiecej tlo szare                            #eae9e8;
-----KOLORY STOP--------
*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display|Marck+Script|Devonshire&subset=latin,latin-ext,cyrillic-ext);
root { 
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'Playfair Display', 'Georgia', sans-serif;
    font-size:16px;
    color:#3d3d3d;
}
body {
 position: relative;
}
h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #002b54;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding:10px 5px 0 5px;
}
h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #002b54;
    font-size: 1.4em;
    font-weight: 700;
    padding:10px 5px 0 5px;
}
fieldset {
    margin: 20px 0 0 0px;
    border: 1px solid #e7e7e7;
    width: 600px;
}
fieldset p {
    padding: 10px 20px;
}
legend {
    margin: 20px 0 0 20px;
    padding: 0 10px;
}
.header-z-tlem {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fbfbfb;
    font-size: 1.6em;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    padding:20px 20px 10px 20px;
    background-color: #002b54;
    margin-top: 12px;
}
.header-z-tlem-kolumna {
    background-color: #002b54;
    color: #fbfbfb;
    margin: 20px 0 0 0;
    padding:5px 20px 0px 20px;
    border: 0px;
}
p  {
    padding:10px 5px 0 0;
    line-height: 1.4em;
}
p img {
    vertical-align:middle;
}

.wstep {
    color: #313668;
}
.paragraf-0 {
    padding:0px 5px 0 5px;
}
article {
    display: block;
}
article h2 {
     border-bottom: 1px solid #fbe749;
     padding-bottom: 3px;
}
article ul {
    list-style: disc;
    padding-left: 20px;
}
strong {
    font-weight: 600;
}
.linia-naglowkowa {
    width: 100%;
    height: 5px;
    background-color: #fce749;
}
header {
    position:relative;
    height: 115px;
}
#header-inner {
    width:948px;
    min-width:948px;
    margin: 0 auto;
}
a {
    color: #313668;
    text-decoration: none;
}
a:hover {
    color: #002b54;
}
.logo {
    padding:7px 0 0 0;
    width:250px;
    float:left;
}
.kontener {
    padding: 4px 0 0 0;
    position: relative;
    width:100%;
    height: 599px;
    background-color: #002b54;
    /*background: url(../images/tlo-zdjecia.gif) repeat-x;
    background: url(../images/tlo-gradient.jpg) repeat-x;*/
}
.kontener-inner {
    position: relative;
    width:948px;
    min-width:948px;
    margin: 20px auto;
}
.kontener-inner-2 {
    position: relative;
    width:908px;
    min-width:908px;
    margin: 0px auto;
}

.kontener-2 {
    position: relative;
    width:100%;
    height: auto;
    min-height: 600px;
    /*background: url(../images/tlo-inner-show.gif) repeat-x
    background: url(../images/tlo-gradient.jpg) repeat-x;;*/
    background: #002b54;
}
.tlo-biale-dla-innera {
    height: 100%;
    min-height: 600px;
    background: url(../images/tlo-innera.png) repeat-x;
    background-color: white;
    padding: 0px 20px 0px 20px;
}
.kontener-zdjecie {
    position: relative;
    background-color: white;
    height: 420px;
}
.zdjecie {
    position: absolute;
    top: 0px;
    left:0px;
    z-index: 1;
}

.box {
    float:left;
    width: 270px;
    border: solid 1px lightgray;
    background: #fbfbfb;
    border-radius: 5px;
    height: 150px;
    padding: 15px;
}
.wiecej {
    position: relative;
    float: right;
    margin: 10px 0 0 0;
    background: #eae9e8;
    border-radius: 5px;
    /*border: 1px solid #e9d43e;*/
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    
}
.wiecej:hover {
    background: #fce749;
    /*border: 2px solid #f2da00;*/
    color: white;
}
.wiecej a {
    float: right;
    color: #4c4c57;
    padding: 8px 20px;
}
.wiecej a:hover {
    color: #fff;
}
.drugi {
    margin: 0 0 0 21px;
}
.trzeci {
    margin: 0 0 0 20px;
}
.box h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: #002b54;
    text-align: center;
    padding: 6px 0;
}
.column-left {
    margin: 20px 0;
    position: relative;
    float: left;
    width: 620px;
    line-height: 1.5em;
    
}
.column-right {
    margin: 20px 0;
    position: relative;
    float: right;
    width: 300px;
    overflow: hidden;
}
.column-left-2 {
    position: relative;
    float: left;
    width: 600px;
    line-height: 1.5em;
    margin: 20px 0;
    
}
.column-right-2 {
    margin: 20px 0;
    position: relative;
    float: right;
    width: 280px;
    overflow: hidden;
}
.clearfix {
    display: block;
    clear: both;
    line-height: 0px;
}
.dlaczego-my {
    width: 48%;
    float: left;
}
.dlaczego-my-right {
    float: right;
}
.dlaczego-my img {
    padding: 13px 10px 10px 0;
}
.dlaczego-my a {
    color: #5a5e68;
    text-decoration: none;
}
.dlaczego-my a:hover {
    color: #16b9f0;
}
#slider {
    clear: both;
    float:right;
    position: relative;
    width:260px;
}
#slider ul, #slider li  { 
    margin : 0 0 0 0; 
    padding : 0 0 0 0; 
    list-style : none; 
 } 
 #slider li  {
    float:right;
    width : 280px; 
    height : 165px; 
    overflow : hidden; 
 }
 #prevBtn, #nextBtn  { 
display : block; 
width : 13px; 
height : 27px; 
position : absolute; 
left : 253px; 
top : 14px; 
 } 
 #nextBtn  { 
left : 267px; 
 } 
 #prevBtn a, #nextBtn a  { 
display : block; 
width : 13px; 
height : 27px; 
background: url(images/btn_prev.png) no-repeat 10% 10%; 
 } 
 #nextBtn a  { 
background: url(images/btn_next.png) no-repeat 10% 10%; 
 }
 .podpis {
     font-family: 'Marck Script', cursive;
     width: 100%;
     text-align: right;
     font-size: 1.6em;
 }
 
 /*nawigacja gorna*/
 
.nav {
        float:right;
	position: relative;
	list-style-type: none;
	margin:20px 0 0 0;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #5b5b5a;
        font-size: 1.1em;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        z-index:99;
}
/*szybki kontakt nad nawigacja */
.nav-szybki-kontakt {
        float:right;
	position: relative;
	padding: 5px 17px 5px 17px;
        font-family: Arial, sans-serif;
        color: #3d3d3d;
        font-size: 0.7em;
        text-decoration: none;
        min-width: 536px;
        background: #fce749;
        font-weight: 300;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
}
.mail-mini {
    vertical-align: bottom;
    margin: -2px 3px 0 0;
}
.telefon-mini {
    vertical-align: bottom;
    margin: -3px 0 0 15px;
}
.bold {
    font-weight: bold;
}
/*slider ze zdjeciami */
.coin-slider { overflow: hidden; zoom: 1; position: relative; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-title { width: 948px;}
.cs-prev, .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
/*slogan*/
/* #slogan {background: rgb(54, 25, 25); Fall-back for browsers that don't support rgba
    background: rgba(54, 25, 25, .5);
}
 */
.cs-title {
  position: absolute;
}
.opisy-1 {
  position: absolute;
  right: 0;
  bottom: 105px;
}

.opisy-2 {
 position: absolute;
  left: 0px;
  bottom: 40px;
}
.opisy-3 {
 position: absolute;
  left: 0px;
  bottom: 250px;
}
.opisy-4 {
 position: absolute;
  left: 0px;
  bottom: 120px;
}
.haslo-1 {
  position: relative;
  z-index: 9999999999;
  padding: 10px 20px;
  font-size: 2.4em;
  color: #fff;
  clear: both;
  background-color: rgba(1,53,101,0.9);
  text-transform: uppercase;
  font-weight: 600;
  overflow: visible;
 
}
.haslo-2 {
  position: relative;
  z-index: 9999999999;
  padding: 10px 20px;
  font-size: 1.7em;
  color: #023466;
  clear: both;
  background: #ffffff;
  background: rgba(250, 250, 250, 0.8);
  overflow: visible;
}
.right {
    text-align: right;
      float:right;
}
.flagi {
    margin: 0 0 0 5px;
}
.flagi img {
    width: 20px;
    vertical-align: baseline;
    margin: -6px 0 0 0;
}
.left {
    text-align: left;
      float:left;
}

/*footer */
footer {
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    position: relative;
    width:100%;
    height: 195px;
    background: #002b54;
    color: white;
}
.stopka {
    background: url(../images/tlo-stopki.png) no-repeat top left;
}
.stopka-en {
    background: url(../images/tlo-stopki-en.png) no-repeat top left;
}
.kolumna {
    width:170px;
    float:left;
    height: 139px;
}
.kolumna-prawa {
    float: right;
    width: 400px;
    text-align: right;
    background: url('../images/chmurka-kontakt.jpg') no-repeat top right;
}
.kolumna-prawa p {
    padding: 2px 0;
}
footer a {
    color: #fbe749;
    text-decoration: none;
}
footer a:hover {
    color: #eae9e8;
}
.kolumna ul {
    margin: 0 0 0 15px;
}
.kolumna li {
    color: #fbe749;
    padding: 5px 0;
    list-style: circle;
    width: 90%;
}
.kolumna li + li {
    border-top: 1px solid #d2d2d2;
}
.kolumna h5, .kolumna-prawa h5 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}
.footer-telefon {
    font-size: 1.6em;
    color: #fbe749;
}
.copy {
    width: 948px;
    text-align: right;
}

/* Oferta - tabele i menu prawe */
.listing {
    margin-top: 20px;
    font-size: 0.8em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
}
.listing tr:first-child {
    background: #fc6c01;
    text-align: center;
    color: white;
    
}
.listing tr td {
    border: 1px solid #fda564;
    padding: 3px 8px;
}
.listing a {
    color: #5b5b5a;
    text-decoration: none;
}
.gwiazdka {
    font-size: 3em;
    color: red;
}
/* podstrona oferta */
.paragraf-1 {
    padding-top: 20px;
}
.oferta-menu ul {
    margin: 0 0 0 15px;
    color: #16b9f0;
    
}
.oferta-menu li {
    padding: 3px 0;
    list-style: circle;
}
.kontakt-oferta {
    font-size: 2.0em;
    color: #fc6c01;
    padding-right: 20px;
}
.telefon-oferta {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 3.0em;
    color: #16b9f0;
}
/* kontakt */
.dane-teleadresowe {
    width: 40%;
    float: left;
    padding: 20px 0 0 10px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2em;
}
.dane-teleadresowe-lewa {
    text-align: right;
    padding:20px 10px 0 10px;
}
.dane-teleadresowe a {
    color: #16b9f0;
}
.dane-teleadresowe-2 {
    padding: 20px 0 0 60px;
}
/* back to top */
.backtotop {
  float: right;
  clear: both;
  display: block;
}
a#backtotop {
  opacity: 0.4;
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 5000;
  width: 48px;
  height: 48px;
  border:1px solid #002b54;
  border-radius:5px;
}
#backtotop:hover {
  opacity: 0.95;
  text-align: center;
}
#backtotop:active {
  opacity: 0.5;
}
/* modul z transem */
.trans {
    padding:4px 0 10px 0px;
    border: 1px solid #002b54;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.trans-linia {
    position:relative;
    display: block;
    margin: 7px 20px 0 20px;
    }
.trans > div {
        border-bottom: 1px dotted #dcdcdc;
    }
.trans-linia:first-child {
        border-bottom: 0;
    }
.trans-linia:hover {
    cursor:pointer;
}
.trans-kolumna {
    float:left;
    width: 50%;
    display: block;
    font-size: 1.2em;
    
}
.trans-kolumna-right {
    float:right;
    text-align: right;
}
.logo-trans {
    background-color: #002b54;
    background: url(../images/trans.gif) no-repeat right;
}
/* zmiana jezyka */
.zmiana-jezyka {
  position: fixed;
  top: 1em;
  right: -1.5em;
  float: right;
  clear: both;
  display: block;
}
.en {
    top: 4em;
}
.en:hover, .pl:hover {
    right: -1em;
}
.zmiana-jezyka a {
  opacity: 0.8;
  right: -1em;
}
.zmiana-jezyka a:hover {
  opacity: 1;
  text-align: center;
  right: 0em;
}
.zmiana-jezyka:active {
  opacity: 1;
}
/*rzetelny przewoznik*/
.rzetelny-przewoznik {
    margin-top:10px;
    width: 296px;
    background: url(../images/rzetelny-przewoznik-2.png) top center no-repeat;
    overflow: hidden;
    height: 83px;
   }
.rz-p-tekst {
    width: 100px;
    margin: 0 0 0 150px;
    padding: 20px 0 10px 0;
}
.rz-p-sup {
    line-height: 1.1em;
    font-size: 0.8em;
    vertical-align: top; 
    margin: 0 0 0 125px;
}
/*zlecenie*/
.zlecenie {
    width: 700px;
}
.zlecenie tr td {
    width: 500px;
    font-size: 0.9em;
    vertical-align: top;
}
/*opnie*/
.opinie ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}
.opinie ul li {
    overflow: visible;
    margin: 20px 0 0 0;
    background: url(../images/cudzyslow-lewy.png);
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
}