/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
	background: none;
    font-family: "Open Sans";
}
p {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.full {
  background: url(/content/images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.background {
    position: absolute;
    display: block;
    width: 100%;
    height: 69px;
    opacity: 0.6;
    background-color: #111112;
  }
	.backgroundd{
		position: absolute;
		min-height: 800px;
		width: 75%;
		margin-top: -20px;
		right: 0;
		float:right !important;
		background-color: #000 !important;
		opacity: 0.6;
		color:#fff !important;
	}
	.contenttt {
      float: right;
       width: 75%;
      color: #fff !important;
			min-height: 800px;
			max-height: 800px;
			overflow-y: scroll;
      right: 0;
      margin-top: -20px;
      margin-right: -15px;
			padding-left: 50px;
			padding-right: 50px;
  }
	div.col-lg-12.content.backgroundd{
		color:#fff !important;
	}
  .contentt {
      color: #45413e !important;
  }
  .main {
      position: relative;
      top:110px;
  }
  .content {
      float: right;
      background-color: #f6f5f5;
       width: 75%;
      color: #45413e !important;
      min-height: 800px;
      right: 0;
      margin-top: -20px;
      margin-right: -15px;
			padding-left: 50px;
			padding-right: 50px;
  }
  .content p {
      margin: 0 10px 0 10px;
  }
  .footer {
      position: relative;
      background-color: #161616;
      margin-top: 0px; /* negative value of footer height */
    height: 110px;
    clear:both;
    color: #e2d9d1;
    font-size: 13px;
}
.lang {
    position: relative;
    float: right;
}
.lang a{
    margin: 5px !important;
    margin-top: 28px !important;
    display: inline-block !important;
}
a.email {
    color: #99d704 ;
}
a.fotnav {
    color: #a1a1a1;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
.navbar-nav {
    background-color: transparent;
}
@media (max-width: 767px) {
    .content{
        height: auto;
    }
    .real {
        padding-top: 805px;
        padding-bottom: 0;
    }
}
.album {
    max-height: 600px;
    overflow: scroll;
}
h1 {
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 500;
}
h2 {
    margin-top: 5px;
    width: 100%;
    font-size: 36px;
    padding: 10px;
}
.borh2 {
    border: 1px solid #7d7f7f;
}
textarea, input {
    background-color: transparent !important;
    border: 1px solid #7d7f7f;
    color: #7d7f7f;
}
.site_img {
    opacity: 1;
    padding: 10px;
    margin-left: -15px;
    max-width: 100% !important;
}
.realizacje img {
    margin: 20px 0 20px 40px;
    width: 80%;
    min-height: 80px;
    max-height: 80px;
    border: none;
}

.realizacje a {
    outline-style: none;
}
.realizacje {
    background:url(/content/images/border.png) top 50% right no-repeat;
}
p.see {
    display: block;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size:16px !important;
}
.realizacjee, .realizacje a {
    color: #000;
}
.realizacjee h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 100 !important;
}
.realizacjee div {
    display: inline-block;
}
.gallery img {
    width: 100%;
    padding: 5px;
}
#owl-refe .owl-item > div img {
    display: block;
    width: 100%;
    min-height: 350px;
    max-height: 500px;
}
#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
}
#owl-demo .owl-item > div {
    padding: 0;
}
#owl-demoo .item img{
    display: block;
    width: 100%;
    max-height: 630px;
}
.owl-carousel {
    position: relative;
}
#owl-demoo .owl-controls {
    position: absolute;
    bottom: 5%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-top: -10px;
}
#owl-demo .owl-controls {
    position: absolute;
    bottom: -10%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-top: -10px;
}
#owl-refe .owl-controls {
    position: absolute;
    bottom: -10%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-top: -10px;
}
@media (min-width: 1400px) {
    #owl-demoo .item img{
        display: block;
        width: 100%;
        max-height: 880px;
    }
}
@media (max-width: 767px) {
    #owl-demoo .item img{
        display: block;
        width: 140%;
        min-height: 480px;
        max-height: 480px;
    }
}
.mapa {
    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 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
    border: none;
}
.onslider {
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 45%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-transform: uppercase;
}
.onslider h1 {
font-size: 48px;
    font-weight: 300;
}
.onslider p {
font-size: 72px;
    font-weight: 200;
}
