﻿#container.bf .part_highlight_text ul { padding: 0; }
.all-content { padding: 0; }
body {
	font-size: 16px;
}

small { font-size: smaller; }

* { 
    flex-wrap: wrap;    
}
.bf h2 { font-weight: 700; }


:root {
	--color-bf-red: #f8085d;
	--color-bf-red-a40: rgba(248 8 93 / 40%);
	--color-bf-light-red: #fed2e2;
	--color-bf-light-blue: #a3b4cc;
	--color-bf-turquoise: #02caca;
}

#container.bf { padding-bottom: 0; color: white; background: #151720 url(../img/black-friday/bgr-eszerzodes-bf-02.jpg) no-repeat center top; background-size: contain; position: relative; }
#container.bf .break { height: 0; flex-basis: 100%; }
#container.bf .part { height: 160px; border-bottom: 1px solid rgba(255 255 255 / 20%); display: flex; align-items: center; justify-content: center; position: relative; }


/* DATE */
#container.bf .part .datetime { width: fit-content; height: 60px; padding: 0 30px; font-size: 18px; font-weight: 900; text-transform: uppercase; color: white; border: 2px solid rgba(255 255 255 / 20%); display: flex; align-items: center; border-radius: 30px; }


/* HIGHLIGHT TEXT */
#container.bf .part_highlight_text { padding: 30px 0; }
#container.bf .part_highlight_text .inner { max-width: 660px; }
#container.bf .part_highlight_text p.large { font-size: 24px; line-height: 140%; }
#container.bf .part_highlight_text ul { margin-left: 0 !important; list-style: none; }
#container.bf .part_highlight_text ul li { margin: 10px 0; padding-left: 35px; position: relative; list-style: none; }
#container.bf .part_highlight_text ul li:before { width: 20px; height: 20px; left: 0; top: 2px; background: var(--color-bf-red) url(../img/black-friday/icon_check_white.svg) no-repeat center; background-size: auto 10px; outline: 5px solid var(--color-bf-red-a40); position: absolute; border-radius: 50%; content: ''; }
#container.bf .part_highlight_text a { text-decoration: underline; color: white; }
#container.bf .part_highlight_text a:hover { text-decoration: none; }


/* TITLE */
#container.bf .part.part_title { font-size: 160px; font-weight: 900; text-transform: uppercase; line-height: 100%; }
#container.bf .part.part_title .part_title_wrap { position: relative; }
#container.bf .part.part_title .percentage { width: 200px; height: 200px; top: -20px; right: -40%; font-size: 70px; background: var(--color-bf-red); display: flex; align-items: center; justify-content: center; position: absolute; border-radius: 50%; transform: rotate(20deg); box-shadow: 0 0 30px var(--color-bf-red); }
#container.bf .part.part_title .percentage:after { width: calc(100% - 10px); height: calc(100% - 10px); top: 50%; left: 50%; border: 2px dashed rgba(255 255 255 / 50%); position: absolute; content: ''; border-radius: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#container.bf .part.part_title .neon { color: var(--color-bf-light-red) !important; letter-spacing: 8px; text-shadow: 1px 0px 4px var(--color-bf-light-red), 2px 0px 4px var(--color-bf-light-red), 3px 0px 4px var(--color-bf-light-red), 2px 0px 3px var(--color-bf-red), 2px 3px 15px var(--color-bf-red), 2px 0px 15px, 5px 0px 125px, 20px 0vw 200px var(--color-bf-red),40px 0vw 200px var(--color-bf-red); }
#container.bf .part.part_title .flicker-slow { animation: flicker 3s linear infinite; }
#container.bf .part.part_title .flicker-fast { animation: flicker 1s linear infinite; }

@keyframes flicker {
	0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
		opacity: 99%;
	}
	20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
		opacity: 40%;
	}
}


/* COUNDOWN */ 
#container.bf .countdown_wrap { margin: 50px 0; display: flex; justify-content: center; }
#container.bf .countdown_wrap .countdown_intro { width: 100%; margin-bottom: 20px; font-weight: 700; text-align: center; }

#container.bf .countdown_wrap .countdown { display: flex; }
#container.bf .countdown_wrap .countdown > div { width: 150px; height: 200px; margin: 0 10px; font-size: 70px; font-weight: 900; text-align: center; color: white; line-height: 100%; background: #0d0f15; /*border: 1px solid rgba(255 255 255 / 30%);*/ display: flex; align-items: center; align-content: center; justify-content: center; border-radius: 5px; }
#container.bf .countdown_wrap .countdown > div span { width: 100%; font-size: 16px; line-height: 16px; display: block; }


