/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}
	@media screen and (min-width:880px) and (max-width:1179px) {}
		@media screen and (max-width:879px) {}

INDEX
	- SCHEDULE
	- HALF PAGE
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*---------------------------------------------------------- SCHEDULE --------------------------*/
#Festival2024_Schedule .fx_2 { margin-bottom: 40px; }

img.titleimg {
    width: 100%;
    margin-bottom: 20px;
    max-width: 420px;
}
#Festival2024_Schedule ul{margin: 0 0 7px 20px !important;}


#Festival2024_Schedule .fx_2 h2 {
	margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
}

#Festival2024_Schedule .fx_2 h3 {
    color: var(--color_a);
    font-size: 14px;
    margin-bottom: 12px;
    font-style: italic;
}

#Festival2024_Schedule dl {
    position: relative;
    width: 100%;
}

#Festival2024_Schedule dl dt,
#Festival2024_Schedule dl dd {
	padding: 0 3px 15px;	
}

#Festival2024_Schedule dl dt {
    font-weight: bold;
    float: left;
    width: 90px;
}

#Festival2024_Schedule dl dd {
	width: calc(100% - 90px);
	float: left;
	clear: right;
}

/*---------------------------------------------------------- HALF PAGE -------------------------*/

.video {
    margin-bottom: 0;
}

.conetent_halfsection {
	/*background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    min-height: 400px;*/
    padding: 0;
    margin-bottom: -4px;
}


.conetent_halfsection h2{
	font-family: 'Rubik', sans-serif;
}

.conetent_halfsection h3{
	font-family: 'Rubik', sans-serif;
}

.flex.max_115 {
    max-width: 1115px;
    margin: 70px auto;
}

.conetent_halfsection .fx2.bannerPlace img{width: 100%;}

.conetent_halfsection .fx2.infor {
	position: relative;
}

.conetent_halfsection .fx2 .content {
	max-width: 580px;
	padding: 20px;
	width: 100%;
}

.conetent_halfsection .content h1 {
	margin-bottom: 30px;
	font-weight: 800;
}


.conetent_halfsection p {
	font-size: 16px;
    /*float: left;*/
    margin: 10px 15px 10px 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.conetent_halfsection a.button-hm-section {
    display: block;
    max-width: 250px;
    background: #FFF;
    color: var(--color_p);
    margin: 30px auto 0;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s linear;
    font-weight: bold;
}

.conetent_halfsection a.button-hm-section:hover {
	background: #ffffffbd;
}

.conetent_halfsection.color_a {
	background: var(--color_a);
    padding: 0;
    display: table;
    width: 100%;
    color: #FFF;
}

.conetent_halfsection.color_a h1 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}


p.socialmedia_content a {
		background: var(--color_p);
		height: 36px;
		font-size: 19px;
		border-radius: 100%;
		display: block;
		width: 37px;
		float: left;
		margin: 0 10px 0 0;
		text-align: center;
		padding: 8px;
		color: #FFF;
	}

p.socialmedia_content a:hover {
    color: #cedbff !important;
}

@media screen and (min-width: 1920px) {
	.conetent_halfsection .flex{
		max-width: 1143px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1180px) {
	.conetent_halfsection .fx2 {
		width: calc(100% / 2);
		padding: 0 30px;
		/*height: 500px;*/
		height: auto;
	}

	.conetent_halfsection .fx2.infor .content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
	}

	.conetent_halfsection .content h1 { margin-top: 0; }
}

@media screen and (max-width: 1179px) {
	.conetent_halfsection .fx2 {
		width: 100%;
		padding: 15px;
	}
	
	.conetent_halfsection .flex{flex-direction: column;}
	
	.conetent_halfsection .fx2.bannerPlace{
		flex: 1;
		order: -1;
	}
	

	
	.conetent_halfsection .fx2.infor {
		flex: 1;
	}
	
	/*.conetent_halfsection .fx2:last-child {
		padding: 0px 0;
	}*/

	.conetent_halfsection .fx2 .content {
		margin: 0 auto;
		text-align: center;
	}
}

.conetent_halfsection a.button-hm-section::after,
.conetent_halfsection a.button-hm-section::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.conetent_halfsection a.button-hm-section::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.conetent_halfsection a.button-hm-section::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.conetent_halfsection a.button-hm-section:hover::after,
.conetent_halfsection a.button-hm-section:hover::before {
    width: 30px;
    height: 30px;
    border-color: var(--color_al1);
}

@media screen and (max-width: 900px) {
	.flex.max_115 {
		padding: 20px;
	}
	
}