/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    width: 100%;
    height: 100%;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
}
.bg{
position:absolute;
background-color: rgba(8, 32, 69, 0.7);
width:100%;
height:auto;
}
#zawodowo, #prywatnie, #dlaCiebie, #kontakt{
padding-top:80px !important;
}
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #001e5e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}
.light {
    font-weight: 400;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #f9f9f9;
	font-weight:700;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
	padding-left:30px;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #001e5e !important;
}
.navbar-toggle{
    color: #001e5e !important;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
        color: #001e5e;	
}
.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a {
	color: #001e5e;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
		background-color: #f9f9f9;
		color: #001e5e;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	.navbar-custom.top-nav-collapse  a{
	    color: #001e5e;
    }
}
/*strona glowna*/
.intro {
    display: table;
	width: 100%;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
   /* background: url(../images2/tlo1poprawione2.png) no-repeat center center scroll;*/
   background: url(../images2/tlo1_str1.png) no-repeat left bottom scroll;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-bottom:0px;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}
.btn-circle {
    width: 70px;
    height: 70px;
	position:relative;	
	bottom:0px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.content-section {
    padding-top: 0px !important;
	margin-top:0px !important;
}
/*work*/
.fixed-section {
   display: table;
    width: 100%;
    height: 1000px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo2.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   
}

.fixed-section2 {
   display: table;
    width: 100%;
    height: 1000px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/auto.png) no-repeat center bottom fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   
}

.fixed-section3 {
   display: table;
    width: 100%;
    height: 1000px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo4nowe.png) no-repeat top center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   
}
.fixed-section4 {

 display: table;
    width: 100%;
    height: 1000px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
        background: url(../images2/kontakt2.png) no-repeat top center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}