/* COUPON CODE */
#container.bf .coupon_code_wrap { max-width: 660px; margin: auto; display: flex; justify-content: center; }
#container.bf .coupon_code_wrap .coupon_intro { margin: 0 auto 30px; font-size: 24px; line-height: 140%; }
#container.bf .coupon_code_wrap .coupon_code { width: fit-content; height: 70px; padding: 0 30px; font-size: 20px; font-weight: 900; text-transform: uppercase; color: black; background: white; border: 2px dashed var(--color-bf-red); display: flex; align-items: center; border-radius: 35px; cursor: pointer; box-shadow: 0 0 20px var(--color-red); }


/* MARKETING TEXT */
#container.bf .marketing_text_wrap { margin: 50px auto; padding: 50px; background: -webkit-linear-gradient(left, rgba(17 15 39 / 100%) 0%, rgba(17 68 74 / 100%) 100%); background: linear-gradient(to right, rgba(17 15 39 / 100%) 0%, rgba(17 68 74 / 100%) 100%); border-radius: 10px; overflow: hidden; }
#container.bf .marketing_text_wrap hr { margin: 20px 0; border-top: 1px solid rgba(255 255 255 / 20%); }
#container.bf .marketing_text_wrap p.large { font-size: 24px; line-height: 140%; }
#container.bf .marketing_text_wrap.has_image { padding: 0; display: flex; }
#container.bf .marketing_text_wrap .wrap_left { width: 50%; padding: 50px; }
#container.bf .marketing_text_wrap .wrap_right { width: 50%; background: url(../img/black-friday/img-eszerzodes-bf-02.jpg) no-repeat center; background-size: cover; }


/* PACKAGES */
#container.bf .packages { margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255 255 255 / 20%); }
#container.bf .packages h2 { margin-bottom: 50px; font-size: 40px; text-align: center; color: white !important; }

#container.bf .packages .packages_wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); -webkit-column-gap: 40px; column-gap: 40px; }
#container.bf .packages .packages_wrap .package { margin-top: 40px; padding-bottom: 220px; text-align: center; background: #0d0f15; border: 2px solid var(--color-bf-red); position: relative; border-radius: 10px; /*box-shadow: inset 0 0 15px var(--color-red), 0 0 15px var(--color-red);*/ box-shadow: 0 0 15px var(--color-bf-red); position: relative; }
#container.bf .packages .packages_wrap .package:nth-child(-n+4) { margin-top: 0; }
#container.bf .packages .packages_wrap .package.popular:before { height: 25px; left: 50%; top: -27px; padding: 0 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: black; background: #faff00; display: inline-flex; position: absolute; content: 'Legnépszerűbb'; border-radius: 3px 3px 0 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#container.bf .packages .packages_wrap .package:after { width: max-content; height: 30px; left: 50%; top: 0; padding: 0 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: white; background: var(--color-bf-red); display: flex; align-items: center; position: absolute; content: '30% kedvezmény'; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

#container.bf .packages .packages_wrap .package .package_title { margin: 10px; padding: 30px 10px 10px; font-size: 16px; font-weight: 900; border-radius: 10px; }
#container.bf .packages .packages_wrap .package .package_title .discount { font-size: 13px; text-transform: uppercase; color: var(--color-bf-red); }

#container.bf .packages .packages_wrap .package .package_desc { padding: 0 10px 10px; font-size: 13px; color: #999999; line-height: 16px; }

#container.bf .packages .packages_wrap .package .price_info { left: 0; bottom: 10px; right: 0; position: absolute; }
#container.bf .packages .packages_wrap .package .price_info .timestamp { padding: 10px; font-size: 15px; border-top: 1px solid rgba(255 255 255 / 10%); border-bottom: 1px solid rgba(255 255 255 / 10%); display: flex; align-items: center; justify-content: center; }
#container.bf .packages .packages_wrap .package .price_info .timestamp img { width: auto; height: 20px; margin-right: 5px; display: block; }
#container.bf .packages .packages_wrap .package .price_info .timestamp strong { margin-left: 5px; }
#container.bf .packages .packages_wrap .package .price_info .price { padding: 20px 10px; font-size: 30px; font-weight: 900; }
#container.bf .packages .packages_wrap .package .price_info .price small { font-size: 11px; font-weight: 400; text-transform: uppercase; }
#container.bf .packages .packages_wrap .package .price_info .price del { font-size: 15px; font-weight: 400; text-decoration: line-through; display: block; }
#container.bf .packages .packages_wrap .package .price_info .action_button { padding: 0 10px; }
#container.bf .packages .packages_wrap .package .price_info .action_button .button { width: 100%; /*background: linear-gradient(to right, var(--color-bf-red) 0%, var(--color-turquoise) 100%);*/ }


