body {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px;
	background-color: #f2e9de;
}
.subsites{
	/* background: url('../img/bg.png') no-repeat top center; */
}

h1{
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
}


h2{
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}

h3{
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
}

h4{
	font-weight: 900;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	padding: 0 24px;
}

p{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-bottom: 20px;
}

p.author{
	text-transform: uppercase;
	color: #FFF;
	background-color: #a0b3d2;	
	padding: 0 5px 1px 5px;
	line-height: 18px;
	display: inline-block;
}

p.quotation{
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #a0b3d2;
}

p.event{
	font-size: 16px;
	line-height: 18px;
}

a,
a:hover{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}

/** BUTTONS & INPUTS **/
.btn-general,
.btn-general:hover{
	font-weight: 900;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: left;
	padding: 0 10px;
	display: inline-block;
}
.btn-general.btn-black{
	color: #000;
	border: solid 1px #000;
	background-color: #FFF;
}
.btn-general.btn-white{
	color: #FFF;
	border: solid 1px #FFF;
}
#main-input {
	font-weight: 900;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: left;
	padding: 0 10px;
	display: inline-block;
	color: #ffffff;
	width: 200px;
	border: solid 1px #FFF;
	background-color: transparent;
}
#main-status {
	color: #ffffff;
	margin-left: 10px;
}
form{
	margin-top: 20px;
}
input{
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	text-transform: uppercase;
	color: #a0b3d2;
	font-size: 12px;
	line-height: 32px;
	padding: 0 10px;
	margin-bottom: 16px;
}
textarea{
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	text-transform: uppercase;
	color: #a0b3d2;
	font-size: 12px;
	line-height: 18px;
	padding: 7px 10px;
	margin-bottom: 16px;
}
.nexth1{
	margin-top: 100px;
}
.nexth3{
	margin-top: 60px;
}
/** HEADER**/
.header{
	margin-top: 26px;
}
.header #logo{
	text-align: left;
	float: left;
}
.header #logo #logo-black{
	width: 107px;
	height: 54px;
}
.header .menu{
	text-align: right;
	float: right;
}
.header .menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.header .menu ul li{
	text-transform: uppercase;
	line-height: 40px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.header .menu > ul > li {
	color: #ffffff;
}

.header .menu ul li > a {
	color: #ffffff;
	font-weight: bold;
}

.subsites .header .menu ul li > a {
	color: #000000;
	font-weight: normal;
}

.subsites .header .menu > ul > li {
	color: #000000;
}

.header .menu ul li .dropdown {
	display: none;
	position: absolute;
	right: -15px;
	top: 30px;
	width: 200px;
	background-color: #ffffff;
	padding: 15px;
	z-index: 1;
}

.header .menu ul li .dropdown a {
	display: block;
}

.header .menu ul li .dropdown a.main {
	font-weight: bold;
}

.header .menu ul li.hover .dropdown,
.header .menu ul li:hover .dropdown {
	display: block;
}

.header .menu ul li:hover > a {
	text-decoration: underline;
}

.header .menu ul li .dropdown a:hover {
	color: #23408E;
}

.header .menu .sociali img {
	width: 16px;
	height: 16px;
}

/** BANER ***/
#banner-outer {
	margin-top: -80px;
	/*border: 5px solid #000000;*/
	/*margin-bottom: 110px;*/
	background: url(../img/tiffcbanner.jpg) no-repeat center center;
	background-size: cover;
}

#baner{
	background: url('../img/tiffctext.png') no-repeat center center;
	background-size: 1280px 699px;
	height: 880px;
}
#baner #date{
	float: right;
	margin-top: 85px;
}


/** NEWSLTR & CONTACT **/
.bluediv{
	margin-top: -25px;
	background-color: #a0b3d2;
	padding: 45px 50px;
	text-align: center;
	border-top: 1px solid #76889d;
	border-bottom: 4px solid #000000;
	margin-bottom: 50px;
}
.bluediv h2{
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
.bluediv p{
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 30px;
}
.bluediv #right,
.bluediv #right h2{
	text-align: center;
}

.bluediv .btn-general.btn-white {
	background-color: #ba4012;
	border: 1px solid #ba4012;
	color: #ffffff;
	font-weight: bold;
}

/** NEWS **/
#news{
	margin-top: 60px;
	margin-bottom: 105px;
}
#news p{
	margin: 15px 0 30px 0;
}

/** FOOTER **/
.footer{
	background-color: #231f20;
}
.footer #logo-footer{
	width: 82px;
	height: 31px;
	margin: 35px 0;
}
.footer #social{
	text-align: right;
	margin: 40px 0;
}
.footer #social img{
	margin-left: 15px;
}

