/* general styles */
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 1.9;
	letter-spacing: 1px;
	font-weight: 400;
}

::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

a {
	outline: medium none !important;
}

#footer8 {
    background-image: url(/graphic/deska.jpg) !important;
background-size: cover !important;
}

button {
	outline: medium none !important;
}

#navigation7>nav.navbar {
background-image: url(/graphic/deska.jpg) !important;
background-size: cover !important;
background-repeat: no-repeat !important;

}

#navigation7 .navbar {
	background: transparent !important;
	font-family: 'Risque', sans-serif !important;
font-size: 1.2em !important;
}

#navigation7 .navbar-default .navbar-nav > li {
    border-left: 1px solid brown !important;
	background: rgba(255,255,255,0.3);
}

.font12 {
	font-size: 12px;	
}

.logofont {
	font-family: Risque;
	margin-top: -11px; 
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
	font-size: 40px; 
	line-height: 30px; 
	text-align: right;
	color: brown;
}

.logofont2 {
	font-family: Risque;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.logofont3 {
	font-family: Risque;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);

}

p {
	font-size: 16px;	
}

h1 {
	font-size: 34px;
	line-height: 54px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

#page {
	
}

.item {
	
}

/* margins and paddings */
.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt40 {
	margin-top: 40px;
}

.nopadding {
   padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nopaddingnomargin {
   padding: 0 !important;
   margin: 0 !important;
}

.nopaddingleft {
   padding-left: 0 !important;
}

.nopaddingright {
   padding-right: 0 !important;
}

.green {
	color: #6d2f03 !important;
}

.dark {
	color: #282828 !important;
}

.orange {
	color: #fec107 !important;
}
/* header */
header {
	width: 100%;
    height: 100%;
    background: no-repeat center center;
	background-attachment: scroll;
	background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
}

.tlokontaktu	{
    background-image: url('../graphic/ofirmietlo.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size: 100% auto;
} 

.kominkitlo	{
    background-image: url('../graphic/kominkitlo.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -o-background-size: 100% auto;
	padding-bottom: 30px;
} 

/* buttons */
.btn-default {
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #b7b7b7;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default:hover {
	background: #b7b7b7;
}

.btn-default-transparent {
	background: transparent;
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-transparent:hover {
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
}

.btn-default-pink-transparent, .btn-default-pink-transparent:focus {
	background: transparent;
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-pink-transparent:hover {
	border: 1px solid #f06097;
	color: #fff;
	background-color: #f06097;
}

.btn-default-pink, .btn-default-pink:focus {
	border-radius: 2px;
	padding: 12px 24px;
	border: 1px solid #f06097;
	color: #fff;
	background-color: #f06097;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-pink:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.btn-default-yellow, .btn-default-yellow:focus {
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #f8e71c;
	color: #fff;
	background-color: #f8e71c;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-yellow:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #f48320;
}

.btn-default-yellow-tiny-transparent, .btn-default-yellow-tiny-transparent:focus {
	border-radius: 2px;
	padding: 8px 24px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-yellow-tiny-transparent:hover {
	border: 1px solid #f8e71c;
	background-color: #f8e71c;
	color: #fff;
}
.btn-default-blue-green-tiny-transparent, .btn-default-blue-green-tiny-transparent:focus {
	border-radius: 2px;
	padding: 8px 24px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-blue-green-tiny-transparent:hover {
	border: 1px solid #144144;
	background-color: #144144;
	color: #fff;
}

.btn-default-green-transparent {
	border-radius: 2px !important;
	background: transparent;
	padding: 12px 24px;
	border: 1px solid #6d2f03;
	color: #6d2f03;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green-transparent:hover {
	border: 1px solid #6d2f03;
	color: #fff;
	background: #6d2f03;
}

.btn-default-green, .btn-default-green:focus {
	background-color: #6d2f03;
	border-radius: 2px;
	padding: 12px 24px;
	border: 1px solid #6d2f03;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green:hover {
	border: 1px solid #6d2f03;
	color: #fff;
	background: #f48320;
}

.btn-default-black, .btn-default-black:focus {
	background-color: #000;
	border-radius: 2px;
	padding: 12px 24px;
	border: 1px solid #000;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-black:hover {
	border: 1px solid #000;
	color: #000;
	background: transparent;
}

.btn-default-green-transparent-tiny, .btn-default-green-transparent-tiny:focus {
	border-radius: 2px !important;
	background: transparent;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #6d2f03;
	color: #6d2f03;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green-transparent-tiny:hover {
	border: 1px solid #6d2f03;
	color: #fff;
	background: #6d2f03;
}

.btn-default-green-tiny {
	border-radius: 2px !important;
	background: #6d2f03;
	margin-top: 10px;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #6d2f03;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green-tiny:hover {
	border: 1px solid #6d2f03;
	color: #6d2f03;
	background: transparent;
}

.btn-default-orange {
	border-radius: 4px !important;
	background: transparent;
	border-radius: 40px;
	padding: 10px 24px;
	border: 1px solid #e74c3c;
	color: #e74c3c;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange:hover {
	border: 1px solid #e74c3c;
	color: #fff;
	background: #e74c3c;
}

.btn-default-orange-light, .btn-default-orange-light:focus {
	border-radius: 4px !important;
	background: #fec107;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #fec107;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-light:hover {
	border: 1px solid #fec107;
	color: #fec107;
	background: transparent;
}

.btn-default-orange-light-transparent, .btn-default-orange-light-transparent:focus {
	border-radius: 4px !important;
	background: transparent;
	border-radius: 40px;
	padding: 10px 24px;
	border: 1px solid #fec107;
	color: #fec107;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-light-transparent:hover {
	border: 1px solid #fec107;
	color: #fff;
	background: #fec107;
}

.btn-default-orange-tiny {
	border-radius: 2px !important;
	background: transparent;
	border-radius: 40px;
	padding: 6px 24px;
	border: 1px solid #e74c3c;
	color: #e74c3c;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-tiny:hover {
	border: 1px solid #e74c3c;
	color: #fff;
	background: #e74c3c;
}

.btn-default-orange-tiny-no-t {
	border-radius: 2px !important;
	background: #e74c3c;
	border-radius: 40px;
	padding: 6px 24px;
	border: 1px solid #e74c3c;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-tiny-no-t:hover {
	border: 1px solid #e74c3c;
	color: #e74c3c;
	background: transparent;
}

.btn-default-blue-tiny {
	border-radius: 2px !important;
	background: #3498db;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #3498db;
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-blue-tiny:hover {
	border: 1px solid #3498db;
	color: #3498db !important;
	background: transparent;
}

.btn-default-dark-tiny {
	border-radius: 2px !important;
	background: #282828;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #282828;
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-dark-tiny:hover {
	border: 1px solid #282828;
	color: #282828 !important;
	background: transparent;
}

.btn-default-white-transparent, .btn-default-white-transparent:focus {
	border-radius: 2px !important;
	background: rgba(237, 237, 237, 0.3);
	padding: 12px 24px;
	border: 1px solid #ededed;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-white-transparent:hover {
	border: 1px solid rgba(237, 237, 237, 0.8);
	color: #fff;
	background: rgba(237, 237, 237, 0.6);
}

/* inputs */
.form-control {
	border-radius: 4px;
    background: rgba(255,255,255,0.7);
	/*border: none;*/
	height: 42px;
	color: #282828;
	outline: none;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.dark-span {
	font-weight: 700;
	background-color: #282828;
	padding: 0 8px;
}

/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
   z-index:9999;
}

/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon{
   opacity:0.4;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   filter: alpha(opacity = 50);
}

.overlay-zoom {
   z-index: 90;
   width: 100%;
   height: 100%;
   display: inline-block;
   cursor: pointer;
   position: relative;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}

.overlay-zoom .zoom-icon {
   top:0;
   left: 0;
   opacity: 0;
   z-index: 100;
   width: inherit;
   height: inherit;
   position: absolute;
   background-color: #000;
   background-position: 50%;
   background-repeat: no-repeat;
   background-image:url("../graphic/overlay-icon.png");
   filter: alpha(opacity = 0);
   -webkit-backface-visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
}

@media (max-width: 768px) {
   .fancybox-overlay {
      background: none !important;
   }
}

@media (max-width: 1200px) {
  #navigation7 .navbar {
    letter-spacing: 0px !important;
    font-size: 10px !important;
	}
}

.facebook2 {
	float:right;
	width:350px;
	height:250px; 
	background: url('https://mati.com.pl/facebook-niebieski.png');
	display:block;
	right:-303px;
	padding:0;
	position:fixed;
	top:100px;
	z-index:10000;
}

.fota1 img {
	padding: 0;
    background-color: transparent;
    border: none;
    border-radius: none;
}

.divider {
    border: 0;
    margin: 60px 0;
    height: 4px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    text-align: center;
    position: relative;
    clear: both;
}

.divider .fa {
    color: #bbb;
    background: #fff;
    text-align: center;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-size: 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 auto 0 -25px;
}

i.fa {
    text-decoration: none !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zdjecia_galerii  {
    list-style-type: none;
	
}

.zdjecia_galerii img {
	  -khtml-border-radius:4px; 
	-ms-border-radius:4px; 
	-o-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	-khtml-box-shadow:rgba(0,0,0,0.4) 0 1px 8px; 
	-ms-box-shadow:rgba(0,0,0,0.4) 0 1px 8px; 
	-o-box-shadow:rgba(0,0,0,0.4) 0 1px 8px; 
	-moz-box-shadow:rgba(0,0,0,0.4) 0 1px 8px; 
	-webkit-box-shadow:rgba(0,0,0,0.4) 0 1px 8px; 
	box-shadow:rgba(0,0,0,0.4) 0 1px 8px;
	margin: 10px 0;
	}

.list_zdjecie img {
	-khtml-border-radius:4px; 
	-ms-border-radius:4px; 
	-o-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	-khtml-box-shadow:rgba(0,0,0,0.4) 0 0 4px; 
	-ms-box-shadow:rgba(0,0,0,0.4) 0 0 4px; 
	-o-box-shadow:rgba(0,0,0,0.4) 0 0 4px; 
	-moz-box-shadow:rgba(0,0,0,0.4) 0 0 4px; 
	-webkit-box-shadow:rgba(0,0,0,0.4) 0 0 4px; 
	box-shadow:rgba(0,0,0,0.4) 0 0 4px;
	width: 100%;
}

.zdjecie img {
-khtml-border-radius:4px; 
	-ms-border-radius:4px; 
	-o-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	-khtml-box-shadow:rgba(0,0,0,0.4) 0 1px 3px; 
	-ms-box-shadow:rgba(0,0,0,0.4) 0 1px 3px; 
	-o-box-shadow:rgba(0,0,0,0.4) 0 1px 3px; 
	-moz-box-shadow:rgba(0,0,0,0.4) 0 1px 3px; 
	-webkit-box-shadow:rgba(0,0,0,0.4) 0 1px 3px; 
	box-shadow:rgba(0,0,0,0.4) 0 1px 3px;
	margin: 10px;
} 
.obiekt_zdjecie_galeria
{
	float:left;
	margin-right: 10px;
}

.obiekt_zdjecie_galeria img
{
	-khtml-border-radius:3px; 
	-ms-border-radius:3px; 
	-o-border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	-khtml-box-shadow:rgba(0,0,0, 0.4) 0 1px 4px; 
	-ms-box-shadow:rgba(0,0,0, 0.4) 0 1px 4px; 
	-o-box-shadow:rgba(0,0,0, 0.4) 0 1px 4px; 
	-moz-box-shadow:rgba(0,0,0, 0.4) 0 1px 4px; 
	-webkit-box-shadow:rgba(0,0,0, 0.4) 0 1px 4px; 
	box-shadow:rgba(0,0,0, 0.4) 0 1px 4px;
}

/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
   z-index:9999;
}

/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon{
   opacity:0.4;   
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   filter: alpha(opacity = 50);
}

.overlay-zoom {
   z-index: 90;
   width: 100%;
   height: 100%;
   cursor: pointer;
   position: relative;     
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}

.overlay-zoom .zoom-icon {
   top:0;   
   opacity: 0; 
   z-index: 100;
   width: inherit;
   height: inherit;
   position: absolute;
   background-color: #000;
   background-position: 50%;
   background-repeat: no-repeat;
   background-image:url("../graphic/overlay-icon.png");
   filter: alpha(opacity = 0);
   -webkit-backface-visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
}

@media (max-width: 768px) {
   .fancybox-overlay {
      background: none !important;
   }
}
.fieldTooltip {
	z-index: 9999;
}