/* BOXES */
#container.bf .boxes { margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255 255 255 / 20%); }
#container.bf .boxes h2 { max-width: 660px; margin: 0 auto 50px; font-size: 40px; text-align: center; color: white !important; }
#container.bf .boxes .boxes_wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 4fr)); -webkit-column-gap: 40px; column-gap: 40px; }
#container.bf .boxes .boxes_wrap > .box { margin-top: 40px; padding: 40px; border: 1px solid rgba(255 255 255 / 10%); border-radius: 10px; box-shadow: 0 0 20px rgba(0 0 0 / 20%); }
#container.bf .boxes .boxes_wrap > .box:nth-child(-n+3) { margin-top: 0; }
#container.bf .boxes .boxes_wrap > .box .box_count { width: 50px; height: 50px; margin-bottom: 20px; background: var(--color-bf-red); outline: 5px solid var(--color-bf-red-a40); display: flex; align-items: center; justify-content: center; border-radius: 50%; }
#container.bf .boxes .boxes_wrap > .box .box_title { margin-bottom: 20px; font-size: 24px; font-weight: 700; line-height: 120%; }


/* SCREENSHOTS */
#container.bf .screenshots { margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255 255 255 / 20%); }
#container.bf .screenshots h2 { margin-bottom: 50px; font-size: 40px; text-align: center; color: white !important; }
#container.bf .screenshots .screenshots_wrap { display: flex; justify-content: space-between; }
#container.bf .screenshots .screenshots_wrap .accordions { width: 470px; margin-right: 50px; }
#container.bf .screenshots .screenshots_wrap .accordions .acc { margin-bottom: 10px; padding: 30px; background: rgba(255 255 255 / 0%); border-radius: 10px; cursor: pointer; }
#container.bf .screenshots .screenshots_wrap .accordions .acc:last-child { margin-bottom: 0; }
#container.bf .screenshots .screenshots_wrap .accordions .acc .acc_header { font-size: 25px; line-height: 100%; opacity: 50%; }
#container.bf .screenshots .screenshots_wrap .accordions .acc .acc_content { padding-top: 20px; display: none; }

#container.bf .screenshots .screenshots_wrap .accordions .acc.active { background: rgba(255 255 255 / 5%); }
#container.bf .screenshots .screenshots_wrap .accordions .acc.active .acc_header { opacity: 100%; }

#container.bf .screenshots .screenshots_wrap .app_screenshots { height: auto; min-height: 550px; position: relative; flex: 1; }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc { width: 100%; height: 100%; left: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: 100% auto; position: absolute; -webkit-animation: 1s ease 0s normal forwards 1 fadeOut; animation: 1s ease 0s normal forwards 1 fadeOut; }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc .scr { max-width: 48%; height: auto; display: block; position: absolute; border-radius: 10px; box-shadow: 0 5px 10px rgba(0 0 0 / 80%); }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc .scr.scr_0 { max-width: 80%; left: 50%; top: 50%; z-index: 1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc .scr.scr_1 { z-index: 2; animation: slideOut 1s ease-out both; animation-delay: 0s; }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc .scr.scr_2 { z-index: 3; animation: slideOut 1s ease-out both; animation-delay: 0s; }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc .scr.scr_3 { z-index: 4; }   /* <name> <duration> <timing_function> <delay> <iteration_count> <direction> */

#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc.active { opacity: 100%; -webkit-animation: 1s linear 0s normal forwards 1 fadeIn; animation: 1s linear 0s normal forwards 1 fadeIn; }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc.active .scr_1 { animation: slideIn 1s ease-out both; animation-delay: 0.5s; }
#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc.active .scr_2 { animation: slideIn 1s ease-out both; animation-delay: 0.9s; }

#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-1 .scr_1 { left: 0; top: 10%; }
#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-1 .scr_2 { right: 0; top: 40%; }