/** **/
.subsites .content{
	margin-top: 100px;
	margin-bottom: 100px;
}
.subsites .content::after { 
   content: "";
   display: block; 
   clear: both;
}
.subsites .content h1{
	margin-bottom: 70px;
}

/** HARMONGRAM **/
.harmonogram .harm-date{
	position: relative;
	background-color: #a0b3d2;
}
.harmonogram .harm-date h2{
	position: absolute;
}
.harmonogram .hbox{
	height: 280px;
	width: 280px;
	padding: 0 20px;
	margin: 10px;
}	

.harmonogram .hbox span{
	font-size: 16px;
	display: block;
}
.harmonogram .harm-info{
	 background-color: rgba(35, 64, 143, 0.2);
	padding-top: 20px;
}
.harmonogram .harm-info p{
	text-transform: uppercase;
}

.harmonogram a.harm-info:hover .nm {
	text-decoration: underline;
}

.test{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 280px 280px;
	border-color: transparent transparent #d3d9e9 transparent;
	left: 0px;
}

/** FESTIWAL **/
.festiwal ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.festiwal ul li{
	float: left;
	font-size: 18px;
}
.festiwal ul li a{
	font-size: 18px;
}
.festiwal ul li:nth-child(n+2):before{
	content: "|";
	padding: 0 15px;
}

/** PARTNERZY **/

.partnerzy .loslogos a {
	margin-right: 50px;
	display: block;
	float: left;
	height: 55px;
	line-height: 55px;
	margin-bottom: 30px;
}

.partnerzy .loslogos:after {
	clear: both;
	content: '';
	display: block;
}

/** ZESPOL **/
.zespol{
	
}
.zespol h3,
.zespol p{
	text-align: center;
}
.zespol h3{
	margin-top: 35px;
	margin-bottom: 0;
}
.zespol .team{
	margin-bottom: 70px;
}

/** KONTAKT **/
.kontakt button,
.kontakt button:hover{
	display: block;
}
.kontakt input{
	width: 290px;
}
.kontakt textarea{
	width: 290px;
	height: 225px;
}

/** ZGLOSZENIA **/
.zgloszenia h3{
	margin-top: 0;
}
.zgloszenia input{
	width: 100%;
}
.zgloszenia textarea{
	width: 100%;
	height: 160px;
}
.zgloszenia ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 8px 0;
}
.zgloszenia ul li{
	font-size: 12px;
	line-height: 50px;
}
.zgloszenia ul li button{
	margin-left: 10px;
}
.zgloszenia form p{
	margin:0;
}
.zgloszenia form textarea{
	text-transform: none;
}

.zgloszenia input.btn-general:hover {
	display: block;
}

/** MEDIA **/
.pmedia p{
	margin-bottom: 10px;
}
.pmedia .btn-general{
	margin-top: 10px;
}

/** PROGRAM **/
.subsites .content.program h1{
	margin-bottom: 20px;
}
.program #photos{
	margin-top: 30px;
}
.program .program-photo{
	position: relative;
	line-height: 0;
	display: block;
	border: 1px solid #a0b3d2;
	margin-bottom: 20px;
}

.like-img {
	display: inline-block;
	width: 578px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.program .program-info{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #a0b3d2;
}

#qtranslate-chooser ul,
#qtranslate-chooser li {
	margin: 0;
}

#qtranslate-chooser li:first-child:after {
	content: "/";
}


.zgloszenia form p.error {
	color: #ff0000;
	margin-top: -10px;
	margin-bottom: 20px;
}

.newfooter {
	padding: 100px;
	text-align: center;
}

.newfooter img {
	width: 100px;
	height: auto;
}

@media (max-width: 600px) {
	.header {
		margin-top: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: absolute;
		left: 10px;
		top: 0;
		width: 100%;
	}

	.subsites .header {
		position: relative;
		left: auto;
		top: auto;
	}

	#baner {
		background-size: contain;
		margin-left: 0;
		margin-right: 0;
	}

	#baner #date img {
		width: 100%;
		max-width: 100%;
	}

	.bluediv #right {
		margin-top: 40px;
	}

	.bluediv #right,
	.bluediv #right h2 {
		text-align: center;
	}

	.subsites {
		background-size: contain;
		background-position: center 240px;
	}

	.like-img {
		max-width: 578px;
		width: 100%;
	}

	.partnerzy .loslogos a {
		margin: 5px !important;
		display: inline-block;
	}

	.header .menu .dropdown > a {
		padding: 5px 0;
	}

	#banner-outer {
		margin-top: 0;
	}

	#baner {
		height: 640px;
	}

	.subsites .content {
		margin-top: 0;
	}

	.subsites .content h1 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}