@charset "UTF-8";
/* CSS Document */

/* lato-regular - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v11-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v11-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v11-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v11-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v11-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v11-latin_latin-ext-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v11-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v11-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin_latin-ext-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v11-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../fonts/lato-v11-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin_latin-ext-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v11-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v11-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin_latin-ext-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v11-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('../fonts/lato-v11-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin_latin-ext-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

html { height:100% }

body {
	background-color:#efdc54;
	text-align:center;
	font-family: 'Lato';
	height:100%;
}


/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px 5px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	font-size:16px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 8px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#flag {
	position:absolute;
	right:10px;
	top:10px;
	width:39px;
	height:25px;
}
#flag img { width:100%; height:auto }	
@media screen and (max-width: 800px) {
	#flag { width:25px;	}
}
@media screen and (max-width: 360px) {
	#flag { display:none;	}
}
.section {
	overflow:hidden;
	width:100%;
	height:100%;
	
}


#fullcontrol {
	background-image:url(../images/bkg-home.jpg);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
}
#fullcontrol .yellow {
	position:relative;
	width:100%;
	display:block;
	height:100%;
	margin-top:45%;
	background-color:#e9dc5f;
	color:#353d42;
	border-top:30px solid #1b1f23;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
	#fullcontrol {
		background-image:url(../images/bkg-home-mobile.jpg);
		background-size:cover;
		background-position: center;
		background-repeat:no-repeat;
	}
	#fullcontrol .yellow {
		margin-top:100% !important;
		
	}
	#menu li {
		margin: 7px 3px;
		color: #000;
		font-size:14px;
	}

}

#fullcontrol .pelna {
	font-size:50px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top:-100px;
	left:15%;
	text-align:left;
}
#fullcontrol .inno {
	font-size:22px;
	color:#353d42;
	font-weight:normal;
	position:absolute;
	top:15px;
	left:15%;
	text-align:left;
}


#gymos {
	background-image:url(../images/bkg-gymos.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#gymos .laptop {
	width:50%;
	position:absolute;
	left:0;
	bottom:0;
}
#gymos .laptop img {
	width:100%;
	height:auto;
}
#gymos .logo {
	width:20%;
	position:absolute;
	top:5%;
	right:5%;
	-webkit-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.75);	
}
#gymos .logo img {
	width:100%;
	height:auto;
}
#gymos .tekst {
	width:45%;
	position:absolute;
	left:45%;
	top:50%;
	color:#fff;
	font-size:18px;
	text-align:left;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
	#gymos .logo {
		top:12%;
		right:5%;
	}

	#gymos .tekst {
		width:85%;
		position:absolute;
		left:5%;
		top:25%;
		color:#fff;
		font-size:14px;
		text-align:left;
	}

}
@media screen and (max-width: 320px) {
	#gymos .laptop { display:none }
}
#apps {
	background-image:url(../images/bkg-apps.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}


/* CAROUSEL */

#wrap {
  /* fixed width, centered in viewport */
  width:100%;
  height:100%;
  left:-50%;
  margin-left:50%;
  position: relative;
 
}
#showcase {
  margin:0 auto;
  width: 90%;
  height:90%;
  text-align:left;
  margin-top:7%;
	color: #fff;
}
#showcase img {
  cursor: pointer;
  width:15%;
  height:auto;
	/*-webkit-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.5);*/
}
#funkcja-info {
	position:absolute;
	width:76%;
	left:50%;
	margin-left:-38%;
	bottom:0;
	height:50%;
	vertical-align:top;
	text-align:center;
}
#funkcja-info .title {
	font-size:30px;
	font-weight:bold;
	display:block;
}
#funkcja-info .desc {
	padding-top:20px;
	font-size:16px;
	font-weight:normal;
}
#apps .nav {
  text-align: center;
  position:absolute;
  bottom:35%;
  width:100%;
}
#apps .nav > .button {
  width: 70px;
  height: 70px;
  margin: 5px;
  cursor: pointer;
  background-size:100%;
  background-repeat:no-repeat;
  position:absolute;
  bottom:50%;
  transition:all 300ms;
}
#apps .nav > .button.right {
	background-image:url(../images/chevron-right.png);
	right:10px;
	opacity: 0.5;
}
#apps .nav > .button.left {
	background-image:url(../images/chevron-left.png);
	left:10px;
	opacity: 0.5;
}
#apps .nav > .button.right:hover {
	right:0;
}
#apps .nav > .button.left:hover {
	left:0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
	#apps {
		background-image:url(../images/bkg-apps-mobile.jpg);
		background-size:cover;
		background-repeat:no-repeat;
	}

	#funkcja-info {
		position:absolute;
		width:84%;
		left:50%;
		margin-left:-42%;
		bottom:0;
		height:60%;
		vertical-align:top;
		text-align:center;
	}
	#funkcja-info .title {
		font-size:16px;
		font-weight:bold;
		display:block;
	}
	#funkcja-info .desc {
		padding-top:5px;
		font-size:13px;
		font-weight:normal;
	}
	#apps .nav {
	  text-align: center;
	  position:absolute;
	  bottom:80%;
	  width:100%;
	}
	
	#apps .nav > .button {
	  width: 30px;
	  height: 30px;
	  margin: 3px;
	}
	#apps .nav > .button.right {
		right:1px;
	}
	#apps .nav > .button.left {
		left:1px;
	}

}
@media screen and (max-width: 320px) {
	#showcase {
	  margin:0 auto;
	  width: 95%;
	  height:95%;
	  text-align:left;
	  margin-top:7%;
	}
	
	#funkcja-info {
		
		width:100%;
		left:50%;
		margin-left:-50%;
		bottom:0;
		height:62%;
	}
	#funkcja-info .title {
		font-size:14px;
		font-weight:bold;
		display:block;
	}
	#funkcja-info .desc {
		padding-top:5px;
		font-size:12px;
		font-weight:normal;
	}
}