#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-2 .scr_1 { left: 0; top: 55%; }
#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-2 .scr_2 { right: 0; top: 15%; }

#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-3 .scr_1 { left: 0; top: 15%; }
#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-3 .scr_2 { right: 0; top: 55%; }

#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-4 .scr_1 { left: 0; top: 10%; }
#container.bf .screenshots .screenshots_wrap .app_screenshots #scr-acc-4 .scr_2 { right: 0; top: 60%; }

@keyframes fadeIn{
    0% { opacity: 0; }
    100% { opacity: 100%; }
}

@-webkit-keyframes fadeIn{
    0% { opacity: 0; }
    100% { opacity: 100%; }
}

@keyframes fadeOut{
    0% { opacity: 100%; }
    100% { opacity: 0; }
}

@-webkit-keyframes fadeOut{
    0% { opacity: 100%; }
    100% { opacity: 0; }
}

@-webkit-keyframes slideIn {
	0% { transform: translateY(0); opacity: 0; }
	100% { transform: translateY(-30px); opacity: 100%; }
}

@keyframes slideIn {
	0% { transform: translateY(0); opacity: 0; }
	100% { transform: translateY(-30px); opacity: 100%; }
}

@-webkit-keyframes slideOut {
	0% { transform: translateY(-30px); opacity: 100%; }
	100% { transform: translateY(-30px); opacity: 0; }
}

@keyframes slideOut {
	0% { transform: translateY(-30px); opacity: 100%; }
	100% { transform: translateY(-30px); opacity: 0; }
}


/* TESTIMONIALS */ 
#container.bf .testimonial { max-width: 900px; margin: 100px auto; display: flex; }
#container.bf .testimonial .wrap_left { width: 250px; padding: 50px 50px 50px 0; text-align: right; display: flex; align-items: space-between; align-content: space-between; justify-content: end; }
#container.bf .testimonial .wrap_left img.quote { width: auto; height: 60px; display: block; opacity: 10%; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } 
#container.bf .testimonial .wrap_left .company_info_wrap { width: 100%; }
#container.bf .testimonial .wrap_left .company_info_wrap .logo { margin-bottom: 10px; }
#container.bf .testimonial .wrap_left .company_info_wrap .logo img { width: auto; max-width: 150px; height: auto; display: inline-block; }
#container.bf .testimonial .wrap_left .company_info_wrap .name { font-size: 18px; font-weight: 700; }

#container.bf .testimonial .wrap_right { padding: 50px 0 50px 50px; font-size: 24px; font-style: italic; line-height: 150%; border-left: 1px solid rgba(255 255 255 / 20%); flex: 1; }
#container.bf .testimonial .wrap_right p:last-child { margin-bottom: 0 !important; }


/* LOGOS */
#container.bf .logos { margin: 100px 0; }
#container.bf .logos h2 { max-width: 660px; margin: 0 auto 50px; font-size: 40px; text-align: center; color: white !important; }
#container.bf .marquee { display: flex; flex-wrap: nowrap !important; white-space: nowrap; overflow: hidden; -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 30%, #000 calc(100% - 30%), rgba(0, 0, 0, 0) 100%); mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 30%, #000 calc(100% - 30%), rgba(0, 0, 0, 0) 100%); }
#container.bf .marquee .logos_wrap { display: flex; flex-wrap: nowrap !important; white-space: nowrap; -webkit-animation: animate-marquee 50s infinite linear; animation: animate-marquee 50s infinite linear; transition: .7s margin-left ease-out; will-change: transform, margin-left; }

#container.bf .marquee .logo { width: 240px; height: 120px; margin: 0 30px; border: 1px solid rgba(255 255 255 / 20%); display: flex; justify-content: center; align-items: center; border-radius: 5px; }
#container.bf .marquee .logo img { width: auto; max-width: 180px; height: auto; max-height: 80px; display: block; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }

@-webkit-keyframes animate-marquee {
	0% { transform: translateX(0%) translateZ(0); }
	100% { transform: translateX(-100%) translateZ(0); }
}

@keyframes animate-marquee { 
	0% { transform: translateX(0%) translateZ(0); }
	100% { transform: translateX(-100%) translateZ(0); }
}


