/*-----------------------------------------------------------------------------------
	    jc-intermezza-cz
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}





.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 0px;
	margin-left: -4px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	font-size:22px;
	line-height:30px;
}
.container{
	max-width:1170px;
}
.hero-bloc-text{
	font-size:55px;
}
.nadpis-1{
	font-weight:900;
	font-size:40px;
	color:#000000!important;
	line-height:45px;
}
.datum-cas{
	color:#000!important;
	font-size:30px;
	font-weight:300;
	line-height:35px;
}
.tlacitko-koupit-vstupenky{
	font-size:24px;
	color:#000000!important;
	font-weight:900;
	background-color:#FEFFFE;
}
.tlacitko-koupit-vstupenky:hover{
	background-color:#000000;
	color:#FFFFFF!important;
}
.nadpis-program-koncertu{
	font-size:21px;
	color:#000!important;
	font-weight:900;
}
.tlacitko-ji1{
	background-color:#000;
	font-size:30px;
	color:#FFEF2B!important;
	font-weight:900;
	margin-left:-18px;
	margin-bottom:20px;
}
.tlacitko-en{
	background-color:#38BEB0;
	font-weight:900;
	font-size:18px;
	color:#FFFFFF!important;
	margin-left:22px;
	margin-right:15px;
	background-size:auto auto;
	height:44px;
	width:50px;
}
.tlacitko-en:hover{
	background-color:#FFFFFF;
}
.tlacitko-de{
	background-color:#D8545D;
	font-size:18px;
	font-weight:900;
	color:#FFFFFF!important;
	width:50px;
	height:44px;
}
.interpret{
	font-size:26px;
	line-height:30px;
	color:#000000!important;
}
.tlacitko-ji2{
	background-color:#FEFFFE;
	font-size:30px;
	font-weight:900;
	color:#FF1639!important;
	margin-bottom:20px;
	margin-left:-18px;
}
.nadpis-datum{
	font-size:48px;
	font-weight:900;
	color:#000000!important;
}
.mista-koncertu{
	color:#000000!important;
	font-weight:300;
	font-size:30px;
}
.nadpis-1-o-festivalu{
	font-size:40px;
	font-weight:900;
	color:#FEFFFE!important;
}
.tlacitko-ji3{
	margin-left:-18px;
	background-color:#000;
	font-size:30px;
	color:#FFEF2B!important;
	font-weight:900;
	margin-bottom:20px;
}
.program-koncertu-text{
	font-size:19px;
}
.tlacitko-ji4{
	margin-left:-18px;
	margin-bottom:20px;
	font-size:30px;
	font-weight:900;
	background-color:#FEFFFE;
	color:#FF1639!important;
}
.karikatura-ji4{
	margin-left:-25px;
}
.tlacitko-ji5{
	margin-left:-18px;
	margin-bottom:20px;
	background-color:#000;
	font-size:30px;
	font-weight:900;
	color:#FFEF2B!important;
}
.statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:28px;
	text-align:center;
	font-weight:lighter;
}
.zapati-text{
	font-size:16px;
	color:#000000!important;
	line-height:20px;
}
.zapati-odkaz{
	font-size:16px;
	line-height:20px;
}
.tlacitko-en:active{
}
.tlacitko-de:hover{
	background-color:#FFFFFF;
}
.menu-polozka{
	margin-right:15px;
}
.menu-polozka:hover{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-black{
	background-color:#000000;
}
.bgc-light-pastel-purple{
	background-color:#FFEF2B;
}
.bgc-verdigris{
	background-color:#FF1639;
}
.bgc-taupe-gray{
	background-color:#FFEF2B;
}
.bgc-khaki-htmlcss-khaki{
	background-color:#FF1639;
}
.bgc-dark-terra-cotta{
	background-color:#FFEF2B;
}
.bgc-platinum{
	background-color:#EAEAEA;
}

/* Text colour styles */

.tc-white{
	color:#ffffff!important;
}
.tc-black{
	color:#000000!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
}

@media (max-width: 767px){
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.mobile .nadpis-datum{
		font-size:24px;
	}
	.mobile .mista-koncertu{
		font-size:20px;
	}
	.mobile .nadpis-1-o-festivalu{
		font-size:34px;
		line-height:36px;
	}
	.mobile .tlacitko-ji1{
		margin-left:0px;
		margin-bottom:-20px;
		margin-top:-70px;
	}
	.mobile .tlacitko-koupit-vstupenky{
		margin-top:-15px;
		margin-bottom:-30px;
	}
	.mobile .tlacitko-ji5{
		margin-top:-70px;
		margin-left:0px;
		margin-bottom:-20px;
	}
	.mobile .tlacitko-ji2{
		margin-top:-70px;
		margin-left:0px;
		margin-bottom:-20px;
	}
	.mobile .tlacitko-ji3{
		margin-top:-70px;
		margin-left:0px;
		margin-bottom:-20px;
	}
	.mobile .tlacitko-ji4{
		margin-top:-70px;
		margin-left:0px;
		margin-bottom:-20px;
	}
	.mobile .ilustrace-gv{
		margin-left:-35px;
		margin-top:-35px;
		margin-bottom:35px;
	}
	.mobile .ilustrace-jz{
		margin-bottom:-20px;
		margin-top:20px;
	}
	.mobile .ilustrace-pj{
		margin-top:-30px;
		width:80%;
		height:80%;
		margin-right:29px;
	}
	.mobile .ilustrace-eq{
		margin-left:1px;
		margin-top:23px;
		margin-bottom:-30px;
	}
	.mobile .ilustrace-jt{
		width:80%;
		height:80%;
		margin-left:31px;
		margin-bottom:80px;
		margin-top:-45px;
	}
	.mobile .nadpis-1{
		font-size:38px;
	}
	.mobile .zapati-text{
		margin-top:-20px;
	}
	.mobile .ji-logo{
		width:90%;
		height:90%;
	}
	.mobile .partneri{
		width:95%;
		height:95%;
		margin-left:8px;
	}
	.mobile .vizual{
		margin-top:-75px;
	}
	
}

@media (max-width: 575px){
	.nadpis-datum{
		font-size:21px;
	}
	.mista-koncertu{
		font-size:20px;
		line-height:22px;
	}
	.nadpis-1-o-festivalu{
		font-size:28px;
	}
	.nadpis-1{
		font-size:30px;
		line-height:30px;
	}
	
}

