
/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
1. General
--------------------*/
	
body {
	margin: 0;
	font-family: "Open Sans", Sans-serif;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Open Sans", Sans-serif;
	color: #232323;
}

h3 {
	 line-height: 1.4em;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444;
}

.dark-bg p {
 color: #ccc;	
}

.dark-bg h3 {
 color: #fff;	
}

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

::selection {
	text-shadow: none;
	background: #fed136;
}


section {
	padding: 20px 0;
}

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

ul {
	padding-left: 10px;
	padding-top: 2px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #444;
}

ul.light li{
	color: #ddd;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}



/*--------------------
2. Navigation
--------------------*/
/*
.navbar-default::before {
    background: #09f repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
*/

.navbar-default {
	background-color: #b5e3f7;
	/*border-color: transparent; */
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: sans-serif;
	/* padding: 0px; */
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default, .navbar-collapse  {
	border-color: #fff;
}

.navbar-default .navbar-toggle {
	background-color: transparent;
	border-width:0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .nav li a {
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color:#000;
	text-align:center;
	border: 1px solid transparent;
	
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #f00;
	outline:0;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

.navbar-brand img {
	width:120px;
}

.navbar-added {
	display:none;
}


@media (min-width:768px) {
		
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.9);
		padding: 10px 0 40px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		border:0;
		border-bottom: 1px solid #0bf;
	}
	.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 {
		background-color: #b5e3f7;
		border-bottom: 1px solid #0099eb;
		margin:0;
		padding:0 0 8px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.6em;
		margin-top: 0;
	}
	
	.navbar-brand img  {
		width:200px;
		magin:0;
		padding:0;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		vertical-align: middle;
	}
	
	.navbar-default.navbar-shrink .navbar-brand img{
		width:150px;
	}
	
	ul.navbar-nav {
		display:none;
	}
		
	.navbar-added {
		display:inline-block;
	}
	
}


@media (min-width:980px)  {

	.navbar-brand {
	padding: 0;
	}
	
	.navbar-added {
		display:inline-block;
	}

}



/*--------------------
3. Header
--------------------*/

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

header .intro-text {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*
@media (min-width: 768px) {
	header .intro-text {
		padding-top: 50px;
		padding-bottom: 100px;
    }
}
*/

header .intro-text .intro-lead-in {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.65);
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 19px;
	color: #3E3E3E;
	font-weight: 400;
	line-height: 40px;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
    font-size: 29px;
    line-height: 60px;
    margin-bottom: 45px;
	}
}

header .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -1px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#owlTopSlider .item {
	height:300px;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
		line-height: 95px;
		font-size: 77px;
		margin-bottom: 50px;
	}
	
	.owl-carousel {
		top: 100px;
	}
	
	#owlTopSlider .item {
		height: 350px;
	}
	
}


.bg-image {
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #5D5D5D;
	font-weight: 500;
	letter-spacing: -0.6px;
	position: relative;
	padding-bottom: 5px;
}

/*
.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 40px;
	height: 2px;
	content: " ";
	bottom: -5px;
	margin-left: -20px;
	text-align: center;
	position: absolute;
	background: #23AD21;
}
*/

.dark-bg .section-title h2 {
	color: #fff;
}

.section-title p {
	font-size: 15px;
	font-weight: 300;
	line-height: 29px;
	margin: 20px;
}

.section-title ul {
	margin:20px;
}

.section-title ul li {
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
}

.section-text h3 {
 	font-size: 20px;
}

@media (min-width: 768px) { 
	
	.section-title h2 {
	font-size: 34px;
	}
		
	.section-title p {
		font-size: 17px;
		font-weight: 300;
		line-height: 29px;
		margin: 30px;
	}
	
	.section-title ul {
		margin:30px;
	}
	
	.section-title ul li {
		font-size: 17px;
		font-weight: 300;
		line-height: 18px;
	}
	
	.section-text h3 {
	 	font-size: 22px;
	}
}


/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #969696;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	/* border: 3px solid #000; */
	border-radius: 100px;
	background-color: #23AD21;
	margin: 0 2px 4px;
	font-size: 24px;
}

.ot-circle.red {
	background-color: #ff4400;
}

.ot-circle.blue {
	background-color: #0099ff;
}

.ot-circle.yellow {
	background-color: #ffd205;
}

.ot-circle.green {
	background-color: #23AD21;
}


#odczyt {
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}



/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 500;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	/* opacity: 0.95; */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* grupy produktów */
.gp-out {
	position:relative;
	overflow: hidden;
    max-width: 400px;
    height: 300px;
    border: 1px solid #d2d2d7;
    margin: 15px  auto;
    background-color: #fff;
    /* cursor: pointer; */
}


.gp {
	width:100%;
	height:100%;
}

.gp .bg {
		
	 width:100%;
	 height:100%;
	 	
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
	transition: all .3s;
}

.gp .caption {
	position: absolute;
	top: 240px;
	left:0;
	bottom:0;
	right:0;
	background: rgba(255,255,255, 0.8);
	padding: 20px 20px;
	font-weight: bolder;
	 
   transition: all .3s;
}


.gp .caption span {
	color: #000;
}

.gp .caption p {
	margin-top:20px;
	color: #000;
}

.gp:hover .bg,
.gp:focus .bg {
    /* transform: scale(1.05); */    
    filter: blur(6px) grayscale(100%);
    -webkit-filter: blur(6px) grayscale(100%);
}

.gp:hover .caption,
.gp:focus .caption {
   padding: 30px 20px;
   background: rgba(255,255,255, 0.5);
   top:0;
}

.gp:hover .caption span,
.gp:focus .caption span {
   color: #f00;
}


