@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Francois+One&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,700,400&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script&subset=latin,latin-ext);

@import url(kontakt.css);
@import url(oferta.css);
@import url(cennik.css);
@import url(usterki.css);

body{
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Francois One', sans-serif;
}

h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;    font-weight: 700;
}
/***************************************************************************************************/

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #be0500;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #be0500;
}
::-webkit-scrollbar-thumb:active {
  background: #be0500;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px solid #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #f5f5f5;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/***************************************************************************************************/



/***************************************************************************************************/

#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 152, 235, 0.98);
	z-index: 999999999;
	
	transform: translate3d(0, -120%, 0);
	-webkit-transform: translate3d(0, -120%, 0);
	-moz-transform: translate3d(0, -120%, 0);
	-ms-transform: translate3d(0, -120%, 0);

	transition: all 1.3s cubic-bezier(1, 0.05, 0.51, 0.85);
	-webkit-transition: all 1.3s cubic-bezier(1, 0.05, 0.51, 0.85);

}


.loading-slogan{
	left: calc(50% - 150px);
	top: calc(50% - 100px);
	text-align: center;
	position: absolute;
	font-size: 25px;
	color: #fff;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-ms-transform: rotate(-5deg); /* IE 9 */      
	-webkit-transform: rotate(-5deg); /* Safari */      
	transform: rotate(-5deg);
}

#loading p {
    padding: 20px;
    font-family: 'Kaushan Script', cursive;
}

.loading-slogan p {
    background-image: -webkit-linear-gradient(92deg,rgba(231, 231, 231, 0.67),#FFFFFF);    
    -webkit-background-clip: text;    
    -webkit-text-fill-color: transparent;    -webkit-animation: hue 60s infinite linear;
}

.loading-item{
	left: calc(50% - 80px);
	top: calc(100% - 100px);
	text-align: center;
	position: absolute;
	font-size: 25px;
	color: #fff;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
}

.show {

	transform: translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
/*	
	  -ms-transform: translate(0px,0px) !important; 
   	-webkit-transform: translate(0px,0px) !important; 
		-moz-transform: translate(0px,0px) !important; 
    transform: translate(0px,0px) !important;
*/		
}


.center{
	text-align:center !important;
}

.right{
	text-align:right;
}

.horizontal li{
	display: inline-block;
	/* background: rgba(255, 255, 255, 0.59); */
	min-height: 30px;
}

.firmy li {
    border: solid 1px;
    border-color: #E7E7E7;
    padding: 10px;
    color: #3F3F3F;
    background: #fff;
    font-family: 'Jaldi', sans-serif;
}

.firmy {
    padding-top: 30px;
    margin: 0px 50px;
}

.horizontal li img {
    max-height: 63px;
}

.small .container.window-width-fit{
	margin: 0px !important;
	padding: 0px 10px;
}

.hide{
	display: none;
}

#header{
	width: 100%;
	position: fixed;
	top:0px;
	z-index: 10000;
	height: 135px;
	background: #fff;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}


#header.small, .small #header{
	height: 80px;
	
	background: rgba(60, 60, 60, 0.98);
	/* box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.4); */
	/* border-bottom: solid 2px rgba(34, 184, 234, 0.12); */
}
.menu{
	/* min-width: 515px;*/
	margin: 0 auto;
	color: #777;
	font-family: 'Advent Pro', sans-serif;
	font-size: 20px;
	top: -11px;
	z-index: 10;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.small .menu {
    color: #F6F5F5;
    top: -19px;
}

.menu a.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ED1C24;
    bottom: -47px;
    position: relative;
}

nav ul{
	display: block;
	list-style: none;
	margin: 0 auto;
}

li {
	margin: 10px;
	position: relative;
}
html.small .menu li {
	margin: 0px;
}

nav li {
    display: inline-block;
}

.small nav li {
}

.menu a:hover{
	/*color: #ed1c24;*/
	
}

.menu a.active{
	color: #ed1c24;
	
}


#logo{
	margin:0 auto;
	display: block;
	height: 62px;
	margin-top: 25px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.small #logo {
    height: 35px;
    padding-top: 0;
    margin-top: 5px;
    z-index: 100000;
    position: relative;
}

.home-slider{
	min-height: 500px;
	position: relative;
}

.content {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
}

.home-slider .slider-text{
	position: absolute;
	bottom: calc(50% - 200px);
	left: 20%;	
	font-family: 'Righteous', cursive;
	padding: 50px;
	background: rgba(27, 28, 34, 0.7);
	border-radius: 5px;
}

.home-slider .slider-text h1{
	color: #e11a23; 	
	font-size: 31px
}

.home-slider .slider-text p{
	color: #fff; 
	font-family: "Rajdhani",sans-serif;
	font-size: 30px;
}

/* Prevents the slideshow from flashing on load */
#slides {
  display:none;
  position:relative;
  height: 500px;
  min-height: 500px;
}

#slides .slidesjs-container {
  /*margin-bottom:10px;*/
  width: 100% !important;
  height: 100% !important;
}

#slides .slidesjs-control {
  /*margin-bottom:10px;*/
  width: 100% !important;
  height: 100% !important;
}

#slides .slidesjs-slide {
  /*margin-bottom:10px;*/
  width: 100% !important;
  height: 100% !important;
}

#slides .slidesjs-previous {
  margin-right: 5px;
  float:left;
}d
#slides .slidesjs-next {
  margin-right: 5px;
  float:left;
}

.slidesjs-pagination {
    margin:6px 0 0;
    float: right;
    list-style: none;
	bottom: 29px;
	left: 50%;
	position: absolute;
	z-index: 1000;
	
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
}

