body {
	color:#363636;
	font-size:18px;
	font-family:futura-pt, sans-serif;
	font-weight:400;
	font-style:normal;
	line-height:1;
}
* {
	outline:0!important;
}
.wrapper {
	max-width:1366px;
	margin:0 auto;
}
.navbar {
	margin-bottom:0;
	z-index:20;
}
.navbar-brand {
	height:auto;
}
.navbar-brand img {
	width:30px;
	height:30px;
}
.navbar-nav {
	float:none;
	text-align: center;
}
.navbar-nav > li {
	float:none;
	padding:15px;
    display:inline-block;
}
.navbar-nav > li > a{
	font-size:1.333em;
	font-family:futura-pt-bold, sans-serif;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
}
.navbar-default {
	background-color:#fff;
	border-color:#fff;
}
.navbar-default .navbar-brand {
	color:#fff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color:#363636;
}
.navbar-nav > li > a.red {
	color:#c60702;
}
.navbar-default .navbar-toggle {
	border-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#000;
    width: 38px;
    height: 3px;
}
.acumin-light{
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.acumin-bold {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.acumin-black {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
}
.futura-pt{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.futura-pt-bold {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.img-responsive {
	width:100%;
}
.content {
	overflow:hidden;
}
.content h2 {
	font-size:1.667em;
	font-family:acumin-pro-condensed, sans-serif;
	font-weight:800;
	font-style:normal;
	text-align:center;
	margin-top:25px;
	margin-bottom:30px;
}
.content p {
	margin-top:20px;
	margin-bottom:0;
}
#konkurs {
	background:url('../img/konkurs.jpg') no-repeat;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
#konkurs h1 {
	color:#d80505;
	font-size:5.444em;
	font-family:acumin-pro-extra-condensed, sans-serif;
	font-weight:800;
	font-style:normal;
	line-height:0.8;
	margin-top:0;
}
#konkurs h1 em {
	color:#000;
	font-size:0.8em;
	font-family:futura-pt-bold, sans-serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:-5px;
	line-height:0;
	text-transform:uppercase;
}
#konkurs h1 span {
	font-size:0.8em;
	display:block;
	white-space:nowrap;
}
#konkurs .header {
	padding:40px 0 0;
	display:table;
	position:relative;
}
#konkurs .header > div {
	display:table-cell;
	float:none;
}
#konkurs .header .robot {
	padding:0;
	position:absolute;
	bottom:0;
}
#konkurs .header .robot img {
	max-width:220px;
}
#konkurs .header .paczka {
	padding:0;
}
#konkurs  .header .paczka img {
	max-width:310px;
}
#konkurs .col-md-7, #konkurs .col-md-5 {
	padding:0;
}
#konkurs .jn-logo {
	position:absolute;
	top:20px;
	right:50px;
}
#konkurs .rules {
	background:url('../img/ludzik.png') no-repeat bottom right;
	background-size:contain;
	padding-right:35%;
	padding-bottom:20px;
	clear:both;
}
#konkurs .rules h2, #konkurs .rules h3, #konkurs .rules a {
	font-family:futura-pt-bold, sans-serif;
	font-weight:700;
	font-style:normal;
}
#konkurs .rules h2 {
	color:#c60702;
	font-size:2.667em;
	line-height:1;
	letter-spacing:-3px;
	text-transform:uppercase;
	margin-top:0;
}
#konkurs .rules h2 span, #konkurs .rules h3 span {
	display:block;
}
#konkurs .rules h3 {
	margin-top:10px;
}
#konkurs .rules h3, #konkurs .rules p {
	color:#000;
	font-size:1.333em;
}
#konkurs .rules p:last-child {
	font-size:1.111em;
}
#konkurs .rules a {
	color:#fff;
	background:#1a6e39;
	font-size:14px;
	display:inline-block;
	padding:17px 30px;
	margin:5px 0;
}
#konkurs .rules a:hover {
	text-decoration:none;
}
#konkurs .form {
	color:#fff;	
	background:#1a6e3a;
	padding:20px 25px;
	min-height:555px;
}
#konkurs .form h2 {
	text-align:center;
	font-size:2em;
	font-family:acumin-pro-condensed, sans-serif;
	font-weight:800;
	font-style:normal;
	margin-top:15px;
	margin-bottom:20px;
}
#konkurs input[type="text"] {
	color:#000;
	width:100%;
	font-size:1.167em;
	padding:6px 15px;
	height:37px;
	border:2px solid #fff;
}
#konkurs input::placeholder {
	text-align:center;
}
#konkurs input[type="file"] {
	display:none;
}
#konkurs input[type="file"].valid {
	color:#f00;
}
#konkurs label[for="food"] {
	position:relative;
	float:right;
	width:50%;
	height:50px;
}
#konkurs label[for="food"].valid:not(.uploaded):before {
	content:'Dołącz zdjęcie';
	position:absolute;
	left:-100%;
	font-size:14px;
	font-weight:400;
    background:#f00;
    padding:5px;
}
#konkurs label[for="food"]:not(.uploaded):after {
	content:'Dodaj zdjęcie';
	color:#000;
	font-size:32px;
	font-family:acumin-pro-extra-condensed, sans-serif;
	font-weight:800;
	font-style:normal;	
	display:block;
	width:170px;
	height:50px;
	text-align:center;
	text-transform:uppercase;
	background:#ffc900;
	cursor:pointer;
	padding:7px 10px;
	position:absolute;
	top:0;
	right:0;
}
#konkurs label[for="food"].uploaded {
	background:url('../img/uploaded.png') no-repeat right;
	background-size:contain;
}

