@font-face {
    font-family: AvenirNextLTPro-MediumCn;
    src: url("../fonts/AvenirNextLTPro-MediumCn.otf");
}

@font-face {
    font-family: Plakativ;
    src: url("../fonts/Plakativ.ttf");
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	/*font-family: 'Economica', sans-serif;*/
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 100;
	background: #000 url("../img/background.jpg") no-repeat 50% 0;
	background-attachment: fixed;
	margin: 0 auto;
}

h2 {
	font-weight: normal;
	font-size: 70px;
	color: white;
	font-family: 'Plakativ', sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 70px;
	font-family: "Plakativ";
	line-height: 60px;
	color:#b7da28;
}

p {
	font-size: 15px;
}

/********************************OGOLNE********************************/

/*CLEARFIX*/

.clear {
	clear:both;
}

/*GŁÓWNA SEKCJA KLASA*/

.main_section {
	position: relative;
	width: 1245px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

/* Minimalne wielkosci dla sekcji*/
/*KLASA h1 DLA CONTENTU*/

.content h1 {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}

/* PODZIAL SEKCJI*/

#green_block {
	position: fixed;
	bottom:0;
	right: 0;
	left:80%;
	background-color: #b0da0c;
	height: 40px;
	width: 80%;
	z-index: 101;
}

#white_stripe {
	width: 100%;
	height: 15px;
	background-color: #f0f4f5;
	position: fixed;
	z-index: 101;
	bottom: 0;
}

.section_stripe {
	min-width: 1250px;
	width: 100%;
	height: 15px;
	background: url("../img/div_dash.png") repeat-x;
	position: absolute;
	z-index: 90;
}

/************************************************************************/


/**************** NAWIGACJA*****************/

.menu {
	width: 1250px;
	position: fixed;
	z-index: 200;
}

.menu ul {
	padding: 0;
	margin: 0 135px 0 0;
	float: right;
}

.menu li {
	margin-right: 5px;
	display: inline-block;
}

.menu a {
	font-family: 'PT Sans Narrow' cursive;
	letter-spacing: 0.05em;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #020f22;
	text-decoration: none;
	color: white;
}

/******************SEKCJA01*********************/

#section01 {
	position: relative;
	min-height: 750px;
	min-width: 1250px;
}

#logo {
	position: absolute;
	width: 524px;
	height: 185px;
	background: url("../img/wa_logo.png");
	top: 13%;
	left: 35%;
	z-index: 6;
}

#hand {
	width: 611px;
	height: 469px;
	background: url("../img/hand_fire.png");
	position: absolute;
	left: 33%;
	top: 10%;
	z-index: 5;
}



/*****CONTENT01*****/

#content01{
	position: absolute;
	width: 520px;
	height: 220px;
	bottom: 5%;
	left: 199px;
	z-index: 10;
}

#content01 h2{
	float: left;
	line-height: 60px;
	padding-right: 10px;
	padding-bottom: 120px;
	border-right: solid white 5px;
	margin: 0;
}

#content01 p {
	color: white;
	padding-left: 0;
	margin-left: 120px;
	letter-spacing: 0.5px;
	font-weight: normal;
	margin-top: 10px;
}

/* PODZIAL QUOTE*/

#quotes {
	position: fixed;
	bottom: 4px;
	width: 132px;
	height: 55px;
	background: url("../img/quotes.png");
	z-index: 100;
	left: 5%;
}

/***************SEKCJA 02********************/

#section02 {
	position: relative;
	min-height: 700px;
	min-width: 1250px;
}

#little_bulb {
	width: 189px;
	height: 72px;
	background: url("../img/bulb_portfolio.png");
	background-size: 189px 72px;
	background-position: cover;
	position: absolute;
	right: 0;
	top: 1%;
}

#hand_ball {
	width: 519px;
	height: 539px;
	background: url("../img/hand_ball.png");
	position: absolute;
	right: 5%;
	top: 5%;
}

#logo_small1 {
	position: absolute;
	background: url("../img/wa_logo_small.png");
	width: 176px;
	height: 54px;
	top: 13px;
	left: 140px;
}

/*****CAROUSEL OFERTA!******/

#carousel_wrap {
	width: 850px;
	height: 160px;
	border-left: 5px solid white;
	position: absolute;
	bottom: 10%;
	left: 300px;
	padding-left: 10px;
}

.slideshow {
	margin: 0;
}

.slideshow li {
	margin-right: 10px;
	width: 222px;
	height: 160px;
}

.slideshow p {
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: white;
	line-height: 20px;
}

.slideshow p span {
	color: #B7DA28;
	display: inline-block;
	font-size: 12px;
}

.slideshow img {
	margin-right: 5px;
}

/*****CONTENT02*****/

#content02{
	position: absolute;
	width: 600px;
	height: 250px;
	top: 20%;
	left: 190px;
}


