/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
*{
	    font-family: Calibri, Helvetica, Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

.text-muted {
    color: #000;
}

.text-primary {
    color: rgb(131,194,46);
}

p {
    font-size: 18px;
    line-height: 1.5;
	color: rgb(15,60,42);
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: rgb(131,194,46);
}

a:hover,
a:focus,
a:active,
a.active {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    /*background-color: rgb(131,194,46);*/
	background-color: #eee;
}

.bg-darkest-gray {
    background-color: rgb(15,60,42);
}

.btn-primary {
    border-color: rgb(131,194,46);
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(131,194,46);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: rgba(222,222,222,.8);
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: rgb(131,194,46);
    background-color: rgb(131,194,46);
}

.btn-primary .badge {
    color: rgb(131,194,46);
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px;
    border-color: rgb(131,194,46);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: rgb(21,21,64);
    background-color: rgb(131,194,46);
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #fff;
    color: #fff;
    background-color: rgb(21,21,64);
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: rgb(131,194,46);
    background-color: rgb(131,194,46);
}

.btn-xl .badge {
    color: #fff;
    background-color: #000;
}

.navi-top{
	width: 100%;
	height: 14px;
	background: rgb(21,21,64);
}
.navbar-default {
    border-color: transparent;
    background-color: rgb(15,60,42);
	padding: 25px 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: rgb(21,21,64);
}

.navbar-default .navbar-collapse {
    border-color: rgb(15,60,42);
}

.navbar-default .navbar-toggle {
    border-color: rgb(131,194,46);
    background-color: rgb(131,194,46);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(21,21,64);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgb(21,21,64);
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus  .icon-bar{
    background-color: #fff;
}

.navbar-default .nav li a {
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: rgb(131,194,46);
	/*background-color: rgb(131,194,46);*/
}

.navbar-default .navbar-nav>.active>a {
    color: rgb(131,194,46);

}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgb(131,194,46);


}

.navi{
		width: 80%;
        /*padding: 20px 0 ;
        background-color: #222;*/
    }

@media(max-width:1200px) { 
.nav li {font-size:18px;}
.nav li a{padding: 15px 15px;}
}

@media(min-width:768px) {
    .navbar-default {
        border: 0;
        /*background-color: transparent;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink  .container{
		width: 80%;
        /*padding: 20px 0 ;
        background-color: #222;*/
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: left;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
	padding-top: 80px;
	padding-bottom: 170px;
	min-height:550px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 28px;
    font-style: italic;
    line-height: 28px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 120px;
        padding-bottom: 150px;
		min-height: 600px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 35px;
        font-style: italic;
        line-height: 45px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
    }
	.btn-xl {
    padding: 20px 40px;
    border-color: rgb(131,194,46);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: rgb(21,21,64);
    background-color: rgb(131,194,46);
	}
	
}

@media(min-width:992px) {
    header .intro-text {
        padding-top: 120px;
        padding-bottom: 150px;
		min-height: 800px;
    }

	header .intro-text .intro-lead-in {
		margin-bottom: 25px;
		font-size: 32px;
		font-style: italic;
		line-height: 38px;
	}

	header .intro-text .intro-heading {
		margin-bottom: 25px;
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 700;
		line-height: 40px;
	}
	.btn-xl {
    padding: 20px 40px;
    border-color: rgb(131,194,46);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: rgb(21,21,64);
    background-color: rgb(131,194,46);
	}
	
}

.content{
	width:80%;
	margin: auto;
}

@media(min-width:1360px) {
	.content{
		width:65%;
		margin: 90px auto 0px;
	}
}


.clearfix{
	clear:both;
	padding: 0;
}
section {
    padding: 0 0 80px;
}

section h2.section-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 40px;
	background-color: rgb(15,60,42);
	padding: 24px 0px;
}

section h3.section-subheading {
    margin-bottom: 45px;
    text-transform: none;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 0 0 100px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
	font-weight: bold;
	color: #000;
}

#galeria .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#galeria .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}


#galeria * {
    z-index: 2;
}

@media(min-width:767px) {
    #galeria .portfolio-item {
        margin: 0 0 30px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 10px auto;
}

section#kontakt {
    background-color: rgb(222,222,222);
   /* background-image: url(../img/map-image.png);*/
    background-position: center;
    background-repeat: no-repeat;
}

section#kontakt .section-heading {
    color: #fff;
}

section#kontakt .form-group {
    margin-bottom: 25px;
}

section#kontakt .form-group input,
section#kontakt .form-group textarea {
    padding: 20px;
}

section#kontakt .form-group input.form-control {
    height: auto;
}

section#kontakt .form-group textarea.form-control {
    height: 236px;
}

section#kontakt .form-control:focus {
    border-color: rgb(131,194,46);
    box-shadow: none;
}

section#kontakt::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#kontakt:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#kontakt::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#kontakt:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#kontakt .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
	background-color: rgb(15,60,42);
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 30px;
	font-size: 14px;
	color: #fff;
}

footer .copyright button{
	line-height: 30px;
	font-size: 14px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}



.content div ul li {
	font-size: 18px;
	text-align: left;
}

.content h3{
	margin-top: 40px;
	color: rgb(15,60,42);
	font-weight: bold;
}
	

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: rgb(131,194,46);
}

footer a{
	color:#fff;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


::-moz-selection {
    text-shadow: none;
    background: rgb(131,194,46);
}

::selection {
    text-shadow: none;
    background: rgb(131,194,46);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgb(131,194,46);
}

#links img {
	width: 48%;
	padding:2px;
	margin:0px;
}

@media(min-width:792px) {
	#links img {
		width: 24%;
		padding:1px;
	}
}

@media(min-width:992px) {
	#links img {
		width: 16%;
		padding:5px;
	}
}

.bg-1 {
	height:400px;
	background: url('../img/bg_01.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}

.bg-2 {
	height:400px;
	background: url('../img/bg_02.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}

.bg-product {
	background: url('../img/bg-product.jpg') no-repeat center center fixed;
    height: 900px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#portfolio {
	width: 80%;
	margin: 0 auto;
}

#portfolio .img-responsive {
	margin: auto;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
	font-size:24px;
	font-weight: bold;
	color:#fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.modal-content {
width: 80%;
margin: 100px auto;
}

.modal-content  h2{
color:#000;
}
#lokalizacja{
	padding-bottom:0px;
}

#map{
	width:100%;
	height:500px;
}
	
#links{
  width: 90%;
  margin: 20px auto;
}
.modal-title {
	color: rgb(15,60,42);
}
ul.modal-rodo{
	list-style-type: decimal; 

}
ul.modal-rodo li{
	font-size:14px; 
	font-weight:100; 
	list-style-position: outside; 
	line-height: 1.5; 
	color: #666; 
	margin: 2px 14px;
}
