@media screen and (max-height: 850px) {

}

@media screen and (max-height: 700px) {
	.banner H1 {
		margin-top: 0px;
	}
	
	HEADER .scroll {
		display: block !important;
		bottom: 20px;
	}
}

@media screen and (max-height: 600px) {
	HEADER .scroll {
		display: none !important;
	}
}

@media screen and (max-width: 1800px) {
	/*.banner H1 {
		font-size: 80px;
		line-height: 110px;
	}*/
}

@media screen and (max-width: 1500px) {
	.wrapper {
		width: 100% !important;
	}
	.program-5 .wrapper {
		width: 100% !important;
	}
	
	#clip-img-wrapper {
		bottom: -100px;
		height: calc(100% + 100px);
	}
	
	#clip-img-wrapper .concert-info-box {
		bottom: 215px;
	}
	
	.banner H1 {
	    font-size: 57px;
		line-height: 80px;
	}
	
	.banner .date {
		font-size: 14px;
		line-height: 24px;
	}
	
	.banner .text {
		font-size: 16px;
		line-height: 16px;
	}
	
	.banner A.more {
		font-size: 16px;
		line-height: 16px;
	}
}

@media screen and (max-width: 1400px) {	
	#clip-img-wrapper .concert-info-box {
		left: 11%;
	}
	.wrapper {
		width: 100% !important;
	}
	.logos-wrapper {
	    width: inherit;
	    margin: 0 auto;
	    margin-top: 50px;
	}
	.partner-item img {  padding: 0 0px;	}
	.partner-container.reklamni .partner-item img {  padding: 0 7px;	}
	
	.slide-text {
	    top: 35% !important;
	}
	
	.program-5 .slide-text {
	    top: 170px !important;
	}

	.slide-text H2 {
		font-size: 60px;
		line-height: 66px;
	}
	
	.program-5 .slide-text H2 {
		font-size: 30px;
		line-height: 66px;
	}
	
	.detail-page.about-page .festival-info {
		padding: 30px;
	}
	
	.detail-page.about-page .festival-info P {
		font-size: 16px;
		line-height: 24px;
	}
	
	.detail-page.about-page .festival-info .hr {
		margin-bottom: 20px;
	}
	
	#newsletter_form {
		width: 50%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.partner-item img {  padding: 0 7px;  }
	.partner-container {
		align-items: center;
	}
  	.partner-container.generalni .partner-item img  { height: auto; }
  	.partner-container.hlavni .partner-item img     { height: 75%; }
  	.partner-container.reklamni .partner-item img   { height: 70%; }
  	.partner-container.medialni .partner-item img   { height: 90%; }
  	.partner-container.podporili .partner-item img  { height: 60%; } 
}
@media screen and (max-width: 1320px) {
	.banner .banner_text {
		margin-top: 15%;
	}
}

@media screen and (max-width: 1030px) {
	.slide-text H2 {
		font-size: 60px;
		line-height: 70px;
	}
	
	FOOTER .footer-content {
		top: 0px;
	}
}

/*@media screen and (max-width: 1135px) {*/
@media screen and (max-width: 1000px) {
	.slide-text {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.slide-text H2 {
		font-size: 60px;
		line-height: 72px;
	}
	
	.slide-text .bg {
		background: none !important;
	}
	
	.slide-text .bg2 {
		background: none !important;
	}
	
	.program-1 {
		/*background-image: url(../images/program-1.jpg);*/
	}
	
	.program-2 {
		background-image: url(../images/program-4.jpg);
	}
	
	.program-3 {
		background-image: url(../images/program-3-2.jpg);
	}
	
	.program-4 {
		background-image: url(../images/program-2.jpg);
	}
	
	FOOTER .footer-content {
		top: 0px;
	}
}

@media screen and (max-height: 850px) and (min-width: 1600px) {

}

@media screen and (max-height: 800px) {
	.banner H1 {
		margin-top: 10%;
	}
	
	#newsletter_form {
		width: 70%;
	}
	
	FOOTER UL {
	    padding: 10px 0;
	}
}

@media screen and (max-height: 700px) and (min-width: 1600px) {

}

@media screen and (max-height: 600px) and (min-width: 1600px) {

}

@media screen and (max-width: 990px) {
	.wrapper {
		width: 80% !important;
	}
}

