/* //////////////////////////////// CUSTOM LIGHTBOX WITH AJAX //////////////////////////////// */

/* Invisible Rainforest Container */

#ir-overlay { 
	width: 100%; height: 100%; 
	position: absolute; z-index: 4000; 
	display: flex; justify-content: center; align-items: center; align-content: center;
	overflow: hidden; top: 0; right: 0; text-decoration: none; 
	background-color: rgba(0,0,0,0.8); pointer-events: none;
}

#ir-loader { 
	position: absolute; z-index: 5000; width: 100%; height: 100%;
	display: flex; justify-content: center; align-items: center; align-content: center;
	overflow: hidden; top: 0; right: 0; text-decoration: none; 
}

#ir-loader.clear-height { height: auto; }

.ir-container { display: none; }
.ir-container:first-child { display: flex; }

.ir-screen-container { 
	width: 100%; height: 100%; 
	position: absolute; z-index: 6000; 
	display: flex; justify-content: center; align-items: center; align-content: center;
	overflow: hidden; top: 0; right: 0; text-decoration: none; 
	overflow-y: auto;
}

/* IR SCREENS */

.ir-screen { width: 100%; padding: 40px 20px; height: auto; position: relative; overflow: hidden; text-align: center; }
.ir-screen.trans { background-color: transparent; }