/* PARTNERS */
#container.bf .partners { margin-top: 100px; padding-bottom: 120px; }
#container.bf .partners h2 { max-width: 660px; margin: 0 auto 50px; font-size: 40px; text-align: center; color: white !important; }
#container.bf .partners .partner_box { margin-bottom: 50px; padding: 50px; background: -webkit-linear-gradient(left, rgba(17 15 39 / 100%) 0%, rgba(17 68 74 / 100%) 100%); background: linear-gradient(to right, rgba(17 15 39 / 100%) 0%, rgba(17 68 74 / 100%) 100%); display: flex; justify-content: space-between; border-radius: 10px; box-shadow: inset 0 1px 0px rgba(255 255 255 / 10%); position: relative; }

#container.bf .partners .ribbon { height: 30px; right: 0px; top: 30px; padding: 0 20px 0 15px; font-weight: 700; line-height: normal; background-color: var(--color-bf-red); display: inline-flex; align-items: center; position: absolute; z-index: 10; }
#container.bf .partners .ribbon:before { left: -9px; top: 0; border: 9px solid transparent; border-width: 15px 8px; border-color: var(--color-bf-red); border-left-color: transparent; display: inline-block; position: absolute; content: ''; }

#container.bf .partners .partner_box .program_info { flex: 1; margin-right: 100px; }
#container.bf .partners .partner_box .program_info small { width: 100%; margin-bottom: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-bf-turquoise); display: block; }
#container.bf .partners .partner_box .program_info img { width: auto; max-width: 200px; height: auto; max-height: 50px; display: block; }
#container.bf .partners .partner_box .program_info .program_info_entry { margin-top: 30px; }
#container.bf .partners .partner_box .program_info .bf_program_desc { margin-bottom: 20px; font-size: 13px; color: var(--color-bf-light-blue); line-height: 22px; }

#container.bf .partners .partner_box .program_screenshots { width: 500px; height: 400px; display: flex; align-items: center; justify-content: space-between; position: relative; }
#container.bf .partners .partner_box .program_screenshots img { width: calc(50% - 10px); height: fit-content; display: block; border-radius: 5px; opacity: 50%; }
#container.bf .partners .partner_box .program_screenshots img:last-child { width: 80%; left: 50%; top: 50%; position: absolute; z-index: 2; opacity: 100%; box-shadow: 0 10px 20px rgba(0 0 0 / 30%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }


/* BIG SCREENSHOT */
#container.bf .big_screenshot { margin-top: 100px; }
#container.bf .big_screenshot .image { width: fit-content; margin: auto; position: relative; }
#container.bf .big_screenshot .image:before { height: 25px; left: 25px; right: 25px; top: -25px; background: rgba(198 6 73 / 30%); position: absolute; content: ''; border-radius: 10px 10px 0 0; }
#container.bf .big_screenshot .image:after { height: 50px; left: 50px; right: 50px; top: -50px; background: rgba(198 6 73 / 30%); position: absolute; content: ''; border-radius: 10px 10px 0 0; }
#container.bf .big_screenshot .image img { max-width: 100%; height: auto; display: block; border-radius: 10px 10px 0 0; }


/* Content */
#container.bf #content { padding-bottom: 0; }


