body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	background: url('../images/bg.png');
	padding-top: 87px;
}

a, a:hover {
	color: #E90030;
}

.container {
	width: 70%;
	margin: 10px auto;
	transition: all 1s ease 0s;
	text-align: justify;
}

.container h2 {
    font-size: 2em;
    padding-bottom: 0.5em;
    text-align: center;
    font-weight: 300;
}

hr {
	border: 0 #fff solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.link {
	background-color: #FFF;
	display: block;
	color: #E90030;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 auto;
	width: 20%;
	text-align: center;
	padding: 1em 2em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.link:hover {
	background: #000;
}

.headerBg {
	position: fixed;
	top: 0;
	width: 100%;
	background: url('../images/bg.png');
	z-index: 999;
	padding-bottom: 10px;
	border-bottom: 2px solid #E90030;
}

.header {
	padding: 1em 0em 0em;
}

.logo {
	text-align: center;
}

.logo img {
	width: 100%;
	max-width: 843px;
}

.logo a {
	display: block;
	font-size: 1.5em;
	font-weight: 300;
	color: #000;
}

.nav {
	text-align: center;
	margin-top: 0.82em;
}

.nav>ul {
	margin:0;padding:0;
}

.nav>ul>li {
	display: inline-block;
}

.nav>ul>li>a {
	color: #ffffff;
	background: #E90030;
	text-transform: uppercase;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.nav>ul>li.active a,
.nav>ul>li>a:hover {
	background: #000;
}

.sliderBg {
	background: url('../images/slider.jpg') no-repeat;
	background-size: 100% 100%;
}

.slide {
	padding: 11% 0%;
}

.slide h2 {
	color: #FFF;
	font-size: 3em;
	font-weight: 700;
	z-index: 10;
	text-align: center;
}

.slide h2 span {
	font-size: 1em;
	font-weight: 300;
}

.slide p {
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	margin: 3.5em auto;
	width: 77%;
	font-weight: 300;
	line-height: 1.4em;
}

.slide .link {
	background-color: #E90030;
	color: #FFF;
	width: 12%;
}

.slide .link:hover {
	background-color: #000;
}

.footerBg {
	padding: 15px 0;
	background: #000;
	color: #ffffff;
	text-align: center;
}

.scrolling {
	max-height: 500px;
	overflow: auto;
	padding-right: 10px;
}

h4.title {
	color: #E90030;
	font-weight: bold;
	margin-bottom: 6px;
}

.hide {
	display: none;
}

.introduction {
	padding-bottom: 25px;
}

.parallax {
  background-image: url("../images/slider.jpg");
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.circle {
	border-radius: 100%;
	width: 150px;
	height: 150px;
	border: 3px solid #fff;
}

.album {
	width: 200px;
	padding: 80px 0 100px;
	background: #fff;
	text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.album a.open {
  	color: #000;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
}

.gallery .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}

.jury {
	list-style: none;
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: 900px;
	display: block;
}

.jury>li {
	float: left;
	width: calc(100%/3);
	margin: 0;
	padding:0;	
	text-align: center;
}
.jury>li h1{
	font-size: 1.5em;
}
.jury>li>div.people {
	padding: 10px;
	text-align: center;
}
.jury>li>div.people img {
	width: 100%;
	height: 380px;
}

.jury>li>div.people a {
	color: #fff;
	position: relative;
}

.jury>li>div.people a span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
	background: #fff;
	color: #000;
	width: 96.3%;
}

.news {
	list-style: none;
	padding:0;
	margin: 0;
	width: 100%;
	clear: both;
}
.news>li {
	width: 48%;
	padding: 0 1%;
	margin:0;	
	float: left;
}

.contact-info {
	width: 40%;
	float: left;
	text-align: left;
}

form {
	width: 60%;
	float: right;
	text-align: right;
}

.online-form form {
	width: 100%;
	float: left;
	text-align: left;
}

form input, form textarea {
	font-family: 'Lato', sans-serif;
	width: 90%;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	border: 2px solid #EDEDED;
}

form button {
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	border: 2px solid #EDEDED;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;	
}

form button:hover {
	background: #E90030;
	color: #fff;
}

.logos{
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
}

.logos>li{
	display: inline-block;
	width: 15%;
	height: 180px;
	margin: 0.3%;
	background-color: #fff;
	text-align: center;
}

.logos>li>img{
	width: 90%;
	max-height: 180px;
}

.msg {
	position: fixed;
	bottom: 0;
	width: 98%;
	padding: 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: rgba(0,0,0,0.9);
	z-index: 999;
	cursor: pointer;
}

.msg.success {
	background-color: rgba(90,138,6,0.9);
}

.msg.error {
	background-color: rgba(225,9,19,0.9);
}

#aktualnosci, #regulamin, #mecenat, #sponsorzy {
	padding: 1%;
}

#o-konkursie, #jury, #galeria, #kontakt {
	padding: 2% 1%;
	background: #E90030;
	color: #fff;
}

@media (max-width:1300px){
	.nav>ul>li>a {
		padding: 5px;
		margin: 2px;
	}
	.logos>li{
		width: 15%;
		height: auto;
	}
}

@media (max-width:1050px){
	.slide h2 {
		margin-top: 20px;
		font-size: 2em;
	}
}


@media (max-width:750px){
	.parallax h1 {
		font-size: 2em;
	}
}

@media (max-width:680px){
	body {
		padding-top: 0;
	}
	.headerBg {
		position: relative;
	}
	.jury>li {
		width: 100%;
		margin: 1.5% 0;
	}
	.jury>li h1{
		font-size: 1.4em;
	}
	.contact-info {
		width: 100%;
	}
	
	form {
		width: 100%;
		margin-top: 20px;
	}
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