#konkurs input[type="text"].valid {
	border:2px solid #f00;
}
#konkurs input[type="text"].valid::placeholder {
	color:#f00;
}
#konkurs .error {
	display:none;
}
#konkurs input[type="text"].valid + .error {
	display:block;
	font-size:14px;
	font-weight:400;
	background:#f00;
	padding:0 5px 5px;
	position:absolute;
}
#konkurs label.valid .ch-icon {
	border-color:#f00;
}
#konkurs .form-group {
	margin-bottom:20px;
}
#konkurs .checkbox {
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
}
#konkurs .checkbox input[type="checkbox"] {
	display:none;
}
#konkurs .checkbox input[type="checkbox"] + .ch-icon > i {
	opacity:0;
}
#konkurs .checkbox input[type="checkbox"]:checked + .ch-icon >  i {
	opacity:1;
}
.ch-icon {
	color:#fff;
	display:block;
	width:13px;
	height:13px;
	border:1px solid #fff;
	position:absolute;
	left:0;
	top:2px;
}
.ch-icon > i{
	position:absolute;
	left:0;
	top:-4px;
}
#file {
	width:75px;
	height:50px;
	position:relative;
}
#pic {
	max-width:75px;
	max-height:50px;
	color:transparent;
}
#del {
	position:absolute;
	top:-5px;
	right:-5px;
	width:17px;
	height:17px;
	background:#f00;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
}
#send {
	font-size:50px;
	font-family:acumin-pro-extra-condensed, sans-serif;
	font-weight:800;
	font-style:normal;
	text-transform:uppercase;
	background:#c70702;
	border:0;
	display:block;
	padding:5px 45px 12px;
	margin:0 auto;
}
#thanks {
	text-align:center;
}
#thanks img {
	margin:20px auto;
	width:120px;
	height:120px;
}
#thanks p {
	font-size:1.444em;
	margin-top:70px;
}
#nagrody {
	padding-bottom:40px;
}
#nagrody h2 {
	margin-bottom:10px;
}
#nagrody p {
	font-size:1.111em;
}
#nagrody p > span {
	display:block;
	font-size:1.5em;
}
#nagrody .info {
	text-align:center;
	margin-bottom: 50px;
}
#nagrody .produkt img {
	max-width:320px;
	max-height:250px;
}
#nagrody .produkt > div {
	text-align:center;
}
#nagrody .robot p {
	text-align:left;
}
#nagrody.robot img {
	max-width:230px;
}
#nagrody .paczka p {
	text-align:right;
}
#nagrody .paczka img {
	max-width:345px;
	margin:10.5% 0;
}
@media(min-width:992px) {
	#nagrody .robot p {
		position:absolute;
		right:-110px;
		bottom:5px;
	}
	#nagrody .paczka p {
		position:absolute;
		left:-170px;
		bottom:5px;
	}
}
#zwyciezcy .content {
	background:#f4f4f4;
}
#zwyciezcy .content h2 {
	color:#363636;
}
#zwyciezcy .photo {
	position:relative;
	width:100%;
	overflow:hidden;
}
#zwyciezcy .photo:before {
	content:'';
	padding-top:95%;
	display:block;
}
#zwyciezcy .photo img {
	position:absolute;
}
#zwyciezcy .item0 img {
	bottom:0;
}
#zwyciezcy .item01 img {
	bottom:-10%;
}
#zwyciezcy .item1 img {
	top:0;
	min-width:130%;
	height:100%;
}
#zwyciezcy .item2 img {
	top:0;
	left:-15%;
	min-width:125%;
	height:100%;
}
#zwyciezcy .item3 img {
	top:0;
	left:-10%;
	min-width:120%;
	height:100%;
}
#zwyciezcy .item4 img {
	top:0;
	left:-20%;
	min-width:140%;
	height:100%;
}
#zwyciezcy .item5 img {
	top:0;
	left:-50%;
	min-width:165%;
	height:100%;
}
#zwyciezcy .item20 img {
	top:-20%;
}
#zwyciezcy .item25 img {
	top:-25%;
}
#zwyciezcy .item30 img {
	top:-30%;
}

