/* ------- home ----------*/
	section{
		background: #494949;
		color:#ffffff
	}
	 article{
		position:relative;
		z-index: 160;
		width:100%;
		float: left;
		padding:8% 0;
	 }
	.backg{
		position:absolute;
		left:0; top:0;
		width:100%;
		height:100%;
		z-index: 150;
		background:black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	section:not(#homepage) article a,
	section:not(#homepage) article a:hover{   
	  font-family: "Lato";
		color:#ffffff;
		text-decoration: none;
		background: url(../img/abg.png) right 50% no-repeat;
		border:3px solid #fff;
		padding:10px 70px 10px 25px
	}
	article p{
	  font-family: "Archivo Black";
		font-size:0.9em;
		line-height:1.8em;
		letter-spacing: .5px;
		margin-bottom: 60px
	}
	section h1{
	  font-family: "Archivo Black";
		font-size: 3.6em;
		line-height: 0.9em;
		margin-bottom: 1.5%;
		letter-spacing: 1px
	}
	section:not(#homepage) article p,
	section:not(#homepage) article h1{
		float:left;
		clear:both;
		padding-left:20%;
		width: 31%;
	}
	/* ------- section#homepage ----------*/
	section#homepage{
		height:100%;
		letter-spacing: 1px;
		z-index: 10;
	}
	section#homepage article{
		padding:0;
		height: 100%
	}
	section#homepage .backg{
		background-image: url(../img/home.jpg);
        background-size: auto !important 
	}
  section#homepage .backg #bgmovie {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
    }
    section#homepage .bgmoviecolor{
      position:absolute;
      z-index:155;
      left:0;
      top:0;
      width:100%;
      height:100%;
      background:#4f5c69;
      opacity:.35
    }
	section#homepage .wrap{
		top:26%;
		text-align:center
	}
	section#homepage h1{    
    display:none
	}
	section#homepage header{
    margin-bottom:13%
  }
	section#homepage header img{
    width:35%;
    max-width:479px;
  }
	section#homepage p{
	  font-family: "Archivo Black";
    font-size: 1.2em;
    letter-spacing:0.2px;
	}
	section#homepage a{
	 display:inline-block;
	  padding:0 2%;
	  text-align:right;
	  line-height:1.1em;
		color:inherit;
		text-decoration: none
	}
	section#homepage a:hover{
		color:inherit;
		text-decoration: underline
	}
	.homepage-scroll{
		position:absolute;
		left:calc(50% - 31px);
		bottom:10%
	}
	/* ------- section#industry ----------*/
	section#industry .backg{
		background-image: url(../img/przemysl.jpg) 
	}
	section#industry h1{
		font-size: 2.5em;
		margin-bottom: 3%;
	}
	section#industry article p{
		width: 41%;
	}
	/* ------- section#technical ----------*/
	section#technical{
		z-index:105;
		-webkit-box-shadow: 0px 0px 58px 2px rgba(0,0,0,0.21);
    	-moz-box-shadow: 0px 0px 58px 2px rgba(0,0,0,0.21);
		box-shadow: 0px 0px 58px 2px rgba(0,0,0,0.21);
	}
	section#technical .backg{
		background-image: url(../img/technika.jpg) 
	}
	section#technical article h1,
	section#technical article p{
		float:right;
		text-align: right;
		padding-left:0%;
		padding-right:20%
	}
	/* ------- section#wisdom ----------*/
	section#wisdom .backg{
		background-image: url(../img/wiedza.jpg) 
	}
	/* ------- wrap#aside ----------*/
	 #wrap-aside{
	    border-top: 8px solid #6c8196;
	  }