/* produkty */
.pr-out {
	position:relative;
	overflow: hidden;
    max-width: 300px;
    height: 250px;
    border: 1px solid #d2d2d7;
    margin: 15px  auto;
    background-color: #fff;
    /* cursor: pointer; */
}


.pr {
	width:100%;
	height:100%;
}

.pr .bg {
		
	 width:100%;
	 height:100%;
	 
	background-repeat: no-repeat;
	background-attachment: scroll;	
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size:contain;
	-o-background-size: contain;
		
	transition: all .3s;
}

.pr .caption {
	position: absolute;
	top: 190px;
	left:0;
	bottom:0;
	right:0;
	background: rgba(255,255,255, 0.8);
	padding: 20px 20px;
	font-weight: bolder;
	 
   transition: all .3s;
}

.pr .caption a.right {
	position: absolute;
	bottom:-60px;
	right:10px;
}

.pr .caption span {
	color: #000;
}

.pr .caption p {
	margin-top:20px;
	color: #000;
}

.pr:hover .bg,
.pr:focus .bg {
    /* transform: scale(1.05); */    
    filter: blur(6px) grayscale(100%);
    -webkit-filter: blur(6px) grayscale(100%);
}

.pr:hover .caption,
.pr:focus .caption {
   padding: 30px 20px;
   background: rgba(255,255,255, 0.5);
   top:0;
}

.pr:hover .caption span,
.pr:focus .caption span {
   color: #f00;
}

.pr:hover .caption a.right,
.pr:focus .caption a.right {
   bottom: 10px;
}


#prodDetails img {
	height:350px;
}


.nav-tabs  li a:hover {
 background-color: #09f;
 color: #fff;	
}



/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color: #333231;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5.Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

/*--------------------
4.6. Team
--------------------*/
/*
.team-item {
	text-align: center;
	background-color: #fff;
}

.team-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}
*/

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #BBBBBB;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}

#map {
    width: 100%;
    height: 200px;
    border:1px solid #666;
    color: #999; 
}

/*
#map:after {
 margin:10px;
  content: "--- mapka ---";
}
*/

.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

/* facebook */
div.fb-container {
	position: fixed;
	z-index:999;
	top:80px;
	right: -300px;
	width: 300px;
	height: 300px;
	transition: all 1s ease 0s;
}

div.fb-container.showed {
	right:0;
}

div.fb-trigger {
	position:absolute;
 	top: 0px;
 	left: -50px;
 	width:50px;
 	height:50px;
 	background: rgba(255,255,255,0.5);
 	padding:0;
 	text-align: center;
}

div.fb-trigger:hover {
	background: #0099eb;
	color: #fff;
}

/*--------------------
5. Footer
--------------------*/

footer {
	padding: 20px 0;
}

footer p {
	color: #fff;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1.6px;
}

footer p a {
	color: #999;
}

footer p a span {
	color: #23AD21;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

.footer {
	background: #444 none repeat scroll 0 0;
    border-top: 1px solid #222;
    padding: 30px 0;
}

.footer-bottom {
	 background: #333 none repeat scroll 0 0;
	 padding: 10px 0;
	 border-top: 1px solid #555;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #09f;
	border-color: #09f;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #888;
	border-radius: 4px;
	background-color: #999;
}

.btn-xl {
color: #fff;
    background-color: #999;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 10px;
}
#back-top a {
	width: 40px; height: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.3);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
#back-top a:hover {
	background: #09f;
}


#back-top i {
	margin-top: 8px;
	font-size: 20px;
}

@media only screen
and (min-width : 320px) and (max-width : 480px) {
	#back-top {
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
}

/* cookies */
#cookies-message-container {
	position:fixed;
	z-index: 1000;
	left:0; bottom:0; right:0;
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
	color: #ddd;
	text-align:center;
}


.partner-logo {
	height: 40px;
	text-align: center;
	display: inline-block;
	margin:10px;
}

.partner-logo img {
	height: 100%;
	width: auto !important; 
}

.promo .cena {
   	font-size: 26px;
   	color: #f00;
} 	

.rightMenu {
	display:none;
}


@media only screen
and (min-width: 768px) {
	
	#owlTopSlider .item {
    height: 300px;
	}
	
	.rightMenu {
		display:block;
		position: absolute;
		z-index: 3;
		top: 100px;
		right: 0;
		width: 280px;
		height: 300px;
		margin:0;
		padding: 40px 0 10px 0;
		background: rgba(0,127,255, 0.8);
		border-left: 1px solid #0bf;
		border-right: 1px solid #0bf;
		text-align:left;
	}
	
	
	.rightMenu li {
		width: 100%;
		line-height: 24px;
		font-weight: 400;
	}
	
	.rightMenu  a {
		display:block;
		font-size: 17px;
		color: #fff;
		padding-left: 10%;
		border-left: 2px solid transparent;
		text-decoration: none;
	
	}
	
	.rightMenu a:hover {
		color: #fff;
		border-left: 2px solid #fff;
	}
	
	.rightMenu i {
	color:  #0bf;
	}
}
	

@media only screen
and (min-width: 1024px) {
	.rightMenu { 
		width: 280px;
	}
	
	.rightMenu li {
		line-height: 24px;
	}
	
	.rightMenu  a {
		font-size: 17px;
	}
}


@media only screen
and (min-width: 1266px) {
	
	#owlTopSlider .item {
    height: 350px;
	}
	
	.rightMenu { 
		width: 300px;
		height: 350px;
	}
	
	.rightMenu li {
		line-height: 26px;
	}
	
	.rightMenu  a {
		font-size: 17px;
	}
}