@media(min-width:767px) {
    .content-section {
        padding-top: 80px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/* max 320px - portrait*/
@media all and (max-width:320px){
.intro {
    display: table;	
    height: 230px !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlobm1.jpg) no-repeat top left scroll;*/
	background: url(../images2/tlo1_str1.png) no-repeat left bottom scroll;
	background-color: transparent;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
.fixed-section {
   display: table;
    height: 900px;
    width: 100%;
    padding-top:100px;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlo2.jpg) no-repeat 0px top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
background: rgba(8, 32, 69, 1);
border-bottom:4px solid #f9f9f9;
}
.fixed-section2 {
   display: table;
    height: 790px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
  /*  background: url(../images2/auto.png) no-repeat center center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	background: rgba(8, 32, 69, 0.5);
	border-bottom:4px solid #f9f9f9;
}
.fixed-section3 {
   display: table;
    height: 820px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
   /* background: url(../images2/tlo4nowe.png) no-repeat 0px 50px fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	background: rgba(8, 32, 69, 1);
	border-bottom:4px solid #f9f9f9;
}
.fixed-section4 {
 display: table;
height: 190px !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/kontakt2.png) no-repeat -30px left scroll !important;
    background-color: transparent;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
#kontakt.bg{
visibility:hidden !important;
}
}
/* min 320px max 480px - landscape */
@media all and (min-width:321px) and (max-width:480px){
.intro {
    display: table;	
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
  /*  background: url(../images2/tlobm1.jpg) no-repeat top center scroll;*/
	background: url(../images2/tlo1_str1.png) no-repeat -20px bottom scroll;
    background-color: transparent;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
/*work*/
.fixed-section {
   display: table;
    height: 1000px;
    width: 100%;
    padding-top:100px;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo2.jpg) no-repeat 0px 50px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section2 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/auto.png) no-repeat center center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section3 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo4nowe.png) no-repeat 0px 50px fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section4 {
 display: table;
height: 1000px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/bm-kontakt2.png) no-repeat 0px 50px fixed;
    background-color: transparent;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
   
}
}
/* max 360px - portrait */
@media all and (max-width:360px){
.intro {
    display: table;	
    height: 240px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlobm1.jpg) no-repeat -5px 10px scroll;*/
background: url(../images2/tlo1_str1.png) no-repeat -15px bottom scroll;   
   background-color: transparent;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
.fixed-section {
   display: table;
    height: 1100px;
    width: 100%;
    padding-top:40px;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlo2.jpg) no-repeat 0px top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
background: rgba(8, 32, 69, 1);
border-bottom:4px solid #f9f9f9;
}
.fixed-section2 {
   display: table;
    height: 790px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
  /*  background: url(../images2/auto.png) no-repeat center center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	background: rgba(8, 32, 69, 0.5);
	border-bottom:4px solid #f9f9f9;
}
.fixed-section3 {
   display: table;
    height: 880px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
   /* background: url(../images2/tlo4nowe.png) no-repeat 0px 50px fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	background: rgba(8, 32, 69, 1);
	border-bottom:4px solid #f9f9f9;
}
.fixed-section4 {
 display: table;
height: 220px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/kontakt2.png) no-repeat top left scroll;
    background-color: transparent;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}
#kontakt.bg{
visibility:hidden !important;
}
}
@media all and (min-width:481px) and (max-width:640px){
.intro {
    display: table;	
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlo1poprawione2.png) no-repeat center center scroll;*/
background: url(../images2/tlo1_str1.png) no-repeat left bottom scroll;   
   background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size:  cover;
    -o-background-size: cover;
	margin-bottom:0px;
}

.fixed-section {
   display: table;
    height: 800px;
    width: 100%;
    padding-top:100px;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo2.jpg) no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section2 {
   display: table;
    height: 640px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/auto.png) no-repeat center center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section3 {
   display: table;
    height: 640px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo4nowe.png) no-repeat 0px center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section4 {
	display: table;
	height: 1000px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/bm-kontakt2.png) no-repeat 0px 35px fixed;
    background-color: transparent;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
   }
}
@media all and (min-width:641px) and (max-width:768px){
.navbar-header{
width:170px;
margin-top:-10px;
}
.intro {
    display: table;	
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlo1poprawione2.png) no-repeat -30px -20px scroll;*/
    background: url(../images2/tlo1_str1.png) no-repeat -85px bottom scroll;
	background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-bottom:-25px;
}
/*work*/
.fixed-section {
   display: table;
    height: 1000px;
    width: 100%;
    padding-top:100px;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo2.jpg) no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section2 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
   background: url(../images2/auto.png) no-repeat left center fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section3 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo4nowe.png) no-repeat -110px  fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section4 {
	display: table;
	height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/bm-kontakt2.png) no-repeat -45px 50px fixed;
    background-color: transparent;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
}
/*
@media all and (min-width:641px) and (max-width:768px){

.intro {
    display: table;	
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo1poprawione2.png) no-repeat top left scroll;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-bottom:-10px;
}

.fixed-section {
   display: table;
    height: 1000px;
    width: 100%;
    padding-top:100px;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo2.jpg) no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section2 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
   background: url(../images2/auto.png) no-repeat top left fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section3 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo4nowe.png) no-repeat top left fixed;
    background-color: transparent;
    -webkit-background-size: 100% ;
    -moz-background-size: 100% ;
    background-size:100% ;
    -o-background-size: 100% ;
}
.fixed-section4 {
	display: table;
	height: 1000px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/bm-kontakt2.png) no-repeat top left fixed;
    background-color: transparent;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}
*/
@media all and (min-width:769px) and (max-width:1024px){
.intro {
    display: table;	
    height:100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    /*background: url(../images2/tlo1poprawione2.png) no-repeat -27px 0px scroll;*/
	background: url(../images2/tlo1_str1.png) no-repeat -70px bottom scroll;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-bottom:-5px;
}

.fixed-section {
   display: table;
    height: 1000px;
    width: 100%;
    padding-top:100px;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo2.jpg) no-repeat 0px 50px fixed;
    -webkit-background-size: 100% 95%;
    -moz-background-size: 100% 95%;
    background-size: 100% 95%;
    -o-background-size: 100% 95%;
}
.fixed-section2 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
   background: url(../images2/auto.png) no-repeat top left fixed;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section3 {
   display: table;
    height: 1000px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/tlo4nowe.png) no-repeat top left fixed;
    background-color: transparent;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fixed-section4 {
	display: table;
	height:100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: url(../images2/bm-kontakt2.png) no-repeat top -30px scroll;
    background-color: transparent;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}