.slidesjs-pagination li {
    float: left;
    margin: 0 3px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../img/slider/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-position: 0 -13px }

.slidesjs-pagination li a:hover { background-position: 0 -26px }

#slides a:link, #slides a:visited { /* color: #0098EB; */}



.img-fit{
	width: 100%;
	min-height:100%;
}


.imgbg{
	background-size: cover;
	background-position: center;
}

.imgbg>img {
    display: none;
}



.left-shadow{
	box-shadow: -5px 16px 42px rgba(0, 0, 0, 0.3);
}

.right-shadow{
	box-shadow: 5px 16px 42px rgba(0, 0, 0, 0.3);
}

.center-shadow{
	box-shadow: 0px 16px 42px rgba(0, 0, 0, 0.3);
}

.read-more{
	width: 250px;
	margin: auto;
	border-style: solid;
	border-width: 3px;
	border-color: #0098EB;
	padding: 15px;
	/* font-size: 16px; */
	color: #0098EB;
	font-family: 'Francois One', sans-serif;
	text-align: center;
	transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;  }

.read-more:hover {
    color: #fff;
    background: #0098EB;
};
}

.read-more:hover {
    background-color: #0098EB;
    color: #fff;
}

.read-more i{
	left: -23px;
	position: relative;
	top: 6px;
	line-height: 10px;
}

a{
	text-decoration: none;
	color: inherit;
	height: 100%;
	width: inherit;
	height: inherit;
}

section article {
	background: rgba(248, 247, 247, 0.98);
	margin-bottom: 200px;
	/* box-shadow: 0px 0px 0px 2px rgba(167, 232, 255, 0.27); */
	/* padding-bottom: 30px; */
	padding-top: 10px;
	background: url(http://api.thumbr.it/whitenoise-361x370.png?background=f7f7f7ff&noise=dbdbdb&density=92&opacity=11);
}

article:after {
    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 60px;
    bottom: -60px;
    background:  url(../img/shadow3.png) no-repeat;
    background-size: 100%;
    opacity: 0.9;
}

section article:last-child {
	margin: 0;    
}

section article h1 {
    color: #ed1c24;
    text-align: center;
    padding: 30px;
}

section article p {
    color: #555;
    text-align: center;
    padding-bottom: 40px;
    line-height: 25px;
    font-size: 17px;
}

section article p span {
	color: #ed1c24;
}

.map iframe{
  border-style: solid;
  border-width: 20px;
  border-color: #e0e0e0;
  z-index: 10;
  position: relative;
  height: inherit;
}

iframe:after {
    display: block;    position: relative;    content: "";    width: 100%;    height: 60px;    bottom: -60px;    
    background: #f00 url(../img/shadow3.png) no-repeat;    background-size: 100%;
    z-index: 100000000;
}

header{
	text-align:center;
}

.map{
	padding: 30px;
	margin-bottom: 100px;
}

.small .map {
    padding: 0px;
}

.map:after {
    display: block;    position: relative;    content: "";    
    width: 100%;    
    height: 50px;    
    bottom: 3px;    
    background: url(../img/shadow2.png) no-repeat;    
    background-size: 90% 90%;
    background-position: center top;
    opacity: 0.8;
    z-index: 0;
}

.services p{
	text-align: justify;
}

.services h2{
	padding: 20px;
}

#backgr{
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: -1;
}

.preface {
  margin-top: 135px;
  text-align: center;
  background: rgba(0, 162, 232, 0.51) url(../img/overlay-shadow.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}

.small .preface {
    margin-top: 0px;
}

.preface h2 {
    color: #fff;
}

.preface h1 {
    color: #D6D20F;
    padding: 20px;
    font-size: 30px;
    font-weight: 100;
}

.preface p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 30px 0px;
    text-align: left;
}

.oferta p {
}

footer{
	background: #3c3c3c url(../img/footerBg.jpg);
	color: #F6F5F5;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	z-index: 1;
	position: relative;
	padding-top: 10px;
}

footer i {
    font-size: 30px !important;    margin: 5px;
}

i.fa.fa-mobile {
    font-size: 40px !important;
}

footer p {
    margin: 10px 0px;
}

footer .copyright {
    border-top: 1px solid #525252;
    padding: 15px 0px;
    margin-top: 20px;
    color: #989898;
}

footer .copuright {
    border-bottom: solid 1px #fff;
}

footer h4 {
    text-transform: uppercase;
    padding: 15px 0px;
    border-bottom: 1px dotted #7B7B7B;
    font-weight: 500;
}




@media (max-width:1140px){
	.white-box{
		padding: 20px;
		margin-bottom: 25px;

	}

	.contact-info {
	  height: 600px;
	}

	.contact-form {
	  border-bottom: solid 3px #fff;
	  border-right: 0px;
	  border-left: solid 3px #fff;
	}

	.slider-text{
		left: 0px !important;
	}
}

@media (max-width: 768px){
	#header{
		position: relative;	
		height: 100% !important;
	
		background: rgba(60, 60, 60, 1) !important;
		border-top: solid #3C3C3C;
}
	
	nav li{
		display: block;
		border-bottom: solid;
		border-width: 1px;
}

.menu{
	top: 0px !important;
}

.menu a.active:before{
	display: none;
}
	
	.button--winona::after{
		width: 100%;
		height: 100%;
	}

	footer{
		/* z-index: 101; */
	}
	footer h1{
		padding-bottom: 15px;
		padding-top: 50px;
	}
	.content{
		margin-bottom:0px;
	}
	#copyright{
		position: relative;
	}
}

@media (max-width: 450px){

	.home-slider .slider-text {
		padding:50px 5px;
	}
}