.ir-screen h2 { 
	font-size: 30px; line-height: 36px; font-weight: 700; 
	color: #FFF; clear: both; margin: 0 auto 25px auto; padding: 0; 
	font-family: ivypresto-display,Times New Roman, serif !important;
	font-style: normal !important;
	font-weight: 600;
	max-width: 100%; 
}
.ir-screen h3 { font-size: 22px; line-height: 28px; font-weight: 700; color: #FFF; clear: both; margin: 0 auto 15px auto; padding: 0; font-family: Fira Sans,Arial,sans-serif; max-width: 80%; }

.ir-screen p { font-size: 16px; line-height: 26px; color: #EEE; clear: both; margin: 0 auto; max-width: 100%; font-family: Fira Sans,Arial,sans-serif; }
.ir-screen p.small { font-size: 14px; line-height: 18px; padding: 10px; background: #EEE; }
.ir-screen p.left { float: left; }

.ir-screen img { clear: both; display: block; width: 50%; max-width: 100%; margin: 0 auto; }

.ir-screen img.title { margin-bottom: 30px; }

.ir-screen ul { color: #FFF; margin: 30px auto 0 auto; max-width: 70%; }
.ir-screen ul li { color: #FFF; font-size: 16px; line-height: 26px; margin-bottom: 15px; }

.ir-screen ol { color: #FFF; margin: 30px auto 0 auto; max-width: 70%; }
.ir-screen ol li { color: #FFF; font-size: 16px; line-height: 26px; margin-bottom: 15px; }


/* Branded List */

.list-parent { text-align: center; }

.list-parent > ul { display: inline-block; }
.list-brand { list-style: none; list-style-position: inside; text-align: center; }
.list-brand li { position: relative; padding-left: 1rem; }

.list-brand li span { margin-left: 10px; }

.list-brand li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: .5rem;
    width: .5rem;
    transform: translateY(.4375rem);
}

.list-brand li:nth-child(4n+1)::before {
    background-image: url(../img/bullet-secondary-a.svg);
}

.list-brand li:nth-child(4n+2)::before {
    background-image: url(../img/bullet-secondary-b.svg);
}

.list-brand li:nth-child(4n+3)::before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0.5rem;
    background-image: url(../img/bullet-secondary-c.svg);
}

.list-brand li:nth-child(4n+4)::before {
    background-image: url(../img/bullet-secondary-d.svg);
}



/* IR BUTTONS */

.ir-screen .btn-wrap { width: 100%; text-align: center; margin: 20px auto 0 auto; overflow: hidden; }

.btn { 
	font-size: 12px; padding: 10px 20px; font-size: 12px; font-weight: bold; margin: 0 5px 10px 0;  background-color: transparent; 
	text-decoration: none; text-align: center; color: #FFF !important; display: inline-block; 
 border-radius: 100px; -webkit-border-radius: 100px; background-color: #c00d0e;
	 -webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	 font-family: Fira Sans,Arial,sans-serif; text-transform: uppercase; letter-spacing: .1em; 
	 cursor: pointer;
}
.btn:hover { background-color: #FFF !important; color: #000 !important; }

.btn.icon-play { background: url('../img/icon-play-new-01.png') no-repeat left 10px center; background-size: 30px; padding-left: 65px; background-color: #c00d0e; }
.btn.icon-play:hover { background: url('../img/icon-play-new-02.png') no-repeat left 10px center; background-size: 30px; background-color: #FFF; }


.btn.yellow { border: 1px solid #f4cf00; color: #f4cf00 !important; }

.btn.hide { display: none; }

/* IR FOOTER */

.ir-footer-loader {  }

.ir-footer-loader .ir-container { height: auto; }

.ir-footer { position: fixed; bottom: 0; left: 0; right: 0; background: url('../img/bkg/contours-light.png') no-repeat left 0 center; background-size: 30%; background-color: rgba(0,0,0,0.6); }
.ir-footer.trans { background: transparent; background-color: transparent;  }

.ir-footer .inner { min-height: 100px; padding: 20px; display: block; }
.ir-footer .inner p { font-size: 16px; line-height: 26px; max-width: 100%; color: #FFF; margin-bottom: 20px; }
.ir-footer .inner .btn { margin: 20px 0 0 0; line-height: 30px; height: 30px; display: block; }

.ir-footer .inner .btn-group { display: block; overflow: hidden; text-align: left; }
.ir-footer .inner .btn-group .btn { display: inline-block; }

.ir-footer .move { top: -140%; }

/* FINISH KS1 */

.finish-ks1 { display: none !important; }
body.seen-bee.seen-bat.seen-mos .ir-footer .finish-ks1 { display: block !important; }
body.seen-bee.seen-bat.seen-mos .ir-footer .hide-after-ks1 { display: none !important; }

.ir-footer .btn.check { padding-left: 60px; background: url('../img/icons/icon-check-off.png') no-repeat left 10px center; background-size: 30px; }

body.seen-bee .btn.check-star { background: url('../img/icons/icon-check-on.png') no-repeat left 10px center; background-size: 30px; }
body.seen-bat .btn.check-jade { background: url('../img/icons/icon-check-on.png') no-repeat left 10px center; background-size: 30px; }
body.seen-mos .btn.check-titan { background: url('../img/icons/icon-check-on.png') no-repeat left 10px center; background-size: 30px; }

body.seen-bee.seen-bat.seen-mos .ir-footer .inner .btn.check-star { display: none; }
body.seen-bee.seen-bat.seen-mos .ir-footer .inner .btn.check-jade { display: none; }
body.seen-bee.seen-bat.seen-mos .ir-footer .inner .btn.check-titan { display: none; }

.ir-footer .btn.null { pointer-events: none; }

/* FORWARD / BACK BUTTONS */

a.move { 
	display: block; top: 46%; padding: 0; position: absolute; z-index: 9999; width: auto; cursor: pointer; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; padding: 5px; outline: 0; 
	width: 40px; height: 40px; border-radius: 100px; -webkit-border-radius: 100px; border: 1px solid #f3ce00;
}
a.move:hover { background-color: rgba(0,0,0,0.5) !important; width: 45px; height: 45px; }

a.prev-button { left: 10px; background: url('../img/arrow-left-yellow.png') no-repeat center; background-size: 20px; }
a.next-button { right: 10px; background: url('../img/arrow-right-yellow.png') no-repeat center; background-size: 20px; }

a.move.video.prev-button { background: url('../img/arrow-left-dark.png') no-repeat center; background-size: 20px; background-color: #f3ce00; }
a.move.video.next-button { background: url('../img/arrow-right-dark.png') no-repeat center; background-size: 20px; background-color: #f3ce00; }

a.move.video.prev-button:hover { background: url('../img/arrow-left-yellow.png') no-repeat center; background-size: 20px; background-color: #666; }
a.move.video.next-button:hover { background: url('../img/arrow-right-yellow.png') no-repeat center; background-size: 20px; background-color: #666; }

/* Video Embed Container */

.video-container { width: 100%; height: auto; display: block; }

.embed-container { position: relative; padding-bottom: 56.6%; height: 0; overflow: hidden; max-width: 100%; background-color: #222; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* QUOTE */

.quote { padding: 70px 50px; }

/* BREATHING ANIMATION */

.breathing-wrapper { width: 400px; height: 400px; display: block; overflow: hidden; position: relative; margin: 50px auto; }

.breathing-circle { 
	color: transparent; position: absolute; top: 41%; left: 41%; 
	width: 70px; height: 70px; border-radius: 50%; 
	background: rgba(244, 207, 0, 0.889);
	 -webkit-animation: breathe 5s ease-out infinite normal;
    animation: breathe 5s ease-out infinite normal;
}

@keyframes breathe { 
	0% { box-shadow: 0 0 0 15px rgba(244, 207, 0, 0.3), 0 0 0 30px rgba(244, 207, 0, 0.3), 0 0 0 45px rgba(244, 207, 0, 0.3), 0 0 0 60px rgba(244, 207, 0, 0.3), 0 0 0 75px rgba(244, 207, 0, 0.3); } 
	50% { box-shadow: 0 0 0 25px rgba(244, 207, 0, 0.3), 0 0 0 50px rgba(244, 207, 0, 0.3), 0 0 0 75px rgba(244, 207, 0, 0.3), 0 0 0 100px rgba(244, 207, 0, 0.3), 0 0 0 125px rgba(244, 207, 0, 0.3); } 
	100% { box-shadow: 0 0 0 15px rgba(244, 207, 0, 0.3), 0 0 0 30px rgba(244, 207, 0, 0.3), 0 0 0 45px rgba(244, 207, 0, 0.3), 0 0 0 60px rgba(244, 207, 0, 0.3), 0 0 0 75px rgba(244, 207, 0, 0.3); }
}

.audio-spectrum { display: block; position: absolute; top: 55%; left: 10%; }

.audio-spectrum span { display: block; bottom: 0px; width: 9px; height: 5px; background: #000; position: absolute; animation: audio-wave 1.5s infinite ease-in-out; border-radius: 10px; -webkit-border-radius: 10px; }

.audio-spectrum span:nth-child(2) { left: 11px; animation-delay: 0.2s; }
.audio-spectrum span:nth-child(3) { left: 22px; animation-delay: 0.4s; }
.audio-spectrum span:nth-child(4) { left: 33px; animation-delay: 0.6s; }
.audio-spectrum span:nth-child(5) { left: 44px; animation-delay: 0.8s; }

@keyframes audio-wave {
    0% {height:5px;transform:translateY(0px);background:#000;}
    25% {height:40px;transform:translateY(20px);background:#222;}
    50% {height:5px;transform:translateY(0px);background:#444;}
    100% {height:5px;transform:translateY(0px);background:#dbba01;}
}

/* YouTube Videos */

.hide-mobile { display: none !important; }

.show-on-mobile { display: block !important; }

.show-mobile { display: block !important; padding: 20px; margin: 40px 20px 20px 20px; padding-top: 90px; background: url('../img/icons/icon-error.png') no-repeat center top 20px; background-size: 40px; border: 1px solid #CCC; border-radius: 10px; -webkit-border-radius: 10px; }
.show-mobile p {  color: #FFF; text-align: center; }

.show-mobile.mobile-sidebar { margin: 20px 0; }

.show-mobile .btn-wrap { text-align: center; margin: 20px auto; }
.show-mobile .btn { 
	padding: 15px 35px; margin-top: 30px; text-align: center; text-transform: uppercase; 
	color: #FFF !important; display: inline-block; text-decoration: none; 
	background-color: #c00d0e; margin: 20px 0 0 0; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	font-family: Fira Sans,Arial,sans-serif;
	cursor: pointer; font-size: 14px;
	border-radius: 100px; -webkit-border-radius: 100px;
}
.sidebar .btn:hover { background-color: #FFF; color: #000 !important; }




/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////  bigger than mobile version //////////////////////////////// */

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



}

/* //////////////////////////////// ipad mini or galaxy note version //////////////////////////////// */  

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


}

/* //////////////////////////////// big ipad version //////////////////////////////// */

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

	.ir-screen { width: 85%; }
	.ir-screen.video { width: 80%; padding: 0; }

	.ir-screen h2 { font-size: 40px; line-height: 46px; }
	.ir-screen h3 { font-size: 26px; line-height: 32px; }
	.ir-screen p { font-size: 18px; line-height: 28px; }

	.ir-screen p { font-size: 18px; line-height: 28px; display: block; max-width: 80%; }
	.ir-screen ul li { font-size: 18px; line-height: 28px; }
	.ir-screen ol li { font-size: 18px; line-height: 28px; }

	.ir-footer .inner { min-height: 100px; padding: 40px; display: flex; justify-content: space-between; align-items: center; }
	.ir-footer .inner p { font-size: 20px; line-height: 30px; max-width: 60%; color: #FFF; margin-bottom: 0; }
	.ir-footer .inner .btn { margin: 0; float: right; line-height: 30px; height: 30px; }

	.ir-footer .inner .btn-group { float: right; }
	.ir-footer .inner .btn-group .btn { margin-top: 20px; margin-left: 15px; }

	.btn { font-size: 14px; padding: 15px 35px; }

	a.prev-button { left: 20px; }
	a.next-button { right: 20px; }
}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

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

	.hide-mobile { display: block !important; }

	.show-mobile { display: none !important; }
	.show-on-mobile { display: none !important; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 1200px) {

	.ir-screen { width: 80%; }

	.ir-screen.video { width: 80%; padding: 0; background-color: #000 !important; }

	.ir-screen ul li { font-size: 20px; line-height: 30px; }
	.ir-screen ol li { font-size: 20px; line-height: 30px; }
	.ir-screen .btn { margin-top: 0px; }

	.ir-screen h2 { font-size: 50px; line-height: 56px; margin-bottom: 40px; }
	.ir-screen h3 { font-size: 28px; line-height: 34px; }
	.ir-screen p { font-size: 20px; line-height: 30px; }

	.ir-screen .btn-wrap { margin: 50px auto 0 auto; }

}

/* //////////////////////////////// very wide version //////////////////////////////// */ 

@media screen and (min-width: 1500px) { 

	.ir-screen.video {  }

}

/* //////////////////////////////// extra wide version //////////////////////////////// */ 

@media screen and (min-width: 1750px) {

	.ir-screen.video {  }
	.ir-screen img.title { margin-bottom: 50px; }

}

/* //////////////////////////////// extra extra wide version //////////////////////////////// */ 

@media screen and (min-width: 2000px) {


}