#zwyciezcy .item:not(:first-child) {
	display:none;
}
#zwyciezcy .winners {
	padding-bottom:20px;
}
#zwyciezcy .winner {
	width:25%;
	float:left;
	padding:0 8px;
}
#zwyciezcy .wname p {
	margin-top:12px;
	margin-bottom:30px;
	text-align:center;
}

.footer {
	color:#fff;
	background:#1a6e39;
	float:left;
    width:100%;
	padding:30px 0;
	margin-top:-1px;
}
.footer .col-sm-3 {
	text-align:left;
}
.footer .col-sm-9 {
	text-align:right;
}
.footer  img {
	max-width:345px;
}
.footer a, .footer span {
	color:#fff;
	font-size:0.8em;
	font-family:futura-pt-bold, sans-serif;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	margin:20px 0 20px 50px;
	display:inline-block;
}
.owl-carousel {
	display:block;
}
.owl-nav {
	color:#000;
	margin:0;
	font-size:4em;
}
.owl-prev {
	position:absolute;
	left:-45px;
	top:45%;
}
.owl-next {
	position:absolute;
	right:-45px;
	top:45%;
}
.owl-nav button span {
	opacity:0.5;
}
.owl-nav button:hover span {
	background:transparent;
	opacity:0.75;
}
.owl-theme .owl-dots {
	margin-top:30px;
}
.owl-theme .owl-dots .owl-dot span {
	margin:5px 6px;
}
.owl-item.scrollable.default-skin .scroll-bar .thumb {
	opacity:0;
}
.owl-item.scrollable.default-skin:hover .scroll-bar .thumb {
	opacity:0.5;
}