/* RWD */
@media only screen and (max-width: 1200px) { 

	/* PACKAGES */
	#container.bf .packages .packages_wrap { -webkit-column-gap: 20px; column-gap: 20px; }
	#container.bf .packages .packages_wrap .package { margin-top: 20px; padding-bottom: 220px; text-align: center; background: #0d0f15; border: 2px solid var(--color-bf-red); position: relative; }
	
	/* SCREENSHOTS */
	#container.bf .screenshots .screenshots_wrap .accordions { width: calc(50% - 50px); }
	#container.bf .screenshots .screenshots_wrap .app_screenshots { width: 50%; flex: none; }
	
	/* BOXES */
	#container.bf .boxes .boxes_wrap { -webkit-column-gap: 20px; column-gap: 20px; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* MARKETING TEXT */
	#container.bf .marketing_text_wrap .wrap_left { width: 100%; padding: 30px 20px; }
	#container.bf .marketing_text_wrap .wrap_right { width: 100%; }
	#container.bf .marketing_text_wrap .wrap_right:before { padding-top: 100%; display: block; content: ''; }
	
	/* PACKAGES */
	#container.bf .packages h2 { font-size: 30px; }
	#container.bf .packages .packages_wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	#container.bf .packages .packages_wrap .package:nth-child(3), 
	#container.bf .packages .packages_wrap .package:nth-child(4) { margin-top: 20px; }
	
	/* SCREENSHOTS */
	#container.bf .screenshots h2 { font-size: 30px; }
	#container.bf .screenshots .screenshots_wrap .accordions { width: 100%; margin-right: 0; }
	#container.bf .screenshots .screenshots_wrap .accordions .acc { padding: 30px 20px; }
	#container.bf .screenshots .screenshots_wrap .accordions .acc .acc_header { font-size: 24px; }
	
	#container.bf .screenshots .screenshots_wrap .app_screenshots { width: 100%; min-height: inherit; }
	#container.bf .screenshots .screenshots_wrap .app_screenshots:before { padding-top: 100%; display: block; content: ''; }
	#container.bf .screenshots .screenshots_wrap .app_screenshots .scr-acc .scr.scr_0 { max-height: 80%; }
	
	/* BOXES */
	#container.bf .boxes h2 { font-size: 30px; }
	#container.bf .boxes .boxes_wrap { display: grid; grid-template-columns: repeat(1, minmax(0, 4fr)); }
	#container.bf .boxes .boxes_wrap > .box { margin-top: 20px; padding: 30px 20px; }
	#container.bf .boxes .boxes_wrap > .box:nth-child(2), 
	#container.bf .boxes .boxes_wrap > .box:nth-child(3) { margin-top: 20px; }
	
	/* SCREENSHOTS */
	#container.bf .screenshots h2 { font-size: 30px; }
	
	/* TESTIMONIALS */ 
	#container.bf .testimonial .wrap_left { width: 100%; padding: 20px 0 0; text-align: left; order: 2; }
	#container.bf .testimonial .wrap_left img.quote { display: none; } 
	#container.bf .testimonial .wrap_right { padding: 0 0 20px; border-left: none; border-bottom: 1px solid rgba(255 255 255 / 20%); order: 1; }
	
	/* LOGOS */
	#container.bf .logos h2 { font-size: 30px; }
	
	/* PARTNERS */
	#container.bf .partners h2 { font-size: 30px; }
	#container.bf .partners .partner_box { padding: 30px 20px; }
	#container.bf .partners .partner_box .program_info { width: 100%; margin-right: 0; order: 2; flex: auto; }
	#container.bf .partners .partner_box .program_screenshots { width: 100%; max-width: 500px; height: 400px; margin: auto; order: 1; }
}

@media only screen and (max-width: 768px) { 

	/* TITLE */
	#container.bf .part { height: 150px; }
	#container.bf .part.part_title { font-size: 20vw; }
	
	/* COUNDOWN */ 
	#container.bf .countdown_wrap .countdown { zoom: 75%; }
}

@media only screen and (max-width: 640px) { 

	/* TITLE */
	#container.bf .part { height: 120px; }
	
	/* COUNDOWN */ 
	#container.bf .countdown_wrap .countdown { zoom: 50%; }
	
	/* PACKAGES */
	#container.bf .packages .packages_wrap { grid-template-columns: repeat(1, minmax(0, 1fr)); }
	#container.bf .packages .packages_wrap .package:nth-child(2) { margin-top: 20px; }
	
}

@media only screen and (max-width: 480px) { 

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* PACKAGES */
	#container.bf .packages h2 { font-size: 25px; }
	
	/* SCREENSHOTS */
	#container.bf .screenshots h2 { font-size: 25px; }
	
	/* BOXES */
	#container.bf .boxes h2 { font-size: 25px; }
	
	/* SCREENSHOTS */
	#container.bf .screenshots h2 { font-size: 25px; }
	
	/* LOGOS */
	#container.bf .logos h2 { font-size: 25px; }
	
	/* LOGOS */
	#container.bf .marquee { -webkit-mask-image: none; }
	#container.bf .marquee .logos_wrap { display: flex; flex-wrap: wrap !important; justify-content: space-between; white-space: nowrap; -webkit-animation: none; animation: none; }
	#container.bf .marquee .logo { width: calc(50% - 10px); margin: 10px 0; }
	#container.bf .marquee .logo img { max-width: 80%; max-height: 60px; }
	
	/* PARTNERS */
	#container.bf .partners h2 { font-size: 25px; }
	#container.bf .partners .partner_box .program_screenshots { height: 300px; }
	
	/* BIG SCREENSHOT */
	#container.bf .big_screenshot .image:before { height: 20px; left: 20px; right: 20px; top: -20px; }
	#container.bf .big_screenshot .image:after { height: 40px; left: 40px; right: 40px; top: -40px; }
}