@media screen and (max-width: 780px) {
	/*
	HEADER .logo {
		position: absolute;
		display: block;
		left: 25px;
		top: 15px;
	}
	*/
	#vykricnik_mob {
		display:	block;
		position: 	absolute;
		top: 		-35%;
		left: 		-55%;
		width: 		150vw;
		opacity:	0;
	    animation: 	header_logo_anim forwards 3s 1.5s;
	}
	@keyframes header_logo_anim {
	  0%   {opacity:0; left:-30%; top:-20%;}
	  5%   {opacity:1; left:-30%; top:-20%;}
	  100% {opacity:1; left:-55%; top:-35%;}
	}
	.program_mob {
		display: block;
		position: absolute;
		width: 75%;
		padding: 7px 45px 10px;
		background: red;
		font-size: 22px;
		font-weight: 700;
		white-space: nowrap;
		color: white;
		left: 50%;
		top: 40%;
		transform: translate(-50%, -50%);
		animation: program_mob_anim forwards 3s 1.5s;
	}
	@keyframes program_mob_anim {
	  0%   {opacity:0; left:50%; top:30%;}
	  100% {opacity:1; left:50%; top:40%;}
	}
	
	
	#fp-nav.left {
	    left: -30px;
	}

	.logos-wrapper IMG {
		max-width: 150px;
	}
	
	.logos-wrapper P {
		font-size: 11px;
		line-height: 11px;
		margin-bottom: 5px;
		color: #b3b3b3;
		font-weight: normal;
	}

	.wrapper {
		width: 90% !important;
	}
	
	#clip-img-wrapper {
		display: none;
	}
	
	.column-five {
		width: 80%;
		margin: 0 auto;
	    float: none;
	}
	
	HEADER {
		/*background-image: url('../images/mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;*/
	}
	
	HEADER .logo IMG {
		height: 100px;
	}
	
	.lang {
	    right: 25%;
		top: 42px;
	}
	
	/*.content-divs   { display: table; }
	.content-divs .col-md-5  { display: table-footer-group; }
	.content-divs .col-md-7 { display: table-header-group; }
	.content-divs .col-md-7 DIV {
		padding-left: 15px;
		padding-right: 15px;
	}*/
	
	.menu {
		top: 30px;
	}
	
	.social {
		display: none !important;
	}
	
	.banner .banner_text {
		text-align: center;
		margin-top: 0%;
	}
	
	.menu-content NAV UL LI A {
		font-size: 25px;
		line-height: 45px;
	}
	
	.slide-text P.highlight {
		margin-bottom: 20px;
	}
	
	HEADER .cart {
		margin-top: 30px;
		margin-right: 5px;
	}
	
	HEADER VIDEO {
		display: none;
	}
	
	.banner {
		background: none;
		overflow: hidden;
	}

	
	H2.num {
		display: none !important;
	}
	
	SECTION.content H1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	SECTION.content .highlight {
		display: block;
		text-align: center;
	}
	
	SECTION.content .button {
		display: block;
		text-align: center;
		margin-top: 0px !important;
	}
	
	SECTION.content .arrows {
		position: relative;
		padding-top: 100px;
	}
	
	SECTION.content .arrow-left {
		display: none;
		top: 31px;
	}
	
	SECTION.content .arrow-right {
		display: none;
		top: 31px;
	}
	
	SECTION.content H1 {
	    font-size: 30px;
		line-height: 37px;
	}
	
	.slide-text {
		left: 0px;
	}
	
	.slide-text .wrapper {
		padding-left: 30px;
	}
	
	.slide-text H2 {
		font-size: 42px;
		line-height: 50px;
	}
	
	.slide-text P {
		font-size: 16px;
		line-height: 27px;
		width: 90%;
	}
	
	.slide-text P.highlight {
		font-size: 17px;
		line-height: 17px;
		width: 90%;
	}
	
	.menu-content .row .col-md-6 {
		display: none;
	}
	
	.menu-content .row .col-md-6.menu-bg {
		display: block;
	}
	
	.menu-content .menu-close {
		position: absolute;
		right: 30px;
	    left: 20px;
		top: 30px;
		background-image: url(../images/quit2.png);
	}
	
	.menu-content NAV {
		padding-top: 30px;
	}
	
	SECTION.content .main-image {
		height: 310px !important;
	}
	
	.banner_text {
		display: block !important;
		margin-top: 30%;
	}
	
	.banner H1 STRONG {
		display: block;
		font-size: 47px;
		line-height: 50px;
		text-align: center;
	}
	
	.banner H1 {
	    font-size: 24px;
		line-height: 30px;
	    text-align: center;
	    padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.banner H1 SPAN {
		display: block;
		font-size: 17px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.banner .date {
		text-align: center;
	}
	
	.banner .text {
		font-size: 14px;
		padding: 5px 20px;
	}
	
	.slide-text H2 SPAN {
		display: block;
		font-size: 22px;
		line-height: 50px;
	}
	
	HEADER .scroll {
		display: block !important;
		bottom: 20px;
		z-index: 1000;
	}
	
	.detail-page .banner {
		height: 120px;
	}
	
	FOOTER .footer-content {
		top: 0px;
	    padding-top: 20px;
	}
	
	FOOTER .contact-info {
		width: 250px;
		height: 250px;
	}
	
	FOOTER .contact-info img {
		padding-top: 15px;
	}
	.wrapper H2,
	FOOTER H2 {
		font-size: 40px;
		line-height: 40px;
	}
	#newsletter_form {
		width: 90%;
	}
	FOOTER .copiright p {  display: block; }
	FOOTER UL {
		padding: 20px 0;
	}
	
	INPUT[type="text"], INPUT[type="password"], TEXTAREA, SELECT {
		padding: 10px;
	}
	
	BUTTON, INPUT[type="button"], INPUT[type="submit"] {
		padding: 11px;
	}
	
	FOOTER .copyright P {
		line-height: 70px;
	}
	
	FOOTER .top {
		right: 15px;
		top: 20px;
	}
	

	
}

