/*!
	Name: Depis.com.p
	URI: http://www.wn.com.pl
	Email: urszuladebicka@gmail.com.com
 */
 
 
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
body {
	font-family: "Lato",verdana,sans-serif;
    background: url('../img/bg.jpg') no-repeat center -100px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}@media (max-width: 767px){
		body {  background-position: center -100px; }
	}	

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
.nowrap {
		white-space: nowrap;
		
}.strong{
	font-weight: bold;
}
.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(255,255,255, 0.8);
}
.box.intro {
    background: rgba(255,255,255, 0.0);
	min-height: 300px;
}


.box img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.box li{ 
	list-style: none;
}.box ul.inline li{ 
	float: left;
	margin-right: 30px;
	padding-left: 20px;
}.box ul.inline:after{ 
	content: "";
	clear: both;
    display: block;
}
.box li:before { 
    content: "";
    border-color: transparent #4F90D1;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
.box.intro ul{
	float: right;
	width: auto;
}
.box.intro li{
    background: rgba(255,153,51, 0.9);
	padding: 5px;
	color: #000;
	margin-bottom: 1px;
}.box.intro li.head{
    background: rgba(0,51,102, 0.9);

	color: #fff;
}.box.intro li i{
	margin: 0px 5px;
	color: #fff;
	font-weight: 400;
}.box.intro li:before{
	border-width: 0;
}


.flag-wrapper {
    width: 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-left: 3px;
    margin-top: 2px;
}.flag-wrapper::after {
    padding-top: 75%;
    display: block;
    content: '';
}.flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon-de {
  background-image: url(../img/de.svg);
}
.flag-icon-gb-eng {
  background-image: url(../img/gb.svg);
}
.flag-icon-pl {
  background-image: url(../img/pl.svg);
}
.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}h4{
   font-weight: 400;
   font-size: 16px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999 solid 1px;
}.img-margin-bottom{
	margin-bottom: 30px;
}
.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 30px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: block;
        margin: 0;
        padding: 10px 0 10px;
        text-align: center;
		height: 120px;
		background: rgba(255,255,255, 1);
		width: 100%;
    	background: #fff url('../img/logo.png') no-repeat center center;		
    }.top-divider {
        margin-top: 0;
    }.img-left {
        float: left;
        margin-right: 25px;
    }.address-bar {
        display: inherit;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.0);
        text-transform: uppercase;
        font-size: 1.20em;
        font-weight: 700;
        letter-spacing: 3px;
        color: #ffffff;
		background: #003366;
    }.navbar {
        border-radius: 0;
    }.navbar-header {
        display: none;
    }.navbar {
        min-height: 0;
    }.navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }.nav>li>a {
        padding: 20px 15px;
    }.navbar-nav>li>a {
		color: #003366 !important;
        line-height: normal;
    }.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }.navbar-address { display: none; }
}
@media (max-width: 979px) {
	 .brand {
    	background: #fff url('../img/logo980.png') no-repeat center left;		
	    }
}
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


.agencje-list .row{
	margin-bottom: 30px;
}.transport .row{
	margin-bottom: 15px;

	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}