/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url(http://fonts.googleapis.com/css?family=Inder&subset=latin,latin-ext);

html,
body {
  height: 100%;
  width: 100%;
  font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* fix bs3 horizontal scrollbar bug */
.row { margin: 0; padding: 0 }

h1 {
  font-size:50px; 
}
h2{
    font-size: 46px;
    margin: 0 0 30px 0;
    font-family: 'Inder', sans-serif;
}
h3{
    font-size: 22px;
    font-family: 'Inder', sans-serif;
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.icon-bar {
   background-color:#fff;
}

.scroll-down > li > a, .scroll-top > li > a {
   color:#fff;
   font-size: 32px;   
   
}
.scroll-down > li > a{
    padding: 10px 14px 2px 14px;
}
.scroll-top > li > a{
    padding: 8px 14px 8px 14px;
}
.scroll-down, .scroll-top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.scroll-down {
   position:fixed;
   bottom:345px;
   right:0%;
   background-color:#999;
}

.scroll-top {
  background-color:#000;
  z-index: 9999;
  position: relative;
  bottom: 0;
  right: 0;
}

.header h1 {
  font-size:110px;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  color:#fff;
  margin-left:-5px;
  margin-bottom:5px;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.header .lead {
  color:#fff;
  font-size:25px;
  margin: 0;
}

.header {    
  min-height: 100%; 
  background: #777777 url('../img/tlo.jpg') no-repeat center center fixed; 
  width: 100%;   
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.header .btn {
   border-color:#DEDEDE;
   background: none repeat scroll 0 0 rgba(110, 143, 61, 0.9);
   color:#fff;
   margin-top: 10px;
}

.header .btn:hover {
   background-color:#666;
   color:#fff;
}
.header h1{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    margin: 10px 0 3px;
    padding: 10px 20px;
}
/*
.header .col-md-6 {
	float: right;
}
*/
.header .slogan {
    font-family: 'Inder', sans-serif;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 3px;
    padding: 10px 20px;
}
.navbar a {
  color:#fff;
  font-family: 'Inder', sans-serif;
  font-size: 16px;
}
.navbar a:hover, .navbar a:focus {
    color: #fff;
}
.navbar-bold.affix {
  background-color:#64803c;
-webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.7);
box-shadow: 0 5px 10px -5px rgba(0,0,0,0.7);  
}

.navbar-bold {
  background-color:#64803c;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.navbar-bold li a:hover {
  background-color:#4A681D;
  color: #fff;
}

.navbar-bold li.active {
  background-color:#4A681D;
  color: #fff;
}

.navbar-bold li a:visited {
  background-color:#4A681D;
  color: #fff;
}

.blurb {
  padding: 80px 0;
  background-color:fff;
}

.n1 {   
  background: #777777 url('http://www.artidee.pl/template/img/n1.jpg') no-repeat center center fixed; 
  color:#fff;
  padding-top:5%;
  height: 100%;
  width: 100%;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.header, .n1, .n2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.oferta {
  background: #555;
  padding: 100px 0;
  color: #ffffff;
}

.oferta a {
	color: #fff;
}

.oferta a:hover {
	color: #fff;
}

.oferta-item {
  margin-bottom: 15px;
}

.oferta-item  img {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.oferta-item  img:hover {
  border: 1px solid #fff;
}

.godne_uwagi {
  background: #666;
  padding: 100px 0 0 0;
  color: #ffffff;
}

.n2 {
  color: #ffffff;
  padding-top:5%;
  height: 100%;
  width: 100%;
  background: #777777 url('../img/tlo2.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery {
  padding: 50px 0;
}

.call-to-action {
  background: #eeeeee;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

footer {
  padding: 0;
}
#stopka .container-fluid{
    padding: 0;
}
#stopka a img{
    border: 0;
}
.cien{
    z-index: 99;
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0.7);
box-shadow: 0 10px 20px -10px rgba(0,0,0,0.7);
}
#mapa{
    width: 100%;
    height: 300px;
    margin: 0;
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
}
#mapa img {
    max-width: none;
    height: auto;
}
.carousel-indicators li{
-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.9);
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.9);
}
.carousel{
    background-color: #666;
}
.carousel .item{
    text-align: center;
}
.carousel .item img{
    margin: 0 auto;
}
.carousel-control.left{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
}
.carousel-caption p {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	padding: 20px;
}
.strzalka_dol, .strzalka_gora {
    position: relative;
    z-index: 1000;
}
.strzalka_dol:after, .strzalka_gora:before {
    border: medium solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    
    width: 0;
    border-width: 10px;
    left: 50%;
}
.strzalka_dol:after {
    border-color: #fff rgba(65, 129, 1, 0) rgba(65, 129, 1, 0);
    top: 100%;
}

.strzalka_gora:before {
    border-color: rgba(65, 129, 1, 0) rgba(65, 129, 1, 0) #fff ;
    top: -20px;
    
}

.nps{
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: inline-block;
    
}
a{
    color: #64803c;
}
a:hover, a:focus{
    color: #4A681D;
}

@media (max-width: 767px) { 
.header {    
  padding-top:11%;
  }
}
@media (min-width: 768px) and (max-width: 991px) { 
.header {    
  padding-top:8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) { 
.header {    
  padding-top:8%;
  }
}
@media (min-width: 1200px) {
.header {    
  padding-top:8%;
  }
 }
/* -- end custom css for Bootstrap 3.x --*/