#kontakt {
	background-image:url(../images/bkg-kontakt.jpg);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	color:#e1dddc;
}
#kontakt h1 {
		margin:14px 0 0 0;
		padding:20px 0;
		font-size:28px;
		
	}

#kontakt .tekst {
	position:absolute;
	width:45%;
	top:15%;
	left:5%;
	font-size:18px;
	text-align:left
}
#kontakt table {
	width:100%;
	font-size:16px;
	margin:10px 0;
}
#kontakt table th {
	background-color:#555;
	color:#eee;
	padding:10px;
	text-align:center;
}
#kontakt table td {
	padding:5px;
	text-align:center;
	border-bottom:1px #555 solid;
}
/*#kontakt {
	background-image:url(../images/bkg-kontakt.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}*/
#kontakt .tech {
	width:30%;
	position:absolute;
	left:0;
	top:0;
}
#kontakt .obsluga {
	width:30%;
	position:absolute;
	right:0;
	bottom:0;
}
#kontakt .tech img, #kontakt .obsluga img {
	width:100%;
	height:auto;
	
}

a {
	color:#353d42;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
#kontakt .kont {
	width:250px;
	height:40px;
	line-height:40px;
	font-size: 20px;
	color:#e1dddc;	
	padding:0 10px;
	text-align:left;
	position:relative;
	margin-left:40px;
	font-weight:bold;
	margin-bottom:10px;
}
#kontakt .kont span {
	font-size: 16px;
	vertical-align: top;
}
#kontakt .kont a { 
	color: #e1dddc;
}
#kontakt .kont::before {
	content:'';
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	top:0;
	left:-40px;
	background-repeat:no-repeat;
	background-size:100%;	
}
#kontakt .kont.kom::before {
	background-image:url(../images/kontakt-kom.png);
}
#kontakt .kont.tel::before {
	background-image:url(../images/kontakt-tel.png);
}
#kontakt .kont.email::before {
	background-image:url(../images/kontakt-email.png);
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
	#kontakt {
		background-image:url(../images/bkg-kontakt-mobile.jpg);
		background-size:cover;
		background-position: center;
		background-repeat:no-repeat;
		color:#e1dddc;
	}
	#kontakt .tekst {
		width:90%;
		top:5%;
		left:5%;
		font-size:14px;
	}
	#kontakt table {
		width:100%;
		font-size:14px;
		margin:5px 0;
	}
	#kontakt table th {
		background-color:#555;
		color:#eee;
		padding:5px;
		text-align:center;
	}
	#kontakt table td {
		padding:5px;
		text-align:center;
		border-bottom:1px #555 solid;
	}


}

@media screen and (max-width: 320px) {
	#kontakt h1 {
		margin:14px 0 0 0;
		padding:5px 0;
		font-size:16px;
		
	}
	#kontakt .tekst {
		width:90%;
		top:5%;
		left:5%;
		font-size:14px;
	}
	#kontakt table {
		width:100%;
		font-size:12px;
		margin:5px 0;
	}
	#kontakt table th {
		background-color:#555;
		color:#eee;
		padding:5px;
		text-align:center;
	}
	#kontakt table td {
		padding:5px;
		text-align:center;
		border-bottom:1px #555 solid;
	}
	#kontakt .kont {
		width:90%;
		height:20px;
		line-height:20px;
		color:#353d42;
		background-color:#999;
		padding:0 5px;
		text-align:left;
		position:relative;
		margin-left:20px;
		font-weight:bold;
		margin-bottom:5px;
	}
	#kontakt .kont::before {
		content:'';
		position:absolute;
		display:block;
		width:20px;
		height:20px;
		top:0;
		left:-20px;
		background-repeat:no-repeat;
		background-size:100%;	
	}


}