@media screen and (max-width: 480px) {
	#scrollbar1 {
		height: auto;
		padding: 0px;
	}
	
	#scrollbar1 .overview {
		position: relative !important;
		padding: 0px !important;
	}
}

@media screen and (max-width: 380px) {
	.menu, .menu.black {
		top: 20px;
		right: 10%;
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		z-index: 100000;
	}
	
	.menu-content .menu-close {
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	
	HEADER .cart {
		margin-top: 10px;
		margin-right: 5px;
	}
	

	.banner .text {
		font-size: 10px;
		padding: 5px 10px;
	}
	
	.banner A.more {
		font-size: 14px;
		line-height: 14px;
		padding: 10px;
	}

	
	.banner H1 {
		font-size: 30px;
		line-height: 32px;
	}
	
	SECTION.content H1 {
		font-size: 30px;
		line-height: 32px;
	}
		
	.slide-text H2 SPAN {
		display: block;
		font-size: 20px;
		line-height: 35px;
	}
	
	.slide-text H2 {
		font-size: 35px;
		line-height: 50px;
	}
	
	.slide-text P.highlight {
		font-size: 10px;
		line-height: 12px;
		width: 100%;
		padding: 10px;
	}
	
	SECTION.content .highlight {
		font-size: 10px;
		line-height: 12px;
		width: 100%;
		padding: 10px;
	}
	
	.slide-text A {
		font-size: 14px;
		line-height: 14px;
		padding: 10px;
	}
}

@media screen and (max-width: 1440px) {
	#clip-img-wrapper {
		bottom: -170px;
		height: calc(100% + 170px);
	}
	
	#clip-img-wrapper .concert-info-box {
		bottom: 248px;
	}
}

@media screen and (max-width: 1280px) {
	#clip-img-wrapper {
		bottom: -100px;
		height: calc(100% + 100px);
	}
	
	#clip-img-wrapper .concert-info-box {
		bottom: 215px;
	}
}

@media screen and (max-height: 900px) {
	#clip-img-wrapper .concert-info-box {
	    bottom: 245px;
	}
	
	#clip-img-wrapper {
		bottom: -100px;
		height: calc(100% + 100px);
	}
}

@media screen and (max-height: 800px) {
	#clip-img-wrapper .concert-info-box {
		bottom: 215px;
	}
}

@media screen and (max-height: 768px) {
	#clip-img-wrapper .concert-info-box {
		bottom: 227px;
	}

	#clip-img-wrapper {
		bottom: -100px;
		height: calc(100% + 100px);
	}
}

@media screen and (max-height: 600px) {
	.banner H1 {
		margin-top: 0%;
	}

	#clip-img-wrapper .concert-info-box {
		bottom: 155px;
	}
}