@media(min-width:992px) and (max-width:1199px) {
	#konkurs {
		font-size:0.8em;
	}
	#konkurs .jn-logo {
		width:200px;
	}
	#konkurs .rules {
		margin-top:61px;
		font-size:14px;
	}
	#konkurs .header .paczka {
		padding:70px 0 0;
	}
	#konkurs .header .paczka img {
		max-width:250px;
	}
	#konkurs .header .robot img {
		max-width:160px;
	}
	#zwyciezcy .winner {
		width:33%;
	}
}
@media(min-width:768px) and (max-width:991px) {
	.navbar .inner {
		padding:0;
	}
	.navbar-nav > li {
		padding:10px;
	}
	#konkurs {
		font-size:0.9em;
	}
	#konkurs .header {
		height:395px;
	}
	#konkurs .header .paczka {
		padding:50px 30px 20px 130px;
	}
	#konkurs .header .robot {
	    padding: 0 80px 0 0;
	}
	#konkurs .form {
		max-width:400px;
		margin:-25px auto 0;
	}
	#konkurs .rules  {
		height:383px;
		margin-top:20px;
	}
	#nagrody {
		padding-left:10%;
		padding-right:10%;
	}
	#nagrody .info {
	    padding:0 11%;
	}
	#nagrody .robot img {
		max-width:180px;
	}
	#nagrody .paczka img {
		max-width:265px;
	}
	#zwyciezcy .winner {
		width:50%;
	}
	.footer a, .footer span {
		margin:5px 0 5px 25px;
	}
}
@media(min-width:768px) {
	.mobile {
		display:none!important;
	}
	.navbar-brand {
		padding-top:20px;
	}
	.inner {
		padding:0 6%;
	}
}
@media(min-width:992px) {
	#konkurs .header {
		min-height:440px;
	}
	#konkurs .rules {
		min-height:300px;
	}
	#konkurs .form {
		padding:20px 25px;
		margin-top:265px;
	}
}
@media(min-width:1200px) {
	#konkurs .header {
		min-height:440px;
	}
	#konkurs .rules {
		min-height:390px;
	}
	#konkurs .header .paczka img {
		padding:10px 0 20px 30px;
	}
	#konkurs .form {
		padding:20px 45px;
		margin-top:280px;
	}
}
@media(min-width:1200px) and (max-width:1299px) {
	#konkurs .header {
		height:440px;
	}
	#konkurs .rules {
		font-size:0.98em;
	}
	#konkurs .form {
		padding:20px 35px;
		margin-top:270px;
	}
}
@media(max-width:991px) {
	.content {
		text-align:center;
	}
	#konkurs {
		height:auto;
		overflow:visible;
	}
	#konkurs .jn-logo {
		width:150px;
	}
}
@media(max-width:767px) {
	.desktop {
		display:none!important;
	}
	#konkurs .jn-logo {
		width:100px;
		top:10px;
		right:20px;
	}
	#konkurs .header {
		font-size:0.55em;
		padding-left:20px;
		padding-right:20px;
	}
	#konkurs .header .paczka {
		padding:20px 0;
	}
	.paczka img {
		max-width:150px!important;
	}
	#konkurs .header .robot {
		padding:20px 0;
	}
	.robot img {
		max-width:120px!important;
	}
	#konkurs .rules {
		padding-left:20px;
		padding-right:20px;
		background:none;
		font-size:0.75em;
	}
	#konkurs .form h2 {
		font-size:1.5em;
	}
	#konkurs input[type="text"] {
		font-size:16px;
		padding:5px 10px;
		height:30px;
	}
	#konkurs label[for="food"]:not(.uploaded):after {
		font-size:24px;
		width:136px;
		height:40px;
		padding:7px 10px;
	}
	#send {
		font-size:40px;
		padding:5px 35px 10px;
	}
	#nagrody p {
		font-size:0.8em;
	}
	#nagrody .produkt img {
		width:100%;
	}
	#nagrody .col-xs-12 {
		padding:0;
	}
	#zwyciezcy .winner {
		width:50%;
	}
	.inner {
		padding:0 20px;
	}
	.footer img {
		margin:0 auto;
	}
	.footer .col-sm-3 {
		margin-bottom:20px;
	}
	.footer .col-sm-3, .footer .col-sm-9 {
		text-align:center;
	}
	.footer a, .footer span {
		margin:10px;
	}
	.owl-prev {
		left:-20px;
	}
	.owl-next {
		right:-20px;
	}
}
@media(min-width:481px) {
	.small {
		display:none!important;
	}
}
@media(max-width:480px) {
	.mobile {
		display:none!important;
	}
	.navbar-nav > li:first-child {
		padding-bottom:0;
	}
	.navbar-nav > li:last-child {
		padding-top:0;
	}
	#zwyciezcy .winner {
		width:100%;
	}
}
::-webkit-input-placeholder {
	color:#000;
}
::-moz-placeholder {
	color:#000;
	opacity:1;
}
:-ms-input-placeholder {
	color:#000;
	text-align:center;
}
:-moz-placeholder {
	color:#000;
	opacity:1;
}
.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