#content02 h2{
	float: left;
	line-height: 60px;
	padding-right: 10px;
	padding-bottom: 192px;
	border-right: solid white 5px;
	margin: 0;
}

#content02 p {
	color: white;
	margin-left: 126px;
	letter-spacing: 0.5px;
	font-weight: normal;
	margin-top: 20px;
}

/***************SEKCJA 03********************/
#section03 {
	min-height: 750px;
	min-width: 1250px;
	position: relative;
}
#city {
	background: url("../img/city.png");
	width: 731px;
	height: 445px;
	position: absolute;
	right: 0;
	z-index: 5;
}

#bulb_portfolio {
	background: url("../img/bulb_portfolio.png") no-repeat;
	width: 305px;
	height: 112px;
	position: absolute;
	right: 5%;
	top: 20px;
	z-index: 4;
}

#logo_small2 {
	position: absolute;
	background: url("../img/wa_logo_small.png");
	width: 176px;
	height: 54px;
	bottom: 20px;
	right: 2%;
}

/*SLIDER PORTFOLIO W MOVINGBOXES.CSS*/

/*****CONTENT03*****/

#content03 {
	position: absolute;
	width: 500px;
	height: 80px;
	top: 100px;
	left: 153px;
}


#content03 h2 {
	float: left;
	line-height: 60px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-right: solid white 5px;
	margin: 0;
}

/***************SEKCJA 04********************/

#kontakt_footer {
	min-width: 1250px;
	width: 100%;
	position: relative;
}

#section04 {
	position: absolute;
	width:100%;
	top:0;
	height: 233px;
	background-color: #b0da0c;
}

#bulb_kontakt {
	background: url("../img/bulb_kontakt.png");
	width: 248px;
	height: 215px;
	position: absolute;
	z-index:2;
	right: 2%;
}

/*****CONTENT04*****/

#content_container {
	width: 1250px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#content04 {
	position: absolute;
	width: 600px;
	height: 200px;
	margin-left: 160px;
	margin-top: 3%;
}

#content04 h1 {
	color: #000100;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}

#content04 h2{
	float: left;
	line-height: 60px;
	padding-right: 10px;
	padding-bottom: 100px;
	border-right: solid white 5px;
	margin: 0;
}

#content04 p {
	color: #030000;
	padding-left: 0;
	margin-left: 155px;
	letter-spacing: 0.5px;
	font-weight: normal;
}

#content04 a {
	text-decoration: none;
	color: inherit;
}
#content04 a:hover {
	text-decoration: underline;
	color: #000;
}

/***************FOOTER********************/

#footer_container{
	min-width: 1250px;
	width: 100%;
	background-color: #2c2c2c;
	position: absolute;
	bottom: 0;
	-webkit-box-shadow: inset 0px 17px 21px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 17px 21px -22px rgba(0,0,0,0.75);
	box-shadow: inset 0px 17px 21px -22px rgba(0,0,0,0.75);
}

#footer_wrap {
	width: 95px;
	margin: 10px auto 0 auto;
}

.footer_content {
	max-width: 1250px;
	margin: 0 auto 10px auto;
	position: relative;

}


.footer_wrap img:hover {
	box-shadow: 0 0 25px #fff;
	border-radius: 30px;
}

.footer_content p{
	display: block;
	width: 233px;
	line-height: 15px;
	margin: 0 auto;
	color: #626262;
	font-size: 14px;

}

#gear {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 99px;
	height: 32px;
	background: url("../img/geardesign.png");
}

/********** JS EFEKT MENU **********/

.roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.roll span {
    display: block;
    position: relative;
    padding: 5px 20px 5px 20px;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
}
    .roll:hover span {
        background: #020f22;

        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }
.roll span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 20px 5px 20px;

    color: black;
    background: #b7da28;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}


.logo_popw {
	display: flex;
	margin: 20px auto 0;
}


.info-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.info-element {
	position: relative;
}

.info-icon {
	opacity: 0.5;
	cursor: pointer;
	display: flex;
	transition: 0.15s opacity;
}

.info-tooltip {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 400px;
	background: white;
	color: black;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.info-icon:hover,
.info-icon:focus {
	opacity: 1;
}

.info-icon:hover + .info-tooltip,
.info-icon:focus + .info-tooltip {
	opacity: 1;
	visibility: visible;
}

/*QUERIES*/

@media (min-height: 800px) {
	#content01 {
		bottom: 9%;
	}
	#content02 {
		top:25%;
	}
	#hand_ball {
		top: 10%;
	}
}

@media (min-height: 1080px) {
	#content01 {
		bottom: 20%;
	}
	#content02 {
		top:30%;
	}
	#hand_ball {
		top: 15%;
	}
}

@media (min-width: 1550px) {
	#quotes {
		left: 15%;
	}
	#green_block {
		left:75%;
	}
}

